Omniscia KlimaDAO Audit
PreKlimaTokenUpgradeableChild Code Style Findings
PreKlimaTokenUpgradeableChild Code Style Findings
PKU-01C: Redundant constructor
Implementation
Type | Severity | Location |
---|---|---|
Gas Optimization | Informational | PreKlimaTokenUpgradeableChild.sol:L26-L28 |
Description:
The linked constructor
is redundant.
Example:
contracts/tokens/upgradeable/PreKlimaTokenUpgradeableChild.sol
26constructor() {27 28}
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.