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

1 stars 1 forks source link

Gas Optimizations #208

Open code423n4 opened 2 years ago

code423n4 commented 2 years ago

Gas

  1. Gas
    1. Discrepancy Increment use
    2. change unused public function to external

Discrepancy Increment use

change unused public function to external

Issue copy pasted directly from slither. External function call cost less gas than public function.

illuzen commented 2 years ago

duplicates