Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 14 days 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
}
}
```