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

Parameters of events are not indexed

Summary

CheckedOnce and CheckedTwice events are not indexed, which could be a problem for the monitoring of the activity of the contract.

Vulnerability Details

Non-indexed events can be a source of confusion for off-chain analysis tools.

Impact

Medium. As can be seen from the other findings, the events are quite important for the logic of this particular type of contract. It would be possible for off-chain tools to identify problems more easily if the events were properly indexed.

Tools Used

Manual check.

Recommendations

Add indexing:

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

Lead Judging Commences

inallhonesty Lead Judge almost 2 years ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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