Jungle 4 (Testnet)

atomicmarket

合约

此合约定义的数据表。

  • 行数据 auctions_s

    字段 类型
    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
  • 行数据 balances_s

    字段 类型
    owner name
    quantities asset[]
  • 字段 类型
    bonusfee_id uint64
    fee_recipient name
    fee float64
    counter_ranges COUNTER_RANGE[]
    fee_name string
  • 字段 类型
    buyoffer_id uint64
    buyer name
    recipient name
    price asset
    asset_ids uint64[]
    memo string
    maker_marketplace name
    collection_name name
    collection_fee float64
  • 行数据 config_s

    字段 类型
    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
  • 行数据 counters_s

    字段 类型
    counter_name name
    counter_value uint64
  • 字段 类型
    marketplace_name name
    creator name
  • 字段 类型
    index uint64
    source uint8
    field string
    value ATOMIC_ATTRIBUTE
    weight uint32
    recipients ROYALTYPAIR_V
    lookup_hash checksum256
  • 字段 类型
    collection name
    founders ROYALTYPAIR_V
    attribute_mode uint8
    split_founders uint32
    split_templates uint32
    split_attributes uint32
  • 字段 类型
    template_id int32
    recipients ROYALTYPAIR_V
  • 行数据 sales_s

    字段 类型
    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
  • 字段 类型
    buyoffer_id uint64
    buyer name
    price asset
    template_id uint64
    maker_marketplace name
    collection_name name
    collection_fee float64