The event Deposit within the contract emits from, to, and amount as parameters. Currently, these parameters are not indexed, potentially impacting the efficiency of querying event logs by these specific parameters.
The issue lies in the event declaration. By not indexing these parameters, querying and filtering events by from, to, or amount may be less efficient, impacting the speed and cost-effectiveness of retrieving specific data within these events.
The lack of indexing may lead to increased gas costs and reduced efficiency when querying events by from, to, or amount. It might hinder the ability to swiftly and economically access and filter data related to these parameters within the event logs.
Manual inspection
Make the event parameters indexed
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.