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