Ecosyste.ms: Awesome
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: 14 days ago
JSON representation
Example subgraph to index ForcedTransfer events of ForceTransfer Singleton contract
- Host: GitHub
- URL: https://github.com/patronum-labs/forced-transfer-subgraph
- Owner: Patronum-Labs
- License: mit
- Created: 2024-07-29T15:33:39.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T13:30:57.000Z (6 months ago)
- Last Synced: 2024-11-17T06:14:55.246Z (3 months ago)
- Topics: ethereum-events, graphql, subgraph, thegraph
- Language: TypeScript
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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
Here we have an example query:
```graphql
{
forcedTransferActions {
id
sender
amount
}
}
```