You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
query txnBurn_failed {
transactions(
where: {id: "0xfdeca9f81d0f930e7e107f10b26fd79a26e67b7edf41c683c4d00038e7ccd6f2"}
) {
id
burns {
id
pool {
id
}
}
}
}
An example of a similar transaction that has been indexed
query txnBurn_example {
transactions(
where: {id: "0x000319c5821b918eecea3863f597ca5479c95970b3998588583ad2f6133b4ba1"}
) {
id
burns {
id
pool {
id
}
}
}
}
The text was updated successfully, but these errors were encountered:
Hello.
Hello. I found a problem that I can not find an entry in the subgraph about a specific transaction. Could it be that the block was not indexed?
Graph:
https://thegraph.com/hosted-service/subgraph/uniswap/uniswap-v3
Transaction:
https://etherscan.io/tx/0xfdeca9f81d0f930e7e107f10b26fd79a26e67b7edf41c683c4d00038e7ccd6f2#eventlog
Event:
Burn
Request for the transaction that was not indexed:
An example of a similar transaction that has been indexed
The text was updated successfully, but these errors were encountered: