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

Some state variables could be declared immutable

Summary

Some state variables could be declared immutable

Vulnerability Details

State variables that are not updated following deployment should be declared immutable to save gas.

Impact

The contract is not gas efficient.

Tools Used

Slither

Recommendations

Add the immutable attribute to state variables that never change or are set only in the constructor.

Updates

Lead Judging Commences

inallhonesty 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.