> For the complete documentation index, see [llms.txt](https://docs.metapass.world/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.metapass.world/reference/graph-node-api/tickettoken.md).

# TicketToken

### I**D**

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].
