Slither

Slither

Community Analyzer

State variables that could be declared immutable SLITHER-W1091

Performance
Major

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

Recommendation

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

Learn more

immutable-states on Slither's wiki.