The usage of transfer()
and transferFrom()
requires checking the return value to verify the validation of the transaction overall
Contract does not check for the return value of a ERC20 token transfer, which can cause unexpected behavior.
Incorrect ERC20 token balances or unexpected behavior.
Manual Inspection.
Check if the return value of transfer*()
was false, if so revert()
.
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.