code-423n4 / 2022-05-cudos-findings

1 stars 0 forks source link

Gas Optimizations #161

Closed code423n4 closed 2 years ago

code423n4 commented 2 years ago

L118/233/L263/L453/L568/L579/L660 - It would save 2,000 gas in the for if instead of "uint256 i = 0;" were "uint256 i ;"

JeeberC4 commented 2 years ago

Adding to warden's main Gas Optimization #156