Core Contracts

Regnum Aurum Acquisition Corp
HardhatReal World AssetsNFT
77,280 USDC
View results
Submission Details
Severity: low
Invalid

Unindexed Parameters in Events

Summary

https://github.com/Cyfrin/2025-02-raac/blob/main/contracts/core/tokens/veRAACToken

Vulnerability Details

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)

Impact

Inefficient log searches due to lack of indexing.

Off-chain applications may struggle to track specific event occurrences.

Tools Used

Manual Review

Recommendations

Use indexed for frequently queried parameters:

event EmergencyActionScheduled(bytes32 indexed actionId, uint256 timestamp);
Updates

Lead Judging Commences

inallhonesty Lead Judge 3 months ago
Submission Judgement Published
Invalidated
Reason: Non-acceptable severity

Support

FAQs

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