token transfers are not using safeTransfers
there are many instances where transfer and transferFrom are used, whereas token may have different implementations of transfers that result in challenges with ensuring tokens sent correctly, return values, token loss, reverts etc
Medium: not using safeTransfer creates problems with error handling,token loss, and proper reverting of transactions
Manual Analysis
It is recommended to make use of SafeERC20 wrapper for all token transfers e.g using SafeERC20 for IERC20 etc by using OpenZeppelin SafeERC20 library
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.