PANDO
Verified contract
Active on
Ethereum with 105,979 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($114.34)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PANDO | ERC-20 | 451.068292K | $0.000253 |
$114.34 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242142 | 7 hours ago | | | 0 | 0.00057555435 | |
| 21242133 | 7 hours ago | | | 0 | 0.00060411493 | |
| 21239774 | 15 hours ago | | | 0 | 0.00046345288 | |
| 21237242 | a day ago | | | 0 | 0.0014472770 | |
| 21237210 | a day ago | | | 0 | 0.00096256732 | |
| 21236105 | a day ago | | | 0 | 0.0018113615 | |
| 21234953 | a day ago | | | 0 | 0.00040546786 | |
| 21234902 | a day ago | | | 0 | 0.00041161744 | |
| 21230258 | 2 days ago | | | 0 | 0.0015976847 | |
| 21230233 | 2 days ago | | | 0 | 0.00098138917 |
ABI
ABI objects
Getter at block 21244309
burnTokenSupply() view returns (uint256)
0
decimals() view returns (uint256)
18
name() view returns (string)
PANDO
owner() view returns (address)
0x34eabf0139796f3e4424ef5c833fe6342fc65b0b
symbol() view returns (string)
PANDO
tokenLock() view returns (bool)
false
totalSupply() view returns (uint256)
2000000000000000000000000000
totalTokenSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
approvals(address, address) view returns (uint256)
balanceOf(address _who) view returns (uint256)
balances(address) view returns (uint256)
isLocked(address who) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnToken(uint256 _value)
close()
lock(address who)
setTokenLock()
setTokenUnlock()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _to)
unlock(address who)
withdrawTokens(address _contract, uint256 _value)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed _from, uint256 _tokens)
ChangeOwner(address indexed _from, address indexed _to)
TokenUnlock(address indexed _to, uint256 _tokens)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string _name, string _symbol, address _founder, uint256 _totalTokenSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.