Platform: Code4rena
Start Date: 13/12/2021
Pot Size: $75,000 USDC
Total HM: 11
Participants: 30
Period: 7 days
Judge: leastwood
Total Solo HM: 4
Id: 68
League: ETH
Rank: 24/30
Findings: 2
Award: $88.61
🌟 Selected for report: 1
🚀 Solo Findings: 0
10.2787 USDC - $10.28
0x1f8b
Gas saving.
There are one for in the method RebalanceManagerV3.rebalance where the increment was made by i++, it's better to use ++i.
Manual review
Use ++i
#0 - 0xleastwood
2022-01-23T21:47:03Z
Duplicate of #108
🌟 Selected for report: 0x1f8b
78.3316 USDC - $78.33
0x1f8b
Gas saving.
Moving the line require(_caller != address(0), "INVALID_CALLER");
of the method addCaller
in the contract CallFacet
to the first line of the method, it's possible to save gas in certain cases.
Manual review