Snowman Merkle Airdrop

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

Unused Custom Error Declaration

Summary

The error SM__NotAllowed() is declared but never used in the contract.

Description

Custom errors should serve meaningful gas-efficient reverts.
Declaring unused custom errors leads to unnecessary code clutter.

POC

no POC

Impact

Minor code maintenance burden.
Increased contract bytecode size.

Severity

LOW

Likelihood

LOW

Recommendation

Either implement logic that uses this error or remove the unused declaration.

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.