Transaction ID and wallet address are linked to explorers

GraphLooker has integration with explorers like etherscan. Transaction hashes and wallet addresses are linked to respective network explorers so you can explore and view complete transaction details. Find below example of explorer integration for Uniswap V2 subgraph.

Throughout this tutorial, we will be using a Uniswap V2 subgraph. If you would like to follow along, click on the following link:

https://graphlooker.com/explore?uri=https%3A%2F%2Fapi.thegraph.com%2Fsubgraphs%2Fname%2Funiswap%2Funiswap-v2&e=token&th=dark

Here, we can see a set of wallet addresses. To use this feature, all you have to do is click on any address, for this instance, we will click on the first wallet address that is

0xfffde2b76a97aca7f2fe0f7b193e861c0ddede06

Untitled

Upon clicking on the above wallet address, you reach to etherscan explorer:

https://etherscan.io/address/0xfffffffff15abf397da76f1dcc1a1604f45126db

Untitled

For details on network explorer integration, refer here: https://github.com/dapplooker/graphlooker/blob/master/src/utility/utility.ts#L179