Skip to content

UserTally (Stats) #40

@vikiival

Description

@vikiival
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    brainJust a brain dump - can close or change soonschemaRequires changing schema

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions