Vaulta

feedurmonkey

Contract

  • Table row type of trees

    {
      "name": "trees_row",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint16"
        },
        {
          "name": "nft_id",
          "type": "uint64?"
        },
        {
          "name": "grown",
          "type": "time_point_sec"
        },
        {
          "name": "fertilizer",
          "type": "asset"
        },
        {
          "name": "fertilized_at",
          "type": "time_point_sec"
        },
        {
          "name": "total_fertilizer_used",
          "type": "asset"
        },
        {
          "name": "harvests",
          "type": "uint16"
        },
        {
          "name": "crop_harvested",
          "type": "asset"
        }
      ]
    }