Description: The deadlineSet
state variable is initialized at deployment but could be declared as a constant to save gas.
Impact:
Unnecessary gas consumption
Suboptimal contract efficiency
Higher storage costs
Recommended Mitigation: For variables that never change post-deployment, use the constant
keyword:
If the variable needs to be mutable, ensure this is documented and intentional.
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.