Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($151.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KOK | ERC-20 | 474.689484K | $0.000319 |
$151.4 | |
| ERC-20 | 21 | -- | -- | |
HQG | ERC-20 | 0.001 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21244014 | 16 minutes ago | | | 0 | 0.00070326523 | |
| 21243633 | 2 hours ago | | | 0 | 0.0012122880 | |
| 21243404 | 2 hours ago | | | 0 | 0.00070796462 | |
| 21242979 | 4 hours ago | | | 0 | 0.00039584748 | |
| 21242785 | 4 hours ago | | | 0 | 0.00082421104 | |
| 21241370 | 9 hours ago | | | 0 | 0.00042757281 | |
| 21241229 | 10 hours ago | | | 0 | 0.00042013864 | |
| 21241130 | 10 hours ago | | | 0 | 0.00059844716 | |
| 21240711 | 11 hours ago | | | 0 | 0.00046739853 | |
| 21240699 | 11 hours ago | | | 0 | 0.00053554759 |
ABI
ABI objects
Getter at block 21244094
decimals() view returns (uint8)
18
name() view returns (string)
KOK Coin
owner() view returns (address)
0x476b9f7758ad1ed7b8db56e77c1efd4eba158fb9
stopped() view returns (bool)
false
symbol() view returns (string)
KOK
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
allowed(address, address) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
blackList(address) view returns (int8)
State-modifying
Events airdrop(address[] _to, uint256[] _value)
approve(address _spender, uint256 _value) returns (bool success)
blacklisting(address _addr)
deleteFromBlacklist(address _addr)
start()
stop()
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address _new)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Blacklisted(address indexed target)
DeleteFromBlacklist(address indexed target)
RejectedPaymentFromBlacklistedAddr(address indexed from, address indexed to, uint256 value)
RejectedPaymentToBlacklistedAddr(address indexed from, address indexed to, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
TransferOwnership(address oldaddr, address newaddr)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.