WorldPoker.Game Token
Verified contract
Active on
Ethereum with 35,790 txns
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 "WorldPoker.Game Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12578362 | 3 years ago | | | 0 | 0.00059192166 | |
| 12113247 | 4 years ago | | | 0 | 0.0045092268 | |
| 11057522 | 4 years ago | | | 0 | 0.0011939700 | |
| 10336898 | 4 years ago | | | 0 | 0.00069437200 | |
| 10290455 | 4 years ago | | | 0 | 0.00087882603 | |
| 10290455 | 4 years ago | | | 0 | 0.0017113570 | |
| 10252134 | 4 years ago | | | 0 | 0.00089276400 | |
| 10251855 | 4 years ago | | | 0 | 0.0015919600 | |
| 9772209 | 5 years ago | | | 0 | 0.000081797106 | |
| 9771963 | 5 years ago | | | 0 | 0.000051804833 |
ABI
ABI objects
Getter at block 21168380
decimals() view returns (uint8)
18
name() view returns (string)
WorldPoker.Game Token
owner() view returns (address)
0x7ab021ebe2567bc6517f4b6498620dea58af4f1f
symbol() view returns (string)
WPKG
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.