blockTime VariableThe blockTime variable is defined to store the timestamp of contract deployment but is never used in the contract's logic.
This unused variable increases code complexity and storage costs without providing any functionality.
Likelihood:
The variable is declared and initialized during contract deployment, consuming storage.
It remains unused throughout the contract lifecycle, as no functions reference it.
Impact:
Wastes gas for unnecessary storage allocation.
Increases code maintenance complexity, potentially confusing developers.
The variable is defined but has no functional use
Remove this line.
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.