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

2 stars 1 forks source link

Gas Optimizations #304

Closed c4-submissions closed 1 year ago

c4-submissions commented 1 year ago

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

c4-judge commented 1 year ago

GalloDaSballo marked the issue as grade-c

GalloDaSballo commented 1 year 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