State variables that are not updated following deployment should be declared immutable to save gas.
State variables can be marked immutable which causes them to be read-only, but only
assignable in the constructor.
Gas cost
Slither
Add the immutable
attribute to state variables that never change or are set only in the constructor (s_owner) to reduce the gas costs.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.