Vaulta

swap.alcor

Contract

  • Table row type of positions

    {
      "name": "PositionS",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "uint64"
        },
        {
          "name": "owner",
          "type": "name"
        },
        {
          "name": "tickLower",
          "type": "int32"
        },
        {
          "name": "tickUpper",
          "type": "int32"
        },
        {
          "name": "liquidity",
          "type": "uint64"
        },
        {
          "name": "feeGrowthInsideALastX64",
          "type": "uint128"
        },
        {
          "name": "feeGrowthInsideBLastX64",
          "type": "uint128"
        },
        {
          "name": "feesA",
          "type": "uint64"
        },
        {
          "name": "feesB",
          "type": "uint64"
        }
      ]
    }