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 "PO8 Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8868583 | 5 years ago | | | 0 | 0.00023145000 | |
| 8245734 | 5 years ago | | | 0 | 0.00048426000 | |
| 7948761 | 5 years ago | | | 0 | 0.00028377000 | |
| 7948734 | 5 years ago | | | 0 | 0.00038220000 | |
| 7948709 | 5 years ago | | | 0 | 0.00045197000 | |
| 7948569 | 5 years ago | | | 0 | 0.00025655000 | |
| 7939430 | 5 years ago | | | 0 | 0.0010631200 | |
| 7939364 | 5 years ago | | | 0 | 0.00050322000 | |
| 7939326 | 5 years ago | | | 0 | 0.00090522000 | |
| 7934817 | 5 years ago | | | 0 | 0.00030394000 |
ABI
ABI objects
Getter at block 21256755
decimals() view returns (uint8)
18
founderAddress() view returns (address)
0x072f140dccce18f9966aeb6d71ffcd0b42748683
name() view returns (string)
PO8 Token
owner() view returns (address)
0x072f140dccce18f9966aeb6d71ffcd0b42748683
symbol() view returns (string)
PO8
totalSupply() view returns (uint256)
10000000000000000000000000000
unlockAllTokens() view returns (bool)
true
Read-only
allowance(address _owner, address _spender) view returns (uint256)
approvedAccount(address) view returns (bool)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
approvedAccount(address target, bool approval)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unlockAllTokens(bool _unlock)
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)
UnFrozenFunds(address target, bool unfrozen)
UnLockAllTokens(bool unlock)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.