From 6d165b8d2360f3e79b08d0dd8feda1d969ed3fcc Mon Sep 17 00:00:00 2001 From: 0xTARC <0xtarc@protonmail.com> Date: Tue, 12 Nov 2024 12:34:52 -0700 Subject: [PATCH] [subgraph-docs-2e98c5c] feat: new schema --- docs/subgraph/schema.md | 3093 ++++++++++++++++++++++++--------------- 1 file changed, 1910 insertions(+), 1183 deletions(-) diff --git a/docs/subgraph/schema.md b/docs/subgraph/schema.md index 00b3250d..99fd1c4c 100644 --- a/docs/subgraph/schema.md +++ b/docs/subgraph/schema.md @@ -12,6 +12,136 @@ The Panoptic subgraph is a comprehensive data schema designed to provide insight See some example queries [here](./queries). +
+ Table of Contents + + * [Query](#query) + * [Objects](#objects) + * [Account](#account) + * [AccountBalance](#accountbalance) + * [AccountLiquidated](#accountliquidated) + * [Bundle](#bundle) + * [Burn](#burn) + * [Chunk](#chunk) + * [Collateral](#collateral) + * [CollateralDayData](#collateraldaydata) + * [CollateralDeposit](#collateraldeposit) + * [CollateralWithdraw](#collateralwithdraw) + * [Collect](#collect) + * [Factory](#factory) + * [ForcedExercise](#forcedexercise) + * [Leg](#leg) + * [LegLiquidities](#legliquidities) + * [Mint](#mint) + * [OptionBurn](#optionburn) + * [OptionMint](#optionmint) + * [OptionRoll](#optionroll) + * [PanopticFactory](#panopticfactory) + * [PanopticPool](#panopticpool) + * [PanopticPoolAccount](#panopticpoolaccount) + * [PanopticPoolDayData](#panopticpooldaydata) + * [Pool](#pool) + * [PoolDayData](#pooldaydata) + * [PoolHourData](#poolhourdata) + * [PremiumSettled](#premiumsettled) + * [Subscription](#subscription) + * [Token](#token) + * [TokenId](#tokenid) + * [TokenizedPositionBurnt](#tokenizedpositionburnt) + * [TokenizedPositionMinted](#tokenizedpositionminted) + * [TokenizedPositionRolled](#tokenizedpositionrolled) + * [_Block_](#_block_) + * [_Meta_](#_meta_) + * [Inputs](#inputs) + * [AccountBalance_filter](#accountbalance_filter) + * [AccountLiquidated_filter](#accountliquidated_filter) + * [Account_filter](#account_filter) + * [BlockChangedFilter](#blockchangedfilter) + * [Block_height](#block_height) + * [Bundle_filter](#bundle_filter) + * [Burn_filter](#burn_filter) + * [Chunk_filter](#chunk_filter) + * [CollateralDayData_filter](#collateraldaydata_filter) + * [CollateralDeposit_filter](#collateraldeposit_filter) + * [CollateralWithdraw_filter](#collateralwithdraw_filter) + * [Collateral_filter](#collateral_filter) + * [Collect_filter](#collect_filter) + * [Event_filter](#event_filter) + * [Factory_filter](#factory_filter) + * [ForcedExercise_filter](#forcedexercise_filter) + * [LegLiquidities_filter](#legliquidities_filter) + * [Leg_filter](#leg_filter) + * [Mint_filter](#mint_filter) + * [OptionBurn_filter](#optionburn_filter) + * [OptionMint_filter](#optionmint_filter) + * [OptionRoll_filter](#optionroll_filter) + * [PanopticFactory_filter](#panopticfactory_filter) + * [PanopticPoolAccount_filter](#panopticpoolaccount_filter) + * [PanopticPoolDayData_filter](#panopticpooldaydata_filter) + * [PanopticPool_filter](#panopticpool_filter) + * [PoolDayData_filter](#pooldaydata_filter) + * [PoolHourData_filter](#poolhourdata_filter) + * [Pool_filter](#pool_filter) + * [PremiumSettled_filter](#premiumsettled_filter) + * [TokenId_filter](#tokenid_filter) + * [Token_filter](#token_filter) + * [TokenizedPositionBurnt_filter](#tokenizedpositionburnt_filter) + * [TokenizedPositionMinted_filter](#tokenizedpositionminted_filter) + * [TokenizedPositionRolled_filter](#tokenizedpositionrolled_filter) + * [Enums](#enums) + * [AccountBalance_orderBy](#accountbalance_orderby) + * [AccountLiquidated_orderBy](#accountliquidated_orderby) + * [Account_orderBy](#account_orderby) + * [Aggregation_interval](#aggregation_interval) + * [Bundle_orderBy](#bundle_orderby) + * [Burn_orderBy](#burn_orderby) + * [Chunk_orderBy](#chunk_orderby) + * [CollateralDayData_orderBy](#collateraldaydata_orderby) + * [CollateralDeposit_orderBy](#collateraldeposit_orderby) + * [CollateralWithdraw_orderBy](#collateralwithdraw_orderby) + * [Collateral_orderBy](#collateral_orderby) + * [Collect_orderBy](#collect_orderby) + * [EventType](#eventtype) + * [Event_orderBy](#event_orderby) + * [Factory_orderBy](#factory_orderby) + * [ForcedExercise_orderBy](#forcedexercise_orderby) + * [LegLiquidities_orderBy](#legliquidities_orderby) + * [Leg_orderBy](#leg_orderby) + * [Mint_orderBy](#mint_orderby) + * [OptionBurn_orderBy](#optionburn_orderby) + * [OptionMint_orderBy](#optionmint_orderby) + * [OptionRoll_orderBy](#optionroll_orderby) + * [OrderDirection](#orderdirection) + * [PanopticFactory_orderBy](#panopticfactory_orderby) + * [PanopticPoolAccount_orderBy](#panopticpoolaccount_orderby) + * [PanopticPoolDayData_orderBy](#panopticpooldaydata_orderby) + * [PanopticPool_orderBy](#panopticpool_orderby) + * [PoolDayData_orderBy](#pooldaydata_orderby) + * [PoolHourData_orderBy](#poolhourdata_orderby) + * [Pool_orderBy](#pool_orderby) + * [PremiumSettled_orderBy](#premiumsettled_orderby) + * [TokenId_orderBy](#tokenid_orderby) + * [Token_orderBy](#token_orderby) + * [TokenizedPositionBurnt_orderBy](#tokenizedpositionburnt_orderby) + * [TokenizedPositionMinted_orderBy](#tokenizedpositionminted_orderby) + * [TokenizedPositionRolled_orderBy](#tokenizedpositionrolled_orderby) + * [_SubgraphErrorPolicy_](#_subgrapherrorpolicy_) + * [Scalars](#scalars) + * [BigDecimal](#bigdecimal) + * [BigInt](#bigint) + * [Boolean](#boolean) + * [Bytes](#bytes) + * [Float](#float) + * [ID](#id) + * [Int](#int) + * [Int8](#int8) + * [String](#string) + * [Timestamp](#timestamp) + * [Interfaces](#interfaces) + * [Event](#event) + +
+ ## Objects ### Account @@ -661,7 +791,7 @@ See some example queries [here](./queries). Account! - TokenizedPositionMinted.caller if mint routes through SFPM. Otherwise, same as manager (will be a PanopticPool address for option mints/burns/rolls). + TokenizedPositionMinted.caller if mint routes through SFPM. Otherwise, same as manager (will be a PanopticPool address for option mints/burns). @@ -957,28 +1087,6 @@ See some example queries [here](./queries). CollateralDayData_filter - -previousSharePrice -BigDecimal! - - - Share price before most recent transfer event. Useful for calculating commissions. - - - - -preLiquidationSharePrice -BigDecimal! - - -Share price immediately before calling liquidate() used for calculating protocol loss. Starts as 0 and -gets updated when a _mint() call is being handled during a liquidation (nonzero share transfer from 0 address -> liquidator). -Gets reset when handling a Deposit() event (which is the only other time transfer from 0 address -> liquidator would happen) -or after being used by the AccountLiquidated() event handler. - - - - @@ -1046,7 +1154,7 @@ or after being used by the AccountLiquidated() event handler. BigDecimal! - Share price (assets/shares) + Share price (assets/shares) - useful for calculating PLP (collateral depositors) APY @@ -2134,15 +2242,6 @@ See TokenId entity for more details, or the source here: https://github.com/pano Tick at which the option was burned - - - -premia -BigInt! - - - The amount of premia collected - @@ -2150,7 +2249,7 @@ See TokenId entity for more details, or the source here: https://github.com/pano PanopticPool! - PanopticPool mint is within (from event.address) + PanopticPool where burn occured (from event.address) @@ -2170,6 +2269,51 @@ See TokenId entity for more details, or the source here: https://github.com/pano Premium collected for token1 + + + +premiaByLeg +[BigInt!] + + + Packed premia for each leg + + + + +totalShares0 +BigInt + + + Collateral0 shares at time of liquidation. Helpful for calculating protocol loss during liquidation + + + + +totalAssets0 +BigInt + + + Collateral0 assets at time of liquidation. Helpful for calculating protocol loss during liquidation + + + + +totalShares1 +BigInt + + + Collateral1 shares at time of liquidation. Helpful for calculating protocol loss during liquidation + + + + +totalAssets1 +BigInt + + + Collateral1 assets at time of liquidation. Helpful for calculating protocol loss during liquidation + @@ -2281,42 +2425,62 @@ See TokenId entity for more details, or the source here: https://github.com/pano -positionSize -BigInt! +tokenId +TokenId! - The number of contracts minted, expressed in terms of the asset + TokenId of the created option -tokenId -TokenId! +positionSize +BigInt! - TokenId of the created option + The number of contracts minted, expressed in terms of the asset -tickAt -Int! +poolUtilization0 +BigInt! - Tick at which the option was minted + Pool utilization of token0 (how many funds are in the AMM pool vs. the Panoptic pool) at the time of mint. Defined as (inAMM / totalBalance) * 10_000 -poolUtilizations +poolUtilization1 BigInt! - Packing of the pool utilization (how much funds are in the Panoptic pool versus the AMM pool) at the time of minting. Right 64bits for token0 and left 64bits for token1, defined as (inAMM / totalBalance) * 10_000 + Pool utilization of token1 +currentTick +Int + + + +fastOracleTick +Int + + + +lastObservedTick +Int + + + +slowOracleTick +Int + + + panopticPool PanopticPool! @@ -2344,20 +2508,38 @@ See TokenId entity for more details, or the source here: https://github.com/pano -poolUtilization0 -BigInt! +commissions0USD +BigDecimal - Pool utilization token0 + Token0 commissions paid in USD -poolUtilization1 -BigInt! +commissions1USD +BigDecimal - Pool utilization token1 + Token1 commissions paid in USD + + + + +commissionsUSD +BigDecimal + + + Total commissions paid in USD + + + + +tickAt +Int! + + + Tick at which the option was minted @@ -2778,6 +2960,15 @@ See TokenId entity for more details, or the source here: https://github.com/pano Sum of OptionMint and OptionBurn token1 volume in USD. + + + +totalVolumeUSD +BigDecimal! + + + Sum of OptionMint and OptionBurn volume for token0 and token1 in USD. + @@ -2875,7 +3066,7 @@ See TokenId entity for more details, or the source here: https://github.com/pano [Chunk!]! - Link to all chunks of liquidity that are valid for options buying from this PanopticPool + Link to all chunks of liquidity managed by this PanopticPool. @@ -2904,6 +3095,74 @@ See TokenId entity for more details, or the source here: https://github.com/pano Chunk_filter + +panopticPoolDayData +[PanopticPoolDayData!]! + + + Snapshots of PanopticPoolDayData + + + + +skip +Int + + + +first +Int + + + +orderBy +PanopticPoolDayData_orderBy + + + +orderDirection +OrderDirection + + + +where +PanopticPoolDayData_filter + + + +panopticPoolAccounts +[PanopticPoolAccount!]! + + + Link to all PanopticPoolAccounts for this PanopticPool. + + + + +skip +Int + + + +first +Int + + + +orderBy +PanopticPoolAccount_orderBy + + + +orderDirection +OrderDirection + + + +where +PanopticPoolAccount_filter + + @@ -3000,60 +3259,6 @@ See TokenId entity for more details, or the source here: https://github.com/pano Number of Collateral1 assets this PanopticPoolAccount controls - - - -commissions0 -BigDecimal! - - - All time commissions paid to PLPs in Collateral0. Commissions increase with every OptionMint and collateral deposit. - - - - -commissions1 -BigDecimal! - - - All time commissions paid to PLPs in Collateral1. - - - - -sharePriceAtLastTransfer0 -BigDecimal! - - - Collateral0 share price at time of last transfer (an internal bookeeping mechanism to keep track of total commissions this account has earned as a PLP). - - - - -sharePriceAtLastTransfer1 -BigDecimal! - - - See sharePriceAtLastTransfer0. - - - - -commissionsSinceLastTransfer0 -BigDecimal! - - - Commissions earned in token0 since this account's last share transfer event (shares get transferred when depositing or withdrawing collateral, burning or minting an option, or directly sending share tokens). - - - - -commissionsSinceLastTransfer1 -BigDecimal! - - - Same as `commissionsSinceLastTransfer`, but in token1. - @@ -3249,6 +3454,15 @@ See TokenId entity for more details, or the source here: https://github.com/pano Sum of OptionMint and OptionBurn token1 volume in USD. + + + +totalVolumeUSD +BigDecimal! + + + Sum of OptionMint and OptionBurn volume for token0 and token1 in USD. + @@ -3541,6 +3755,24 @@ See TokenId entity for more details, or the source here: https://github.com/pano Tvl USD + + + +minEnforcedTick +BigInt + + + The minimum enforced tick for the SFPM to create a position in this pool + + + + +maxEnforcedTick +BigInt + + + The maximum enforced tick for the SFPM to create a position in this pool + @@ -3922,7 +4154,7 @@ See TokenId entity for more details, or the source here: https://github.com/pano Account! -Address of the owner of the settled position + Address of the owner of the settled position @@ -3931,7 +4163,16 @@ Address of the owner of the settled position TokenId! -TokenId of the settled position + TokenId of the settled position + + + + +legIndex +BigInt + + + The leg index of `tokenId` that the premium was settled for @@ -3940,7 +4181,7 @@ TokenId of the settled position BigInt! -LeftRight encoding for the amount of premium settled for token0 (right slot) and token1 (left slot) + LeftRight encoding for the amount of premium settled for token0 (right slot) and token1 (left slot) @@ -5811,236 +6052,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -collateralDeposit -CollateralDeposit - - - -id -ID! - - - -block -Block_height - - -The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - - - - -subgraphError -_SubgraphErrorPolicy_! - - -Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - - - - -collateralDeposits -[CollateralDeposit!]! - - - -skip -Int - - - -first -Int - - - -orderBy -CollateralDeposit_orderBy - - - -orderDirection -OrderDirection - - - -where -CollateralDeposit_filter - - - -block -Block_height - - -The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - - - - -subgraphError -_SubgraphErrorPolicy_! - - -Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - - - - -collateralWithdraw -CollateralWithdraw - - - -id -ID! - - - -block -Block_height - - -The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - - - - -subgraphError -_SubgraphErrorPolicy_! - - -Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - - - - -collateralWithdraws -[CollateralWithdraw!]! - - - -skip -Int - - - -first -Int - - - -orderBy -CollateralWithdraw_orderBy - - - -orderDirection -OrderDirection - - - -where -CollateralWithdraw_filter - - - -block -Block_height - - -The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - - - - -subgraphError -_SubgraphErrorPolicy_! - - -Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - - - - -optionMint -OptionMint - - - -id -ID! - - - -block -Block_height - - -The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - - - - -subgraphError -_SubgraphErrorPolicy_! - - -Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - - - - -optionMints -[OptionMint!]! - - - -skip -Int - - - -first -Int - - - -orderBy -OptionMint_orderBy - - - -orderDirection -OrderDirection - - - -where -OptionMint_filter - - - -block -Block_height - - -The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - - - - -subgraphError -_SubgraphErrorPolicy_! - - -Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - - - - -optionBurn -OptionBurn +optionRoll +OptionRoll @@ -6067,8 +6080,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -optionBurns -[OptionBurn!]! +optionRolls +[OptionRoll!]! @@ -6083,7 +6096,7 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil orderBy -OptionBurn_orderBy +OptionRoll_orderBy @@ -6093,7 +6106,7 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil where -OptionBurn_filter +OptionRoll_filter @@ -6115,8 +6128,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -optionRoll -OptionRoll +collateralDeposit +CollateralDeposit @@ -6143,8 +6156,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -optionRolls -[OptionRoll!]! +collateralDeposits +[CollateralDeposit!]! @@ -6159,7 +6172,7 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil orderBy -OptionRoll_orderBy +CollateralDeposit_orderBy @@ -6169,7 +6182,7 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil where -OptionRoll_filter +CollateralDeposit_filter @@ -6191,8 +6204,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -accountLiquidated -AccountLiquidated +collateralWithdraw +CollateralWithdraw @@ -6219,8 +6232,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -accountLiquidateds -[AccountLiquidated!]! +collateralWithdraws +[CollateralWithdraw!]! @@ -6235,7 +6248,7 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil orderBy -AccountLiquidated_orderBy +CollateralWithdraw_orderBy @@ -6245,7 +6258,7 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil where -AccountLiquidated_filter +CollateralWithdraw_filter @@ -6267,8 +6280,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -forcedExercise -ForcedExercise +optionMint +OptionMint @@ -6295,8 +6308,8 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil -forcedExercises -[ForcedExercise!]! +optionMints +[OptionMint!]! @@ -6311,7 +6324,7 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil orderBy -ForcedExercise_orderBy +OptionMint_orderBy @@ -6321,35 +6334,263 @@ Set to `allow` to receive data even if the subgraph has skipped over errors whil where -ForcedExercise_filter - - - -block -Block_height - - -The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. - - - - -subgraphError -_SubgraphErrorPolicy_! - - -Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. - - - - -premiumSettled -PremiumSettled - - - -id -ID! +OptionMint_filter + + + +block +Block_height + + +The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + + + + +subgraphError +_SubgraphErrorPolicy_! + + +Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + + + + +optionBurn +OptionBurn + + + +id +ID! + + + +block +Block_height + + +The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + + + + +subgraphError +_SubgraphErrorPolicy_! + + +Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + + + + +optionBurns +[OptionBurn!]! + + + +skip +Int + + + +first +Int + + + +orderBy +OptionBurn_orderBy + + + +orderDirection +OrderDirection + + + +where +OptionBurn_filter + + + +block +Block_height + + +The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + + + + +subgraphError +_SubgraphErrorPolicy_! + + +Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + + + + +accountLiquidated +AccountLiquidated + + + +id +ID! + + + +block +Block_height + + +The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + + + + +subgraphError +_SubgraphErrorPolicy_! + + +Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + + + + +accountLiquidateds +[AccountLiquidated!]! + + + +skip +Int + + + +first +Int + + + +orderBy +AccountLiquidated_orderBy + + + +orderDirection +OrderDirection + + + +where +AccountLiquidated_filter + + + +block +Block_height + + +The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + + + + +subgraphError +_SubgraphErrorPolicy_! + + +Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + + + + +forcedExercise +ForcedExercise + + + +id +ID! + + + +block +Block_height + + +The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + + + + +subgraphError +_SubgraphErrorPolicy_! + + +Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + + + + +forcedExercises +[ForcedExercise!]! + + + +skip +Int + + + +first +Int + + + +orderBy +ForcedExercise_orderBy + + + +orderDirection +OrderDirection + + + +where +ForcedExercise_filter + + + +block +Block_height + + +The block at which the query should be executed. Can either be a `{ hash: Bytes }` value containing a block hash, a `{ number: Int }` containing the block number, or a `{ number_gte: Int }` containing the minimum block number. In the case of `number_gte`, the query will be executed on the latest block only if the subgraph has progressed to or past the minimum block number. Defaults to the latest block when omitted. + + + + +subgraphError +_SubgraphErrorPolicy_! + + +Set to `allow` to receive data even if the subgraph has skipped over errors while syncing. + + + + +premiumSettled +PremiumSettled + + + +id +ID! @@ -6945,8 +7186,6 @@ The ERC-1155 TokenId for this position. See the TokenId.sol for more information ### TokenizedPositionRolled - SFPM tokenized position roll - @@ -15119,86 +15358,6 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -21998,6 +22117,196 @@ Filter for the block changed event. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -23116,46 +23425,6 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -23261,86 +23530,286 @@ Filter for the block changed event. - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -23526,83 +23995,163 @@ Filter for the block changed event. - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -25720,246 +26269,6 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -26703,6 +27012,46 @@ Filter for the block changed event. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -28061,6 +28410,46 @@ Filter for the block changed event. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -28466,6 +28855,16 @@ Filter for the block changed event. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -31788,6 +32267,46 @@ Filter for the block changed event. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -35892,30 +36411,6 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - @@ -36143,6 +36638,14 @@ Filter for the block changed event. + + + + + + + + @@ -36243,6 +36746,10 @@ Filter for the block changed event. + + + + @@ -36467,214 +36974,230 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
previousSharePriceBigDecimal
previousSharePrice_notBigDecimal
previousSharePrice_gtBigDecimal
previousSharePrice_ltBigDecimal
previousSharePrice_gteBigDecimal
previousSharePrice_lteBigDecimal
previousSharePrice_in[BigDecimal!]
previousSharePrice_not_in[BigDecimal!]
preLiquidationSharePriceBigDecimal
preLiquidationSharePrice_notBigDecimal
preLiquidationSharePrice_gtBigDecimal
preLiquidationSharePrice_ltBigDecimal
preLiquidationSharePrice_gteBigDecimal
preLiquidationSharePrice_lteBigDecimal
preLiquidationSharePrice_in[BigDecimal!]
preLiquidationSharePrice_not_in[BigDecimal!]
_change_block BlockChangedFilter @@ -21773,46 +21932,6 @@ Filter for the block changed event.
premiaBigInt
premia_notBigInt
premia_gtBigInt
premia_ltBigInt
premia_gteBigInt
premia_lteBigInt
premia_in[BigInt!]
premia_not_in[BigInt!]
panopticPool String
premiaByLeg[BigInt!]
premiaByLeg_not[BigInt!]
premiaByLeg_contains[BigInt!]
premiaByLeg_contains_nocase[BigInt!]
premiaByLeg_not_contains[BigInt!]
premiaByLeg_not_contains_nocase[BigInt!]
totalShares0BigInt
totalShares0_notBigInt
totalShares0_gtBigInt
totalShares0_ltBigInt
totalShares0_gteBigInt
totalShares0_lteBigInt
totalShares0_in[BigInt!]
totalShares0_not_in[BigInt!]
totalAssets0BigInt
totalAssets0_notBigInt
totalAssets0_gtBigInt
totalAssets0_ltBigInt
totalAssets0_gteBigInt
totalAssets0_lteBigInt
totalAssets0_in[BigInt!]
totalAssets0_not_in[BigInt!]
totalShares1BigInt
totalShares1_notBigInt
totalShares1_gtBigInt
totalShares1_ltBigInt
totalShares1_gteBigInt
totalShares1_lteBigInt
totalShares1_in[BigInt!]
totalShares1_not_in[BigInt!]
totalAssets1BigInt
totalAssets1_notBigInt
totalAssets1_gtBigInt
totalAssets1_ltBigInt
totalAssets1_gteBigInt
totalAssets1_lteBigInt
totalAssets1_in[BigInt!]
totalAssets1_not_in[BigInt!]
txnOpened String
positionSizeBigInt
positionSize_notBigInt
positionSize_gtBigInt
positionSize_ltBigInt
positionSize_gteBigInt
positionSize_lteBigInt
positionSize_in[BigInt!]
positionSize_not_in[BigInt!]
tokenId String
tickAtIntpositionSizeBigInt
tickAt_notIntpositionSize_notBigInt
tickAt_gtIntpositionSize_gtBigInt
tickAt_ltIntpositionSize_ltBigInt
tickAt_gteIntpositionSize_gteBigInt
tickAt_lteIntpositionSize_lteBigInt
tickAt_in[Int!]positionSize_in[BigInt!]
tickAt_not_in[Int!]positionSize_not_in[BigInt!]
poolUtilizationspoolUtilization0 BigInt
poolUtilizations_notpoolUtilization0_not BigInt
poolUtilizations_gtpoolUtilization0_gt BigInt
poolUtilizations_ltpoolUtilization0_lt BigInt
poolUtilizations_gtepoolUtilization0_gte BigInt
poolUtilizations_ltepoolUtilization0_lte BigInt
poolUtilizations_inpoolUtilization0_in [BigInt!]
poolUtilizations_not_inpoolUtilization0_not_in [BigInt!]
poolUtilization1BigInt
poolUtilization1_notBigInt
poolUtilization1_gtBigInt
poolUtilization1_ltBigInt
poolUtilization1_gteBigInt
poolUtilization1_lteBigInt
poolUtilization1_in[BigInt!]
poolUtilization1_not_in[BigInt!]
currentTickInt
currentTick_notInt
currentTick_gtInt
currentTick_ltInt
currentTick_gteInt
currentTick_lteInt
currentTick_in[Int!]
currentTick_not_in[Int!]
fastOracleTickInt
fastOracleTick_notInt
fastOracleTick_gtInt
fastOracleTick_ltInt
fastOracleTick_gteInt
fastOracleTick_lteInt
fastOracleTick_in[Int!]
fastOracleTick_not_in[Int!]
lastObservedTickInt
lastObservedTick_notInt
lastObservedTick_gtInt
lastObservedTick_ltInt
lastObservedTick_gteInt
lastObservedTick_lteInt
lastObservedTick_in[Int!]
lastObservedTick_not_in[Int!]
slowOracleTickInt
slowOracleTick_notInt
slowOracleTick_gtInt
slowOracleTick_ltInt
slowOracleTick_gteInt
slowOracleTick_lteInt
slowOracleTick_in[Int!]
slowOracleTick_not_in[Int!]
panopticPool String
poolUtilization0BigIntcommissions0USDBigDecimal
poolUtilization0_notBigIntcommissions0USD_notBigDecimal
poolUtilization0_gtBigIntcommissions0USD_gtBigDecimal
poolUtilization0_ltBigIntcommissions0USD_ltBigDecimal
poolUtilization0_gteBigIntcommissions0USD_gteBigDecimal
poolUtilization0_lteBigIntcommissions0USD_lteBigDecimal
poolUtilization0_in[BigInt!]commissions0USD_in[BigDecimal!]
poolUtilization0_not_in[BigInt!]commissions0USD_not_in[BigDecimal!]
poolUtilization1BigIntcommissions1USDBigDecimal
poolUtilization1_notBigIntcommissions1USD_notBigDecimal
poolUtilization1_gtBigIntcommissions1USD_gtBigDecimal
poolUtilization1_ltBigIntcommissions1USD_ltBigDecimal
poolUtilization1_gteBigIntcommissions1USD_gteBigDecimal
poolUtilization1_lteBigIntcommissions1USD_lteBigDecimal
poolUtilization1_in[BigInt!]commissions1USD_in[BigDecimal!]
poolUtilization1_not_in[BigInt!]commissions1USD_not_in[BigDecimal!]
commissionsUSDBigDecimal
commissionsUSD_notBigDecimal
commissionsUSD_gtBigDecimal
commissionsUSD_ltBigDecimal
commissionsUSD_gteBigDecimal
commissionsUSD_lteBigDecimal
commissionsUSD_in[BigDecimal!]
commissionsUSD_not_in[BigDecimal!]
tickAtInt
tickAt_notInt
tickAt_gtInt
tickAt_ltInt
tickAt_gteInt
tickAt_lteInt
tickAt_in[Int!]
tickAt_not_in[Int!]
commissions0BigDecimal
commissions0_notBigDecimal
commissions0_gtBigDecimal
commissions0_ltBigDecimal
commissions0_gteBigDecimal
commissions0_lteBigDecimal
commissions0_in[BigDecimal!]
commissions0_not_in[BigDecimal!]
commissions1BigDecimal
commissions1_notBigDecimal
commissions1_gtBigDecimal
commissions1_ltBigDecimal
commissions1_gteBigDecimal
commissions1_lteBigDecimal
commissions1_in[BigDecimal!]
commissions1_not_in[BigDecimal!]
sharePriceAtLastTransfer0BigDecimal
sharePriceAtLastTransfer0_notBigDecimal
sharePriceAtLastTransfer0_gtBigDecimal
sharePriceAtLastTransfer0_ltBigDecimal
sharePriceAtLastTransfer0_gteBigDecimal
sharePriceAtLastTransfer0_lteBigDecimal
sharePriceAtLastTransfer0_in[BigDecimal!]
sharePriceAtLastTransfer0_not_in[BigDecimal!]
sharePriceAtLastTransfer1BigDecimal
sharePriceAtLastTransfer1_notBigDecimal
sharePriceAtLastTransfer1_gtBigDecimal
sharePriceAtLastTransfer1_ltBigDecimal
sharePriceAtLastTransfer1_gteBigDecimal
sharePriceAtLastTransfer1_lteBigDecimal
sharePriceAtLastTransfer1_in[BigDecimal!]
sharePriceAtLastTransfer1_not_in[BigDecimal!]
commissionsSinceLastTransfer0BigDecimal
commissionsSinceLastTransfer0_notBigDecimal
commissionsSinceLastTransfer0_gtBigDecimal
commissionsSinceLastTransfer0_ltBigDecimal
commissionsSinceLastTransfer0_gteBigDecimal
commissionsSinceLastTransfer0_lteBigDecimal
commissionsSinceLastTransfer0_in[BigDecimal!]
commissionsSinceLastTransfer0_not_in[BigDecimal!]
commissionsSinceLastTransfer1BigDecimal
commissionsSinceLastTransfer1_notBigDecimal
commissionsSinceLastTransfer1_gtBigDecimal
commissionsSinceLastTransfer1_ltBigDecimal
commissionsSinceLastTransfer1_gteBigDecimal
commissionsSinceLastTransfer1_lteBigDecimal
commissionsSinceLastTransfer1_in[BigDecimal!]
commissionsSinceLastTransfer1_not_in[BigDecimal!]
isLiquidated Int
totalVolumeUSDBigDecimal
totalVolumeUSD_notBigDecimal
totalVolumeUSD_gtBigDecimal
totalVolumeUSD_ltBigDecimal
totalVolumeUSD_gteBigDecimal
totalVolumeUSD_lteBigDecimal
totalVolumeUSD_in[BigDecimal!]
totalVolumeUSD_not_in[BigDecimal!]
commissions0 BigDecimal
totalVolumeUSDBigDecimal
totalVolumeUSD_notBigDecimal
totalVolumeUSD_gtBigDecimal
totalVolumeUSD_ltBigDecimal
totalVolumeUSD_gteBigDecimal
totalVolumeUSD_lteBigDecimal
totalVolumeUSD_in[BigDecimal!]
totalVolumeUSD_not_in[BigDecimal!]
commissions0 BigDecimal
panopticPoolDayData_PanopticPoolDayData_filter
panopticPoolAccounts_PanopticPoolAccount_filter
_change_block BlockChangedFilter @@ -30775,6 +31174,86 @@ Filter for the block changed event.
minEnforcedTickBigInt
minEnforcedTick_notBigInt
minEnforcedTick_gtBigInt
minEnforcedTick_ltBigInt
minEnforcedTick_gteBigInt
minEnforcedTick_lteBigInt
minEnforcedTick_in[BigInt!]
minEnforcedTick_not_in[BigInt!]
maxEnforcedTickBigInt
maxEnforcedTick_notBigInt
maxEnforcedTick_gtBigInt
maxEnforcedTick_ltBigInt
maxEnforcedTick_gteBigInt
maxEnforcedTick_lteBigInt
maxEnforcedTick_in[BigInt!]
maxEnforcedTick_not_in[BigInt!]
panopticPool String
legIndexBigInt
legIndex_notBigInt
legIndex_gtBigInt
legIndex_ltBigInt
legIndex_gteBigInt
legIndex_lteBigInt
legIndex_in[BigInt!]
legIndex_not_in[BigInt!]
settledAmounts BigInt
panopticPoolAccount__commissions0
panopticPoolAccount__commissions1
panopticPoolAccount__sharePriceAtLastTransfer0
panopticPoolAccount__sharePriceAtLastTransfer1
panopticPoolAccount__commissionsSinceLastTransfer0
panopticPoolAccount__commissionsSinceLastTransfer1
panopticPoolAccount__isLiquidated
pool__minEnforcedTick
pool__maxEnforcedTick
liquidator
panopticPool__totalVolumeUSD
panopticPool__commissions0
owner
owner__id
tickLower
tickUpper
amount
amount0
amount1
token0
token0__id
token0__decimals
token0__name
token0__symbol
token0__totalSupply
token0__txCount
token0__derivedETH
token1
token1__id
token1__decimals
token1__name
token1__symbol
token1__totalSupply
token1__txCount
token1__derivedETH
- -### Chunk_orderBy - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValueDescription
id
owner
owner__id
manager
manager__id
tickLower
tickUpper
strike
width
tokenType
pool
pool__id
pool__poolId
pool__feeTier
pool__tickSpacing
pool__txCount
pool__liquidity
pool__sqrtPrice
pool__tick
pool__tickLastUpdateTimestamp
pool__tickLastUpdateBlockNumber
pool__token0Pricepool__minEnforcedTick
pool__maxEnforcedTick
owner
owner__id
tickLower
tickUpper
amount
amount0
amount1
token0
token0__id
token0__decimals
token0__name
token0__symbol
token0__totalSupply
token0__txCount
token0__derivedETH
token1
token1__id
token1__decimals
token1__name
token1__symbol
token1__totalSupply
token1__txCount
token1__derivedETH
+ +### Chunk_orderBy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - + @@ -36742,6 +37265,10 @@ Filter for the block changed event. + + + + @@ -36857,14 +37384,6 @@ Filter for the block changed event. - - - - - - - - @@ -37000,6 +37519,14 @@ Filter for the block changed event. + + + + + + + + @@ -37056,14 +37583,6 @@ Filter for the block changed event. - - - - - - - - @@ -37195,6 +37714,14 @@ Filter for the block changed event. + + + + + + + + @@ -37259,14 +37786,6 @@ Filter for the block changed event. - - - - - - - - @@ -37410,6 +37929,10 @@ Filter for the block changed event. + + + + @@ -37457,14 +37980,6 @@ Filter for the block changed event. - - - - - - - -
ValueDescription
id
owner
owner__id
manager
manager__id
tickLower
tickUpper
strike
width
tokenType
pool
pool__id
pool__poolId
pool__feeTier
pool__tickSpacing
pool__txCount
pool__liquidity
pool__sqrtPrice
pool__tick
pool__tickLastUpdateTimestamp
pool__tickLastUpdateBlockNumber
pool__token0Price
pool__token1Price
pool__totalValueLockedToken0
pool__totalValueLockedToken1
pool__totalValueLockedETH
pool__totalValueLockedUSD
pool__minEnforcedTick
pool__token1Price
pool__totalValueLockedToken0
pool__totalValueLockedToken1
pool__totalValueLockedETH
pool__totalValueLockedUSDpool__maxEnforcedTick
panopticPool__totalVolumeUSD
panopticPool__commissions0
collateral__previousSharePrice
collateral__preLiquidationSharePrice
date
pool__minEnforcedTick
pool__maxEnforcedTick
sender
collateral__previousSharePrice
collateral__preLiquidationSharePrice
tickAtDeposit
pool__minEnforcedTick
pool__maxEnforcedTick
sender
collateral__previousSharePrice
collateral__preLiquidationSharePrice
tickAtWithdraw
panopticPool__totalVolumeUSD
panopticPool__commissions0
collateralDayData
previousSharePrice
preLiquidationSharePrice
@@ -37585,6 +38100,14 @@ Filter for the block changed event. +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + owner @@ -37709,7 +38232,11 @@ Filter for the block changed event. OptionRoll - + + + Panoption roll + + AccountLiquidated @@ -37854,6 +38381,14 @@ Filter for the block changed event. pool__totalValueLockedUSD + +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + @@ -38001,6 +38536,14 @@ Filter for the block changed event. +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + exercisor @@ -38105,6 +38648,10 @@ Filter for the block changed event. +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -38197,15 +38744,27 @@ Filter for the block changed event. -optionBurn__premia +optionBurn__premium0 -optionBurn__premium0 +optionBurn__premium1 -optionBurn__premium1 +optionBurn__totalShares0 + + + +optionBurn__totalAssets0 + + + +optionBurn__totalShares1 + + + +optionBurn__totalAssets1 @@ -38419,6 +38978,14 @@ Filter for the block changed event. +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + optionRatio @@ -38626,6 +39193,14 @@ Filter for the block changed event. +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + sender @@ -38845,6 +39420,14 @@ Filter for the block changed event. +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + recipient @@ -38877,10 +39460,6 @@ Filter for the block changed event. -premia - - - panopticPool @@ -38945,6 +39524,10 @@ Filter for the block changed event. +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -38993,6 +39576,26 @@ Filter for the block changed event. +premiaByLeg + + + +totalShares0 + + + +totalAssets0 + + + +totalShares1 + + + +totalAssets1 + + + txnOpened @@ -39041,11 +39644,27 @@ Filter for the block changed event. -txnOpened__tickAt +txnOpened__poolUtilization0 + + + +txnOpened__poolUtilization1 + + + +txnOpened__currentTick -txnOpened__poolUtilizations +txnOpened__fastOracleTick + + + +txnOpened__lastObservedTick + + + +txnOpened__slowOracleTick @@ -39057,11 +39676,19 @@ Filter for the block changed event. -txnOpened__poolUtilization0 +txnOpened__commissions0USD -txnOpened__poolUtilization1 +txnOpened__commissions1USD + + + +txnOpened__commissionsUSD + + + +txnOpened__tickAt @@ -39316,15 +39943,19 @@ Filter for the block changed event. -recipient +pool__minEnforcedTick -recipient__id +pool__maxEnforcedTick -positionSize +recipient + + + +recipient__id @@ -39344,11 +39975,31 @@ Filter for the block changed event. -tickAt +positionSize -poolUtilizations +poolUtilization0 + + + +poolUtilization1 + + + +currentTick + + + +fastOracleTick + + + +lastObservedTick + + + +slowOracleTick @@ -39416,6 +40067,10 @@ Filter for the block changed event. +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -39464,11 +40119,19 @@ Filter for the block changed event. -poolUtilization0 +commissions0USD -poolUtilization1 +commissions1USD + + + +commissionsUSD + + + +tickAt @@ -39591,6 +40254,14 @@ Filter for the block changed event. +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + recipient @@ -39687,6 +40358,10 @@ Filter for the block changed event. +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -39866,6 +40541,10 @@ Defines the order direction, either ascending or descending +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -39946,14 +40625,6 @@ Defines the order direction, either ascending or descending -collateral0__previousSharePrice - - - -collateral0__preLiquidationSharePrice - - - collateral0Shares @@ -39994,14 +40665,6 @@ Defines the order direction, either ascending or descending -collateral1__previousSharePrice - - - -collateral1__preLiquidationSharePrice - - - collateral1Shares @@ -40010,30 +40673,6 @@ Defines the order direction, either ascending or descending -commissions0 - - - -commissions1 - - - -sharePriceAtLastTransfer0 - - - -sharePriceAtLastTransfer1 - - - -commissionsSinceLastTransfer0 - - - -commissionsSinceLastTransfer1 - - - isLiquidated @@ -40121,6 +40760,10 @@ Defines the order direction, either ascending or descending +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -40213,6 +40856,10 @@ Defines the order direction, either ascending or descending +totalVolumeUSD + + + commissions0 @@ -40352,14 +40999,6 @@ Defines the order direction, either ascending or descending -collateral0__previousSharePrice - - - -collateral0__preLiquidationSharePrice - - - collateral1 @@ -40392,14 +41031,6 @@ Defines the order direction, either ascending or descending -collateral1__previousSharePrice - - - -collateral1__preLiquidationSharePrice - - - underlyingPool @@ -40468,6 +41099,14 @@ Defines the order direction, either ascending or descending +underlyingPool__minEnforcedTick + + + +underlyingPool__maxEnforcedTick + + + mintVolume0 @@ -40516,6 +41155,10 @@ Defines the order direction, either ascending or descending +totalVolumeUSD + + + commissions0 @@ -40559,6 +41202,14 @@ Defines the order direction, either ascending or descending chunks + +panopticPoolDayData + + + +panopticPoolAccounts + + @@ -40643,6 +41294,14 @@ Defines the order direction, either ascending or descending +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + date @@ -40778,6 +41437,14 @@ Defines the order direction, either ascending or descending +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + txCount @@ -40973,6 +41640,14 @@ Defines the order direction, either ascending or descending +minEnforcedTick + + + +maxEnforcedTick + + + panopticPool @@ -41037,6 +41712,10 @@ Defines the order direction, either ascending or descending +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -41196,6 +41875,14 @@ Defines the order direction, either ascending or descending +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + user @@ -41220,6 +41907,10 @@ Defines the order direction, either ascending or descending +legIndex + + + settledAmounts @@ -41296,6 +41987,10 @@ Defines the order direction, either ascending or descending +panopticPool__totalVolumeUSD + + + panopticPool__commissions0 @@ -41423,6 +42118,14 @@ Defines the order direction, either ascending or descending +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + tokenCount @@ -41597,6 +42300,14 @@ Defines the order direction, either ascending or descending +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + recipient @@ -41744,6 +42455,14 @@ Defines the order direction, either ascending or descending +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + caller @@ -41891,6 +42610,14 @@ Defines the order direction, either ascending or descending +pool__minEnforcedTick + + + +pool__maxEnforcedTick + + + recipient