-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
brainJust a brain dump - can close or change soonJust a brain dump - can close or change soonschemaRequires changing schemaRequires changing schema
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
brainJust a brain dump - can close or change soonJust a brain dump - can close or change soonschemaRequires changing schemaRequires changing schema