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 "THToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12072188 | 4 years ago | | | 0 | 0.0025972800 | |
0x | 5416070 | 7 years ago | | | 0 | 0.00025200000 | |
| 5386066 | 7 years ago | | | 0 | 0.000069768000 | |
| 5386022 | 7 years ago | | | 0 | 0.000093024000 | |
| 5332789 | 7 years ago | | | 0 | 0.000072985600 | |
| 5321518 | 7 years ago | | | 0 | 0.00045791900 | |
| 5321514 | 7 years ago | | | 0 | 0.00045600000 | |
0x | 5287303 | 7 years ago | | | 0 | 0.000021046000 | |
| 5232577 | 7 years ago | | | 0 | 0.0017111710 | |
| 5230660 | 7 years ago | | | 0 | 0.00098551700 |
ABI
ABI objects
Getter at block 21318732
decimals() view returns (uint8)
[unknown]
mintingFinished() view returns (bool)
[unknown]
name() view returns (string)
[unknown]
owner() view returns (address)
[unknown]
symbol() view returns (string)
[unknown]
totalSupply() view returns (uint256)
[unknown]
transferAllowed() view returns (bool)
[unknown]
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)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
endMinting(bool _transferAllowed) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
TransferAllowed(bool transferIsAllowed)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.