Omniscia KlimaDAO Audit

PreKlimaTokenUpgradeable Code Style Findings

PreKlimaTokenUpgradeable Code Style Findings

PKT-01C: Redundant constructor Implementation

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.