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 "HilkCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12630851 | 3 years ago | | | 0 | 0.00046823700 | |
| 12629207 | 3 years ago | | | 0 | 0.00053557900 | |
| 10834398 | 4 years ago | | | 0 | 0.0069957380 | |
| 10834380 | 4 years ago | | | 0 | 0.0066328692 | |
| 10406177 | 4 years ago | | | 0 | 0.0025137640 | |
| 10364754 | 4 years ago | | | 0 | 0.0025714350 | |
| 10364296 | 4 years ago | | | 0 | 0.0011806760 | |
| 10349874 | 4 years ago | | | 0 | 0.0014928650 | |
| 10349833 | 4 years ago | | | 0 | 0.0020004250 | |
| 10327888 | 4 years ago | | | 0 | 0.0016557230 |
ABI
ABI objects
Getter at block 21215710
decimals() view returns (uint8)
16
isOwner() view returns (bool)
false
minting() view returns (bool)
true
name() view returns (string)
HilkCoin
owner() view returns (address)
0x5951d319584c01e61bb84c71137887fc567075bf
pausing() view returns (bool)
false
symbol() view returns (string)
HILK
totalSupply() view returns (uint256)
20000000000000000000000000
Read-only
allowance(address target, address spender) view returns (uint256)
balanceOf(address target) view returns (uint256)
freezing(address) view returns (bool)
lockup(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value) returns (bool)
decreaseLockup(address target, uint256 value) returns (bool)
deleteLockup(address target) returns (bool)
finishMint() returns (bool)
freeze(address dsc)
mint(uint256 value) returns (bool)
pause()
renounceOwnership()
resume()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
transferWithLockup(address to, uint256 value) returns (bool)
unFreeze(address dsc)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Finished()
Freezed(address dsc)
LockedUp(address target, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause(address pauser)
Resume(address resumer)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreezed(address dsc)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.