The emitted events are not indexed
, making off-chain scripts such as front-ends of dApps to filter the events efficiently.
Indexed event fields make the field more quickly accessible to off-chain
tools that parse events like The Graph. However, note that each index field costs extra gas during emission, so it’s not necessarily best to index the maximum
allowed per event (three fields)
Manual Review
Add the indexed keyword in each event, e.g., event Distributed(address token, address[] winners, uint256[] percentages, bytes data);.
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.