TicketToken

ID

The ID of the ticket token, created using the following format - "{ticketAddress}#{tokenID}". Must be lowercase. Type: ID.

event

The event that contains this ticket token. Type: Event.

ticket

The ticket that this token is minted from. Type: Ticket.

tokenID

The ID of the ticket token that was minted. Type: BigInt.

tokenURI

The URI of the ticket token that was minted. Type: String.

owner

The current owner of the ticket token. Type: User

stamped

A boolean indicating if this ticket token was stamped or not. Type: User

mints

A list of mint transactions for this particular ticket token only (and therefore, there should be only one). Type: [Mint].

transfers

A list of transfer transactions for this this particular ticket token only. Type: [Transfer].

stamps

A list of stamp transactions for this this particular ticket token only (and therefore, there should be only one). Type: [Stamp].

Last updated