Hashtoken
Verified contract
Active on
Ethereum with 9,539 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 |
---|---|---|---|---|---|
FLOV | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10668819 | 4 years ago | | | 0 | 0.0035672280 | |
| 10475236 | 4 years ago | | | 0 | 0.0027372501 | |
| 10318995 | 4 years ago | | | 0 | 0.00081060000 | |
| 9688715 | 5 years ago | | | 0 | 0.00023160000 | |
| 7916263 | 5 years ago | | | 0 | 0.00024172000 | |
| 7629351 | 6 years ago | | | 0 | 0.00036258000 | |
| 7629337 | 6 years ago | | | 0 | 0.00016358390 | |
| 7553313 | 6 years ago | | | 0 | 0.00010679194 | |
| 7518901 | 6 years ago | | | 0 | 0.000057219952 | |
| 7456548 | 6 years ago | | | 0 | 0.00011441839 |
ABI
ABI objects
Getter at block 21258487
decimals() pure returns (uint8)
18
name() pure returns (string)
Hashtoken
owner() pure returns (address)
0xbaec3538b22babdfeeffc032d3fcc086901216d7
symbol() pure returns (string)
HHT
totalSupply() pure returns (uint256)
100000000000000000000000000
Read-only
allowance(address, address) pure returns (uint256)
balanceOf(address) pure returns (uint256)
frozenAccount(address) pure returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
freezeAccount(address target, bool freeze)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, uint8 decimalUnits, string tokenSymbol, address centralMinter)
This contract contains no fallback and receive objects.
This contract contains no error objects.