Slither

Slither

Community Analyzer

Conformity to Solidity naming conventions SLITHER-W1077

Anti-pattern
Minor

Solidity defines a naming convention that should be followed.

Rule exceptions

  • Allow constant variable name/symbol/decimals to be lowercase (ERC20).
  • Allow _ at the beginning of the mixed_case match for private variables and unused parameters.

Recommendation

Follow the Solidity naming convention.

Learn more

naming-convention on Slither's wiki.