Vaulta

pools.hbg

Contract

  • Table row type of pools

    {
      "name": "pool",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "lp_code",
          "type": "symbol_code"
        },
        {
          "name": "reward_contract",
          "type": "name"
        },
        {
          "name": "reward_symbol",
          "type": "symbol"
        },
        {
          "name": "total",
          "type": "asset"
        },
        {
          "name": "released",
          "type": "asset"
        },
        {
          "name": "balance",
          "type": "asset"
        },
        {
          "name": "acc_reward_per_share",
          "type": "uint128"
        },
        {
          "name": "begin_time",
          "type": "uint32"
        },
        {
          "name": "duration",
          "type": "uint32"
        },
        {
          "name": "last_issue_time",
          "type": "uint32"
        },
        {
          "name": "type",
          "type": "uint32"
        },
        {
          "name": "balance_account",
          "type": "name"
        },
        {
          "name": "divide_seconds",
          "type": "uint32"
        },
        {
          "name": "status",
          "type": "uint32"
        }
      ]
    }