In Solidity 0.8+, there’s a default overflow check on unsigned integers, which we can skip when iterating over loops and therefore save gas. The risk of overflow is non-existent for uint256 here.
Pointless gas waste.
Manual Review
Consider wrapping with an unchecked block (around 25 gas saved per instance).
Example in Lender.sol:438
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.