As there is no contract functionality to change ownership we can assume the owner of the contract will not change.We can save on gas by making the s_owner variable immutable.
immutable variables do not occupy a storage slot when compiled, they are just saved inside the contract byte code thus it will save gas in deployment.
the s_owner variable should be marked as immutable.
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.