HOQU Token
Verified contract
Active on
Ethereum with 18,037 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 |
---|---|---|---|---|---|
HQX | ERC-20 | 24.72167K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
LNC | ERC-20 | 54.793614 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
HIC | ERC-20 | 8 | -- | -- | |
TEU | ERC-20 | 3.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20453262 | 3 months ago | | | 0 | 0.000049268000 | |
| 20453033 | 3 months ago | | | 0 | 0.000052256000 | |
| 20453029 | 3 months ago | | | 0 | 0.000033056000 | |
| 20440917 | 3 months ago | | | 0 | 0.00011656412 | |
| 20186135 | 4 months ago | | | 0 | 0.00016882029 | |
| 19937637 | 6 months ago | | | 0 | 0.00036544276 | |
| 19605449 | 7 months ago | | | 0 | 0.00078828800 | |
| 19444736 | 8 months ago | | | 0 | 0.0016032828 | |
| 19396588 | 8 months ago | | | 0 | 0.0028064819 | |
| 18532660 | a year ago | | | 0 | 0.0013862058 |
ABI
ABI objects
Getter at block 21159389
decimals() view returns (uint32)
18
name() view returns (string)
HOQU Token
owner() view returns (address)
0x7ceb828497922646c2b0bd23ba199d753219f64c
paused() view returns (bool)
false
symbol() view returns (string)
HQX
totalSupply() view returns (uint256)
888888000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
pause() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause() returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.