Balances ($0.00)
No balances found for "PIZA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14188175 | 7 months ago | | | 0 | 0.000081550823 | |
| 11748596 | 9 months ago | | | 0 | 0.000000049485894312 | |
| 11747668 | 9 months ago | | | 0 | 0.000000049412127828 | |
| 11747648 | 9 months ago | | | 0 | 0.000000049485696480 | |
| 11747626 | 9 months ago | | | 0 | 0.000000004955262168 | |
| 11747602 | 9 months ago | | | 0 | 0.000000004955262168 | |
| 11747549 | 9 months ago | | | 0 | 0.000000054142444332 | |
| 11747541 | 9 months ago | | | 0 | 0.000000054142296714 | |
| 11747403 | 9 months ago | | | 0 | 0.000000089043589704 | |
| 11747398 | 9 months ago | | | 0 | 0.000000054142099890 |
ABI
ABI objects
Getter at block 23114755
decimals() view returns (uint8)
18
name() view returns (string)
PIZA
owner() view returns (address)
0x83ed879820b1dbec6902876426afe370c45e9f1b
symbol() view returns (string)
PIZA
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isApproved(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
renounceOwnership()
setObserver(address observer)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)