Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TaoPanda"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21091260 | 9 days ago | | | 0 | 0.00028620091 | |
| 21035687 | 17 days ago | | | 0 | 0.00042770784 | |
| 21033946 | 17 days ago | | | 0 | 0.00047501316 | |
| 21033936 | 17 days ago | | | 0 | 0.00045093565 | |
| 21033935 | 17 days ago | | | 0 | 0.00048728545 | |
| 20998537 | 22 days ago | | | 0 | 0.00041097661 | |
| 20980579 | 25 days ago | | | 0 | 0.00084047613 | |
| 20978991 | 25 days ago | | | 0 | 0.0010994395 | |
| 20978991 | 25 days ago | | | 0 | 0.0010994395 | |
| 20961471 | a month ago | | | 0 | 0.00055134096 |
ABI
ABI objects
Getter at block 21158775
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000
decimals() view returns (uint8)
18
deployer() view returns (address)
0x8e4f650805f854cc1a998ae32a14088a6c84ec16
marketingAllocation() view returns (uint256)
50000000000000000000000
name() view returns (string)
TaoPanda
symbol() view returns (string)
TPANDA
totalSupply() view returns (uint256)
1000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
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)