Omniscia KlimaDAO Audit
AltExercisepKLIMA Code Style Findings
AltExercisepKLIMA Code Style Findings
AEK-01C: Inexistent Visibility Specifiers
Type | Severity | Location |
---|---|---|
Code Style | Informational | AltExercisepKLIMA.sol:L604, L605, L607, L608, L609, L610, L611 |
Description:
The linked variables have no visibility specifiers explicitly set.
Example:
contracts/pKLIMA/regular/AltExercisepKLIMA.sol
604address owner;605address newOwner;
Recommendation:
We advise one to be set to each to avoid potential compilation discrepancies in the future as the current compiler behaviour is to assign a specifier automatically.
Alleviation:
The KlimaDAO team considered this exhibit but opted to retain the codebase in its current state.