OBJECT

OfferUpdatedEvent

An event triggered by a user updating an offer to sell a domain.

link GraphQL Schema definition

  • type OfferUpdatedEvent implements Event, Node, TezosDocument {
  • # Block in which last change happened.
  • block: Block!
  • # The domain name.
  • domainName: String!
  • # The offer expiration date.
  • expiresAtUtc: DateTime
  • # The domain selling fee.
  • fee: Mutez!
  • # Unique global ID of the object.
  • id: ID!
  • # The hash of the operation group that contained this/last change.
  • operationGroupHash: String!
  • # The price to buy the domain.
  • price: Mutez!
  • # The price part which goes to the seller.
  • priceWithoutFee: Mutez!
  • # An address that triggered the event.
  • sourceAddress: Address!
  • # `ReverseRecord` corresponding to `sourceAddress`.
  • sourceAddressReverseRecord: ReverseRecord
  • # The domain token id.
  • tokenId: Int!
  • # Event type.
  • type: EventType!
  • }

link Require by

This element is not required by anyone