Clanker
Source:Verified
Write Functions / renounceOwnership
Overview

The renounceOwnership function in the Ownable contract allows the current owner to relinquish ownership of the contract, effectively disabling any owner-specific functionalities. This action is irreversible and will leave the contract without an owner.

Inputs
  • None: The function does not take any input parameters.
Outputs
  • None: The function does not return any values.
Emits One Event
Functions will often emit events during execution, often signifying key changes in state.

Recent Transactions Calling This Function
This returns the latest 20 times that this function was called directly by a wallet or internally by another contract.
Looking for transactions where this function was called...