Adding unchecked blocks for loop variable increment can save GAS
Adding unchecked blocks for loop variable increment can save GAS
The following code
can be changed to
This is because there will never be a condition where i
overflows, since
before that the operation will run out of GAS
GAS usage high
Manual Review
Add unchecked block for loop increment variables.
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.