OBJECT

AuctionEndEvent

An event triggered by a block with a timestamp greater or equal to an auction's end.

link GraphQL Schema definition

  • type AuctionEndEvent implements Event, Node, TezosDocument {
  • # Block in which last change happened.
  • block: Block!
  • # The domain name.
  • domainName: String!
  • # Unique global ID of the object.
  • id: ID!
  • # The auction bidders' addresses.
  • participants: [AuctionParticipant!]!
  • # An address that triggered the event.
  • sourceAddress: Address!
  • # `ReverseRecord` corresponding to `sourceAddress`.
  • sourceAddressReverseRecord: ReverseRecord
  • # Event type.
  • type: EventType!
  • # The winning bid amount.
  • winningBid: Mutez!
  • }

link Require by

This element is not required by anyone