PYRToken
Source:Verified
Events (3)

Contract Events

Events are emitted by functions when they are called in a transaction. You can click on any event below to view more details about when and why it's emitted, and see recent examples of transactions that emitted it.
View details for Approval
Approval
The `Approval` event is a crucial part of the ERC20 token standard, signaling that a token holder has granted a specified allowance to a spender, enabling them to transfer tokens on the holder's behalf
View details for OwnershipTransferred
OwnershipTransferred
The `OwnershipTransferred` event is crucial in the `Ownable` contract, signaling a change in ownership of the contract
View details for Transfer
Transfer
The `Transfer` event is a crucial part of the ERC20 token contract, signaling the successful transfer of tokens between addresses