📖
Metapass API
  • Welcome!
  • Quick Start
    • Graph Node Requests
    • Smart Contract Requests
    • Miscellaneous
  • Reference
    • Graph Node API
      • TKETSFactory
      • Event
      • Ticket
      • TicketToken
    • Smart Contract Specifications
      • EventFactory
        • ABI
      • Ticket
        • ABI
Powered by GitBook
On this page
  • ID
  • event
  • ticket
  • tokenID
  • tokenURI
  • owner
  • stamped
  • mints
  • transfers
  • stamps
  1. Reference
  2. Graph Node API

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

PreviousTicketNextSmart Contract Specifications

Last updated 3 years ago