Covalent Query Token
Verified contract
Active on
Ethereum with 64,911 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 |
---|---|---|---|---|---|
CQT | ERC-20 | 176.087237K | -- | -- | |
HQG | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21274274 | 2 hours ago | | | 0 | 0.00042478692 | |
| 21274075 | 2 hours ago | | | 0 | 0.00053031052 | |
| 21271789 | 10 hours ago | | | 0 | 0.00054540890 | |
| 21270844 | 13 hours ago | | | 0 | 0.00037987940 | |
| 21267706 | a day ago | | | 0 | 0.00031324887 | |
| 21267590 | a day ago | | | 0 | 0.00039371720 | |
| 21267469 | a day ago | | | 0 | 0.00038102598 | |
| 21267165 | a day ago | | | 0 | 0.0010007089 | |
| 21266884 | a day ago | | | 0 | 0.00083230680 | |
| 21266879 | a day ago | | | 0 | 0.00096615460 |
ABI
ABI objects
Getter at block 21274721
DOMAIN_SEPARATOR() view returns (bytes32)
0x89f5c4087abd5cc09525f23a0309f98e2e25202d4ad8de57550b1a7a3617e187
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Covalent Query Token
owner() view returns (address)
0xc2da5ee9ef5c2452738a990233a2370d34b6c6bb
symbol() view returns (string)
CQT
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
rescueTokens(address token, address destination, uint256 amount)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.