Honey Mining Token
Verified contract
Active on
Ethereum with 21 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Honey Mining Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 7005126 | 6 years ago | | | 0 | 0.000021272000 | |
| 6815443 | 6 years ago | | | 0 | 0.00054394000 | |
0x | 6236108 | 6 years ago | | | 0 | 0.000021046000 | |
| 6147227 | 6 years ago | | | 0 | 0.00048604500 | |
| 5924869 | 6 years ago | | | 0 | 0.0012015080 | |
| 5924836 | 6 years ago | | | 0 | 0.0025377880 | |
| 5924827 | 6 years ago | | | 0 | 0.00096489800 | |
| 5759380 | 7 years ago | | | 0 | 0.00029166000 | |
| 5710495 | 7 years ago | | | 0 | 0.0015555200 | |
| 5710072 | 7 years ago | | | 0 | 0.0017416320 |
ABI
ABI objects
Getter at block 21398370
decimals() view returns (uint8)
8
mintingFinished() view returns (bool)
false
name() view returns (string)
Honey Mining Token
redeemedSupply() view returns (uint256)
4002925713052
symbol() view returns (string)
HMT
totalSupply() view returns (uint256)
4002925713052
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
awailableDividends(address userAddress) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
balanceOfAt(address _owner, uint256 _blockNumber) view returns (uint256)
totalSupplyAt(uint256 _blockNumber) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
finishMinting() returns (bool)
mint(address _to, uint256 _amount) returns (bool)
recordDeposit(uint256 _amount)
recordWithdraw(address userAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.