The Standard

The Standard
DeFiHardhat
20,000 USDC
View results
Submission Details
Severity: low
Invalid

Owner can renounce ownership in OwnableUpgradeable contracts

Summary

An owner can renounce ownership in OwnableUpgradeable contracts

Vulnerability Details

The contract uses the OwnableUpgradeable contract from openzeppelin. And it has vital functions such as setMintFeeRate protected by the onlyOwner() modifier.

It is possible the owner deliberately or mistakenly renounced ownership.

Impact

setMintFeeRate and other functions marked "onlyOwner" will not be callable.

Tools Used

Manual review

Recommendations

Implement a two step ownership transfer.

Updates

Lead Judging Commences

hrishibhat Lead Judge over 1 year ago
Submission Judgement Published
Invalidated
Reason: Too generic
Assigned finding tags:

informational/invalid

Support

FAQs

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