Functions should be written in mixedCase #163
Labels
0 (Non-critical)
Code style, clarity, syntax, versioning, off-chain monitoring (events etc), exclude gas optimisation
bug
Something isn't working
sponsor confirmed
Sponsor agrees this is a problem and intends to fix it (OK to use w/ "disagree with severity")
Handle
pmerkleplant
Vulnerability details
Functions should be written in mixedCase, see Solidity naming conventions.
Functions breaking this convention:
_available_supply
investing/contracts/AidropDistribution.sol
available_supply
investing/contracts/AidropDistribution.sol
_available_supply
investing/contracts/InvestorDistribution.sol
available_supply
investing/contracts/InvestorDistribution.sol
dev_rugpull
investing/contracts/InvestorDistribution.sol
The text was updated successfully, but these errors were encountered: