SubQueryToken
Verified contract
Active on
Base with 61,644 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($11.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SQT | ERC-20 | 1.794673K | $0.006477 |
$11.62 | |
ETHO | ERC-20 | 10 | $0.009845 |
$0.1 | |
USA | ERC-20 | 1 | $0.000787 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
GTC | ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 589.731505 | -- | -- | |
(#893785363) | KZB | ERC-721 | 1 | -- | -- |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22745309 | 28 minutes ago | | | 0 | 0.0000049482035 | |
| 22744865 | 43 minutes ago | | | 0 | 0.0000049494856 | |
| 22742793 | 2 hours ago | | | 0 | 3.3303600e-7 | |
| 22742096 | 2 hours ago | | | 0 | 2.7474077e-7 | |
| 22741677 | 2 hours ago | | | 0 | 0.000000700587512697 | |
| 22741327 | 3 hours ago | | | 0 | 0.0000049787592 | |
| 22740075 | 3 hours ago | | | 0 | 1.6126358e-7 | |
| 22739956 | 3 hours ago | | | 0 | 2.2980592e-7 | |
| 22739780 | 4 hours ago | | | 0 | 1.5066334e-7 | |
| 22739769 | 4 hours ago | | | 0 | 1.1134314e-7 |
ABI
ABI objects
Getter at block 22746140
decimals() view returns (uint8)
18
l1Token() view returns (address)
0x09395a2a58db45db0da254c7eaa5ac469d8bdc85
l2Bridge() view returns (address)
0x4200000000000000000000000000000000000010
name() view returns (string)
SubQueryToken
symbol() view returns (string)
SQT
totalSupply() view returns (uint256)
1021225182063451365815715034
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 _interfaceId) pure returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed _account, uint256 _amount)
Mint(address indexed _account, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _l2Bridge, address _l1Token)
This contract contains no fallback and receive objects.
This contract contains no error objects.