The eggFindThreshold
variable controls the percentage to find an egg by calling searchForEgg(), which is the crucial point of the whole game.
The admin can change it via the setEggFindThreshold()
function in a range between 0 and 100:
By setting this value to 0 the admin can make finding eggs impossible since they're only minted if the generated random number is less than the eggFindThreshold
... which will be always false in this scenario.
Manual review
Define a reasonable and greater than 0 minimum value for eggFindThreshold
.
Owner is trusted and is not expected to interact in ways that would compromise security
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.