Can save gas if unchecked and ++i are used.
++i/i++
Should Be unchecked{++i}
/unchecked{i++}
When It Is Not Possible For Them To Overflow
++i
costs less gas than i++
, and will cost even less when put in an unchecked block.
Manual review
Change this:
To this:
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.