Skip to content

Instantly share code, notes, and snippets.

@adrake33
Last active April 2, 2019 20:20
Show Gist options
  • Save adrake33/5a14eb77bddc2db86797d73ddf940bee to your computer and use it in GitHub Desktop.
Save adrake33/5a14eb77bddc2db86797d73ddf940bee to your computer and use it in GitHub Desktop.
// Seems like we can obtain these with the logs we have. Not sure if we could add any new logs to facilitate calculating these totals?
export interface PlatformActivityResult {
activeUsers: BigNumber;
numberOfTrades: BigNumber;
openInterest: BigNumber;
marketsCreated: BigNumber;
volume: BigNumber;
amountStaked: BigNumber;
disputedMarkets: BigNumber;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment