Raisebox Faucet

First Flight #50
Beginner FriendlySolidity
100 EXP
View results
Submission Details
Impact: low
Likelihood: low
Invalid

Typo in Custom Error Name


Description

  • * The custom error RaiseBoxFaucet_MiningToNonContractAddressFailed() is intended to indicate a failure when minting to a non-contract address.


  • The issue is a typo in the error name, where "Mining" should be corrected to "Minting" (RaiseBoxFaucet_MintingToNonContractAddressFailed()), which could confuse developers or auditors about the intended behavior.Risk

Likelihood:

  • During code reviews or audits

  • When the error is logged or referenced

Impact:

  • May cause misinterpretation of the error's purpose

  • Could lead to documentation or usage errors.

Recommended Mitigation

- error RaiseBoxFaucet_MiningToNonContractAddressFailed();
+ error RaiseBoxFaucet_MintingToNonContractAddressFailed();
Updates

Lead Judging Commences

inallhonesty Lead Judge 10 days ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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