Poker IO
Verified contract
Active on
Ethereum with 35,857 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
POK | ERC-20 | 2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20522693 | 3 months ago | | | 0 | 0.000077035022 | |
| 13789247 | 3 years ago | | | 0 | 0.0016973875 | |
| 13470689 | 3 years ago | | | 0 | 0.0019322443 | |
| 13419828 | 3 years ago | | | 0 | 0.0084877277 | |
| 13396393 | 3 years ago | | | 0 | 0.0030526868 | |
| 13396005 | 3 years ago | | | 0 | 0.0050988590 | |
| 13396001 | 3 years ago | | | 0 | 0.0036568038 | |
| 13396001 | 3 years ago | | | 0 | 0.0036568038 | |
| 13396001 | 3 years ago | | | 0 | 0.0036568038 | |
| 13396000 | 3 years ago | | | 0 | 0.0036568038 |
ABI
ABI objects
Getter at block 21160605
decimals() view returns (uint256)
18
name() view returns (string)
Poker IO
symbol() view returns (string)
POK
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
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(uint256 _initialAmount, string _tokenName, uint8 _decimalUnits, string _tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.