Omniscia KlimaDAO Audit
AlchemistKlimaUpgradeable Code Style Findings
AlchemistKlimaUpgradeable Code Style Findings
CON-01C: Redundant constructor
Implementation
Type | Severity | Location |
---|---|---|
Gas Optimization | Informational | AlchemistKlimaUpgradeable.sol:L13-L14 |
Description:
The linked constructor
is redundant.
Example:
contracts/tokens/upgradeable/AlchemistKlimaUpgradeable.sol
13constructor(){14}
Recommendation:
We advise it to be omitted from the codebase.
Alleviation:
The KlimaDAO team considered this exhibit but opted to retain the codebase in its current state.