Vaulta

atomicmarket

Contract

The data tables defined by this contract.

  • Field Type
    auction_id uint64
    seller name
    asset_ids uint64[]
    end_time uint32
    assets_transferred bool
    current_bid asset
    current_bidder name
    claimed_by_seller bool
    claimed_by_buyer bool
    maker_marketplace name
    taker_marketplace name
    collection_name name
    collection_fee float64
  • Field Type
    owner name
    quantities asset[]
  • Field Type
    bonusfee_id uint64
    fee_recipient name
    fee float64
    counter_ranges COUNTER_RANGE[]
    fee_name string
  • Field Type
    buyoffer_id uint64
    buyer name
    recipient name
    price asset
    asset_ids uint64[]
    memo string
    maker_marketplace name
    collection_name name
    collection_fee float64
  • rows of config_s

    Field Type
    version string
    sale_counter uint64
    auction_counter uint64
    minimum_bid_increase float64
    minimum_auction_duration uint32
    maximum_auction_duration uint32
    auction_reset_duration uint32
    supported_tokens TOKEN[]
    supported_symbol_pairs SYMBOLPAIR[]
    maker_market_fee float64
    taker_market_fee float64
    atomicassets_account name
    delphioracle_account name
  • Field Type
    counter_name name
    counter_value uint64
  • Field Type
    marketplace_name name
    creator name
  • rows of sales_s

    Field Type
    sale_id uint64
    seller name
    asset_ids uint64[]
    offer_id int64
    listing_price asset
    settlement_symbol symbol
    maker_marketplace name
    collection_name name
    collection_fee float64