In the file : EggHuntGame.sol#L26
In the file : EggHuntGame.sol#L58
function does not emit an event when the threshold is updated.
The absence of an event in setEggFindThreshold
makes it difficult for off-chain services, dApps, or users monitoring contract activity to track changes to the egg-finding probability. This reduces transparency and could allow the owner to change the rules of the game without clear visibility to participants.
Without emitting an event, users and monitoring tools may miss critical changes to game parameters, leading to trust and transparency issues. In a game setting, this could result in perceived unfairness or manipulation.
Manual Review
Emit the threshold When it is updated from 20
to new threshold
Standard practice for clarifying important contract behaviors
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.