Sparkn

CodeFox Inc.
DeFiFoundryProxy
15,000 USDC
View results
Submission Details
Severity: low
Valid

Missing indexing event values

Summary

Some events are lacking indexed parameters

Vulnerability Details

Distributed.sol line 58 event Ditributed(...) event missing indexed values

Impact

This short changes offchain tooling for reporting, monitoring, front end and even security that could use the searchable indexes of events to filter events for specific values e.g address XXX being in every winning pool of contests etc as suspicious

Tools Used

Manual Analysis

Recommendations

Recommended to index identify event values e.g

event Distributed(address indexed token, address[] indexed winners, uint256[] percentages, bytes indexed data);

Support

FAQs

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