Snow::earnSnow() does not emit the SnowEarned() event and event listeners will never know when a Snow is earnedThe earnSnow() function allows user to earn Snow every week. However, no events are emitted when the function is called.
Likelihood:
Whenever the earnSnow() event is called
Impact:
Frontends depending on event emission to detect when a Snow is earned by a user will never be able to update because no events are emitted
The SnowEarned event is defined in the contract like the following:
However, it has never been used
Modify the earnSnow() function to be like this
Now, every time a Snow is earned using this function, an event will be emitted
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.