Skip to main content
Version: V2

Collect

The Collect type provides information about an Essence that has been collected.

type Collect {
wallet: Wallet!
essence: Essence!
mintingBlock: Int!
transferBlock: Int!
tokenID: Int!
}

Fields

wallet (Wallet)

wallet the wallet address of the collector.

essence (Essence)

essence the essence that was collected.

mintingBlock (Int)

mintingBlock the block in which the essence was minted.

transferBlock (Int)

transferBlock the block in which the essence was transferred.

tokenID (Int)

tokenID the token ID of the collected essence.

Designed by