Vaulta

marketmagie4

Contract

  • Table row type of profitpool

    {
      "name": "profitpool",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "profit",
          "type": "asset"
        },
        {
          "name": "fundid",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "fund",
          "type": "asset"
        },
        {
          "name": "isresave",
          "type": "bool"
        },
        {
          "name": "fundtime",
          "type": "uint64"
        },
        {
          "name": "time",
          "type": "uint64"
        }
      ]
    }