Vaulta

swap.alcor

Contract

  • Table row type of ticks

    {
      "name": "TickS",
      "base": "",
      "fields": [
        {
          "name": "id",
          "type": "int32"
        },
        {
          "name": "liquidityGross",
          "type": "uint64"
        },
        {
          "name": "liquidityNet",
          "type": "int64"
        },
        {
          "name": "feeGrowthOutsideAX64",
          "type": "uint128"
        },
        {
          "name": "feeGrowthOutsideBX64",
          "type": "uint128"
        },
        {
          "name": "tickCumulativeOutside",
          "type": "int64"
        },
        {
          "name": "secondsPerLiquidityOutsideX64",
          "type": "uint128"
        },
        {
          "name": "secondsOutside",
          "type": "uint32"
        },
        {
          "name": "initialized",
          "type": "bool"
        }
      ]
    }