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

Any state variable that is only set at construction time and not changed afterwards, should be set to immutable.

[L-12] Any state variable that is only set at construction time and not changed afterwards, should be set to immutable.

Description:

  • Found in src/ChoosingRam.sol

    RamNFT public ramNFT;
  • Found in src/Dussehra.sol

    uint256 public entranceFee;
    address public organiser;
  • Found in src/RamNFT.sol

    address public organiser;

Recommended Mitigation: Change these state variables to immutable.

Updates

Lead Judging Commences

bube Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Info/Gas/Invalid according to docs

Support

FAQs

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