Beginner FriendlyFoundryNFT
100 EXP
View results
Submission Details
Severity: low
Invalid

Declare a constant variable in the place of 500_000_000 ether in `initVault::LoveToken.sol`

Summary

Declare a constant variable named as SUPPLY_AMOUNT in the LoveToken.sol contract.

Recommendations

Add this constant variable at the top of the contract:

+ uint256 public constant SUPPLY_AMOUNT = 500_000_000 ether;
Updates

Lead Judging Commences

0xnevi Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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