Vaulta

dafiteionfts

Contract

  • Table row type of cards

    {
      "name": "card",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "level",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "cost_gra",
          "type": "asset"
        },
        {
          "name": "cost_daf",
          "type": "asset"
        },
        {
          "name": "cost_pto",
          "type": "asset"
        },
        {
          "name": "cost_candy",
          "type": "asset"
        },
        {
          "name": "income_hold",
          "type": "asset"
        },
        {
          "name": "income_mining",
          "type": "asset"
        },
        {
          "name": "status",
          "type": "uint8"
        },
        {
          "name": "type",
          "type": "uint8"
        },
        {
          "name": "power_hold",
          "type": "uint64"
        },
        {
          "name": "power_mining",
          "type": "uint64"
        },
        {
          "name": "create_time",
          "type": "time_point_sec"
        }
      ]
    }