Snowman Merkle Airdrop

First Flight #42
Beginner FriendlyFoundrySolidityNFT
100 EXP
View results
Submission Details
Impact: low
Likelihood: low
Invalid

[INFO] variables do not follow the mixedCase convention followed in the rest of the code

[INFO] Storage variable should be in mixedCase but some variables are not

Description

  • Snowman::s_TokenCounter and Snowman::s_SnowmanSvgUri are not in mixedCase and do not follow the conventions followed in the rest of the codebase

uint256 private s_TokenCounter;
string private s_SnowmanSvgUri;

Recommended Mitigation

- uint256 private s_TokenCounter;
+ uint256 private s_tokenCounter;
- string private s_SnowmanSvgUri;
+ string private s_snowmanSvgUri;
Updates

Lead Judging Commences

yeahchibyke Lead Judge 5 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.