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

Event is missing `indexed` field

Summary

Index event fields make the field more quickly accessible to off-chain tools that parse events.

@> event Claimed(address account, uint256 amount);

Recommendations

- event Claimed(address account, uint256 amount);
+ event Claimed(address index account, uint256 index amount);
Updates

Lead Judging Commences

inallhonesty Lead Judge about 1 year ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity
Assigned finding tags:

Info

Support

FAQs

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