Snowman Merkle Airdrop

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

[INFO] Multiples of 1000 should be written with e notation

[INFO] Multiples of 1000 should be written with e notation

Description

  • The value of Snow::PRECISON has been given as 10 ** 18

@> uint256 constant PRECISION = 10 ** 18;
uint256 constant FARMING_DURATION = 12 weeks;

Recommended Mitigation

- uint256 constant PRECISION = 10 ** 18;
+ uint256 constant PRECISION = 1e18;
uint256 constant FARMING_DURATION = 12 weeks;
Updates

Lead Judging Commences

yeahchibyke Lead Judge 5 months ago
Submission Judgement Published
Invalidated
Reason: Incorrect statement

Support

FAQs

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