Clanker
Source:Verified
Write Functions / transferOwnership
Overview

The transferOwnership function in the Ownable contract allows the current owner to transfer ownership of the contract to a new address. It includes checks to ensure that the caller is the current owner and that the new owner's address is valid (not zero).

Inputs
  • newOwner (address): The address of the new owner to whom ownership of the contract will be transferred.
Outputs
  • None: This function does not return any values.
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...