Payouts
All
CodeHawks
Jul '23
high
Fee on transfer tokens will cause users to lose funds
high
`Lender` does not handle correctly rebasing, inflationary, deflationary tokens and tokens with fee on transfer
gas
+= and -= are more expensive
gas
Uncheck Arithmetic where overflow/underflow impossible
gas
For the borrow(), repay() & startAuction() functions in Lender.sol the public visibility modifiers should be changed to external, to help optimize gas usage
gas
Use assembly to check for `address(0)`