HKExCoin
Verified contract
Active on
Ethereum with 5,363 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 "HKExCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583489 | 2 years ago | | | 0 | 0.0020307323 | |
| 13509669 | 3 years ago | | | 0 | 0.0078725176 | |
| 13466233 | 3 years ago | | | 0 | 0.0037131290 | |
| 11455343 | 4 years ago | | | 0 | 0.0023746241 | |
| 11364358 | 4 years ago | | | 0 | 0.0030954921 | |
| 11157590 | 4 years ago | | | 0 | 0.0025442401 | |
| 11025413 | 4 years ago | | | 0 | 0.0030106841 | |
| 10969111 | 4 years ago | | | 0 | 0.0024926720 | |
| 10956813 | 4 years ago | | | 0 | 0.0048764601 | |
| 10945284 | 4 years ago | | | 0 | 0.0019439800 |
ABI
ABI objects
Getter at block 21163689
INITIAL_SUPPLY() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
HKExCoin
owner() view returns (address)
0x21ee16457158366ee140e9b547a570f9973d6f85
paused() view returns (bool)
false
standard() view returns (string)
ERC20
symbol() view returns (string)
HKC
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allocations(address, uint256) view returns (uint256 releaseTime, uint256 balance)
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
setAllocation(address _address, uint256 total_value, uint256[] times, uint256[] balanceRequires) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
NewLock(address indexed target, uint256 indexed locktime, uint256 lockamount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
UnLock(address indexed target, uint256 indexed unlocktime, uint256 unlockamount)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.