The purpose of my project is to aggregate data from the different contracts of the Bloom protocol by following the documentation available here: https://bloom.co/docs In order to do so, I’ve used the events described in their documentation to create my subgraph. Some events don’t return any data on the Ethereum main net so I’ve decided to keep them in the subgraph, in case there would be data in the future, but decided not to include those data in the subgraph explorer, the front-end used to display those data. Also, the tokenEscrowMarketplaceChanged event being only a change of contract, I’ve decided to not include it in the explorer. You can see the explorer at the following URL: https://pierrickgt.github.io/bloom-subgraph-explorer/ The graph is available here: https://thegraph.com/explorer/subgraph/pierrickgt/bloom As for the Github repos, the subgraph one is here: https://github.com/PierrickGT/bloom-subgraph And the explorer repo is here: https://github.com/PierrickGT/bloom-subgraph-explorer