Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UserTally (Stats) #40

Open
vikiival opened this issue Jul 10, 2023 · 0 comments
Open

UserTally (Stats) #40

vikiival opened this issue Jul 10, 2023 · 0 comments
Labels
brain Just a brain dump - can close or change soon schema Requires changing schema

Comments

@vikiival
Copy link
Member

type UserTally @entity {
  id: ID!
  blockNumber: BigInt
  updatedAt: DateTime!
  createdAt: DateTime!
  created: Int!
  minted: Int!
  burned: Int!
  flipped: BigInt!
  transfers: Int!
  collected: Int!  
}

if we want to do something historical:

type TallyEntity @entity {
  id: ID!
  count: Int!
  createdAt: DateTime!
}

Ref

@vikiival vikiival added schema Requires changing schema brain Just a brain dump - can close or change soon labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brain Just a brain dump - can close or change soon schema Requires changing schema
Projects
None yet
Development

No branches or pull requests

1 participant