The CheckedOnce and CheckedTwice events emit person as a non-indexed parameter, so off-chain consumers cannot filter logs by a specific address and must scan and decode every event.
Likelihood: Low
This affects only off-chain indexing efficiency. It manifests whenever a consumer needs status updates for a particular address, which is a common access pattern for a per-person list.
Impact: Low
Without an indexed topic, dapps and indexers cannot subscribe to a single address's updates and must pull and parse the entire event history, increasing query cost and latency. No on-chain funds or logic are affected.
A log query filtered by person topic returns nothing because the field is not indexed; only an unfiltered scan works.
Index the person parameter on both events.
The contest is live. Earn rewards by submitting a finding.
Submissions are being reviewed by our AI judge. Results will be available in a few minutes.
View all submissionsThe contest is complete and the rewards are being distributed.