When starting and changing the eggFindThreshold
, players are not notified about the threshold.
startGame()
source code:
setEggFindThreshold()
source code:
In the code above, you can see that in the functions (setEggFindThreshold()
,startGame()
), players are not notified of which chance is being used in the game.
The owner can change the eggFindThreshold
uncontrollably and players will not be notified about the rules of the game. This may lead to reputational risks and some users may choose not to play as they are not notified of changes in the game.
Manual code review
Add events and emits in startGame()
and setEggFindThreshold()
:
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.