code-423n4 / 2023-01-drips-findings

0 stars 2 forks source link

Gas Optimizations #297

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

See the markdown file with the details of this report here.

GalloDaSballo commented 1 year ago

3- storage variable should be cached into memory variables instead of re-reading them :

100

400 from +=

300 from unchecked

800

c4-judge commented 1 year ago

GalloDaSballo marked the issue as grade-b