Normally, dApps and indexers rely on event logs to reconstruct contract state and activity. Events with indexed parameters can be easily filtered and queried off-chain.
In this case, the timestamp
field in the ThroneClaimed
event is not indexed, which makes it harder for frontend interfaces or indexers to efficiently retrieve claims based on time.
Likelihood:
Happens anytime ThroneClaimed
is emitted
Impact:
dApps or indexers may have performance issues when filtering claims by time
May lead to a poor user experience in dApp interfaces displaying throne history
Index the timestamp
field in the event:
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.