Note
Tokens in this indexer doesn't have the totalSupply
field as it cannot be updated correctly
Envio
query PoolQuery {
Pool {
id
token0 {
id
name
decimals
}
token1 {
id
name
decimals
}
createdAtBlockNumber
}
}
Subgraph
{
pools {
token0 {
id
name
decimals
}
id
token1 {
id
name
decimals
}
createdAtBlockNumber
}
}