Platform: Code4rena
Start Date: 22/07/2021
Pot Size: $80,000 USDC
Total HM: 6
Participants: 14
Period: 7 days
Judge: ghoulsol
Total Solo HM: 3
Id: 21
League: ETH
Rank: 10/14
Findings: 2
Award: $459.96
🌟 Selected for report: 1
🚀 Solo Findings: 0
🌟 Selected for report: tensors
229.9835 USDC - $229.98
tensors
Unused functions and storage shouldn't be declared. They use extra gas.
Gov.sol- L162 https://github.com/code-423n4/2021-07-sherlock/blob/d9c610d2c3e98a412164160a787566818debeae4/contracts/facets/Gov.sol#L161
If the code is to be updated later, use a proxy instead so that extra gas cost is only applied when needed.
#0 - Evert0x
2021-07-29T12:37:29Z
Ack, but if we need the variable later, it is nice if it is already initialized.