Snowman Merkle Airdrop

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

Error `Snowman::SM__NotAllowed` never used

Description:
The error Snowman::SM__NotAllowed was declared but never used in the entirely protocol.

contract Snowman is ERC721, Ownable {
// >>> ERROR
error ERC721Metadata__URI_QueryFor_NonExistentToken();
@> error SM__NotAllowed();
// >>> VARIABLES
uint256 private s_TokenCounter;
string private s_SnowmanSvgUri;
// >>> EVENTS
event SnowmanMinted(address indexed receiver, uint256 indexed numberOfSnowman);
.
.

Recommended Mitigation:
Remove or use it

Updates

Lead Judging Commences

yeahchibyke Lead Judge about 1 month ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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