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

Correct state variable specifier

Summary

This contract does not have any options to set a new owner once it's deployed.

Vulnerability Details

If this is the intended behavior of the contract — not to change the owner once the contract is deployed — the s_owner can be made immutable.

address private s_owner;

Impact

Tools Used

VS Code.

Recommendations

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.