Skip to content

Instadapp/compound-dsa-managers

Repository files navigation

Compound V3 Managers

Subgraph for storing the managers on Compound V3 with write access on the owner account.
Query the subgraph: https://api.thegraph.com/subgraphs/name/richa-iitr/dsa-compound-v3-managers

Build the subgraph

graph build --network mainnet

Query

{
  owners{
    id
    address
    market
    manager {
      id
      address
      isAllowed
      isDSA
      market
      transactionData {
        id
        txnIndex
        from
        to
        input
        blockNumber
        timestamp
        blockGasUsed
        gasPrice
        gasLimit
        value
      }
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published