Use safeTransfer()
or safeTransferFrom()
from OpenZeppelin SafeERC20.sol
library instead of transfer()
and transferFrom()
.
transfer()
and transferFrom()
might return false instead of reverting (see here). In this case involved functions continue to run as if the transfer succeeded.
This could lead to unexpected behaviours and broken system invariants.
Manual review
Use safeTransfer()
or safeTransferFrom()
from OpenZeppelin SafeERC20.sol
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.