In the searchForEgg()
function, the contract emits an event called EggFound
:
However, the EggFound
event is not declared anywhere in the contract, which will result in a compilation error.
Compilation error due to the missing event declaration.
add event declaration
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.