Unsafe ERC20 operations like transfer
and transferFrom
are used in several instances in the above contracts instead of safeTransfer
and safeTransferFrom
.
Operations like transfer
and transferFrom
can pass boolean values instead of reverting the transaction on failure. safeERC20 ensure's these additional checks to allow integration of wider variety of non-standard ERC20 implementation.
Manual Review
Call safeTransfer
and safeTransferFrom
instead of transfer
and transferFrom
respectively.
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.