RageQuit
Upon executing the ragequit
event, this data represents the updates to loot and shares.
id
Unique identifier and primary key of the entity
id: ID!
createdAt
Block timestamp when the member ragequit
createdAt: String!
txHash
Transaction where the ragequit occurred
txHash: Bytes!
dao
Related DAO
dao: Dao!
member
Related member
member: Member!
to
Address the tokens were ragequit to
to: Bytes!
shares
Number of shares ragequit
shares: BigInt!
loot
Number of loot ragequit
loot: BigInt!
tokens
List of treasury token addresses requested in the ragequit
tokens: [Bytes!]!