Return values of transfer and transferFrom are unchecked
In the contracts Fees.sol, Lender.sol and Staking.sol mentioned above in github links return values of transfer/transferFrom is not checked.
Not checking return values of transfer/transferfrom can cause transfer fails without being noticed by calling contract and can affect accounting of tokens in contract
Manually done
Use safeTransfer()/safeTransferFrom() instead of transfer()/transferFrom()
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.