Shaman

Every time a Shaman is added to the DAO, the event is recorded here. A DAO can have many Shamans. This simple entity conveys the Shaman's contract address, it's related DAO, and permission level.

id

Unique identifier and primary key of the entity

id: ID!

createdAt

Block timestamp when the Shaman was added

createdAt: String!

dao

Related DAO

dao: Dao!

shamanAddress

Address of the Shaman

shamanAddress: Bytes!

permissions

Permission level of the Shaman (0-7)

permissions: BigInt!