Omniscia KlimaDAO Audit
PreKlimaTokenUpgradeable Code Style Findings
PreKlimaTokenUpgradeable Code Style Findings
PKT-01C: Redundant constructor
Implementation
Type | Severity | Location |
---|---|---|
Gas Optimization | Informational | PreKlimaTokenUpgradeable.sol:L23-L25 |
Description:
The linked constructor
is redundant.
Example:
contracts/tokens/upgradeable/PreKlimaTokenUpgradeable.sol
23constructor() {24 25}
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.