The eggFindThreshold
value is never changed, so it should be marked as constant to save gas.
In the EggHuntGame contract, eggFindThreshold
is declared as a state variable. Storing this as a state variable unnecessarily consumes gas.
Making the variable constant instead of a state variable saves gas.
manual code review.
Strategy to save gas and minimize transaction costs
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.