Core Contracts

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

no event emitted on oracle changing

Summary

oracle changing not emitting any event

Vulnerability Details

no event is emitted when the owner changes the oracle, it increases transparency by emitting an event.

https://github.com/Cyfrin/2025-02-raac/blob/main/contracts/core/primitives/RAACHousePrices.sol#L62-L64

function setOracle(address _oracle) external onlyOwner {
oracle = _oracle;
}

Impact

lack of transparency.

Tools Used

manual

Recommendations

emit a changedOracle event with the new oracle and who changed it.

Updates

Lead Judging Commences

inallhonesty Lead Judge 4 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.