📖
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
  • owner
  • timeStart
  • timeEnd
  • status
  • tickets
  • stampers
  • tradeVolume
  • createdAtTimestamp
  • createdAtBlockNumber
  • txCount
  • eventDayData
  1. Reference
  2. Graph Node API

Event

ID

The ID of the event, converted from a uint160 into a string. Must be lowercase. Type: ID.

owner

The wallet address that currently owns this event. Type: Bytes.

timeStart

The starting time of the event. Type: BigInt.

timeEnd

The ending time of the event. Type: BigInt.

status

The current status of the event. If true, the event is currently cancelled. Type: Boolean.

tickets

A list of tickets that the event has. Type: [Ticket].

stampers

A list of addresses that are authorised to stamp for the event on the owner's behalf. Type: [Bytes].

tradeVolume

Total volume of all transactions performed for this event. Type: BigDecimal.

createdAtTimestamp

Unix timestamp of the block where this event was created. Type: BigInt.

createdAtBlockNumber

Block number of the block where this event was created. Type: BigInt.

txCount

Total number of all transactions done on this event. Type: BigInt.

eventDayData

A list of summarised daily statistics produced for each event. Type: [EventDayData].

PreviousTKETSFactoryNextTicket

Last updated 3 years ago