PYRToken
Source:Verified
Read Functions / isOwner
Overview

The isOwner function in the Ownable contract checks if the caller of the function is the current owner of the contract. It returns a boolean value indicating ownership status by comparing the caller's address with the stored owner address.

Inputs
  • None: The function does not take any input variables.
Outputs
  • Returns (bool): A boolean value indicating whether the caller is the owner of the contract.
Emits Zero Events
Functions will often emit events during execution, often signifying key changes in state. There are no events emited by this function
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...