Skip to content

access-control:renounce-ownership

Renounce ownership of an Ownable contract, leaving it without an owner and permanently disabling its onlyOwner functions.

access-control:renounce-ownership <contract>
Name Type Description
contract address Ownable contract address
load access-control
access-control:renounce-ownership 0xC18360217D8F7Ab5e7c516566761Ea12Ce7F9D72
  • Irreversible: the contract is left without an owner and every onlyOwner function becomes permanently uncallable.
  • Must be sent by the current owner.