The searchForEgg
function lacks a mechanism to limit the number of eggs a single player can find. When the condition random < eggFindThreshold
is met, an egg is minted and the player's count is incremented without any upper bound check.
A single player can mint an unlimited number of egg NFTs, especially if combined with the predictability of the pseudo-random number generation.
Implement a maximum limit on the number of eggs each user is allowed to find and mint.
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.