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

Owner variable can be set as immutable.

Summary

address private s_owner; is set only during the deployment of the contract. That means it can be set to immutable as value of this variable never changes.

Tools Used

VScode, Foundry, Ethers

Recommendations

Change this line of code to address private immutable s_owner;.

Updates

Lead Judging Commences

inallhonesty Lead Judge
almost 2 years ago
inallhonesty Lead Judge almost 2 years ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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