[Issue#38] unchecked loop increments no valid in solidity > v0.8.22
[G-01] Update storage variable once outside of the loop instead of updating it every time in loop it saves 1 SSTORE, 1 SLOAD per iteration(Saves ~2200 Gas per iteration)
[G-03] Call _getMultiOwnableStorage() one time to fetch storage pointer and avoid extra internal function call
[G-09] Do not assign a variable with its default value
Lines of code
Vulnerability details
Issue Report
ADD-02: Gas Fixes 2
Details
Issue#195
Issue#38
Gas optimizations:
Mitigation
PR#45
Loc:
Loc:
Loc:
Loc:
Conclusion
Gas optimizations identified have been applied successfully.