Gas optimization tips to reduce gas units.
Gas Optimization will reduce gas usage in TXs.
Declaring s_owner as immutable will reduce the gas costs as it wont store on the storage.
Use bytes32 in place of string s_password if the password of size is less than 32 bytes. As bytes32 is more gas efficient. If the password is larger than 32 bytes keep the type of s_password as string.
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.