An open API service indexing awesome lists of open source software.

https://github.com/patronum-labs/forced-transfer-subgraph

Example subgraph to index ForcedTransfer events of ForceTransfer Singleton contract
https://github.com/patronum-labs/forced-transfer-subgraph

ethereum-events graphql subgraph thegraph

Last synced: 7 months ago
JSON representation

Example subgraph to index ForcedTransfer events of ForceTransfer Singleton contract

Awesome Lists containing this project

README

          

# Forced Transfer Subgraph

This Subgraph sources events from the [ForceTransfer Singleton](https://github.com/Patronum-Labs/force-transfer/) contract.

## Example Query

Screenshot 2024-08-04 at 4 20 21 PM

Here we have an example query:

```graphql
{
forcedTransferActions {
id
sender
amount
}
}
```