Omniscia KlimaDAO Audit

PreKlimaTokenUpgradeableChild Code Style Findings

PreKlimaTokenUpgradeableChild Code Style Findings

PKU-01C: Redundant constructor Implementation

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.