HZMCOIN
Verified contract
Active on
Ethereum with 4,737 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($22.19)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
renBTC | ERC-20 | 0.000238 | $93,373.00 |
$22.19 | |
HZM | ERC-20 | 1K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20749599 | 2 months ago | | | 0 | 0.00016310788 | |
| 20646282 | 3 months ago | | | 0 | 0.000078719220 | |
| 20503205 | 3 months ago | | | 0 | 0.000079515894 | |
| 20294949 | 4 months ago | | | 0 | 0.00011645896 | |
| 20261396 | 5 months ago | | | 0 | 0.00015568292 | |
| 19770940 | 7 months ago | | | 0 | 0.00033685495 | |
| 19760781 | 7 months ago | | | 0 | 0.00047054762 | |
| 19544018 | 8 months ago | | | 0 | 0.0026818101 | |
| 19544014 | 8 months ago | | | 0 | 0.0021740414 | |
| 19534965 | 8 months ago | | | 0 | 0.0016439021 |
ABI
ABI objects
Getter at block 21260643
decimals() view returns (uint256)
8
name() view returns (string)
HZMCOIN
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xc96004cf0590b6c03fc37f996de84e4970559e45
symbol() view returns (string)
HZM
totalSupply() view returns (uint256)
10000000000000000000
version() view returns (string)
v2
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
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)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.