Unhandled return values on ERC20 transfers
ERC20 implementations are not always consistent. Some implementations of transfer and transferFrom could return false on failure instead of reverting. It is safer to wrap such calls into require() statements to these failures.
All non-standard ERC20 implementations that do not use reverts on failure, including DAI among others.
Use OpenZeppelin SafeTransfer/SafeTransferFrom or implement your own.
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.