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

Events missing indexed fields

Summary

Events do not index any fields

Vulnerability Details

Solidity events can have up to 3 indexed fields

Impact

Indexed fields known as topics in events are searchable using filters which are faster, helps offchain monitoring, reporting and security tools

Tools Used

Manual Analysis

Recommendations

Events must have indexed fields e.g

event RaffleRefunded(address indexed player, ...etc);
event FeeAddressChanged(address indexed newFeeAddress, ...etc);
Updates

Lead Judging Commences

Hamiltonite 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.