Dria

Swan
NFTHardhat
21,000 USDC
View results
Submission Details
Severity: low
Invalid

No events on SwanManager::addOperator and SwanManager::removeOperator

Vulnerability Details

SwanManager doesnt emit events when adding or removing operators making unable users to react to this changes

function addOperator(address _operator) external onlyOwner {
isOperator[_operator] = true;
}
function removeOperator(address _operator) external onlyOwner {
delete isOperator[_operator];
}

Impact

Severity: Users are unable to react to this sensible changes

Tools Used

Manual Review

Recommendations

Emit events when performing adding or removing operators in this function

Updates

Lead Judging Commences

inallhonesty Lead Judge 9 months ago
Submission Judgement Published
Invalidated
Reason: Known issue

Support

FAQs

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