Beginner FriendlyFoundry
100 EXP
View results
Submission Details
Severity: low
Invalid

Events are not indexed

Vulnerability Details

The CheckedOnce and CheckedTwice events in SantasList are not indexed.

event CheckedOnce(address person, Status status);
event CheckedTwice(address person, Status status);

Impact

Off-chain scripts cannot efficiently filter these events.

Tools Used

None

Recommended Mitigation

Add the indexed keyword in each event, e.g.,event CheckedOnce(address indexed person, Status status);

Updates

Lead Judging Commences

inallhonesty Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.