Vaulta

lpr.defi

Contract

  • Table row type of pools

    {
      "name": "pool_item",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "reserve_id",
          "type": "uint64"
        },
        {
          "name": "lpc",
          "type": "symbol_code"
        },
        {
          "name": "bsym",
          "type": "symbol"
        },
        {
          "name": "btokens",
          "type": "uint64"
        },
        {
          "name": "reward_contract",
          "type": "name"
        },
        {
          "name": "total_reward",
          "type": "asset"
        },
        {
          "name": "acc_reward_per_share",
          "type": "uint128"
        }
      ]
    }