HONGMEN TOKEN
Verified contract
Active on
Ethereum with 933 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8108117 | 5 years ago | | | 0 | 0.00011175500 | |
| 8108028 | 5 years ago | | | 0 | 0.00026175500 | |
| 8085152 | 5 years ago | | | 0 | 0.00011175500 | |
| 8085067 | 5 years ago | | | 0 | 0.00026175500 | |
| 8032905 | 5 years ago | | | 0 | 0.00011175500 | |
| 8032802 | 5 years ago | | | 0 | 0.00026175500 | |
| 8028163 | 5 years ago | | | 0 | 0.00011175500 | |
| 8028029 | 5 years ago | | | 0 | 0.00018675500 | |
| 8028018 | 5 years ago | | | 0 | 0.00026175500 | |
| 7996525 | 5 years ago | | | 0 | 0.00011175500 |
ABI
ABI objects
Getter at block 21162548
INITIAL_SUPPLY() view returns (uint256)
5000000000
decimals() view returns (uint8)
18
name() view returns (string)
HONGMEN TOKEN
symbol() view returns (string)
HMTT
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _burntAmount) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
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)
Burn(address indexed _from, uint256 _tokenDestroyed, uint256 _timestamp)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.