https://github.com/Cyfrin/2025-02-raac/blob/main/contracts/core/tokens/veRAACToken
Some events do not utilize indexd parameters, making it dificult to filter logs efficiently.
Example include this:
EmergencyActionScheduled(bytes32 actionId, uint256 timestamp)
EmergencyWithdrawEnabled(uint256 emergencyWithdrawDelay)
Inefficient log searches due to lack of indexing.
Off-chain applications may struggle to track specific event occurrences.
Manual Review
Use indexed
for frequently queried parameters:
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.