Omniscia KlimaDAO Audit

AlchemistKlimaUpgradeable Code Style Findings

AlchemistKlimaUpgradeable Code Style Findings

CON-01C: Redundant constructor Implementation

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.