code-423n4 / 2023-09-delegate-findings

2 stars 1 forks source link

Gas Optimizations #304

Closed c4-submissions closed 10 months ago

c4-submissions commented 11 months ago

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

c4-judge commented 10 months ago

GalloDaSballo marked the issue as grade-c

GalloDaSballo commented 10 months ago

Mem to storage -> Is invalid as the memory variable is read multiple times, hence memory will save gas

Rest is not tailored to the project, consider participating in bot races after you had a few more findings