Normal behavior:
The contract declares a state variable blockTime and sets it to the current block timestamp at deployment.
Specific issue:
blockTime is never updated after deployment, so it always holds the same value. Declaring it as constant would save gas and clarify its immutability.
Likelihood:
This occurs whenever a state variable is assigned a value at deployment and never changed again.
Impact:
Slightly higher gas costs for reading and storing the variable.
Reduced clarity for users and auditors about the variable’s immutability.
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.