Vaulta

atomicmarket

Contract

  • Table row type of auctions

    {
      "name": "auctions_s",
      "base": "",
      "fields": [
        {
          "name": "auction_id",
          "type": "uint64"
        },
        {
          "name": "seller",
          "type": "name"
        },
        {
          "name": "asset_ids",
          "type": "uint64[]"
        },
        {
          "name": "end_time",
          "type": "uint32"
        },
        {
          "name": "assets_transferred",
          "type": "bool"
        },
        {
          "name": "current_bid",
          "type": "asset"
        },
        {
          "name": "current_bidder",
          "type": "name"
        },
        {
          "name": "claimed_by_seller",
          "type": "bool"
        },
        {
          "name": "claimed_by_buyer",
          "type": "bool"
        },
        {
          "name": "maker_marketplace",
          "type": "name"
        },
        {
          "name": "taker_marketplace",
          "type": "name"
        },
        {
          "name": "collection_name",
          "type": "name"
        },
        {
          "name": "collection_fee",
          "type": "float64"
        }
      ]
    }