Vaulta

fastwincards

Contract

  • Table row type of cards

    {
      "name": "st_card",
      "base": "",
      "fields": [
        {
          "name": "card_id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "last_owner",
          "type": "name"
        },
        {
          "name": "current_price",
          "type": "asset"
        },
        {
          "name": "last_price",
          "type": "asset"
        },
        {
          "name": "dividend",
          "type": "uint64"
        },
        {
          "name": "bid_time",
          "type": "uint64"
        },
        {
          "name": "undistributed_amount",
          "type": "uint64"
        },
        {
          "name": "distributed_amount",
          "type": "uint64"
        },
        {
          "name": "last_withdraw",
          "type": "uint64"
        }
      ]
    }