Vaulta

ylecorecodes

Contract

  • Table row type of cryptotree

    {
      "name": "crypto_tree_s",
      "base": "",
      "fields": [
        {
          "name": "treeid",
          "type": "string"
        },
        {
          "name": "assetid",
          "type": "uint64"
        },
        {
          "name": "farmid",
          "type": "int64"
        },
        {
          "name": "create_time",
          "type": "uint64"
        },
        {
          "name": "update_time",
          "type": "uint64"
        },
        {
          "name": "for_sale",
          "type": "bool"
        }
      ]
    }