Scout Chart Creator
  • Overview
  • Get Started
    • Tutorial 1: NMR Daily Transaction Count
    • Tutorial 2: LPT Weekly Volume (USD)
    • Tutorial 3: NMR vs LPT Daily comparison
  • Pipeline
    • Filter
    • Project
    • Group
      • Accumulators
    • Sort
    • Unwind
    • Custom
  • Data Source
    • Transactions
    • States
    • Contracts
    • Aragon
    • Livepeer
    • dYdX
    • Set
    • Token holders
  • Operators
    • Math operators
    • Logic operators
    • Function operators
    • Array operators
    • String operators
  • Config
  • Protocols
    • Dodo
      • 24H trade volume
      • Deposit & Withdraw
    • Livepeer
    • dYdX
      • Making sense of the trade data
    • MakerDao
    • Pickle Finance
      • Example: Daily deposit and withdraw of jar 0.88
      • Example: Listing all borrows of a strategy
  • FAQ
    • Dealing with "logs" field in "Transaction"
    • How to handle "Query Timeout" error?
    • How to use a variable in a Pipeline
  • Research
    • The circulating supply of DODO tokens
    • How are bitcoins doing on Ethereum? (as of Jan 20th 2021)
Powered by GitBook
On this page

Was this helpful?

  1. Data Source

Aragon

Aragon Daily Orgs Activity Stats

List daily activities of Aragon orgs

  • _id: Unix epoch timestamp of the day

  • daos: Aragon orgs that have at least 1 transaction on the day.

    • address: Address of the org

    • name: Name of the org

    • activities: Array of activities that the org has

      • app: Name of the app that has been active. Here is a list of apps: ["ACL","AddressBook","Agent","Allocations","AppInstall","Finance","Forward","Misc","Projects","Repo","Rewards","Vault","Vault","Vote"]

      • count: Number of activities of the specific app.

  • total: Total number of activities from all the active orgs.

PreviousContractsNextLivepeer

Last updated 4 years ago

Was this helpful?