code-423n4 / 2023-07-pooltogether-findings

12 stars 7 forks source link

Gas Optimizations #254

Open code423n4 opened 1 year ago

code423n4 commented 1 year ago

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

c4-judge commented 1 year ago

Picodes marked the issue as grade-b

PierrickGT commented 1 year ago

GAS-1: impossible to fix without a link to the actual code GAS-2: non payable functions shouldn't be marked as payable GAS-3, 4, 5, 6: we would lose in code legibility GAS-7, 8: does not save any gas GAS-9: constants are always public GAS-10: we can't use encodePacked