Since the s_owner variable is only set once in the constructor during the contract creation, it should be made immutable
Immutable variables are not stored in the storage slots but in the contract's bytecode which reduces gas on opcode SLOAD and SSTORE
Manual Review
address immutable private s_owner;
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.