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 constant to save gas.
Add the constant attribute to state variables that never change.
constant
constable-states on Slither's wiki.