20,000 USDC
View results
Submission Details
Severity: gas
Valid

using i++ in the loops cost more gas

##Recommendations

using unchecked math and ++i instead of i++ in the loops save gas
use unchecked {++i} save (40 :30) gas per iteration.

number of instances : 6

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.