Vaulta

set.yfc

Contract

  • Table row type of records

    {
      "name": "records",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "user",
          "type": "name"
        },
        {
          "name": "nftid",
          "type": "uint64"
        },
        {
          "name": "timestamp",
          "type": "uint64"
        },
        {
          "name": "fishfood",
          "type": "uint64"
        },
        {
          "name": "yfcprice",
          "type": "float64"
        },
        {
          "name": "deposit",
          "type": "asset"
        },
        {
          "name": "ext",
          "type": "uint64"
        }
      ]
    }