All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Secrets
Security
Style
Type check
State variables that are not updated following deployment should be declared immutable to save gas.
Add the immutable attribute to state variables that never change or are set only in the constructor.
immutable
immutable-states on Slither's wiki.