The contract does not emit events for several important actions, such as ending the auction or claiming tokens.
Lack of events makes it difficult to track important state changes off-chain, complicating the development of user interfaces and making the system less transparent.
The auctionEnd() and claimTokens() functions do not emit any events.
Add events for all significant state changes. For example:
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.