Omniscia KlimaDAO Audit
AlphaKlimaRedeemUpgradeable Static Analysis Findings
AlphaKlimaRedeemUpgradeable Static Analysis Findings
AKR-01S: Improper Event Name
Type | Severity | Location |
---|---|---|
Code Style | Informational | AlphaKlimaRedeemUpgradeable.sol:L23, L50 |
Description:
The linked event name does not conform to the CapWord
style.
Example:
contracts/migration/upgradeable/AlphaKlimaRedeemUpgradeable.sol
23event klimaRedeemed(address tokenOwner, uint256 amount);
Recommendation:
We advise it to be adjusted to conform to it as per the official Solidity style guide.
Alleviation:
The KlimaDAO team considered this exhibit but opted to retain the codebase in its current state.