SubQueryToken
Verified contract
Active on
Ethereum with 17,994 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($5,894.55)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
SQT | ERC-20 | 893.901163K | $0.006594 |
$5,894.55 | |
SQT | ERC-20 | 3B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21240819 | 17 minutes ago | | | 0 | 0.00049452415 | |
| 21240689 | 43 minutes ago | | | 0 | 0.00032945537 | |
| 21240517 | an hour ago | | | 0 | 0.00042235038 | |
| 21240509 | an hour ago | | | 0 | 0.00062136571 | |
| 21240090 | 3 hours ago | | | 0 | 0.00045336103 | |
| 21239709 | 4 hours ago | | | 0 | 0.00033411452 | |
| 21239681 | 4 hours ago | | | 0 | 0.00058515832 | |
| 21239302 | 5 hours ago | | | 0 | 0.00089192235 | |
| 21239113 | 6 hours ago | | | 0 | 0.00083829259 | |
| 21238998 | 6 hours ago | | | 0 | 0.00046914233 |
ABI
ABI objects
Getter at block 21240900
decimals() view returns (uint8)
18
getMinter() view returns (address)
0xe802a375a2e5ae2d36e4419cb0e7f0570dd3b8f9
minter() view returns (address)
0xe802a375a2e5ae2d36e4419cb0e7f0570dd3b8f9
name() view returns (string)
SubQueryToken
owner() view returns (address)
0x623d1426f5f45d39a1d9ebd3a5f6abee0c8ec469
symbol() view returns (string)
SQT
totalSupply() view returns (uint256)
10082928338833464608544797393
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address destination, uint256 amount)
renounceOwnership()
setMinter(address _minter)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, 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(address _minter, uint256 totalSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.