Medicine Health Token
Verified contract
Active on
Ethereum with 11,802 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KCN | ERC-20 | 1K | -- | -- | |
PRO | ERC-20 | 0.888889 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11230592 | 4 years ago | | | 0 | 0.0029067570 | |
| 11230581 | 4 years ago | | | 0 | 0.0023877794 | |
| 11230577 | 4 years ago | | | 0 | 0.0067325720 | |
| 9486018 | 5 years ago | | | 0 | 0.000087436000 | |
| 9421762 | 5 years ago | | | 0 | 0.00018969600 | |
| 8998561 | 5 years ago | | | 0 | 0.0016698400 | |
| 8998268 | 5 years ago | | | 0 | 0.0016698400 | |
| 8966177 | 5 years ago | | | 0 | 0.00011478680 | |
| 8906049 | 5 years ago | | | 0 | 0.0050095200 | |
| 8718260 | 5 years ago | | | 0 | 0.00055638000 |
ABI
ABI objects
Getter at block 21256254
decimals() view returns (uint256)
4
disabled() view returns (bool)
false
getMHTHoldersNumber() view returns (uint256)
4854
getMHTTotalSupply() view returns (uint256)
10000000000000
name() view returns (string)
Medicine Health Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x030461a2ebf229c2f8021c29ef7200969b35a694
symbol() view returns (string)
MHT
totalSupply() view returns (uint256)
10000000000000
version() view returns (string)
1.0
Read-only
MHTHolders(uint256) view returns (address)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
balances(address) view returns (uint256)
isMHTHolder(address) view returns (bool)
State-modifying
Events acceptOwnership()
approve(address _spender, uint256 _value) returns (bool success)
changeOwner(address _newOwner)
setDisabled(bool flag)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(uint256 _amount)
This contract contains no fallback and receive objects.
This contract contains no error objects.