blockTime state variable declared and initialized at deployment. Unnecessary storage allocation increases deployment gas and adds confusionThis variable is never read or updated anywhere in the codebase. Because it is a state variable, it occupies a dedicated storage slot and incurs deployment gas costs. Its presence may also mislead maintainers into assuming it tracks time-sensitive logic, when in fact it remains constant after deployment.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
View preliminary resultsAppeals are being carefully reviewed by our judges.
The contest is complete and the rewards are being distributed.