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

use `uncheck{++i}` instead of i++ to save more gas

Summary

use uncheck{++i} instead of i++ to save more gas

Vulnerability Details

use uncheck{++i} instead of i++ to save more gas

Impact

gas

Tools Used

manual

Recommendations

use unchecked{++i} instead of i++

Support

FAQs

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

Give us feedback!