There are no events emitted when critical functions like ContestManager::createContest
, ContestManager::fundContest
, or ContestManager::closeContest
are called. This makes it harder to track and audit contract interactions on the blockchain.
Events are critical for off-chain systems to track state changes in a contract. If certain actions are not logged via events, external applications (such as user interfaces or analytics platforms) may miss important information, reducing transparency and usability.
Manual code inspection
Add events for tracking critical functions like ContestManager::createContest
, ContestManager::fundContest
, and ContestManager::closeContest
:
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.