https://github.com/developerfred/pods-finance-subgraph
https://github.com/developerfred/pods-finance-subgraph
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/developerfred/pods-finance-subgraph
- Owner: developerfred
- Created: 2021-01-09T04:16:17.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T02:18:05.000Z (about 3 years ago)
- Last Synced: 2025-02-17T06:42:15.799Z (11 months ago)
- Language: TypeScript
- Size: 617 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Pods.finance Subgraph
A TheGraph's subgraph showcasing all options executed in Pods.Finance
[### Contracts](/developerfred/pods-finance-contracts)
### Abis
- [PodFactory](./abis/PodFactory.json)
- [PodToken](./abis/PodToken.json)
## Mapping ( Aqui que a mágica acontence)
- [Mapping](./src/mapping.ts)
## GraphQl Querys
```graphql
# Vendas Feitas na Uniswap
sellUniswap(first: 100) {
id
seller
amount
}
# Options Criadas
optionCreated(first: 5) {
id
exchangeAddress
option
deployer
}```
---
[support my code on gitcoin 👨🚀](https://gitcoin.co/grants/646/gitcoin-developer-grant-codignsh)