There is a typo in the event name OracleRemved in the removeOracle function. The event name should be OracleRemoved instead. This typo will cause issues for off-chain event listeners and systems that rely on the event name to process or monitor the contract.
In the removeOracle
function, the event emitted when an oracle is removed is named OracleRemved
instead of OracleRemoved
. This is a typographical error that can cause issues in off-chain systems (such as event listeners, monitoring services, or dApps) that are designed to listen for the correct event name.
Off chain listeners depending on name might catch this emitted event.
Manual review
Please read the CodeHawks documentation to know which submissions are valid. If you disagree, provide a coded PoC and explain the real likelyhood and the detailed impact on the mainnet without any supposition (if, it could, etc) to prove your point.
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.