From 7655abf11a8ca43cb6374870ddb9234ff52470c0 Mon Sep 17 00:00:00 2001 From: BrandonL20 <62954565+BrandonL20@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:28:51 -0700 Subject: [PATCH] Updated subgraph docs for V2 --- docs/subgraph/schema.md | 31306 ++++++++++++++++++++++++-------------- 1 file changed, 20108 insertions(+), 11198 deletions(-) diff --git a/docs/subgraph/schema.md b/docs/subgraph/schema.md index 3df8a5b2..48ecd531 100644 --- a/docs/subgraph/schema.md +++ b/docs/subgraph/schema.md @@ -17,8 +17,6 @@ See some example queries [here](./queries). - - ## Objects ### Account @@ -143,7 +141,7 @@ See some example queries [here](./queries).
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ | |
| hash | +String! | ++ | |
| logIndex | +BigInt! | ++ | |
| eventType | +EventType! | ++ | |
| from | +String! | ++ | |
| to | +String! | ++ | |
| blockNumber | +BigInt! | ++ | |
| timestamp | +BigInt! | ++ | |
| gasUsed | +BigInt! | ++ | |
| gasPrice | +BigInt! | ++ | |
| pool | +Pool! | ++ | |
| riskEngine | +RiskEngine! | ++ + RiskEngine contract address + + | +|
| collateralToken | +Bytes! | ++ + Address of the collateral token whose rate was updated + + | +|
| avgBorrowRate | +BigInt! | ++ + The average borrow rate calculated + + | +|
| rateAtTarget | +BigInt! | ++ + The new rate at target + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ | |
| hash | +String! | ++ | |
| logIndex | +BigInt! | ++ | |
| eventType | +EventType! | ++ | |
| from | +String! | ++ | |
| to | +String! | ++ | |
| blockNumber | +BigInt! | ++ | |
| timestamp | +BigInt! | ++ | |
| gasUsed | +BigInt! | ++ | |
| gasPrice | +BigInt! | ++ | |
| pool | +Pool! | ++ | |
| builderFactory | +BuilderFactory! | ++ + BuilderFactory contract address + + | +|
| builderCode | +BigInt! | ++ + Builder code (uint48) used as CREATE2 salt + + | +|
| wallet | +Bytes! | ++ + Address of the deployed BuilderWallet + + | +|
| builderAdmin | +Bytes! | ++ + Address of the builder admin + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ + BuilderFactory contract address + + | +|
| riskEngine | +RiskEngine | ++ + Owner address that can deploy new builder wallets + + | +|
| builderWallets | +[BuilderWallet!]! | ++ + All builder wallets deployed by this factory + + | +|
| skip | +Int | ++ | |
| first | +Int | ++ | |
| orderBy | +BuilderWallet_orderBy | ++ | |
| orderDirection | +OrderDirection | ++ | |
| where | +BuilderWallet_filter | ++ | |
| builderCount | +BigInt! | ++ + Total number of builder wallets deployed + + | +|
| createdTimestamp | +BigInt! | ++ + Creation timestamp + + | +|
| createdBlockNumber | +BigInt! | ++ + Creation block number + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ + BuilderWallet contract address + + | +|
| builderCode | +BigInt! | ++ + Builder code (uint48) used as CREATE2 salt + + | +|
| builderAdmin | +Bytes! | ++ + Address allowed to sweep tokens from this wallet + + | +|
| factory | +BuilderFactory! | ++ + Factory that deployed this wallet + + | +|
| createdTimestamp | +BigInt! | ++ + Creation timestamp + + | +|
| createdBlockNumber | +BigInt! | ++ + Creation block number + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ | |
| hash | +String! | ++ | |
| logIndex | +BigInt! | ++ | |
| eventType | +EventType! | ++ | |
| from | +String! | ++ | |
| to | +String! | ++ | |
| blockNumber | +BigInt! | ++ | |
| timestamp | +BigInt! | ++ | |
| gasUsed | +BigInt! | ++ | |
| gasPrice | +BigInt! | ++ | |
| pool | +Pool! | ++ | |
| owner | +Account! | ++ + The address of the owner of the shares being used to pay for the commission + + | +|
| builder | +Bytes! | ++ + The address of the account that received the commission if a builderCode is provided + + | +|
| commissionPaidProtocol | +BigInt! | ++ + The amount of assets paid that goes to the PLPs (if builder == address(0)) or to the protocol + + | +|
| commissionPaidBuilder | +BigInt! | ++ + The amount of assets paid that goes to the builder + + | +|
| collateral | +Collateral! | ++ + The collateral entity associated with this commission + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ | |
| hash | +String! | ++ | |
| logIndex | +BigInt! | ++ | |
| eventType | +EventType! | ++ | |
| from | +String! | ++ | |
| to | +String! | ++ | |
| blockNumber | +BigInt! | ++ | |
| timestamp | +BigInt! | ++ | |
| gasUsed | +BigInt! | ++ | |
| gasPrice | +BigInt! | ++ | |
| pool | +Pool! | ++ | |
| sender | +Account! | ++ + The address of the account donating shares + + | +|
| shares | +BigInt! | ++ + The amount of shares donated + + | +|
| collateral | +Collateral! | ++ + The collateral entity that was donated to + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ | |
| hash | +String! | ++ | |
| logIndex | +BigInt! | ++ | |
| eventType | +EventType! | ++ | |
| from | +String! | ++ | |
| to | +String! | ++ | |
| blockNumber | +BigInt! | ++ | |
| timestamp | +BigInt! | ++ | |
| gasUsed | +BigInt! | ++ | |
| gasPrice | +BigInt! | ++ | |
| riskEngine | +RiskEngine! | ++ | |
| lockMode | +Boolean! | ++ + True when safe mode is forcibly locked, false when the lock is lifted + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ | |
| hash | +String! | ++ | |
| logIndex | +BigInt! | ++ | |
| eventType | +EventType! | ++ | |
| from | +String! | ++ | |
| to | +String! | ++ | |
| blockNumber | +BigInt! | ++ | |
| timestamp | +BigInt! | ++ | |
| gasUsed | +BigInt! | ++ | |
| gasPrice | +BigInt! | ++ | |
| pool | +Pool! | ++ | |
| owner | +Account! | ++ + The address of the insolvent user + + | +|
| interestOwed | +BigInt! | ++ + The total amount of interest the user owed + + | +|
| interestPaid | +BigInt! | ++ + The actual amount of interest paid (value of shares burned) + + | +|
| sharesBurned | +BigInt! | ++ + The number of shares burned in the partial payment + + | +|
| collateral | +Collateral! | ++ + The collateral entity associated with this penalty + + | +|
| Field | -Argument | -Type | -Description | -|||
|---|---|---|---|---|---|---|
| id | -ID! | -- | ||||
| hash | -String! | -- | ||||
| logIndex | -BigInt! | -- | ||||
| eventType | -EventType! | -- | ||||
| from | -String! | -- | ||||
| to | -String! | -- | ||||
| blockNumber | -BigInt! | -- | ||||
| timestamp | -BigInt! | -- | ||||
| gasUsed | -BigInt! | -- | ||||
| gasPrice | -BigInt! | -- | ||||
| pool | -Pool! | -- | ||||
| recipient | -Account! | -- - User that burnt the option - - | -||||
| positionSize | -BigInt! | -- - The number of contracts burnt, expressed in terms of the asset - | ||||
| oldTokenId | -BigInt! | -- - TokenId of the burnt option - - | -||||
| newTokenId | -BigInt! | -- - TokenId of the minted option - - | -||||
| tickAtRoll | -Int! | -- - Tick at which the option was rolled - - | -||||
| poolUtilizations | -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 - - | -||||
| premia | -BigInt! | -- - LeftRight packing for the amount of premia collected for token0 and token1 - - | -||||
| panopticPool | -PanopticPool! | +volume0USD | +BigDecimal | - PanopticPool roll is within (from event.address) + Token0 Volume USD (converted from amount0 using token.derivedETH and ETH prices at time of mint) | ||
| poolUtilization0 | -BigInt! | +volume1USD | +BigDecimal | - Pool utilization token0 + Token1 Volume USD (converted from amount1 using token.derivedETH and ETH prices at time of mint) | ||
| poolUtilization1 | -BigInt! | +ethPriceUSDAtMint | +BigDecimal | - Pool utilization token1 + Price of ETH in USD at time of mint | ||
| premium0 | -BigInt! | +token0DerivedEthAtMint | +BigDecimal | - Premium collected for token0 + Price of token0 in ETH at time of option mint | ||
| premium1 | -BigInt! | +token1DerivedEthAtMint | +BigDecimal | - Premium collected for token1 + Price of token1 in ETH at time of option mint | ||
| protocolLoss0 | -BigDecimal! | -- - All time protocol loss in token0. Protocol loss is the value of shares added to the supply in the event of liquidation of bad debt. - - | -||||
| protocolLoss0USD | -BigDecimal! | -- - All time protocol loss in token0 converted to USD (calculated using token0's derivedETH and the bundle.ethPriceUSD values). - - | -||||
| protocolLoss1 | -BigDecimal! | -- - All time protocol loss in token1. - - | -||||
| protocolLoss1USD | -BigDecimal! | -- - All time protocol loss in token1 converted to USD. - - | -||||
| protocolLossUSD | -BigDecimal! | -- - All time protocol loss in both tokens converted to USD. - | ||||
| riskEngine | +RiskEngine | ++ | ||||
| panopticPoolDayData | [PanopticPoolDayData!]! | @@ -3305,15 +3997,6 @@ See TokenId entity for more details, or the source here: https://github.com/pano Number of Collateral0 shares this PanopticPoolAccount controls - | -||||
| collateral0Assets | -BigInt! | -- - @deprecated Estimate of Collateral0 assets this PanopticPoolAccount can withdraw. - | ||||
| collateral1Assets | -BigInt! | -- - @deprecated Estimate of Collateral1 assets this PanopticPoolAccount can withdraw. - | ||||
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ | |
| hash | +String! | ++ | |
| logIndex | +BigInt! | ++ | |
| eventType | +EventType! | ++ | |
| from | +String! | ++ | |
| to | +String! | ++ | |
| blockNumber | +BigInt! | ++ | |
| timestamp | +BigInt! | ++ | |
| gasUsed | +BigInt! | ++ | |
| gasPrice | +BigInt! | ++ | |
| pool | +Pool! | ++ | |
| liquidatee | +Account! | ++ + The address of the liquidated account + + | +|
| liquidator | +Account! | ++ + The address of the liquidator + + | +|
| protocolLossAssets | +BigInt! | ++ + The protocol loss in asset terms + + | +|
| protocolLossShares | +BigInt! | ++ + The protocol loss in share terms + + | +|
| collateral | +Collateral! | ++ + The collateral entity associated with this protocol loss + + | +|
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ + RiskEngine contract address + + | +|
| id | +id | ID! | ||||
| hash | +hash | String! | ||||
| logIndex | +logIndex | BigInt! | ||||
| eventType | +eventType | EventType! | ||||
| from | +from | String! | ||||
| to | +to | String! | ||||
| blockNumber | +blockNumber | BigInt! | ||||
| timestamp | +timestamp | BigInt! | ||||
| gasUsed | +gasUsed | BigInt! | ||||
| gasPrice | +gasPrice | BigInt! | ||||
| pool | +pool | Pool! | ||||
| recipient | -Account! | +riskEngine | +RiskEngine! | - User that rolled the position + RiskEngine contract address | ||
| oldTokenId | -TokenId! | +token | +Bytes! | - TokenId of the burnt position + Address of the token collected | ||
| newTokenId | -TokenId! | +recipient | +Bytes! | - TokenId of the newly minted position + Address receiving the tokens | ||
| positionSize | +amount | BigInt! | - The number of contracts rolled, expressed in terms of the asset + Amount of tokens collected | |||
| Field | +Type | +Description | +|
|---|---|---|---|
| id | +ID | ++ | |
| id_not | +ID | ++ | |
| id_gt | +ID | ++ | |
| id_lt | +ID | ++ | |
| id_gte | +ID | ++ | |
| id_lte | +ID | ++ | |
| id_in | +[ID!] | ++ | |
| id_not_in | +[ID!] | ++ | |
| hash | +String | ++ | |
| hash_not | +String | ++ | |
| hash_gt | +String | ++ | |
| hash_lt | +String | ++ | |
| hash_gte | +String | ++ | |
| hash_lte | +String | ++ | |
| hash_in | +[String!] | ++ | |
| hash_not_in | +[String!] | ++ | |
| hash_contains | +String | ++ | |
| hash_contains_nocase | +String | ++ | |
| hash_not_contains | +String | ++ | |
| hash_not_contains_nocase | +String | ++ | |
| hash_starts_with | +String | ++ | |
| hash_starts_with_nocase | +String | ++ | |
| hash_not_starts_with | +String | ++ | |
| hash_not_starts_with_nocase | +String | ++ | |
| hash_ends_with | +String | ++ | |
| hash_ends_with_nocase | +String | ++ | |
| hash_not_ends_with | +String | ++ | |
| hash_not_ends_with_nocase | +String | ++ | |
| logIndex | +BigInt | ++ | |
| logIndex_not | +BigInt | ++ | |
| logIndex_gt | +BigInt | ++ | |
| logIndex_lt | +BigInt | ++ | |
| logIndex_gte | +BigInt | ++ | |
| logIndex_lte | +BigInt | ++ | |
| logIndex_in | +[BigInt!] | ++ | |
| logIndex_not_in | +[BigInt!] | ++ | |
| from | +String | ++ | |
| from_not | +String | ++ | |
| from_gt | +String | ++ | |
| from_lt | +String | ++ | |
| from_gte | +String | ++ | |
| from_lte | +String | ++ | |
| from_in | +[String!] | ++ | |
| from_not_in | +[String!] | ++ | |
| from_contains | +String | ++ | |
| from_contains_nocase | +String | ++ | |
| from_not_contains | +String | ++ | |
| from_not_contains_nocase | +String | ++ | |
| from_starts_with | +String | ++ | |
| from_starts_with_nocase | +String | ++ | |
| from_not_starts_with | +String | ++ | |
| from_not_starts_with_nocase | +String | ++ | |
| from_ends_with | +String | ++ | |
| from_ends_with_nocase | +String | ++ | |
| from_not_ends_with | +String | ++ | |
| from_not_ends_with_nocase | +String | ++ | |
| to | +String | ++ | |
| to_not | +String | ++ | |
| to_gt | +String | ++ | |
| to_lt | +String | ++ | |
| to_gte | +String | ++ | |
| to_lte | +String | ++ | |
| to_in | +[String!] | ++ | |
| to_not_in | +[String!] | ++ | |
| to_contains | +String | ++ | |
| to_contains_nocase | +String | ++ | |
| to_not_contains | +String | ++ | |
| to_not_contains_nocase | +String | ++ | |
| to_starts_with | +String | ++ | |
| to_starts_with_nocase | +String | ++ | |
| to_not_starts_with | +String | ++ | |
| to_not_starts_with_nocase | +String | ++ | |
| to_ends_with | +String | ++ | |
| to_ends_with_nocase | +String | ++ | |
| to_not_ends_with | +String | ++ | |
| to_not_ends_with_nocase | +String | ++ | |
| blockNumber | +BigInt | ++ | |
| blockNumber_not | +BigInt | ++ | |
| blockNumber_gt | +BigInt | ++ | |
| blockNumber_lt | +BigInt | ++ | |
| blockNumber_gte | +BigInt | ++ | |
| blockNumber_lte | +BigInt | ++ | |
| blockNumber_in | +[BigInt!] | ++ | |
| blockNumber_not_in | +[BigInt!] | ++ | |
| timestamp | +BigInt | ++ | |
| timestamp_not | +BigInt | ++ | |
| timestamp_gt | +BigInt | ++ | |
| timestamp_lt | +BigInt | ++ | |
| timestamp_gte | +BigInt | ++ | |
| timestamp_lte | +BigInt | ++ | |
| timestamp_in | +[BigInt!] | ++ | |
| timestamp_not_in | +[BigInt!] | ++ | |
| gasUsed | +BigInt | ++ | |
| gasUsed_not | +BigInt | ++ | |
| gasUsed_gt | +BigInt | ++ | |
| gasUsed_lt | +BigInt | ++ | |
| gasUsed_gte | +BigInt | ++ | |
| gasUsed_lte | +BigInt | ++ | |
| gasUsed_in | +[BigInt!] | ++ | |
| gasUsed_not_in | +[BigInt!] | ++ | |
| gasPrice | +BigInt | ++ | |
| gasPrice_not | +BigInt | ++ | |
| gasPrice_gt | +BigInt | ++ | |
| gasPrice_lt | +BigInt | ++ | |
| gasPrice_gte | +BigInt | ++ | |
| gasPrice_lte | +BigInt | ++ | |
| gasPrice_in | +[BigInt!] | ++ | |
| gasPrice_not_in | +[BigInt!] | ++ | |
| eventType | +EventType | ++ | |
| eventType_not | +EventType | ++ | |
| eventType_in | +[EventType!] | ++ | |
| eventType_not_in | +[EventType!] | ++ | |
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|
| and | +[BaseEvent_filter] | ++ | |
| or | +[BaseEvent_filter] | ++ | |
| Field | -Type | -Description | -|
|---|---|---|---|
| id | -ID | -- | |
| id_not | -ID | -- | |
| id_gt | -ID | -- | |
| id_lt | -ID | -- | |
| id_gte | -ID | -- | |
| id_lte | -ID | -- | |
| id_in | -[ID!] | -- | |
| id_not_in | -[ID!] | -- | |
| ethPriceUSD | -BigDecimal | -- | |
| ethPriceUSD_not | -BigDecimal | -- | |
| ethPriceUSD_gt | -BigDecimal | -- | |
| ethPriceUSD_lt | -BigDecimal | -- | |
| ethPriceUSD_gte | -BigDecimal | -- | |
| ethPriceUSD_lte | -BigDecimal | -- | |
| ethPriceUSD_in | -[BigDecimal!] | -- | |
| ethPriceUSD_not_in | -[BigDecimal!] | -- | |
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -|
| and | -[Bundle_filter] | -- | |
| or | -[Bundle_filter] | -- | |
| id | +id | ID | |||||
| id_not | +id_not | ID | |||||
| id_gt | +id_gt | ID | |||||
| id_lt | +id_lt | ID | |||||
| id_gte | +id_gte | ID | |||||
| id_lte | +id_lte | ID | |||||
| id_in | +id_in | [ID!] | |||||
| id_not_in | +id_not_in | [ID!] | |||||
| hash | +hash | String | |||||
| hash_not | +hash_not | String | |||||
| hash_gt | +hash_gt | String | |||||
| hash_lt | +hash_lt | String | |||||
| hash_gte | +hash_gte | String | |||||
| hash_lte | +hash_lte | String | |||||
| hash_in | +hash_in | [String!] | |||||
| hash_not_in | +hash_not_in | [String!] | |||||
| hash_contains | +hash_contains | String | |||||
| hash_contains_nocase | +hash_contains_nocase | String | |||||
| hash_not_contains | +hash_not_contains | String | |||||
| hash_not_contains_nocase | +hash_not_contains_nocase | String | |||||
| hash_starts_with | +hash_starts_with | String | |||||
| hash_starts_with_nocase | +hash_starts_with_nocase | String | |||||
| hash_not_starts_with | +hash_not_starts_with | String | |||||
| hash_not_starts_with_nocase | +hash_not_starts_with_nocase | String | |||||
| hash_ends_with | +hash_ends_with | String | |||||
| hash_ends_with_nocase | +hash_ends_with_nocase | String | |||||
| hash_not_ends_with | +hash_not_ends_with | String | |||||
| hash_not_ends_with_nocase | +hash_not_ends_with_nocase | String | |||||
| logIndex | +logIndex | BigInt | |||||
| logIndex_not | +logIndex_not | BigInt | |||||
| logIndex_gt | +logIndex_gt | BigInt | |||||
| logIndex_lt | +logIndex_lt | BigInt | |||||
| logIndex_gte | +logIndex_gte | BigInt | |||||
| logIndex_lte | +logIndex_lte | BigInt | |||||
| logIndex_in | +logIndex_in | [BigInt!] | |||||
| logIndex_not_in | +logIndex_not_in | [BigInt!] | |||||
| eventType | +eventType | EventType | |||||
| eventType_not | +eventType_not | EventType | |||||
| eventType_in | +eventType_in | [EventType!] | |||||
| eventType_not_in | +eventType_not_in | [EventType!] | |||||
| from | +from | String | |||||
| from_not | +from_not | String | |||||
| from_gt | +from_gt | String | |||||
| from_lt | +from_lt | String | |||||
| from_gte | +from_gte | String | |||||
| from_lte | +from_lte | String | |||||
| from_in | +from_in | [String!] | |||||
| from_not_in | +from_not_in | [String!] | |||||
| from_contains | +from_contains | String | |||||
| from_contains_nocase | +from_contains_nocase | String | |||||
| from_not_contains | +from_not_contains | String | |||||
| from_not_contains_nocase | +from_not_contains_nocase | String | |||||
| from_starts_with | +from_starts_with | String | |||||
| from_starts_with_nocase | +from_starts_with_nocase | String | |||||
| from_not_starts_with | +from_not_starts_with | String | |||||
| from_not_starts_with_nocase | +from_not_starts_with_nocase | String | |||||
| from_ends_with | +from_ends_with | String | |||||
| from_ends_with_nocase | +from_ends_with_nocase | String | |||||
| from_not_ends_with | +from_not_ends_with | String | |||||
| from_not_ends_with_nocase | +from_not_ends_with_nocase | String | |||||
| to | +to | String | |||||
| to_not | +to_not | String | |||||
| to_gt | +to_gt | String | |||||
| to_lt | +to_lt | String | |||||
| to_gte | +to_gte | String | |||||
| to_lte | +to_lte | String | |||||
| to_in | +to_in | [String!] | |||||
| to_not_in | +to_not_in | [String!] | |||||
| to_contains | +to_contains | String | |||||
| to_contains_nocase | +to_contains_nocase | String | |||||
| to_not_contains | +to_not_contains | String | |||||
| to_not_contains_nocase | +to_not_contains_nocase | String | |||||
| to_starts_with | +to_starts_with | String | |||||
| to_starts_with_nocase | +to_starts_with_nocase | String | |||||
| to_not_starts_with | +to_not_starts_with | String | |||||
| to_not_starts_with_nocase | +to_not_starts_with_nocase | String | |||||
| to_ends_with | +to_ends_with | String | |||||
| to_ends_with_nocase | +to_ends_with_nocase | String | |||||
| to_not_ends_with | +to_not_ends_with | String | |||||
| to_not_ends_with_nocase | +to_not_ends_with_nocase | String | |||||
| blockNumber | +blockNumber | BigInt | |||||
| blockNumber_not | +blockNumber_not | BigInt | |||||
| blockNumber_gt | +blockNumber_gt | BigInt | |||||
| blockNumber_lt | +blockNumber_lt | BigInt | |||||
| blockNumber_gte | +blockNumber_gte | BigInt | |||||
| blockNumber_lte | +blockNumber_lte | BigInt | |||||
| blockNumber_in | +blockNumber_in | [BigInt!] | |||||
| blockNumber_not_in | +blockNumber_not_in | [BigInt!] | |||||
| timestamp | +timestamp | BigInt | |||||
| timestamp_not | +timestamp_not | BigInt | |||||
| timestamp_gt | +timestamp_gt | BigInt | |||||
| timestamp_lt | +timestamp_lt | BigInt | |||||
| timestamp_gte | +timestamp_gte | BigInt | |||||
| timestamp_lte | +timestamp_lte | BigInt | |||||
| timestamp_in | +timestamp_in | [BigInt!] | |||||
| timestamp_not_in | +timestamp_not_in | [BigInt!] | |||||
| gasUsed | +gasUsed | BigInt | |||||
| gasUsed_not | +gasUsed_not | BigInt | |||||
| gasUsed_gt | +gasUsed_gt | BigInt | |||||
| gasUsed_lt | +gasUsed_lt | BigInt | |||||
| gasUsed_gte | +gasUsed_gte | BigInt | |||||
| gasUsed_lte | +gasUsed_lte | BigInt | |||||
| gasUsed_in | +gasUsed_in | [BigInt!] | |||||
| gasUsed_not_in | +gasUsed_not_in | [BigInt!] | |||||
| gasPrice | +gasPrice | BigInt | |||||
| gasPrice_not | +gasPrice_not | BigInt | |||||
| gasPrice_gt | +gasPrice_gt | BigInt | |||||
| gasPrice_lt | +gasPrice_lt | BigInt | |||||
| gasPrice_gte | +gasPrice_gte | BigInt | |||||
| gasPrice_lte | +gasPrice_lte | BigInt | |||||
| gasPrice_in | +gasPrice_in | [BigInt!] | |||||
| gasPrice_not_in | +gasPrice_not_in | [BigInt!] | |||||
| pool | +pool | String | |||||
| pool_not | +pool_not | String | |||||
| pool_gt | +pool_gt | String | |||||
| pool_lt | +pool_lt | String | |||||
| pool_gte | +pool_gte | String | |||||
| pool_lte | +pool_lte | String | |||||
| pool_in | +pool_in | [String!] | |||||
| pool_not_in | +pool_not_in | [String!] | |||||
| pool_contains | +pool_contains | String | |||||
| pool_contains_nocase | +pool_contains_nocase | String | |||||
| pool_not_contains | +pool_not_contains | String | |||||
| pool_not_contains_nocase | +pool_not_contains_nocase | String | |||||
| pool_starts_with | +pool_starts_with | String | |||||
| pool_starts_with_nocase | +pool_starts_with_nocase | String | |||||
| pool_not_starts_with | +pool_not_starts_with | String | |||||
| pool_not_starts_with_nocase | +pool_not_starts_with_nocase | String | |||||
| pool_ends_with | +pool_ends_with | String | |||||
| pool_ends_with_nocase | +pool_ends_with_nocase | String | |||||
| pool_not_ends_with | +pool_not_ends_with | String | |||||
| pool_not_ends_with_nocase | +pool_not_ends_with_nocase | String | |||||
| pool_ | +pool_ | Pool_filter | |||||
| owner | +riskEngine | String | |||||
| owner_not | +riskEngine_not | String | |||||
| owner_gt | +riskEngine_gt | String | |||||
| owner_lt | +riskEngine_lt | String | |||||
| owner_gte | +riskEngine_gte | String | |||||
| owner_lte | +riskEngine_lte | String | |||||
| owner_in | +riskEngine_in | [String!] | |||||
| owner_not_in | +riskEngine_not_in | [String!] | |||||
| owner_contains | +riskEngine_contains | String | |||||
| owner_contains_nocase | +riskEngine_contains_nocase | String | |||||
| owner_not_contains | +riskEngine_not_contains | String | |||||
| owner_not_contains_nocase | +riskEngine_not_contains_nocase | String | |||||
| owner_starts_with | +riskEngine_starts_with | String | |||||
| owner_starts_with_nocase | +riskEngine_starts_with_nocase | String | |||||
| owner_not_starts_with | +riskEngine_not_starts_with | String | |||||
| owner_not_starts_with_nocase | +riskEngine_not_starts_with_nocase | String | |||||
| owner_ends_with | +riskEngine_ends_with | String | |||||
| owner_ends_with_nocase | +riskEngine_ends_with_nocase | String | |||||
| owner_not_ends_with | +riskEngine_not_ends_with | String | |||||
| owner_not_ends_with_nocase | +riskEngine_not_ends_with_nocase | String | |||||
| owner_ | -Account_filter | +riskEngine_ | +RiskEngine_filter | ||||
| tickLower | -Int | +collateralToken | +Bytes | ||||
| tickLower_not | -Int | +collateralToken_not | +Bytes | ||||
| tickLower_gt | -Int | +collateralToken_gt | +Bytes | ||||
| tickLower_lt | -Int | +collateralToken_lt | +Bytes | ||||
| tickLower_gte | -Int | +collateralToken_gte | +Bytes | ||||
| tickLower_lte | -Int | +collateralToken_lte | +Bytes | ||||
| tickLower_in | -[Int!] | +collateralToken_in | +[Bytes!] | ||||
| tickLower_not_in | -[Int!] | +collateralToken_not_in | +[Bytes!] | ||||
| tickUpper | -Int | +collateralToken_contains | +Bytes | ||||
| tickUpper_not | -Int | +collateralToken_not_contains | +Bytes | ||||
| tickUpper_gt | -Int | +avgBorrowRate | +BigInt | ||||
| tickUpper_lt | -Int | +avgBorrowRate_not | +BigInt | ||||
| tickUpper_gte | -Int | +avgBorrowRate_gt | +BigInt | ||||
| tickUpper_lte | -Int | +avgBorrowRate_lt | +BigInt | ||||
| tickUpper_in | -[Int!] | +avgBorrowRate_gte | +BigInt | ||||
| tickUpper_not_in | -[Int!] | +avgBorrowRate_lte | +BigInt | ||||
| amount | +avgBorrowRate_in | +[BigInt!] | ++ | ||||
| avgBorrowRate_not_in | +[BigInt!] | ++ | |||||
| rateAtTarget | BigInt | ||||||
| amount_not | +rateAtTarget_not | BigInt | |||||
| amount_gt | +rateAtTarget_gt | BigInt | |||||
| amount_lt | +rateAtTarget_lt | BigInt | |||||
| amount_gte | +rateAtTarget_gte | BigInt | |||||
| amount_lte | +rateAtTarget_lte | BigInt | |||||
| amount_in | +rateAtTarget_in | [BigInt!] | |||||
| amount_not_in | +rateAtTarget_not_in | [BigInt!] | |||||
| amount0 | -BigDecimal | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| amount0_not | -BigDecimal | +and | +[BorrowRateUpdated_filter] | ||||
| amount0_gt | -BigDecimal | +or | +[BorrowRateUpdated_filter] | ||||
| amount0_lt | -BigDecimal | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| amount0_gte | -BigDecimal | +id | +ID | ||||
| amount0_lte | -BigDecimal | +id_not | +ID | ||||
| amount0_in | -[BigDecimal!] | +id_gt | +ID | ||||
| amount0_not_in | -[BigDecimal!] | +id_lt | +ID | ||||
| amount1 | -BigDecimal | +id_gte | +ID | ||||
| amount1_not | -BigDecimal | +id_lte | +ID | ||||
| amount1_gt | -BigDecimal | +id_in | +[ID!] | ||||
| amount1_lt | -BigDecimal | +id_not_in | +[ID!] | ||||
| amount1_gte | -BigDecimal | +hash | +String | ||||
| amount1_lte | -BigDecimal | +hash_not | +String | ||||
| amount1_in | -[BigDecimal!] | +hash_gt | +String | ||||
| amount1_not_in | -[BigDecimal!] | +hash_lt | +String | ||||
| token0 | +hash_gte | String | |||||
| token0_not | +hash_lte | String | |||||
| token0_gt | -String | +hash_in | +[String!] | ||||
| token0_lt | -String | +hash_not_in | +[String!] | ||||
| token0_gte | +hash_contains | String | |||||
| token0_lte | +hash_contains_nocase | String | |||||
| token0_in | -[String!] | +hash_not_contains | +String | ||||
| token0_not_in | -[String!] | +hash_not_contains_nocase | +String | ||||
| token0_contains | +hash_starts_with | String | |||||
| token0_contains_nocase | +hash_starts_with_nocase | String | |||||
| token0_not_contains | +hash_not_starts_with | String | |||||
| token0_not_contains_nocase | +hash_not_starts_with_nocase | String | |||||
| token0_starts_with | +hash_ends_with | String | |||||
| token0_starts_with_nocase | +hash_ends_with_nocase | String | |||||
| token0_not_starts_with | +hash_not_ends_with | String | |||||
| token0_not_starts_with_nocase | +hash_not_ends_with_nocase | String | |||||
| token0_ends_with | -String | +logIndex | +BigInt | ||||
| token0_ends_with_nocase | -String | +logIndex_not | +BigInt | ||||
| token0_not_ends_with | -String | +logIndex_gt | +BigInt | ||||
| token0_not_ends_with_nocase | -String | +logIndex_lt | +BigInt | ||||
| token0_ | -Token_filter | +logIndex_gte | +BigInt | ||||
| token1 | +logIndex_lte | +BigInt | ++ | ||||
| logIndex_in | +[BigInt!] | ++ | |||||
| logIndex_not_in | +[BigInt!] | ++ | |||||
| eventType | +EventType | ++ | |||||
| eventType_not | +EventType | ++ | |||||
| eventType_in | +[EventType!] | ++ | |||||
| eventType_not_in | +[EventType!] | ++ | |||||
| from | String | ||||||
| token1_not | +from_not | String | |||||
| token1_gt | +from_gt | String | |||||
| token1_lt | +from_lt | String | |||||
| token1_gte | +from_gte | String | |||||
| token1_lte | +from_lte | String | |||||
| token1_in | +from_in | [String!] | |||||
| token1_not_in | +from_not_in | [String!] | |||||
| token1_contains | +from_contains | String | |||||
| token1_contains_nocase | +from_contains_nocase | String | |||||
| token1_not_contains | +from_not_contains | String | |||||
| token1_not_contains_nocase | +from_not_contains_nocase | String | |||||
| token1_starts_with | +from_starts_with | String | |||||
| token1_starts_with_nocase | +from_starts_with_nocase | String | |||||
| token1_not_starts_with | +from_not_starts_with | String | |||||
| token1_not_starts_with_nocase | +from_not_starts_with_nocase | String | |||||
| token1_ends_with | +from_ends_with | String | |||||
| token1_ends_with_nocase | +from_ends_with_nocase | String | |||||
| token1_not_ends_with | +from_not_ends_with | String | |||||
| token1_not_ends_with_nocase | +from_not_ends_with_nocase | String | |||||
| token1_ | -Token_filter | +to | +String | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +to_not | +String | +|||
| and | -[Burn_filter] | +to_gt | +String | ||||
| or | -[Burn_filter] | +to_lt | +String | ||||
| Field | -Type | -Description | -||||
|---|---|---|---|---|---|---|
| id | -ID | -- | ||||
| id_not | -ID | -- | ||||
| id_gt | -ID | -- | ||||
| id_lt | -ID | -- | ||||
| id_gte | -ID | +to_gte | +String | |||
| id_lte | -ID | +to_lte | +String | |||
| id_in | -[ID!] | +to_in | +[String!] | |||
| id_not_in | -[ID!] | +to_not_in | +[String!] | |||
| owner | +to_contains | String | ||||
| owner_not | +to_contains_nocase | String | ||||
| owner_gt | +to_not_contains | String | ||||
| owner_lt | +to_not_contains_nocase | String | ||||
| owner_gte | +to_starts_with | String | ||||
| owner_lte | +to_starts_with_nocase | String | ||||
| owner_in | -[String!] | -- | ||||
| owner_not_in | -[String!] | -- | ||||
| owner_contains | +to_not_starts_with | String | ||||
| owner_contains_nocase | +to_not_starts_with_nocase | String | ||||
| owner_not_contains | +to_ends_with | String | ||||
| owner_not_contains_nocase | +to_ends_with_nocase | String | ||||
| owner_starts_with | +to_not_ends_with | String | ||||
| owner_starts_with_nocase | +to_not_ends_with_nocase | String | ||||
| owner_not_starts_with | -String | +blockNumber | +BigInt | |||
| owner_not_starts_with_nocase | -String | +blockNumber_not | +BigInt | |||
| owner_ends_with | -String | +blockNumber_gt | +BigInt | |||
| owner_ends_with_nocase | -String | +blockNumber_lt | +BigInt | |||
| owner_not_ends_with | -String | +blockNumber_gte | +BigInt | |||
| owner_not_ends_with_nocase | -String | +blockNumber_lte | +BigInt | |||
| owner_ | -Account_filter | +blockNumber_in | +[BigInt!] | |||
| manager | -String | +blockNumber_not_in | +[BigInt!] | |||
| manager_not | -String | +timestamp | +BigInt | |||
| manager_gt | -String | +timestamp_not | +BigInt | |||
| manager_lt | -String | +timestamp_gt | +BigInt | |||
| manager_gte | -String | +timestamp_lt | +BigInt | |||
| manager_lte | -String | +timestamp_gte | +BigInt | |||
| manager_in | -[String!] | +timestamp_lte | +BigInt | |||
| manager_not_in | -[String!] | +timestamp_in | +[BigInt!] | |||
| manager_contains | -String | +timestamp_not_in | +[BigInt!] | |||
| manager_contains_nocase | -String | +gasUsed | +BigInt | |||
| manager_not_contains | -String | +gasUsed_not | +BigInt | |||
| manager_not_contains_nocase | -String | +gasUsed_gt | +BigInt | |||
| manager_starts_with | -String | +gasUsed_lt | +BigInt | |||
| manager_starts_with_nocase | -String | +gasUsed_gte | +BigInt | |||
| manager_not_starts_with | -String | +gasUsed_lte | +BigInt | |||
| manager_not_starts_with_nocase | -String | +gasUsed_in | +[BigInt!] | |||
| manager_ends_with | -String | +gasUsed_not_in | +[BigInt!] | |||
| manager_ends_with_nocase | -String | +gasPrice | +BigInt | |||
| manager_not_ends_with | -String | +gasPrice_not | +BigInt | |||
| manager_not_ends_with_nocase | -String | +gasPrice_gt | +BigInt | |||
| manager_ | -Account_filter | +gasPrice_lt | +BigInt | |||
| tickLower | +gasPrice_gte | BigInt | ||||
| tickLower_not | +gasPrice_lte | BigInt | ||||
| tickLower_gt | -BigInt | +gasPrice_in | +[BigInt!] | |||
| tickLower_lt | -BigInt | +gasPrice_not_in | +[BigInt!] | |||
| tickLower_gte | -BigInt | +pool | +String | |||
| tickLower_lte | -BigInt | +pool_not | +String | |||
| tickLower_in | -[BigInt!] | +pool_gt | +String | |||
| tickLower_not_in | -[BigInt!] | +pool_lt | +String | |||
| tickUpper | -BigInt | +pool_gte | +String | |||
| tickUpper_not | -BigInt | +pool_lte | +String | |||
| tickUpper_gt | -BigInt | +pool_in | +[String!] | |||
| tickUpper_lt | -BigInt | +pool_not_in | +[String!] | |||
| tickUpper_gte | -BigInt | +pool_contains | +String | |||
| tickUpper_lte | -BigInt | +pool_contains_nocase | +String | |||
| tickUpper_in | -[BigInt!] | +pool_not_contains | +String | |||
| tickUpper_not_in | -[BigInt!] | +pool_not_contains_nocase | +String | |||
| strike | -BigInt | +pool_starts_with | +String | |||
| strike_not | -BigInt | +pool_starts_with_nocase | +String | |||
| strike_gt | -BigInt | +pool_not_starts_with | +String | |||
| strike_lt | -BigInt | +pool_not_starts_with_nocase | +String | |||
| strike_gte | -BigInt | +pool_ends_with | +String | |||
| strike_lte | -BigInt | +pool_ends_with_nocase | +String | |||
| strike_in | -[BigInt!] | +pool_not_ends_with | +String | |||
| strike_not_in | -[BigInt!] | +pool_not_ends_with_nocase | +String | |||
| width | -BigInt | +pool_ | +Pool_filter | |||
| width_not | -BigInt | +builderFactory | +String | |||
| width_gt | -BigInt | +builderFactory_not | +String | |||
| width_lt | -BigInt | +builderFactory_gt | +String | |||
| width_gte | -BigInt | +builderFactory_lt | +String | |||
| width_lte | -BigInt | +builderFactory_gte | +String | |||
| width_in | -[BigInt!] | +builderFactory_lte | +String | |||
| width_not_in | -[BigInt!] | +builderFactory_in | +[String!] | |||
| tokenType | -BigInt | +builderFactory_not_in | +[String!] | |||
| tokenType_not | -BigInt | +builderFactory_contains | +String | |||
| tokenType_gt | -BigInt | +builderFactory_contains_nocase | +String | |||
| tokenType_lt | -BigInt | +builderFactory_not_contains | +String | |||
| tokenType_gte | -BigInt | +builderFactory_not_contains_nocase | +String | |||
| tokenType_lte | -BigInt | +builderFactory_starts_with | +String | |||
| tokenType_in | -[BigInt!] | +builderFactory_starts_with_nocase | +String | |||
| tokenType_not_in | -[BigInt!] | +builderFactory_not_starts_with | +String | |||
| pool | +builderFactory_not_starts_with_nocase | String | ||||
| pool_not | +builderFactory_ends_with | String | ||||
| pool_gt | +builderFactory_ends_with_nocase | String | ||||
| pool_lt | +builderFactory_not_ends_with | String | ||||
| pool_gte | +builderFactory_not_ends_with_nocase | String | ||||
| pool_lte | -String | +builderFactory_ | +BuilderFactory_filter | |||
| pool_in | -[String!] | +builderCode | +BigInt | |||
| pool_not_in | -[String!] | +builderCode_not | +BigInt | |||
| pool_contains | -String | +builderCode_gt | +BigInt | |||
| pool_contains_nocase | -String | +builderCode_lt | +BigInt | |||
| pool_not_contains | -String | +builderCode_gte | +BigInt | |||
| pool_not_contains_nocase | -String | +builderCode_lte | +BigInt | |||
| pool_starts_with | -String | +builderCode_in | +[BigInt!] | |||
| pool_starts_with_nocase | -String | +builderCode_not_in | +[BigInt!] | |||
| pool_not_starts_with | -String | +wallet | +Bytes | |||
| pool_not_starts_with_nocase | -String | +wallet_not | +Bytes | |||
| pool_ends_with | -String | +wallet_gt | +Bytes | |||
| pool_ends_with_nocase | -String | +wallet_lt | +Bytes | |||
| pool_not_ends_with | -String | +wallet_gte | +Bytes | |||
| pool_not_ends_with_nocase | -String | +wallet_lte | +Bytes | |||
| pool_ | -Pool_filter | +wallet_in | +[Bytes!] | |||
| panopticPool | -String | +wallet_not_in | +[Bytes!] | |||
| panopticPool_not | -String | +wallet_contains | +Bytes | |||
| panopticPool_gt | -String | +wallet_not_contains | +Bytes | |||
| panopticPool_lt | -String | +builderAdmin | +Bytes | |||
| panopticPool_gte | -String | +builderAdmin_not | +Bytes | |||
| panopticPool_lte | -String | +builderAdmin_gt | +Bytes | |||
| panopticPool_in | -[String!] | +builderAdmin_lt | +Bytes | |||
| panopticPool_not_in | -[String!] | +builderAdmin_gte | +Bytes | |||
| panopticPool_contains | -String | +builderAdmin_lte | +Bytes | |||
| panopticPool_contains_nocase | -String | +builderAdmin_in | +[Bytes!] | |||
| panopticPool_not_contains | -String | +builderAdmin_not_in | +[Bytes!] | |||
| panopticPool_not_contains_nocase | -String | +builderAdmin_contains | +Bytes | |||
| panopticPool_starts_with | -String | +builderAdmin_not_contains | +Bytes | |||
| panopticPool_starts_with_nocase | -String | +_change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +||
| and | +[BuilderDeployed_filter] | |||||
| panopticPool_not_starts_with | -String | +or | +[BuilderDeployed_filter] | |||
| panopticPool_not_starts_with_nocase | -String | +Field | +Type | +Description | +||
|---|---|---|---|---|---|---|
| id | +ID | |||||
| panopticPool_ends_with | -String | +id_not | +ID | |||
| panopticPool_ends_with_nocase | -String | +id_gt | +ID | |||
| panopticPool_not_ends_with | -String | +id_lt | +ID | |||
| panopticPool_not_ends_with_nocase | -String | +id_gte | +ID | |||
| panopticPool_ | -PanopticPool_filter | +id_lte | +ID | |||
| netLiquidity | -BigInt | +id_in | +[ID!] | |||
| netLiquidity_not | -BigInt | +id_not_in | +[ID!] | |||
| netLiquidity_gt | -BigInt | +riskEngine | +String | |||
| netLiquidity_lt | -BigInt | +riskEngine_not | +String | |||
| netLiquidity_gte | -BigInt | +riskEngine_gt | +String | |||
| netLiquidity_lte | -BigInt | +riskEngine_lt | +String | |||
| netLiquidity_in | -[BigInt!] | +riskEngine_gte | +String | |||
| netLiquidity_not_in | -[BigInt!] | +riskEngine_lte | +String | |||
| shortLiquidity | -BigInt | +riskEngine_in | +[String!] | |||
| shortLiquidity_not | -BigInt | +riskEngine_not_in | +[String!] | |||
| shortLiquidity_gt | -BigInt | +riskEngine_contains | +String | |||
| shortLiquidity_lt | -BigInt | +riskEngine_contains_nocase | +String | |||
| shortLiquidity_gte | -BigInt | +riskEngine_not_contains | +String | |||
| shortLiquidity_lte | -BigInt | +riskEngine_not_contains_nocase | +String | |||
| shortLiquidity_in | -[BigInt!] | +riskEngine_starts_with | +String | |||
| shortLiquidity_not_in | -[BigInt!] | +riskEngine_starts_with_nocase | +String | |||
| longLiquidity | -BigInt | +riskEngine_not_starts_with | +String | |||
| longLiquidity_not | -BigInt | +riskEngine_not_starts_with_nocase | +String | |||
| longLiquidity_gt | -BigInt | +riskEngine_ends_with | +String | |||
| longLiquidity_lt | -BigInt | +riskEngine_ends_with_nocase | +String | |||
| longLiquidity_gte | -BigInt | +riskEngine_not_ends_with | +String | |||
| longLiquidity_lte | -BigInt | +riskEngine_not_ends_with_nocase | +String | |||
| longLiquidity_in | -[BigInt!] | +riskEngine_ | +RiskEngine_filter | |||
| longLiquidity_not_in | -[BigInt!] | +builderWallets_ | +BuilderWallet_filter | |||
| shortCounts | +builderCount | BigInt | ||||
| shortCounts_not | +builderCount_not | BigInt | ||||
| shortCounts_gt | +builderCount_gt | BigInt | ||||
| shortCounts_lt | +builderCount_lt | BigInt | ||||
| shortCounts_gte | +builderCount_gte | BigInt | ||||
| shortCounts_lte | +builderCount_lte | BigInt | ||||
| shortCounts_in | +builderCount_in | [BigInt!] | ||||
| shortCounts_not_in | +builderCount_not_in | [BigInt!] | ||||
| longCounts | +createdTimestamp | BigInt | ||||
| longCounts_not | +createdTimestamp_not | BigInt | ||||
| longCounts_gt | +createdTimestamp_gt | BigInt | ||||
| longCounts_lt | +createdTimestamp_lt | BigInt | ||||
| longCounts_gte | +createdTimestamp_gte | BigInt | ||||
| longCounts_lte | +createdTimestamp_lte | BigInt | ||||
| longCounts_in | +createdTimestamp_in | [BigInt!] | ||||
| longCounts_not_in | +createdTimestamp_not_in | [BigInt!] | ||||
| totalLiquidity | +createdBlockNumber | BigInt | ||||
| totalLiquidity_not | +createdBlockNumber_not | BigInt | ||||
| totalLiquidity_gt | +createdBlockNumber_gt | BigInt | ||||
| totalLiquidity_lt | +createdBlockNumber_lt | BigInt | ||||
| totalLiquidity_gte | +createdBlockNumber_gte | BigInt | ||||
| totalLiquidity_lte | +createdBlockNumber_lte | BigInt | ||||
| totalLiquidity_in | +createdBlockNumber_in | [BigInt!] | ||||
| totalLiquidity_not_in | +createdBlockNumber_not_in | [BigInt!] | ||||
| legs_ | -Leg_filter | -- | ||||
| _change_block | +_change_block | BlockChangedFilter | @@ -10051,19 +11376,19 @@ Filter for the block changed event. | |||
| and | -[Chunk_filter] | +and | +[BuilderFactory_filter] | |||
| or | -[Chunk_filter] | +or | +[BuilderFactory_filter] | |||
| id | +id | ID | ||||
| id_not | +id_not | ID | ||||
| id_gt | +id_gt | ID | ||||
| id_lt | +id_lt | ID | ||||
| id_gte | +id_gte | ID | ||||
| id_lte | +id_lte | ID | ||||
| id_in | +id_in | [ID!] | ||||
| id_not_in | +id_not_in | [ID!] | ||||
| collateral | -String | +builderCode | +BigInt | |||
| collateral_not | -String | +builderCode_not | +BigInt | |||
| collateral_gt | -String | +builderCode_gt | +BigInt | |||
| collateral_lt | -String | +builderCode_lt | +BigInt | |||
| collateral_gte | -String | +builderCode_gte | +BigInt | |||
| collateral_lte | -String | +builderCode_lte | +BigInt | |||
| collateral_in | -[String!] | +builderCode_in | +[BigInt!] | |||
| collateral_not_in | -[String!] | +builderCode_not_in | +[BigInt!] | |||
| collateral_contains | -String | +builderAdmin | +Bytes | |||
| collateral_contains_nocase | -String | +builderAdmin_not | +Bytes | |||
| collateral_not_contains | +builderAdmin_gt | +Bytes | ++ | |||
| builderAdmin_lt | +Bytes | ++ | ||||
| builderAdmin_gte | +Bytes | ++ | ||||
| builderAdmin_lte | +Bytes | ++ | ||||
| builderAdmin_in | +[Bytes!] | ++ | ||||
| builderAdmin_not_in | +[Bytes!] | ++ | ||||
| builderAdmin_contains | +Bytes | ++ | ||||
| builderAdmin_not_contains | +Bytes | ++ | ||||
| factory | String | |||||
| collateral_not_contains_nocase | +factory_not | String | ||||
| collateral_starts_with | +factory_gt | String | ||||
| collateral_starts_with_nocase | +factory_lt | String | ||||
| collateral_not_starts_with | +factory_gte | String | ||||
| collateral_not_starts_with_nocase | +factory_lte | String | ||||
| collateral_ends_with | +factory_in | +[String!] | ++ | |||
| factory_not_in | +[String!] | ++ | ||||
| factory_contains | String | |||||
| collateral_ends_with_nocase | +factory_contains_nocase | String | ||||
| collateral_not_ends_with | +factory_not_contains | String | ||||
| collateral_not_ends_with_nocase | +factory_not_contains_nocase | String | ||||
| collateral_ | -Collateral_filter | +factory_starts_with | +String | |||
| date | -Int | +factory_starts_with_nocase | +String | |||
| date_not | -Int | +factory_not_starts_with | +String | |||
| date_gt | -Int | +factory_not_starts_with_nocase | +String | |||
| date_lt | -Int | +factory_ends_with | +String | |||
| date_gte | -Int | +factory_ends_with_nocase | +String | |||
| date_lte | -Int | +factory_not_ends_with | +String | |||
| date_in | -[Int!] | +factory_not_ends_with_nocase | +String | |||
| date_not_in | -[Int!] | +factory_ | +BuilderFactory_filter | |||
| totalShares | +createdTimestamp | BigInt | ||||
| totalShares_not | +createdTimestamp_not | BigInt | ||||
| totalShares_gt | +createdTimestamp_gt | BigInt | ||||
| totalShares_lt | +createdTimestamp_lt | BigInt | ||||
| totalShares_gte | +createdTimestamp_gte | BigInt | ||||
| totalShares_lte | +createdTimestamp_lte | BigInt | ||||
| totalShares_in | +createdTimestamp_in | [BigInt!] | ||||
| totalShares_not_in | +createdTimestamp_not_in | [BigInt!] | ||||
| totalAssets | +createdBlockNumber | BigInt | ||||
| totalAssets_not | +createdBlockNumber_not | BigInt | ||||
| totalAssets_gt | +createdBlockNumber_gt | BigInt | ||||
| totalAssets_lt | +createdBlockNumber_lt | BigInt | ||||
| totalAssets_gte | +createdBlockNumber_gte | BigInt | ||||
| totalAssets_lte | +createdBlockNumber_lte | BigInt | ||||
| totalAssets_in | +createdBlockNumber_in | [BigInt!] | ||||
| totalAssets_not_in | +createdBlockNumber_not_in | [BigInt!] | ||||
| sharePrice | +_change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|||
| and | +[BuilderWallet_filter] | ++ | ||||
| or | +[BuilderWallet_filter] | ++ | ||||
| Field | +Type | +Description | +||||
|---|---|---|---|---|---|---|
| id | +ID | ++ | ||||
| id_not | +ID | ++ | ||||
| id_gt | +ID | ++ | ||||
| id_lt | +ID | ++ | ||||
| id_gte | +ID | ++ | ||||
| id_lte | +ID | ++ | ||||
| id_in | +[ID!] | ++ | ||||
| id_not_in | +[ID!] | ++ | ||||
| ethPriceUSD | BigDecimal | |||||
| sharePrice_not | +ethPriceUSD_not | BigDecimal | ||||
| sharePrice_gt | +ethPriceUSD_gt | BigDecimal | ||||
| sharePrice_lt | +ethPriceUSD_lt | BigDecimal | ||||
| sharePrice_gte | +ethPriceUSD_gte | BigDecimal | ||||
| sharePrice_lte | +ethPriceUSD_lte | BigDecimal | ||||
| sharePrice_in | +ethPriceUSD_in | [BigDecimal!] | ||||
| sharePrice_not_in | +ethPriceUSD_not_in | [BigDecimal!] | ||||
| _change_block | +_change_block | BlockChangedFilter | @@ -10389,19 +11837,19 @@ Filter for the block changed event. | |||
| and | -[CollateralDayData_filter] | +and | +[Bundle_filter] | |||
| or | -[CollateralDayData_filter] | +or | +[Bundle_filter] | |||
| id | +id | ID | ||||
| id_not | +id_not | ID | ||||
| id_gt | +id_gt | ID | ||||
| id_lt | +id_lt | ID | ||||
| id_gte | +id_gte | ID | ||||
| id_lte | +id_lte | ID | ||||
| id_in | +id_in | [ID!] | ||||
| id_not_in | +id_not_in | [ID!] | ||||
| hash | +hash | String | ||||
| hash_not | +hash_not | String | ||||
| hash_gt | +hash_gt | String | ||||
| hash_lt | +hash_lt | String | ||||
| hash_gte | +hash_gte | String | ||||
| hash_lte | +hash_lte | String | ||||
| hash_in | +hash_in | [String!] | ||||
| hash_not_in | +hash_not_in | [String!] | ||||
| hash_contains | +hash_contains | String | ||||
| hash_contains_nocase | +hash_contains_nocase | String | ||||
| hash_not_contains | +hash_not_contains | String | ||||
| hash_not_contains_nocase | +hash_not_contains_nocase | String | ||||
| hash_starts_with | +hash_starts_with | String | ||||
| hash_starts_with_nocase | +hash_starts_with_nocase | String | ||||
| hash_not_starts_with | +hash_not_starts_with | String | ||||
| hash_not_starts_with_nocase | +hash_not_starts_with_nocase | String | ||||
| hash_ends_with | +hash_ends_with | String | ||||
| hash_ends_with_nocase | +hash_ends_with_nocase | String | ||||
| hash_not_ends_with | +hash_not_ends_with | String | ||||
| hash_not_ends_with_nocase | +hash_not_ends_with_nocase | String | ||||
| logIndex | +logIndex | BigInt | ||||
| logIndex_not | +logIndex_not | BigInt | ||||
| logIndex_gt | +logIndex_gt | BigInt | ||||
| logIndex_lt | +logIndex_lt | BigInt | ||||
| logIndex_gte | +logIndex_gte | BigInt | ||||
| logIndex_lte | +logIndex_lte | BigInt | ||||
| logIndex_in | +logIndex_in | [BigInt!] | ||||
| logIndex_not_in | +logIndex_not_in | [BigInt!] | ||||
| eventType | +eventType | EventType | ||||
| eventType_not | +eventType_not | EventType | ||||
| eventType_in | +eventType_in | [EventType!] | ||||
| eventType_not_in | +eventType_not_in | [EventType!] | ||||
| from | +from | String | ||||
| from_not | +from_not | String | ||||
| from_gt | +from_gt | String | ||||
| from_lt | +from_lt | String | ||||
| from_gte | +from_gte | String | ||||
| from_lte | +from_lte | String | ||||
| from_in | +from_in | [String!] | ||||
| from_not_in | +from_not_in | [String!] | ||||
| from_contains | +from_contains | String | ||||
| from_contains_nocase | +from_contains_nocase | String | ||||
| from_not_contains | +from_not_contains | String | ||||
| from_not_contains_nocase | +from_not_contains_nocase | String | ||||
| from_starts_with | +from_starts_with | String | ||||
| from_starts_with_nocase | +from_starts_with_nocase | String | ||||
| from_not_starts_with | +from_not_starts_with | String | ||||
| from_not_starts_with_nocase | +from_not_starts_with_nocase | String | ||||
| from_ends_with | +from_ends_with | String | ||||
| from_ends_with_nocase | +from_ends_with_nocase | String | ||||
| from_not_ends_with | +from_not_ends_with | String | ||||
| from_not_ends_with_nocase | +from_not_ends_with_nocase | String | ||||
| to | +to | String | ||||
| to_not | +to_not | String | ||||
| to_gt | +to_gt | String | ||||
| to_lt | +to_lt | String | ||||
| to_gte | +to_gte | String | ||||
| to_lte | +to_lte | String | ||||
| to_in | +to_in | [String!] | ||||
| to_not_in | +to_not_in | [String!] | ||||
| to_contains | +to_contains | String | ||||
| to_contains_nocase | +to_contains_nocase | String | ||||
| to_not_contains | +to_not_contains | String | ||||
| to_not_contains_nocase | +to_not_contains_nocase | String | ||||
| to_starts_with | +to_starts_with | String | ||||
| to_starts_with_nocase | +to_starts_with_nocase | String | ||||
| to_not_starts_with | +to_not_starts_with | String | ||||
| to_not_starts_with_nocase | +to_not_starts_with_nocase | String | ||||
| to_ends_with | +to_ends_with | String | ||||
| to_ends_with_nocase | +to_ends_with_nocase | String | ||||
| to_not_ends_with | +to_not_ends_with | String | ||||
| to_not_ends_with_nocase | +to_not_ends_with_nocase | String | ||||
| blockNumber | +blockNumber | BigInt | ||||
| blockNumber_not | +blockNumber_not | BigInt | ||||
| blockNumber_gt | +blockNumber_gt | BigInt | ||||
| blockNumber_lt | +blockNumber_lt | BigInt | ||||
| blockNumber_gte | +blockNumber_gte | BigInt | ||||
| blockNumber_lte | +blockNumber_lte | BigInt | ||||
| blockNumber_in | +blockNumber_in | [BigInt!] | ||||
| blockNumber_not_in | +blockNumber_not_in | [BigInt!] | ||||
| timestamp | +timestamp | BigInt | ||||
| timestamp_not | +timestamp_not | BigInt | ||||
| timestamp_gt | +timestamp_gt | BigInt | ||||
| timestamp_lt | +timestamp_lt | BigInt | ||||
| timestamp_gte | +timestamp_gte | BigInt | ||||
| timestamp_lte | +timestamp_lte | BigInt | ||||
| timestamp_in | +timestamp_in | [BigInt!] | ||||
| timestamp_not_in | +timestamp_not_in | [BigInt!] | ||||
| gasUsed | +gasUsed | BigInt | ||||
| gasUsed_not | +gasUsed_not | BigInt | ||||
| gasUsed_gt | +gasUsed_gt | BigInt | ||||
| gasUsed_lt | +gasUsed_lt | BigInt | ||||
| gasUsed_gte | +gasUsed_gte | BigInt | ||||
| gasUsed_lte | +gasUsed_lte | BigInt | ||||
| gasUsed_in | +gasUsed_in | [BigInt!] | ||||
| gasUsed_not_in | +gasUsed_not_in | [BigInt!] | ||||
| gasPrice | +gasPrice | BigInt | ||||
| gasPrice_not | +gasPrice_not | BigInt | ||||
| gasPrice_gt | +gasPrice_gt | BigInt | ||||
| gasPrice_lt | +gasPrice_lt | BigInt | ||||
| gasPrice_gte | +gasPrice_gte | BigInt | ||||
| gasPrice_lte | +gasPrice_lte | BigInt | ||||
| gasPrice_in | +gasPrice_in | [BigInt!] | ||||
| gasPrice_not_in | +gasPrice_not_in | [BigInt!] | ||||
| pool | +pool | String | ||||
| pool_not | +pool_not | String | ||||
| pool_gt | +pool_gt | String | ||||
| pool_lt | +pool_lt | String | ||||
| pool_gte | +pool_gte | String | ||||
| pool_lte | +pool_lte | String | ||||
| pool_in | +pool_in | [String!] | ||||
| pool_not_in | +pool_not_in | [String!] | ||||
| pool_contains | +pool_contains | String | ||||
| pool_contains_nocase | +pool_contains_nocase | String | ||||
| pool_not_contains | +pool_not_contains | String | ||||
| pool_not_contains_nocase | +pool_not_contains_nocase | String | ||||
| pool_starts_with | +pool_starts_with | String | ||||
| pool_starts_with_nocase | +pool_starts_with_nocase | String | ||||
| pool_not_starts_with | +pool_not_starts_with | String | ||||
| pool_not_starts_with_nocase | +pool_not_starts_with_nocase | String | ||||
| pool_ends_with | +pool_ends_with | String | ||||
| pool_ends_with_nocase | +pool_ends_with_nocase | String | ||||
| pool_not_ends_with | +pool_not_ends_with | String | ||||
| pool_not_ends_with_nocase | +pool_not_ends_with_nocase | String | ||||
| pool_ | +pool_ | Pool_filter | ||||
| sender | +owner | String | ||||
| sender_not | +owner_not | String | ||||
| sender_gt | +owner_gt | String | ||||
| sender_lt | +owner_lt | String | ||||
| sender_gte | +owner_gte | String | ||||
| sender_lte | +owner_lte | String | ||||
| sender_in | +owner_in | [String!] | ||||
| sender_not_in | +owner_not_in | [String!] | ||||
| sender_contains | +owner_contains | String | ||||
| sender_contains_nocase | +owner_contains_nocase | String | ||||
| sender_not_contains | +owner_not_contains | String | ||||
| sender_not_contains_nocase | +owner_not_contains_nocase | String | ||||
| sender_starts_with | +owner_starts_with | String | ||||
| sender_starts_with_nocase | +owner_starts_with_nocase | String | ||||
| sender_not_starts_with | +owner_not_starts_with | String | ||||
| sender_not_starts_with_nocase | +owner_not_starts_with_nocase | String | ||||
| sender_ends_with | +owner_ends_with | String | ||||
| sender_ends_with_nocase | +owner_ends_with_nocase | String | ||||
| sender_not_ends_with | +owner_not_ends_with | String | ||||
| sender_not_ends_with_nocase | +owner_not_ends_with_nocase | String | ||||
| sender_ | +owner_ | Account_filter | ||||
| owner | -String | +tickLower | +Int | |||
| owner_not | -String | +tickLower_not | +Int | |||
| owner_gt | -String | -- | ||||
| owner_lt | -String | -- | ||||
| owner_gte | -String | -- | ||||
| owner_lte | -String | -- | ||||
| owner_in | -[String!] | -- | ||||
| owner_not_in | -[String!] | +tickLower_gt | +Int | |||
| owner_contains | -String | +tickLower_lt | +Int | |||
| owner_contains_nocase | -String | +tickLower_gte | +Int | |||
| owner_not_contains | -String | +tickLower_lte | +Int | |||
| owner_not_contains_nocase | -String | +tickLower_in | +[Int!] | |||
| owner_starts_with | -String | +tickLower_not_in | +[Int!] | |||
| owner_starts_with_nocase | -String | +tickUpper | +Int | |||
| owner_not_starts_with | -String | +tickUpper_not | +Int | |||
| owner_not_starts_with_nocase | -String | +tickUpper_gt | +Int | |||
| owner_ends_with | -String | +tickUpper_lt | +Int | |||
| owner_ends_with_nocase | -String | +tickUpper_gte | +Int | |||
| owner_not_ends_with | -String | +tickUpper_lte | +Int | |||
| owner_not_ends_with_nocase | -String | +tickUpper_in | +[Int!] | |||
| owner_ | -Account_filter | +tickUpper_not_in | +[Int!] | |||
| assets | +amount | BigInt | ||||
| assets_not | +amount_not | BigInt | ||||
| assets_gt | +amount_gt | BigInt | ||||
| assets_lt | +amount_lt | BigInt | ||||
| assets_gte | +amount_gte | BigInt | ||||
| assets_lte | +amount_lte | BigInt | ||||
| assets_in | +amount_in | [BigInt!] | ||||
| assets_not_in | +amount_not_in | [BigInt!] | ||||
| shares | -BigInt | +amount0 | +BigDecimal | |||
| shares_not | -BigInt | +amount0_not | +BigDecimal | |||
| shares_gt | -BigInt | +amount0_gt | +BigDecimal | |||
| shares_lt | -BigInt | +amount0_lt | +BigDecimal | |||
| shares_gte | -BigInt | +amount0_gte | +BigDecimal | |||
| shares_lte | -BigInt | +amount0_lte | +BigDecimal | |||
| shares_in | -[BigInt!] | +amount0_in | +[BigDecimal!] | |||
| shares_not_in | -[BigInt!] | +amount0_not_in | +[BigDecimal!] | |||
| collateral | -String | +amount1 | +BigDecimal | |||
| collateral_not | -String | +amount1_not | +BigDecimal | |||
| collateral_gt | -String | +amount1_gt | +BigDecimal | |||
| collateral_lt | -String | +amount1_lt | +BigDecimal | |||
| collateral_gte | -String | +amount1_gte | +BigDecimal | |||
| collateral_lte | -String | +amount1_lte | +BigDecimal | |||
| collateral_in | -[String!] | +amount1_in | +[BigDecimal!] | |||
| collateral_not_in | -[String!] | +amount1_not_in | +[BigDecimal!] | |||
| collateral_contains | +token0 | String | ||||
| collateral_contains_nocase | +token0_not | String | ||||
| collateral_not_contains | +token0_gt | String | ||||
| collateral_not_contains_nocase | +token0_lt | String | ||||
| collateral_starts_with | +token0_gte | String | ||||
| collateral_starts_with_nocase | +token0_lte | String | ||||
| collateral_not_starts_with | -String | +token0_in | +[String!] | |||
| collateral_not_starts_with_nocase | -String | +token0_not_in | +[String!] | |||
| collateral_ends_with | +token0_contains | String | ||||
| collateral_ends_with_nocase | +token0_contains_nocase | String | ||||
| collateral_not_ends_with | +token0_not_contains | String | ||||
| collateral_not_ends_with_nocase | +token0_not_contains_nocase | String | ||||
| collateral_ | -Collateral_filter | -- | ||||
| tickAtDeposit | -BigInt | -- | ||||
| tickAtDeposit_not | -BigInt | -- | ||||
| tickAtDeposit_gt | -BigInt | +token0_starts_with | +String | |||
| tickAtDeposit_lt | -BigInt | +token0_starts_with_nocase | +String | |||
| tickAtDeposit_gte | -BigInt | +token0_not_starts_with | +String | |||
| tickAtDeposit_lte | -BigInt | +token0_not_starts_with_nocase | +String | |||
| tickAtDeposit_in | -[BigInt!] | +token0_ends_with | +String | |||
| tickAtDeposit_not_in | -[BigInt!] | +token0_ends_with_nocase | +String | |||
| tokenDerivedEthAtDeposit | -BigDecimal | +token0_not_ends_with | +String | |||
| tokenDerivedEthAtDeposit_not | -BigDecimal | +token0_not_ends_with_nocase | +String | |||
| tokenDerivedEthAtDeposit_gt | -BigDecimal | +token0_ | +Token_filter | |||
| tokenDerivedEthAtDeposit_lt | -BigDecimal | +token1 | +String | |||
| tokenDerivedEthAtDeposit_gte | -BigDecimal | +token1_not | +String | |||
| tokenDerivedEthAtDeposit_lte | -BigDecimal | +token1_gt | +String | |||
| tokenDerivedEthAtDeposit_in | -[BigDecimal!] | +token1_lt | +String | |||
| tokenDerivedEthAtDeposit_not_in | -[BigDecimal!] | +token1_gte | +String | |||
| ethPriceUSDAtDeposit | -BigDecimal | +token1_lte | +String | |||
| ethPriceUSDAtDeposit_not | -BigDecimal | +token1_in | +[String!] | |||
| ethPriceUSDAtDeposit_gt | -BigDecimal | +token1_not_in | +[String!] | |||
| ethPriceUSDAtDeposit_lt | -BigDecimal | +token1_contains | +String | |||
| ethPriceUSDAtDeposit_gte | -BigDecimal | +token1_contains_nocase | +String | |||
| ethPriceUSDAtDeposit_lte | -BigDecimal | +token1_not_contains | +String | |||
| ethPriceUSDAtDeposit_in | -[BigDecimal!] | +token1_not_contains_nocase | +String | |||
| ethPriceUSDAtDeposit_not_in | -[BigDecimal!] | +token1_starts_with | +String | |||
| panopticVersion | -BigDecimal | +token1_starts_with_nocase | +String | |||
| panopticVersion_not | -BigDecimal | +token1_not_starts_with | +String | |||
| panopticVersion_gt | -BigDecimal | +token1_not_starts_with_nocase | +String | |||
| panopticVersion_lt | -BigDecimal | +token1_ends_with | +String | |||
| panopticVersion_gte | -BigDecimal | +token1_ends_with_nocase | +String | |||
| panopticVersion_lte | -BigDecimal | +token1_not_ends_with | +String | |||
| panopticVersion_in | -[BigDecimal!] | +token1_not_ends_with_nocase | +String | |||
| panopticVersion_not_in | -[BigDecimal!] | +token1_ | +Token_filter | |||
| _change_block | +_change_block | BlockChangedFilter | @@ -11642,19 +13050,19 @@ Filter for the block changed event. | |||
| and | -[CollateralDeposit_filter] | +and | +[Burn_filter] | |||
| or | -[CollateralDeposit_filter] | +or | +[Burn_filter] | |||
| id | +id | ID | ||||
| id_not | +id_not | ID | ||||
| id_gt | +id_gt | ID | ||||
| id_lt | +id_lt | ID | ||||
| id_gte | +id_gte | ID | ||||
| id_lte | +id_lte | ID | ||||
| id_in | +id_in | [ID!] | ||||
| id_not_in | +id_not_in | [ID!] | ||||
| hash | +owner | String | ||||
| hash_not | +owner_not | String | ||||
| hash_gt | +owner_gt | String | ||||
| hash_lt | +owner_lt | String | ||||
| hash_gte | +owner_gte | String | ||||
| hash_lte | +owner_lte | String | ||||
| hash_in | +owner_in | [String!] | ||||
| hash_not_in | +owner_not_in | [String!] | ||||
| hash_contains | +owner_contains | String | ||||
| hash_contains_nocase | +owner_contains_nocase | String | ||||
| hash_not_contains | +owner_not_contains | String | ||||
| hash_not_contains_nocase | +owner_not_contains_nocase | String | ||||
| hash_starts_with | +owner_starts_with | String | ||||
| hash_starts_with_nocase | +owner_starts_with_nocase | String | ||||
| hash_not_starts_with | +owner_not_starts_with | String | ||||
| hash_not_starts_with_nocase | +owner_not_starts_with_nocase | String | ||||
| hash_ends_with | +owner_ends_with | String | ||||
| hash_ends_with_nocase | +owner_ends_with_nocase | String | ||||
| hash_not_ends_with | +owner_not_ends_with | String | ||||
| hash_not_ends_with_nocase | +owner_not_ends_with_nocase | String | ||||
| logIndex | -BigInt | +owner_ | +Account_filter | |||
| logIndex_not | -BigInt | +manager | +String | |||
| logIndex_gt | -BigInt | +manager_not | +String | |||
| logIndex_lt | -BigInt | +manager_gt | +String | |||
| logIndex_gte | -BigInt | +manager_lt | +String | |||
| logIndex_lte | -BigInt | +manager_gte | +String | |||
| logIndex_in | -[BigInt!] | +manager_lte | +String | |||
| logIndex_not_in | -[BigInt!] | +manager_in | +[String!] | |||
| eventType | -EventType | +manager_not_in | +[String!] | |||
| eventType_not | -EventType | +manager_contains | +String | |||
| eventType_in | -[EventType!] | +manager_contains_nocase | +String | |||
| eventType_not_in | -[EventType!] | +manager_not_contains | +String | |||
| from | +manager_not_contains_nocase | String | ||||
| from_not | +manager_starts_with | String | ||||
| from_gt | +manager_starts_with_nocase | String | ||||
| from_lt | +manager_not_starts_with | String | ||||
| from_gte | +manager_not_starts_with_nocase | String | ||||
| from_lte | +manager_ends_with | String | ||||
| from_in | -[String!] | +manager_ends_with_nocase | +String | |||
| from_not_in | -[String!] | +manager_not_ends_with | +String | |||
| from_contains | +manager_not_ends_with_nocase | String | ||||
| from_contains_nocase | -String | +manager_ | +Account_filter | |||
| from_not_contains | -String | +tickLower | +BigInt | |||
| from_not_contains_nocase | -String | +tickLower_not | +BigInt | |||
| from_starts_with | -String | +tickLower_gt | +BigInt | |||
| from_starts_with_nocase | -String | +tickLower_lt | +BigInt | |||
| from_not_starts_with | -String | +tickLower_gte | +BigInt | |||
| from_not_starts_with_nocase | -String | +tickLower_lte | +BigInt | |||
| from_ends_with | -String | +tickLower_in | +[BigInt!] | |||
| from_ends_with_nocase | -String | +tickLower_not_in | +[BigInt!] | |||
| from_not_ends_with | -String | +tickUpper | +BigInt | |||
| from_not_ends_with_nocase | -String | +tickUpper_not | +BigInt | |||
| to | -String | +tickUpper_gt | +BigInt | |||
| to_not | -String | +tickUpper_lt | +BigInt | |||
| to_gt | -String | -- | ||||
| to_lt | -String | -- | ||||
| to_gte | -String | -- | ||||
| to_lte | -String | -- | ||||
| to_in | -[String!] | -- | ||||
| to_not_in | -[String!] | -- | ||||
| to_contains | -String | -- | ||||
| to_contains_nocase | -String | -- | ||||
| to_not_contains | -String | -- | ||||
| to_not_contains_nocase | -String | -- | ||||
| to_starts_with | -String | -- | ||||
| to_starts_with_nocase | -String | -- | ||||
| to_not_starts_with | -String | -- | ||||
| to_not_starts_with_nocase | -String | -- | ||||
| to_ends_with | -String | -- | ||||
| to_ends_with_nocase | -String | -- | ||||
| to_not_ends_with | -String | -- | ||||
| to_not_ends_with_nocase | -String | -- | ||||
| blockNumber | -BigInt | -- | ||||
| blockNumber_not | -BigInt | -- | ||||
| blockNumber_gt | -BigInt | -- | ||||
| blockNumber_lt | -BigInt | -- | ||||
| blockNumber_gte | +tickUpper_gte | BigInt | ||||
| blockNumber_lte | +tickUpper_lte | BigInt | ||||
| blockNumber_in | +tickUpper_in | [BigInt!] | ||||
| blockNumber_not_in | +tickUpper_not_in | [BigInt!] | ||||
| timestamp | +strike | BigInt | ||||
| timestamp_not | +strike_not | BigInt | ||||
| timestamp_gt | +strike_gt | BigInt | ||||
| timestamp_lt | +strike_lt | BigInt | ||||
| timestamp_gte | +strike_gte | BigInt | ||||
| timestamp_lte | +strike_lte | BigInt | ||||
| timestamp_in | +strike_in | [BigInt!] | ||||
| timestamp_not_in | +strike_not_in | [BigInt!] | ||||
| gasUsed | +width | BigInt | ||||
| gasUsed_not | +width_not | BigInt | ||||
| gasUsed_gt | +width_gt | BigInt | ||||
| gasUsed_lt | +width_lt | BigInt | ||||
| gasUsed_gte | +width_gte | BigInt | ||||
| gasUsed_lte | +width_lte | BigInt | ||||
| gasUsed_in | +width_in | [BigInt!] | ||||
| gasUsed_not_in | +width_not_in | [BigInt!] | ||||
| gasPrice | +tokenType | BigInt | ||||
| gasPrice_not | +tokenType_not | BigInt | ||||
| gasPrice_gt | +tokenType_gt | BigInt | ||||
| gasPrice_lt | +tokenType_lt | BigInt | ||||
| gasPrice_gte | +tokenType_gte | BigInt | ||||
| gasPrice_lte | +tokenType_lte | BigInt | ||||
| gasPrice_in | +tokenType_in | [BigInt!] | ||||
| gasPrice_not_in | +tokenType_not_in | [BigInt!] | ||||
| pool | +pool | String | ||||
| pool_not | +pool_not | String | ||||
| pool_gt | +pool_gt | String | ||||
| pool_lt | +pool_lt | String | ||||
| pool_gte | +pool_gte | String | ||||
| pool_lte | +pool_lte | String | ||||
| pool_in | +pool_in | [String!] | ||||
| pool_not_in | +pool_not_in | [String!] | ||||
| pool_contains | +pool_contains | String | ||||
| pool_contains_nocase | +pool_contains_nocase | String | ||||
| pool_not_contains | +pool_not_contains | String | ||||
| pool_not_contains_nocase | +pool_not_contains_nocase | String | ||||
| pool_starts_with | +pool_starts_with | String | ||||
| pool_starts_with_nocase | +pool_starts_with_nocase | String | ||||
| pool_not_starts_with | +pool_not_starts_with | String | ||||
| pool_not_starts_with_nocase | +pool_not_starts_with_nocase | String | ||||
| pool_ends_with | +pool_ends_with | String | ||||
| pool_ends_with_nocase | +pool_ends_with_nocase | String | ||||
| pool_not_ends_with | +pool_not_ends_with | String | ||||
| pool_not_ends_with_nocase | +pool_not_ends_with_nocase | String | ||||
| pool_ | +pool_ | Pool_filter | ||||
| sender | +panopticPool | String | ||||
| sender_not | +panopticPool_not | String | ||||
| sender_gt | +panopticPool_gt | String | ||||
| sender_lt | +panopticPool_lt | String | ||||
| sender_gte | +panopticPool_gte | String | ||||
| sender_lte | +panopticPool_lte | String | ||||
| sender_in | +panopticPool_in | [String!] | ||||
| sender_not_in | +panopticPool_not_in | [String!] | ||||
| sender_contains | +panopticPool_contains | String | ||||
| sender_contains_nocase | +panopticPool_contains_nocase | String | ||||
| sender_not_contains | +panopticPool_not_contains | String | ||||
| sender_not_contains_nocase | +panopticPool_not_contains_nocase | String | ||||
| sender_starts_with | +panopticPool_starts_with | String | ||||
| sender_starts_with_nocase | +panopticPool_starts_with_nocase | String | ||||
| sender_not_starts_with | +panopticPool_not_starts_with | String | ||||
| sender_not_starts_with_nocase | +panopticPool_not_starts_with_nocase | String | ||||
| sender_ends_with | +panopticPool_ends_with | String | ||||
| sender_ends_with_nocase | +panopticPool_ends_with_nocase | String | ||||
| sender_not_ends_with | +panopticPool_not_ends_with | String | ||||
| sender_not_ends_with_nocase | +panopticPool_not_ends_with_nocase | String | ||||
| sender_ | -Account_filter | -- | ||||
| receiver | -String | +panopticPool_ | +PanopticPool_filter | |||
| receiver_not | -String | +netLiquidity | +BigInt | |||
| receiver_gt | -String | +netLiquidity_not | +BigInt | |||
| receiver_lt | -String | +netLiquidity_gt | +BigInt | |||
| receiver_gte | -String | +netLiquidity_lt | +BigInt | |||
| receiver_lte | -String | +netLiquidity_gte | +BigInt | |||
| receiver_in | -[String!] | +netLiquidity_lte | +BigInt | |||
| receiver_not_in | -[String!] | +netLiquidity_in | +[BigInt!] | |||
| receiver_contains | -String | +netLiquidity_not_in | +[BigInt!] | |||
| receiver_contains_nocase | -String | +shortLiquidity | +BigInt | |||
| receiver_not_contains | -String | +shortLiquidity_not | +BigInt | |||
| receiver_not_contains_nocase | -String | +shortLiquidity_gt | +BigInt | |||
| receiver_starts_with | -String | +shortLiquidity_lt | +BigInt | |||
| receiver_starts_with_nocase | -String | +shortLiquidity_gte | +BigInt | |||
| receiver_not_starts_with | -String | +shortLiquidity_lte | +BigInt | |||
| receiver_not_starts_with_nocase | -String | +shortLiquidity_in | +[BigInt!] | |||
| receiver_ends_with | -String | +shortLiquidity_not_in | +[BigInt!] | |||
| receiver_ends_with_nocase | -String | +longLiquidity | +BigInt | |||
| receiver_not_ends_with | -String | +longLiquidity_not | +BigInt | |||
| receiver_not_ends_with_nocase | -String | +longLiquidity_gt | +BigInt | |||
| receiver_ | -Account_filter | +longLiquidity_lt | +BigInt | |||
| owner | -String | +longLiquidity_gte | +BigInt | |||
| owner_not | -String | +longLiquidity_lte | +BigInt | |||
| owner_gt | -String | +longLiquidity_in | +[BigInt!] | |||
| owner_lt | -String | +longLiquidity_not_in | +[BigInt!] | |||
| owner_gte | -String | +shortCounts | +BigInt | |||
| owner_lte | -String | +shortCounts_not | +BigInt | |||
| owner_in | -[String!] | +shortCounts_gt | +BigInt | |||
| owner_not_in | -[String!] | +shortCounts_lt | +BigInt | |||
| owner_contains | -String | +shortCounts_gte | +BigInt | |||
| owner_contains_nocase | -String | +shortCounts_lte | +BigInt | |||
| owner_not_contains | -String | +shortCounts_in | +[BigInt!] | |||
| owner_not_contains_nocase | -String | +shortCounts_not_in | +[BigInt!] | |||
| owner_starts_with | -String | +longCounts | +BigInt | |||
| owner_starts_with_nocase | -String | +longCounts_not | +BigInt | |||
| owner_not_starts_with | -String | +longCounts_gt | +BigInt | |||
| owner_not_starts_with_nocase | -String | +longCounts_lt | +BigInt | |||
| owner_ends_with | -String | +longCounts_gte | +BigInt | |||
| owner_ends_with_nocase | -String | +longCounts_lte | +BigInt | |||
| owner_not_ends_with | -String | +longCounts_in | +[BigInt!] | |||
| owner_not_ends_with_nocase | -String | +longCounts_not_in | +[BigInt!] | |||
| owner_ | -Account_filter | +totalLiquidity | +BigInt | |||
| assets | +totalLiquidity_not | BigInt | ||||
| assets_not | +totalLiquidity_gt | BigInt | ||||
| assets_gt | +totalLiquidity_lt | BigInt | ||||
| assets_lt | +totalLiquidity_gte | BigInt | ||||
| assets_gte | +totalLiquidity_lte | BigInt | ||||
| assets_lte | -BigInt | +totalLiquidity_in | +[BigInt!] | |||
| assets_in | +totalLiquidity_not_in | [BigInt!] | ||||
| assets_not_in | -[BigInt!] | +legs_ | +Leg_filter | |||
| shares | -BigInt | +_change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +||
| and | +[Chunk_filter] | |||||
| shares_not | -BigInt | +or | +[Chunk_filter] | |||
| Field | +Type | +Description | +|||||
|---|---|---|---|---|---|---|---|
| shares_gt | -BigInt | +id | +ID | ||||
| shares_lt | -BigInt | +id_not | +ID | ||||
| shares_gte | -BigInt | +id_gt | +ID | ||||
| shares_lte | -BigInt | +id_lt | +ID | ||||
| shares_in | -[BigInt!] | +id_gte | +ID | ||||
| shares_not_in | -[BigInt!] | +id_lte | +ID | ||||
| collateral | -String | +id_in | +[ID!] | ||||
| collateral_not | -String | +id_not_in | +[ID!] | ||||
| collateral_gt | +collateral | String | |||||
| collateral_lt | +collateral_not | String | |||||
| collateral_gte | +collateral_gt | String | |||||
| collateral_lte | +collateral_lt | String | |||||
| collateral_in | +collateral_gte | +String | ++ | ||||
| collateral_lte | +String | ++ | |||||
| collateral_in | [String!] | ||||||
| collateral_not_in | +collateral_not_in | [String!] | |||||
| collateral_contains | +collateral_contains | String | |||||
| collateral_contains_nocase | +collateral_contains_nocase | String | |||||
| collateral_not_contains | +collateral_not_contains | String | |||||
| collateral_not_contains_nocase | +collateral_not_contains_nocase | String | |||||
| collateral_starts_with | +collateral_starts_with | String | |||||
| collateral_starts_with_nocase | +collateral_starts_with_nocase | String | |||||
| collateral_not_starts_with | +collateral_not_starts_with | String | |||||
| collateral_not_starts_with_nocase | +collateral_not_starts_with_nocase | String | |||||
| collateral_ends_with | +collateral_ends_with | String | |||||
| collateral_ends_with_nocase | +collateral_ends_with_nocase | String | |||||
| collateral_not_ends_with | +collateral_not_ends_with | String | |||||
| collateral_not_ends_with_nocase | +collateral_not_ends_with_nocase | String | |||||
| collateral_ | +collateral_ | Collateral_filter | |||||
| tickAtWithdraw | +date | +Int | ++ | ||||
| date_not | +Int | ++ | |||||
| date_gt | +Int | ++ | |||||
| date_lt | +Int | ++ | |||||
| date_gte | +Int | ++ | |||||
| date_lte | +Int | ++ | |||||
| date_in | +[Int!] | ++ | |||||
| date_not_in | +[Int!] | ++ | |||||
| totalShares | BigInt | ||||||
| tickAtWithdraw_not | +totalShares_not | BigInt | |||||
| tickAtWithdraw_gt | +totalShares_gt | BigInt | |||||
| tickAtWithdraw_lt | +totalShares_lt | BigInt | |||||
| tickAtWithdraw_gte | +totalShares_gte | BigInt | |||||
| tickAtWithdraw_lte | +totalShares_lte | BigInt | |||||
| tickAtWithdraw_in | +totalShares_in | [BigInt!] | |||||
| tickAtWithdraw_not_in | +totalShares_not_in | [BigInt!] | |||||
| tokenDerivedEthAtWithdraw | -BigDecimal | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| tokenDerivedEthAtWithdraw_not | -BigDecimal | +and | +[CollateralDayData_filter] | ||||
| tokenDerivedEthAtWithdraw_gt | -BigDecimal | +or | +[CollateralDayData_filter] | ||||
| tokenDerivedEthAtWithdraw_lt | -BigDecimal | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| tokenDerivedEthAtWithdraw_gte | -BigDecimal | +id | +ID | ||||
| tokenDerivedEthAtWithdraw_lte | -BigDecimal | +id_not | +ID | ||||
| tokenDerivedEthAtWithdraw_in | -[BigDecimal!] | +id_gt | +ID | ||||
| tokenDerivedEthAtWithdraw_not_in | -[BigDecimal!] | +id_lt | +ID | ||||
| ethPriceUSDAtWithdraw | -BigDecimal | +id_gte | +ID | ||||
| ethPriceUSDAtWithdraw_not | -BigDecimal | +id_lte | +ID | ||||
| ethPriceUSDAtWithdraw_gt | -BigDecimal | +id_in | +[ID!] | ||||
| ethPriceUSDAtWithdraw_lt | -BigDecimal | +id_not_in | +[ID!] | ||||
| ethPriceUSDAtWithdraw_gte | -BigDecimal | +hash | +String | ||||
| ethPriceUSDAtWithdraw_lte | -BigDecimal | +hash_not | +String | ||||
| ethPriceUSDAtWithdraw_in | -[BigDecimal!] | +hash_gt | +String | ||||
| ethPriceUSDAtWithdraw_not_in | -[BigDecimal!] | +hash_lt | +String | ||||
| panopticVersion | -BigDecimal | +hash_gte | +String | ||||
| panopticVersion_not | -BigDecimal | +hash_lte | +String | ||||
| panopticVersion_gt | -BigDecimal | +hash_in | +[String!] | ||||
| panopticVersion_lt | -BigDecimal | +hash_not_in | +[String!] | ||||
| panopticVersion_gte | -BigDecimal | +hash_contains | +String | ||||
| panopticVersion_lte | -BigDecimal | +hash_contains_nocase | +String | ||||
| panopticVersion_in | -[BigDecimal!] | +hash_not_contains | +String | ||||
| panopticVersion_not_in | -[BigDecimal!] | +hash_not_contains_nocase | +String | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +hash_starts_with | +String | +|||
| and | -[CollateralWithdraw_filter] | +hash_starts_with_nocase | +String | ||||
| or | -[CollateralWithdraw_filter] | +hash_not_starts_with | +String | ||||
| Field | -Type | -Description | +hash_not_starts_with_nocase | +String | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +hash_ends_with | +String | ||||
| id_not | -ID | +hash_ends_with_nocase | +String | ||||
| id_gt | -ID | +hash_not_ends_with | +String | ||||
| id_lt | -ID | +hash_not_ends_with_nocase | +String | ||||
| id_gte | -ID | +logIndex | +BigInt | ||||
| id_lte | -ID | +logIndex_not | +BigInt | ||||
| id_in | -[ID!] | +logIndex_gt | +BigInt | ||||
| id_not_in | -[ID!] | +logIndex_lt | +BigInt | ||||
| panopticVersion | -BigDecimal | +logIndex_gte | +BigInt | ||||
| panopticVersion_not | -BigDecimal | +logIndex_lte | +BigInt | ||||
| panopticVersion_gt | -BigDecimal | +logIndex_in | +[BigInt!] | ||||
| panopticVersion_lt | -BigDecimal | +logIndex_not_in | +[BigInt!] | ||||
| panopticVersion_gte | -BigDecimal | +eventType | +EventType | ||||
| panopticVersion_lte | -BigDecimal | +eventType_not | +EventType | ||||
| panopticVersion_in | -[BigDecimal!] | +eventType_in | +[EventType!] | ||||
| panopticVersion_not_in | -[BigDecimal!] | +eventType_not_in | +[EventType!] | ||||
| token | +from | String | |||||
| token_not | +from_not | String | |||||
| token_gt | +from_gt | String | |||||
| token_lt | +from_lt | String | |||||
| token_gte | +from_gte | String | |||||
| token_lte | +from_lte | String | |||||
| token_in | +from_in | [String!] | |||||
| token_not_in | +from_not_in | [String!] | |||||
| token_contains | +from_contains | String | |||||
| token_contains_nocase | +from_contains_nocase | String | |||||
| token_not_contains | +from_not_contains | String | |||||
| token_not_contains_nocase | +from_not_contains_nocase | String | |||||
| token_starts_with | +from_starts_with | String | |||||
| token_starts_with_nocase | +from_starts_with_nocase | String | |||||
| token_not_starts_with | +from_not_starts_with | String | |||||
| token_not_starts_with_nocase | +from_not_starts_with_nocase | String | |||||
| token_ends_with | +from_ends_with | String | |||||
| token_ends_with_nocase | +from_ends_with_nocase | String | |||||
| token_not_ends_with | +from_not_ends_with | String | |||||
| token_not_ends_with_nocase | +from_not_ends_with_nocase | String | |||||
| token_ | -Token_filter | +to | +String | ||||
| totalShares | -BigInt | +to_not | +String | ||||
| totalShares_not | -BigInt | +to_gt | +String | ||||
| totalShares_gt | -BigInt | +to_lt | +String | ||||
| totalShares_lt | -BigInt | +to_gte | +String | ||||
| totalShares_gte | -BigInt | +to_lte | +String | ||||
| totalShares_lte | -BigInt | +to_in | +[String!] | ||||
| totalShares_in | -[BigInt!] | +to_not_in | +[String!] | ||||
| totalShares_not_in | -[BigInt!] | +to_contains | +String | ++ | |||
| to_contains_nocase | +String | ++ | |||||
| to_not_contains | +String | ++ | |||||
| to_not_contains_nocase | +String | ++ | |||||
| to_starts_with | +String | ++ | |||||
| to_starts_with_nocase | +String | ++ | |||||
| to_not_starts_with | +String | ++ | |||||
| to_not_starts_with_nocase | +String | ++ | |||||
| to_ends_with | +String | ++ | |||||
| to_ends_with_nocase | +String | ++ | |||||
| to_not_ends_with | +String | ||||||
| totalAssets | +to_not_ends_with_nocase | +String | ++ | ||||
| blockNumber | BigInt | ||||||
| totalAssets_not | +blockNumber_not | BigInt | |||||
| totalAssets_gt | +blockNumber_gt | BigInt | |||||
| totalAssets_lt | +blockNumber_lt | BigInt | |||||
| totalAssets_gte | +blockNumber_gte | BigInt | |||||
| totalAssets_lte | +blockNumber_lte | BigInt | |||||
| totalAssets_in | +blockNumber_in | [BigInt!] | |||||
| totalAssets_not_in | +blockNumber_not_in | [BigInt!] | |||||
| poolAssets | +timestamp | BigInt | |||||
| poolAssets_not | +timestamp_not | BigInt | |||||
| poolAssets_gt | +timestamp_gt | BigInt | |||||
| poolAssets_lt | +timestamp_lt | BigInt | |||||
| poolAssets_gte | +timestamp_gte | BigInt | |||||
| poolAssets_lte | +timestamp_lte | BigInt | |||||
| poolAssets_in | +timestamp_in | [BigInt!] | |||||
| poolAssets_not_in | +timestamp_not_in | [BigInt!] | |||||
| inAMM | +gasUsed | BigInt | |||||
| inAMM_not | +gasUsed_not | BigInt | |||||
| inAMM_gt | +gasUsed_gt | BigInt | |||||
| inAMM_lt | +gasUsed_lt | BigInt | |||||
| inAMM_gte | +gasUsed_gte | BigInt | |||||
| inAMM_lte | +gasUsed_lte | BigInt | |||||
| inAMM_in | +gasUsed_in | [BigInt!] | |||||
| inAMM_not_in | +gasUsed_not_in | [BigInt!] | |||||
| poolUtilization | +gasPrice | BigInt | |||||
| poolUtilization_not | +gasPrice_not | BigInt | |||||
| poolUtilization_gt | +gasPrice_gt | BigInt | |||||
| poolUtilization_lt | +gasPrice_lt | BigInt | |||||
| poolUtilization_gte | +gasPrice_gte | BigInt | |||||
| poolUtilization_lte | +gasPrice_lte | BigInt | |||||
| poolUtilization_in | +gasPrice_in | [BigInt!] | |||||
| poolUtilization_not_in | +gasPrice_not_in | [BigInt!] | |||||
| panopticPool | +pool | String | |||||
| panopticPool_not | +pool_not | String | |||||
| panopticPool_gt | +pool_gt | String | |||||
| panopticPool_lt | +pool_lt | String | |||||
| panopticPool_gte | +pool_gte | String | |||||
| panopticPool_lte | +pool_lte | String | |||||
| panopticPool_in | +pool_in | [String!] | |||||
| panopticPool_not_in | +pool_not_in | [String!] | |||||
| panopticPool_contains | +pool_contains | String | |||||
| panopticPool_contains_nocase | +pool_contains_nocase | String | |||||
| panopticPool_not_contains | +pool_not_contains | String | |||||
| panopticPool_not_contains_nocase | +pool_not_contains_nocase | String | |||||
| panopticPool_starts_with | +pool_starts_with | String | |||||
| panopticPool_starts_with_nocase | +pool_starts_with_nocase | String | |||||
| panopticPool_not_starts_with | +pool_not_starts_with | String | |||||
| panopticPool_not_starts_with_nocase | +pool_not_starts_with_nocase | String | |||||
| panopticPool_ends_with | +pool_ends_with | String | |||||
| panopticPool_ends_with_nocase | +pool_ends_with_nocase | String | |||||
| panopticPool_not_ends_with | +pool_not_ends_with | String | |||||
| panopticPool_not_ends_with_nocase | +pool_not_ends_with_nocase | String | |||||
| panopticPool_ | -PanopticPool_filter | +pool_ | +Pool_filter | ||||
| index | -BigInt | +sender | +String | ||||
| index_not | -BigInt | +sender_not | +String | ||||
| index_gt | -BigInt | +sender_gt | +String | ||||
| index_lt | -BigInt | +sender_lt | +String | ||||
| index_gte | -BigInt | +sender_gte | +String | ||||
| index_lte | -BigInt | +sender_lte | +String | ||||
| index_in | -[BigInt!] | +sender_in | +[String!] | ||||
| index_not_in | -[BigInt!] | +sender_not_in | +[String!] | ||||
| collateralDayData_ | -CollateralDayData_filter | +sender_contains | +String | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +sender_contains_nocase | +String | +|||
| and | -[Collateral_filter] | +sender_not_contains | +String | ||||
| or | -[Collateral_filter] | +sender_not_contains_nocase | +String | ||||
| Field | -Type | -Description | +sender_starts_with | +String | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +sender_starts_with_nocase | +String | ||||
| id_not | -ID | +sender_not_starts_with | +String | ||||
| id_gt | -ID | +sender_not_starts_with_nocase | +String | ||||
| id_lt | -ID | +sender_ends_with | +String | ||||
| id_gte | -ID | +sender_ends_with_nocase | +String | ||||
| id_lte | -ID | +sender_not_ends_with | +String | ||||
| id_in | -[ID!] | +sender_not_ends_with_nocase | +String | ||||
| id_not_in | -[ID!] | +sender_ | +Account_filter | ||||
| hash | +owner | String | |||||
| hash_not | +owner_not | String | |||||
| hash_gt | +owner_gt | String | |||||
| hash_lt | +owner_lt | String | |||||
| hash_gte | +owner_gte | String | |||||
| hash_lte | +owner_lte | String | |||||
| hash_in | +owner_in | [String!] | |||||
| hash_not_in | +owner_not_in | [String!] | |||||
| hash_contains | +owner_contains | String | |||||
| hash_contains_nocase | +owner_contains_nocase | String | |||||
| hash_not_contains | +owner_not_contains | String | |||||
| hash_not_contains_nocase | +owner_not_contains_nocase | String | |||||
| hash_starts_with | +owner_starts_with | String | |||||
| hash_starts_with_nocase | +owner_starts_with_nocase | String | |||||
| hash_not_starts_with | +owner_not_starts_with | String | |||||
| hash_not_starts_with_nocase | +owner_not_starts_with_nocase | String | |||||
| hash_ends_with | +owner_ends_with | String | |||||
| hash_ends_with_nocase | +owner_ends_with_nocase | String | |||||
| hash_not_ends_with | +owner_not_ends_with | String | |||||
| hash_not_ends_with_nocase | +owner_not_ends_with_nocase | String | |||||
| logIndex | -BigInt | +owner_ | +Account_filter | ||||
| logIndex_not | +assets | BigInt | |||||
| logIndex_gt | +assets_not | BigInt | |||||
| logIndex_lt | +assets_gt | BigInt | |||||
| logIndex_gte | +assets_lt | BigInt | |||||
| logIndex_lte | +assets_gte | BigInt | |||||
| logIndex_in | -[BigInt!] | +assets_lte | +BigInt | ||||
| logIndex_not_in | +assets_in | [BigInt!] | |||||
| eventType | -EventType | +assets_not_in | +[BigInt!] | ||||
| eventType_not | -EventType | +shares | +BigInt | ||||
| eventType_in | -[EventType!] | +shares_not | +BigInt | ||||
| eventType_not_in | -[EventType!] | +shares_gt | +BigInt | ||||
| from | -String | +shares_lt | +BigInt | ||||
| from_not | -String | +shares_gte | +BigInt | ||||
| from_gt | -String | +shares_lte | +BigInt | ||||
| from_lt | -String | +shares_in | +[BigInt!] | ||||
| from_gte | -String | +shares_not_in | +[BigInt!] | ||||
| from_lte | +collateral | String | |||||
| from_in | -[String!] | -- | |||||
| from_not_in | -[String!] | -- | |||||
| from_contains | +collateral_not | String | |||||
| from_contains_nocase | +collateral_gt | String | |||||
| from_not_contains | +collateral_lt | String | |||||
| from_not_contains_nocase | +collateral_gte | String | |||||
| from_starts_with | +collateral_lte | String | |||||
| from_starts_with_nocase | -String | +collateral_in | +[String!] | ||||
| from_not_starts_with | -String | +collateral_not_in | +[String!] | ||||
| from_not_starts_with_nocase | +collateral_contains | String | |||||
| from_ends_with | +collateral_contains_nocase | String | |||||
| from_ends_with_nocase | +collateral_not_contains | String | |||||
| from_not_ends_with | +collateral_not_contains_nocase | String | |||||
| from_not_ends_with_nocase | +collateral_starts_with | String | |||||
| to | +collateral_starts_with_nocase | String | |||||
| to_not | +collateral_not_starts_with | String | |||||
| to_gt | +collateral_not_starts_with_nocase | String | |||||
| to_lt | +collateral_ends_with | String | |||||
| to_gte | +collateral_ends_with_nocase | String | |||||
| to_lte | +collateral_not_ends_with | String | |||||
| to_in | -[String!] | +collateral_not_ends_with_nocase | +String | ||||
| to_not_in | -[String!] | +collateral_ | +Collateral_filter | ||||
| to_contains | -String | +tickAtDeposit | +BigInt | ||||
| to_contains_nocase | -String | +tickAtDeposit_not | +BigInt | ||||
| to_not_contains | -String | +tickAtDeposit_gt | +BigInt | ||||
| to_not_contains_nocase | -String | +tickAtDeposit_lt | +BigInt | ||||
| to_starts_with | -String | +tickAtDeposit_gte | +BigInt | ||||
| to_starts_with_nocase | -String | +tickAtDeposit_lte | +BigInt | ||||
| to_not_starts_with | -String | +tickAtDeposit_in | +[BigInt!] | ||||
| to_not_starts_with_nocase | -String | +tickAtDeposit_not_in | +[BigInt!] | ||||
| to_ends_with | -String | +tokenDerivedEthAtDeposit | +BigDecimal | ||||
| to_ends_with_nocase | -String | +tokenDerivedEthAtDeposit_not | +BigDecimal | ||||
| to_not_ends_with | -String | +tokenDerivedEthAtDeposit_gt | +BigDecimal | ||||
| to_not_ends_with_nocase | -String | +tokenDerivedEthAtDeposit_lt | +BigDecimal | ||||
| blockNumber | -BigInt | +tokenDerivedEthAtDeposit_gte | +BigDecimal | ||||
| blockNumber_not | -BigInt | +tokenDerivedEthAtDeposit_lte | +BigDecimal | ||||
| blockNumber_gt | -BigInt | +tokenDerivedEthAtDeposit_in | +[BigDecimal!] | ||||
| blockNumber_lt | -BigInt | +tokenDerivedEthAtDeposit_not_in | +[BigDecimal!] | ||||
| blockNumber_gte | -BigInt | +ethPriceUSDAtDeposit | +BigDecimal | ||||
| blockNumber_lte | -BigInt | +ethPriceUSDAtDeposit_not | +BigDecimal | ||||
| blockNumber_in | -[BigInt!] | +ethPriceUSDAtDeposit_gt | +BigDecimal | ||||
| blockNumber_not_in | -[BigInt!] | +ethPriceUSDAtDeposit_lt | +BigDecimal | ||||
| timestamp | -BigInt | +ethPriceUSDAtDeposit_gte | +BigDecimal | ||||
| timestamp_not | -BigInt | +ethPriceUSDAtDeposit_lte | +BigDecimal | ||||
| timestamp_gt | -BigInt | +ethPriceUSDAtDeposit_in | +[BigDecimal!] | ||||
| timestamp_lt | -BigInt | +ethPriceUSDAtDeposit_not_in | +[BigDecimal!] | ||||
| timestamp_gte | -BigInt | +panopticVersion | +BigDecimal | ||||
| timestamp_lte | -BigInt | +panopticVersion_not | +BigDecimal | ||||
| timestamp_in | -[BigInt!] | +panopticVersion_gt | +BigDecimal | ||||
| timestamp_not_in | -[BigInt!] | +panopticVersion_lt | +BigDecimal | ||||
| gasUsed | -BigInt | +panopticVersion_gte | +BigDecimal | ||||
| gasUsed_not | -BigInt | +panopticVersion_lte | +BigDecimal | ||||
| gasUsed_gt | -BigInt | +panopticVersion_in | +[BigDecimal!] | ||||
| gasUsed_lt | -BigInt | +panopticVersion_not_in | +[BigDecimal!] | ||||
| gasUsed_gte | -BigInt | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| gasUsed_lte | -BigInt | +and | +[CollateralDeposit_filter] | ||||
| gasUsed_in | -[BigInt!] | +or | +[CollateralDeposit_filter] | ||||
| gasUsed_not_in | -[BigInt!] | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| gasPrice | -BigInt | +id | +ID | ||||
| gasPrice_not | -BigInt | +id_not | +ID | ||||
| gasPrice_gt | -BigInt | +id_gt | +ID | ||||
| gasPrice_lt | -BigInt | +id_lt | +ID | ||||
| gasPrice_gte | -BigInt | +id_gte | +ID | ||||
| gasPrice_lte | -BigInt | +id_lte | +ID | ||||
| gasPrice_in | -[BigInt!] | +id_in | +[ID!] | ||||
| gasPrice_not_in | -[BigInt!] | +id_not_in | +[ID!] | ||||
| pool | +hash | String | |||||
| pool_not | +hash_not | String | |||||
| pool_gt | +hash_gt | String | |||||
| pool_lt | +hash_lt | String | |||||
| pool_gte | +hash_gte | String | |||||
| pool_lte | +hash_lte | String | |||||
| pool_in | +hash_in | [String!] | |||||
| pool_not_in | +hash_not_in | [String!] | |||||
| pool_contains | +hash_contains | String | |||||
| pool_contains_nocase | +hash_contains_nocase | String | |||||
| pool_not_contains | +hash_not_contains | String | |||||
| pool_not_contains_nocase | +hash_not_contains_nocase | String | |||||
| pool_starts_with | +hash_starts_with | String | |||||
| pool_starts_with_nocase | +hash_starts_with_nocase | String | |||||
| pool_not_starts_with | +hash_not_starts_with | String | |||||
| pool_not_starts_with_nocase | +hash_not_starts_with_nocase | String | |||||
| pool_ends_with | +hash_ends_with | String | |||||
| pool_ends_with_nocase | +hash_ends_with_nocase | String | |||||
| pool_not_ends_with | +hash_not_ends_with | String | |||||
| pool_not_ends_with_nocase | +hash_not_ends_with_nocase | String | |||||
| pool_ | -Pool_filter | +logIndex | +BigInt | ||||
| owner | -String | +logIndex_not | +BigInt | ||||
| owner_not | -String | +logIndex_gt | +BigInt | ||||
| owner_gt | +logIndex_lt | +BigInt | ++ | ||||
| logIndex_gte | +BigInt | ++ | |||||
| logIndex_lte | +BigInt | ++ | |||||
| logIndex_in | +[BigInt!] | ++ | |||||
| logIndex_not_in | +[BigInt!] | ++ | |||||
| eventType | +EventType | ++ | |||||
| eventType_not | +EventType | ++ | |||||
| eventType_in | +[EventType!] | ++ | |||||
| eventType_not_in | +[EventType!] | ++ | |||||
| from | String | ||||||
| owner_lt | +from_not | String | |||||
| owner_gte | +from_gt | String | |||||
| owner_lte | +from_lt | String | |||||
| owner_in | -[String!] | +from_gte | +String | ||||
| owner_not_in | +from_lte | +String | ++ | ||||
| from_in | [String!] | ||||||
| owner_contains | -String | +from_not_in | +[String!] | ||||
| owner_contains_nocase | +from_contains | String | |||||
| owner_not_contains | +from_contains_nocase | String | |||||
| owner_not_contains_nocase | +from_not_contains | String | |||||
| owner_starts_with | +from_not_contains_nocase | String | |||||
| owner_starts_with_nocase | +from_starts_with | String | |||||
| owner_not_starts_with | +from_starts_with_nocase | String | |||||
| owner_not_starts_with_nocase | +from_not_starts_with | String | |||||
| owner_ends_with | +from_not_starts_with_nocase | String | |||||
| owner_ends_with_nocase | +from_ends_with | String | |||||
| owner_not_ends_with | +from_ends_with_nocase | String | |||||
| owner_not_ends_with_nocase | +from_not_ends_with | String | |||||
| owner_ | -Account_filter | +from_not_ends_with_nocase | +String | ||||
| recipient | +to | String | |||||
| recipient_not | +to_not | String | |||||
| recipient_gt | +to_gt | String | |||||
| recipient_lt | +to_lt | String | |||||
| recipient_gte | +to_gte | String | |||||
| recipient_lte | +to_lte | String | |||||
| recipient_in | +to_in | [String!] | |||||
| recipient_not_in | +to_not_in | [String!] | |||||
| recipient_contains | +to_contains | String | |||||
| recipient_contains_nocase | +to_contains_nocase | String | |||||
| recipient_not_contains | +to_not_contains | String | |||||
| recipient_not_contains_nocase | +to_not_contains_nocase | String | |||||
| recipient_starts_with | +to_starts_with | String | |||||
| recipient_starts_with_nocase | +to_starts_with_nocase | String | |||||
| recipient_not_starts_with | +to_not_starts_with | String | |||||
| recipient_not_starts_with_nocase | +to_not_starts_with_nocase | String | |||||
| recipient_ends_with | +to_ends_with | String | |||||
| recipient_ends_with_nocase | +to_ends_with_nocase | String | |||||
| recipient_not_ends_with | +to_not_ends_with | String | |||||
| recipient_not_ends_with_nocase | +to_not_ends_with_nocase | String | |||||
| recipient_ | -Account_filter | +blockNumber | +BigInt | ||||
| tickLower | -Int | +blockNumber_not | +BigInt | ||||
| tickLower_not | -Int | +blockNumber_gt | +BigInt | ||||
| tickLower_gt | -Int | +blockNumber_lt | +BigInt | ||||
| tickLower_lt | -Int | +blockNumber_gte | +BigInt | ||||
| tickLower_gte | -Int | +blockNumber_lte | +BigInt | ||||
| tickLower_lte | -Int | +blockNumber_in | +[BigInt!] | ||||
| tickLower_in | -[Int!] | +blockNumber_not_in | +[BigInt!] | ||||
| tickLower_not_in | -[Int!] | +timestamp | +BigInt | ||||
| tickUpper | -Int | +timestamp_not | +BigInt | ||||
| tickUpper_not | -Int | +timestamp_gt | +BigInt | ||||
| tickUpper_gt | -Int | +timestamp_lt | +BigInt | ||||
| tickUpper_lt | -Int | +timestamp_gte | +BigInt | ||||
| tickUpper_gte | -Int | +timestamp_lte | +BigInt | ||||
| tickUpper_lte | -Int | +timestamp_in | +[BigInt!] | ||||
| tickUpper_in | -[Int!] | +timestamp_not_in | +[BigInt!] | ||||
| tickUpper_not_in | -[Int!] | +gasUsed | +BigInt | ||||
| amount0 | -BigDecimal | +gasUsed_not | +BigInt | ||||
| amount0_not | -BigDecimal | +gasUsed_gt | +BigInt | ||||
| amount0_gt | -BigDecimal | +gasUsed_lt | +BigInt | ||||
| amount0_lt | -BigDecimal | +gasUsed_gte | +BigInt | ||||
| amount0_gte | -BigDecimal | +gasUsed_lte | +BigInt | ||||
| amount0_lte | -BigDecimal | +gasUsed_in | +[BigInt!] | ||||
| amount0_in | -[BigDecimal!] | +gasUsed_not_in | +[BigInt!] | ||||
| amount0_not_in | -[BigDecimal!] | +gasPrice | +BigInt | ||||
| amount1 | -BigDecimal | +gasPrice_not | +BigInt | ||||
| amount1_not | -BigDecimal | +gasPrice_gt | +BigInt | ||||
| amount1_gt | -BigDecimal | +gasPrice_lt | +BigInt | ||||
| amount1_lt | -BigDecimal | +gasPrice_gte | +BigInt | ||||
| amount1_gte | -BigDecimal | +gasPrice_lte | +BigInt | ||||
| amount1_lte | -BigDecimal | +gasPrice_in | +[BigInt!] | ||||
| amount1_in | -[BigDecimal!] | +gasPrice_not_in | +[BigInt!] | ||||
| amount1_not_in | -[BigDecimal!] | +pool | +String | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +pool_not | +String | +|||
| and | -[Collect_filter] | +pool_gt | +String | ||||
| or | -[Collect_filter] | +pool_lt | +String | ||||
| Field | -Type | -Description | +pool_gte | +String | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +pool_lte | +String | ||||
| id_not | -ID | +pool_in | +[String!] | ||||
| id_gt | -ID | +pool_not_in | +[String!] | ||||
| id_lt | -ID | +pool_contains | +String | ||||
| id_gte | -ID | +pool_contains_nocase | +String | ||||
| id_lte | -ID | +pool_not_contains | +String | ||||
| id_in | -[ID!] | +pool_not_contains_nocase | +String | ||||
| id_not_in | -[ID!] | +pool_starts_with | +String | ||||
| hash | +pool_starts_with_nocase | String | |||||
| hash_not | +pool_not_starts_with | String | |||||
| hash_gt | +pool_not_starts_with_nocase | String | |||||
| hash_lt | +pool_ends_with | String | |||||
| hash_gte | +pool_ends_with_nocase | String | |||||
| hash_lte | +pool_not_ends_with | String | |||||
| hash_in | -[String!] | +pool_not_ends_with_nocase | +String | ||||
| hash_not_in | -[String!] | +pool_ | +Pool_filter | ||||
| hash_contains | +sender | String | |||||
| hash_contains_nocase | +sender_not | String | |||||
| hash_not_contains | +sender_gt | String | |||||
| hash_not_contains_nocase | +sender_lt | String | |||||
| hash_starts_with | +sender_gte | String | |||||
| hash_starts_with_nocase | +sender_lte | String | |||||
| hash_not_starts_with | -String | +sender_in | +[String!] | ||||
| hash_not_starts_with_nocase | +sender_not_in | +[String!] | ++ | ||||
| sender_contains | String | ||||||
| hash_ends_with | +sender_contains_nocase | String | |||||
| hash_ends_with_nocase | +sender_not_contains | String | |||||
| hash_not_ends_with | +sender_not_contains_nocase | String | |||||
| hash_not_ends_with_nocase | +sender_starts_with | String | |||||
| logIndex | -BigInt | +sender_starts_with_nocase | +String | ||||
| logIndex_not | -BigInt | +sender_not_starts_with | +String | ||||
| logIndex_gt | -BigInt | +sender_not_starts_with_nocase | +String | ||||
| logIndex_lt | -BigInt | +sender_ends_with | +String | ||||
| logIndex_gte | -BigInt | +sender_ends_with_nocase | +String | ||||
| logIndex_lte | -BigInt | +sender_not_ends_with | +String | ||||
| logIndex_in | -[BigInt!] | +sender_not_ends_with_nocase | +String | ||||
| logIndex_not_in | -[BigInt!] | +sender_ | +Account_filter | ||||
| from | +receiver | String | |||||
| from_not | +receiver_not | String | |||||
| from_gt | +receiver_gt | String | |||||
| from_lt | +receiver_lt | String | |||||
| from_gte | +receiver_gte | String | |||||
| from_lte | +receiver_lte | String | |||||
| from_in | +receiver_in | [String!] | |||||
| from_not_in | +receiver_not_in | [String!] | |||||
| from_contains | +receiver_contains | String | |||||
| from_contains_nocase | +receiver_contains_nocase | String | |||||
| from_not_contains | +receiver_not_contains | String | |||||
| from_not_contains_nocase | +receiver_not_contains_nocase | String | |||||
| from_starts_with | +receiver_starts_with | String | |||||
| from_starts_with_nocase | +receiver_starts_with_nocase | String | |||||
| from_not_starts_with | +receiver_not_starts_with | String | |||||
| from_not_starts_with_nocase | +receiver_not_starts_with_nocase | String | |||||
| from_ends_with | +receiver_ends_with | String | |||||
| from_ends_with_nocase | +receiver_ends_with_nocase | String | |||||
| from_not_ends_with | +receiver_not_ends_with | String | |||||
| from_not_ends_with_nocase | +receiver_not_ends_with_nocase | String | |||||
| to | +receiver_ | +Account_filter | ++ | ||||
| owner | String | ||||||
| to_not | +owner_not | String | |||||
| to_gt | +owner_gt | String | |||||
| to_lt | +owner_lt | String | |||||
| to_gte | +owner_gte | String | |||||
| to_lte | +owner_lte | String | |||||
| to_in | +owner_in | [String!] | |||||
| to_not_in | +owner_not_in | [String!] | |||||
| to_contains | +owner_contains | String | |||||
| to_contains_nocase | +owner_contains_nocase | String | |||||
| to_not_contains | +owner_not_contains | String | |||||
| to_not_contains_nocase | +owner_not_contains_nocase | String | |||||
| to_starts_with | +owner_starts_with | String | |||||
| to_starts_with_nocase | +owner_starts_with_nocase | String | |||||
| to_not_starts_with | +owner_not_starts_with | String | |||||
| to_not_starts_with_nocase | +owner_not_starts_with_nocase | String | |||||
| to_ends_with | +owner_ends_with | String | |||||
| to_ends_with_nocase | +owner_ends_with_nocase | String | |||||
| to_not_ends_with | +owner_not_ends_with | String | |||||
| to_not_ends_with_nocase | +owner_not_ends_with_nocase | String | |||||
| blockNumber | -BigInt | +owner_ | +Account_filter | ||||
| blockNumber_not | +assets | BigInt | |||||
| blockNumber_gt | +assets_not | BigInt | |||||
| blockNumber_lt | +assets_gt | BigInt | |||||
| blockNumber_gte | +assets_lt | BigInt | |||||
| blockNumber_lte | +assets_gte | BigInt | |||||
| blockNumber_in | -[BigInt!] | -- | |||||
| blockNumber_not_in | -[BigInt!] | -- | |||||
| timestamp | -BigInt | -- | |||||
| timestamp_not | -BigInt | -- | |||||
| timestamp_gt | -BigInt | -- | |||||
| timestamp_lt | -BigInt | -- | |||||
| timestamp_gte | -BigInt | -- | |||||
| timestamp_lte | -BigInt | -- | |||||
| timestamp_in | -[BigInt!] | -- | |||||
| timestamp_not_in | -[BigInt!] | -- | |||||
| gasUsed | -BigInt | -- | |||||
| gasUsed_not | -BigInt | -- | |||||
| gasUsed_gt | -BigInt | -- | |||||
| gasUsed_lt | -BigInt | -- | |||||
| gasUsed_gte | -BigInt | -- | |||||
| gasUsed_lte | +assets_lte | BigInt | |||||
| gasUsed_in | +assets_in | [BigInt!] | |||||
| gasUsed_not_in | +assets_not_in | [BigInt!] | |||||
| gasPrice | +shares | BigInt | |||||
| gasPrice_not | +shares_not | BigInt | |||||
| gasPrice_gt | +shares_gt | BigInt | |||||
| gasPrice_lt | +shares_lt | BigInt | |||||
| gasPrice_gte | +shares_gte | BigInt | |||||
| gasPrice_lte | +shares_lte | BigInt | |||||
| gasPrice_in | +shares_in | [BigInt!] | |||||
| gasPrice_not_in | +shares_not_in | [BigInt!] | |||||
| eventType | -EventType | -- | |||||
| eventType_not | -EventType | -- | |||||
| eventType_in | -[EventType!] | -- | |||||
| eventType_not_in | -[EventType!] | -- | |||||
| pool | +collateral | String | |||||
| pool_not | +collateral_not | String | |||||
| pool_gt | +collateral_gt | String | |||||
| pool_lt | +collateral_lt | String | |||||
| pool_gte | +collateral_gte | String | |||||
| pool_lte | +collateral_lte | String | |||||
| pool_in | +collateral_in | [String!] | |||||
| pool_not_in | +collateral_not_in | [String!] | |||||
| pool_contains | +collateral_contains | String | |||||
| pool_contains_nocase | +collateral_contains_nocase | String | |||||
| pool_not_contains | +collateral_not_contains | String | |||||
| pool_not_contains_nocase | +collateral_not_contains_nocase | String | |||||
| pool_starts_with | +collateral_starts_with | String | |||||
| pool_starts_with_nocase | +collateral_starts_with_nocase | String | |||||
| pool_not_starts_with | +collateral_not_starts_with | String | |||||
| pool_not_starts_with_nocase | +collateral_not_starts_with_nocase | String | |||||
| pool_ends_with | +collateral_ends_with | String | |||||
| pool_ends_with_nocase | +collateral_ends_with_nocase | String | |||||
| pool_not_ends_with | +collateral_not_ends_with | String | |||||
| pool_not_ends_with_nocase | +collateral_not_ends_with_nocase | String | |||||
| pool_ | -Pool_filter | +collateral_ | +Collateral_filter | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +tickAtWithdraw | +BigInt | +|||
| and | -[Event_filter] | +tickAtWithdraw_not | +BigInt | ||||
| or | -[Event_filter] | +tickAtWithdraw_gt | +BigInt | ||||
| Field | -Type | -Description | +tickAtWithdraw_lt | +BigInt | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +tickAtWithdraw_gte | +BigInt | ||||
| id_not | -ID | +tickAtWithdraw_lte | +BigInt | ||||
| id_gt | -ID | +tickAtWithdraw_in | +[BigInt!] | ||||
| id_lt | -ID | +tickAtWithdraw_not_in | +[BigInt!] | ||||
| id_gte | -ID | +tokenDerivedEthAtWithdraw | +BigDecimal | ||||
| id_lte | -ID | +tokenDerivedEthAtWithdraw_not | +BigDecimal | ||||
| id_in | -[ID!] | +tokenDerivedEthAtWithdraw_gt | +BigDecimal | ||||
| id_not_in | -[ID!] | +tokenDerivedEthAtWithdraw_lt | +BigDecimal | ||||
| poolCount | -BigInt | +tokenDerivedEthAtWithdraw_gte | +BigDecimal | ||||
| poolCount_not | -BigInt | +tokenDerivedEthAtWithdraw_lte | +BigDecimal | ||||
| poolCount_gt | -BigInt | +tokenDerivedEthAtWithdraw_in | +[BigDecimal!] | ||||
| poolCount_lt | -BigInt | +tokenDerivedEthAtWithdraw_not_in | +[BigDecimal!] | ||||
| poolCount_gte | -BigInt | +ethPriceUSDAtWithdraw | +BigDecimal | ||||
| poolCount_lte | -BigInt | +ethPriceUSDAtWithdraw_not | +BigDecimal | ||||
| poolCount_in | -[BigInt!] | +ethPriceUSDAtWithdraw_gt | +BigDecimal | ||||
| poolCount_not_in | -[BigInt!] | +ethPriceUSDAtWithdraw_lt | +BigDecimal | ||||
| owner | -ID | +ethPriceUSDAtWithdraw_gte | +BigDecimal | ||||
| owner_not | -ID | +ethPriceUSDAtWithdraw_lte | +BigDecimal | ||||
| owner_gt | -ID | +ethPriceUSDAtWithdraw_in | +[BigDecimal!] | ||||
| owner_lt | -ID | +ethPriceUSDAtWithdraw_not_in | +[BigDecimal!] | ||||
| owner_gte | -ID | +panopticVersion | +BigDecimal | ||||
| owner_lte | -ID | +panopticVersion_not | +BigDecimal | ||||
| owner_in | -[ID!] | +panopticVersion_gt | +BigDecimal | ||||
| owner_not_in | -[ID!] | +panopticVersion_lt | +BigDecimal | ||||
| opBackfilled | -Boolean | +panopticVersion_gte | +BigDecimal | ||||
| opBackfilled_not | -Boolean | +panopticVersion_lte | +BigDecimal | ||||
| opBackfilled_in | -[Boolean!] | +panopticVersion_in | +[BigDecimal!] | ||||
| opBackfilled_not_in | -[Boolean!] | +panopticVersion_not_in | +[BigDecimal!] | ||||
| _change_block | +_change_block | BlockChangedFilter | @@ -15507,19 +16857,19 @@ Filter for the block changed event. | ||||
| and | -[Factory_filter] | +and | +[CollateralWithdraw_filter] | ||||
| or | -[Factory_filter] | +or | +[CollateralWithdraw_filter] | ||||
| id | +id | ID | |||||
| id_not | +id_not | ID | |||||
| id_gt | +id_gt | ID | |||||
| id_lt | +id_lt | ID | |||||
| id_gte | +id_gte | ID | |||||
| id_lte | +id_lte | ID | |||||
| id_in | +id_in | [ID!] | |||||
| id_not_in | +id_not_in | [ID!] | |||||
| hash | +panopticVersion | +BigDecimal | ++ | ||||
| panopticVersion_not | +BigDecimal | ++ | |||||
| panopticVersion_gt | +BigDecimal | ++ | |||||
| panopticVersion_lt | +BigDecimal | ++ | |||||
| panopticVersion_gte | +BigDecimal | ++ | |||||
| panopticVersion_lte | +BigDecimal | ++ | |||||
| panopticVersion_in | +[BigDecimal!] | ++ | |||||
| panopticVersion_not_in | +[BigDecimal!] | ++ | |||||
| token | String | ||||||
| hash_not | +token_not | String | |||||
| hash_gt | +token_gt | String | |||||
| hash_lt | +token_lt | String | |||||
| hash_gte | +token_gte | String | |||||
| hash_lte | +token_lte | String | |||||
| hash_in | +token_in | [String!] | |||||
| hash_not_in | +token_not_in | [String!] | |||||
| hash_contains | +token_contains | String | |||||
| hash_contains_nocase | +token_contains_nocase | String | |||||
| hash_not_contains | +token_not_contains | String | |||||
| hash_not_contains_nocase | +token_not_contains_nocase | String | |||||
| hash_starts_with | +token_starts_with | String | |||||
| hash_starts_with_nocase | +token_starts_with_nocase | String | |||||
| hash_not_starts_with | +token_not_starts_with | String | |||||
| hash_not_starts_with_nocase | +token_not_starts_with_nocase | String | |||||
| hash_ends_with | +token_ends_with | String | |||||
| hash_ends_with_nocase | +token_ends_with_nocase | String | |||||
| hash_not_ends_with | +token_not_ends_with | String | |||||
| hash_not_ends_with_nocase | +token_not_ends_with_nocase | String | |||||
| logIndex | +token_ | +Token_filter | ++ | ||||
| totalShares | BigInt | ||||||
| logIndex_not | +totalShares_not | BigInt | |||||
| logIndex_gt | +totalShares_gt | BigInt | |||||
| logIndex_lt | +totalShares_lt | BigInt | |||||
| logIndex_gte | +totalShares_gte | BigInt | |||||
| logIndex_lte | +totalShares_lte | BigInt | |||||
| logIndex_in | +totalShares_in | [BigInt!] | |||||
| logIndex_not_in | +totalShares_not_in | [BigInt!] | |||||
| eventType | -EventType | +totalDonations | +BigInt | ||||
| eventType_not | -EventType | +totalDonations_not | +BigInt | ||||
| eventType_in | -[EventType!] | +totalDonations_gt | +BigInt | ||||
| eventType_not_in | -[EventType!] | +totalDonations_lt | +BigInt | ||||
| from | -String | +totalDonations_gte | +BigInt | ||||
| from_not | -String | +totalDonations_lte | +BigInt | ||||
| from_gt | -String | +totalDonations_in | +[BigInt!] | ||||
| from_lt | -String | +totalDonations_not_in | +[BigInt!] | ||||
| from_gte | -String | +totalPLPCommissions | +BigInt | ||||
| from_lte | -String | +totalPLPCommissions_not | +BigInt | ||||
| from_in | -[String!] | +totalPLPCommissions_gt | +BigInt | ||||
| from_not_in | -[String!] | +totalPLPCommissions_lt | +BigInt | ||||
| from_contains | -String | +totalPLPCommissions_gte | +BigInt | ||||
| from_contains_nocase | -String | +totalPLPCommissions_lte | +BigInt | ||||
| from_not_contains | -String | +totalPLPCommissions_in | +[BigInt!] | ||||
| from_not_contains_nocase | -String | +totalPLPCommissions_not_in | +[BigInt!] | ||||
| from_starts_with | -String | +totalProtocolCommissions | +BigInt | ||||
| from_starts_with_nocase | -String | +totalProtocolCommissions_not | +BigInt | ||||
| from_not_starts_with | -String | +totalProtocolCommissions_gt | +BigInt | ||||
| from_not_starts_with_nocase | -String | +totalProtocolCommissions_lt | +BigInt | ||||
| from_ends_with | -String | +totalProtocolCommissions_gte | +BigInt | ||||
| from_ends_with_nocase | -String | +totalProtocolCommissions_lte | +BigInt | ||||
| from_not_ends_with | -String | +totalProtocolCommissions_in | +[BigInt!] | ||||
| from_not_ends_with_nocase | -String | +totalProtocolCommissions_not_in | +[BigInt!] | ||||
| to | -String | +commissionPaidBuilder | +BigInt | ||||
| to_not | -String | -- | |||||
| to_gt | -String | -- | |||||
| to_lt | -String | -- | |||||
| to_gte | -String | -- | |||||
| to_lte | -String | -- | |||||
| to_in | -[String!] | -- | |||||
| to_not_in | -[String!] | -- | |||||
| to_contains | -String | -- | |||||
| to_contains_nocase | -String | -- | |||||
| to_not_contains | -String | -- | |||||
| to_not_contains_nocase | -String | -- | |||||
| to_starts_with | -String | -- | |||||
| to_starts_with_nocase | -String | +commissionPaidBuilder_not | +BigInt | ||||
| to_not_starts_with | -String | +commissionPaidBuilder_gt | +BigInt | ||||
| to_not_starts_with_nocase | -String | +commissionPaidBuilder_lt | +BigInt | ||||
| to_ends_with | -String | +commissionPaidBuilder_gte | +BigInt | ||||
| to_ends_with_nocase | -String | +commissionPaidBuilder_lte | +BigInt | ||||
| to_not_ends_with | -String | +commissionPaidBuilder_in | +[BigInt!] | ||||
| to_not_ends_with_nocase | -String | +commissionPaidBuilder_not_in | +[BigInt!] | ||||
| blockNumber | +totalInsolvencyPenalties | BigInt | |||||
| blockNumber_not | +totalInsolvencyPenalties_not | BigInt | |||||
| blockNumber_gt | +totalInsolvencyPenalties_gt | BigInt | |||||
| blockNumber_lt | +totalInsolvencyPenalties_lt | BigInt | |||||
| blockNumber_gte | +totalInsolvencyPenalties_gte | BigInt | |||||
| blockNumber_lte | +totalInsolvencyPenalties_lte | BigInt | |||||
| blockNumber_in | +totalInsolvencyPenalties_in | [BigInt!] | |||||
| blockNumber_not_in | +totalInsolvencyPenalties_not_in | [BigInt!] | |||||
| timestamp | +totalProtocolLossRealized | BigInt | |||||
| timestamp_not | +totalProtocolLossRealized_not | BigInt | |||||
| timestamp_gt | +totalProtocolLossRealized_gt | BigInt | |||||
| timestamp_lt | +totalProtocolLossRealized_lt | BigInt | |||||
| timestamp_gte | +totalProtocolLossRealized_gte | BigInt | |||||
| timestamp_lte | +totalProtocolLossRealized_lte | BigInt | |||||
| timestamp_in | +totalProtocolLossRealized_in | [BigInt!] | |||||
| timestamp_not_in | +totalProtocolLossRealized_not_in | [BigInt!] | |||||
| gasUsed | -BigInt | +totalProtocolLossRealizedUSD | +BigDecimal | ||||
| gasUsed_not | -BigInt | +totalProtocolLossRealizedUSD_not | +BigDecimal | ||||
| gasUsed_gt | -BigInt | +totalProtocolLossRealizedUSD_gt | +BigDecimal | ||||
| gasUsed_lt | -BigInt | +totalProtocolLossRealizedUSD_lt | +BigDecimal | ||||
| gasUsed_gte | -BigInt | +totalProtocolLossRealizedUSD_gte | +BigDecimal | ||||
| gasUsed_lte | -BigInt | +totalProtocolLossRealizedUSD_lte | +BigDecimal | ||||
| gasUsed_in | -[BigInt!] | +totalProtocolLossRealizedUSD_in | +[BigDecimal!] | ||||
| gasUsed_not_in | -[BigInt!] | +totalProtocolLossRealizedUSD_not_in | +[BigDecimal!] | ||||
| gasPrice | +poolUtilization | BigInt | |||||
| gasPrice_not | +poolUtilization_not | BigInt | |||||
| gasPrice_gt | +poolUtilization_gt | BigInt | |||||
| gasPrice_lt | +poolUtilization_lt | BigInt | |||||
| gasPrice_gte | +poolUtilization_gte | BigInt | |||||
| gasPrice_lte | +poolUtilization_lte | BigInt | |||||
| gasPrice_in | +poolUtilization_in | [BigInt!] | |||||
| gasPrice_not_in | +poolUtilization_not_in | [BigInt!] | |||||
| pool | +panopticPool | String | |||||
| pool_not | +panopticPool_not | String | |||||
| pool_gt | +panopticPool_gt | String | |||||
| pool_lt | +panopticPool_lt | String | |||||
| pool_gte | +panopticPool_gte | String | |||||
| pool_lte | +panopticPool_lte | String | |||||
| pool_in | +panopticPool_in | [String!] | |||||
| pool_not_in | +panopticPool_not_in | [String!] | |||||
| pool_contains | +panopticPool_contains | String | |||||
| pool_contains_nocase | +panopticPool_contains_nocase | String | |||||
| pool_not_contains | +panopticPool_not_contains | String | |||||
| pool_not_contains_nocase | +panopticPool_not_contains_nocase | String | |||||
| pool_starts_with | +panopticPool_starts_with | String | |||||
| pool_starts_with_nocase | +panopticPool_starts_with_nocase | String | |||||
| pool_not_starts_with | +panopticPool_not_starts_with | String | |||||
| pool_not_starts_with_nocase | +panopticPool_not_starts_with_nocase | String | |||||
| pool_ends_with | +panopticPool_ends_with | String | |||||
| pool_ends_with_nocase | +panopticPool_ends_with_nocase | String | |||||
| pool_not_ends_with | +panopticPool_not_ends_with | String | |||||
| pool_not_ends_with_nocase | +panopticPool_not_ends_with_nocase | String | |||||
| pool_ | -Pool_filter | +panopticPool_ | +PanopticPool_filter | ||||
| exercisor | -String | +index | +BigInt | ||||
| exercisor_not | -String | +index_not | +BigInt | ||||
| exercisor_gt | -String | +index_gt | +BigInt | ||||
| exercisor_lt | -String | +index_lt | +BigInt | ||||
| exercisor_gte | -String | +index_gte | +BigInt | ||||
| exercisor_lte | -String | +index_lte | +BigInt | ||||
| exercisor_in | -[String!] | +index_in | +[BigInt!] | ||||
| exercisor_not_in | -[String!] | +index_not_in | +[BigInt!] | ||||
| exercisor_contains | -String | +collateralDayData_ | +CollateralDayData_filter | ||||
| exercisor_contains_nocase | -String | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| exercisor_not_contains | -String | +and | +[Collateral_filter] | ||||
| exercisor_not_contains_nocase | -String | +or | +[Collateral_filter] | ||||
| exercisor_starts_with | -String | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| exercisor_starts_with_nocase | -String | +id | +ID | ||||
| exercisor_not_starts_with | -String | +id_not | +ID | ||||
| exercisor_not_starts_with_nocase | -String | +id_gt | +ID | ||||
| exercisor_ends_with | -String | +id_lt | +ID | ||||
| exercisor_ends_with_nocase | -String | +id_gte | +ID | ||||
| exercisor_not_ends_with | -String | +id_lte | +ID | ||||
| exercisor_not_ends_with_nocase | -String | +id_in | +[ID!] | ||||
| exercisor_ | -Account_filter | +id_not_in | +[ID!] | ||||
| user | +hash | String | |||||
| user_not | +hash_not | String | |||||
| user_gt | +hash_gt | String | |||||
| user_lt | +hash_lt | String | |||||
| user_gte | +hash_gte | String | |||||
| user_lte | +hash_lte | String | |||||
| user_in | +hash_in | [String!] | |||||
| user_not_in | +hash_not_in | [String!] | |||||
| user_contains | +hash_contains | String | |||||
| user_contains_nocase | +hash_contains_nocase | String | |||||
| user_not_contains | +hash_not_contains | String | |||||
| user_not_contains_nocase | +hash_not_contains_nocase | String | |||||
| user_starts_with | +hash_starts_with | String | |||||
| user_starts_with_nocase | +hash_starts_with_nocase | String | |||||
| user_not_starts_with | +hash_not_starts_with | String | |||||
| user_not_starts_with_nocase | +hash_not_starts_with_nocase | String | |||||
| user_ends_with | +hash_ends_with | String | |||||
| user_ends_with_nocase | +hash_ends_with_nocase | String | |||||
| user_not_ends_with | +hash_not_ends_with | String | |||||
| user_not_ends_with_nocase | +hash_not_ends_with_nocase | String | |||||
| user_ | -Account_filter | -- | |||||
| tokenId | +logIndex | BigInt | |||||
| tokenId_not | +logIndex_not | BigInt | |||||
| tokenId_gt | +logIndex_gt | BigInt | |||||
| tokenId_lt | +logIndex_lt | BigInt | |||||
| tokenId_gte | +logIndex_gte | BigInt | |||||
| tokenId_lte | +logIndex_lte | BigInt | |||||
| tokenId_in | +logIndex_in | [BigInt!] | |||||
| tokenId_not_in | +logIndex_not_in | [BigInt!] | |||||
| exerciseFee | -BigInt | -- | |||||
| exerciseFee_not | -BigInt | +eventType | +EventType | ||||
| exerciseFee_gt | -BigInt | +eventType_not | +EventType | ||||
| exerciseFee_lt | -BigInt | +eventType_in | +[EventType!] | ||||
| exerciseFee_gte | -BigInt | +eventType_not_in | +[EventType!] | ||||
| exerciseFee_lte | -BigInt | +from | +String | ||||
| exerciseFee_in | -[BigInt!] | +from_not | +String | ||||
| exerciseFee_not_in | -[BigInt!] | +from_gt | +String | ||||
| exerciseFee0 | -BigInt | +from_lt | +String | ||||
| exerciseFee0_not | -BigInt | +from_gte | +String | ||||
| exerciseFee0_gt | -BigInt | +from_lte | +String | ||||
| exerciseFee0_lt | -BigInt | +from_in | +[String!] | ||||
| exerciseFee0_gte | -BigInt | +from_not_in | +[String!] | ||||
| exerciseFee0_lte | -BigInt | +from_contains | +String | ||||
| exerciseFee0_in | -[BigInt!] | +from_contains_nocase | +String | ||||
| exerciseFee0_not_in | -[BigInt!] | +from_not_contains | +String | ||||
| exerciseFee1 | -BigInt | +from_not_contains_nocase | +String | ||||
| exerciseFee1_not | -BigInt | +from_starts_with | +String | ||||
| exerciseFee1_gt | -BigInt | +from_starts_with_nocase | +String | ||||
| exerciseFee1_lt | -BigInt | +from_not_starts_with | +String | ||||
| exerciseFee1_gte | -BigInt | +from_not_starts_with_nocase | +String | ||||
| exerciseFee1_lte | -BigInt | +from_ends_with | +String | ||||
| exerciseFee1_in | -[BigInt!] | +from_ends_with_nocase | +String | ||||
| exerciseFee1_not_in | -[BigInt!] | +from_not_ends_with | +String | ||||
| exerciseFeeUSD | -BigDecimal | +from_not_ends_with_nocase | +String | ||||
| exerciseFeeUSD_not | -BigDecimal | +to | +String | ||||
| exerciseFeeUSD_gt | -BigDecimal | +to_not | +String | ||||
| exerciseFeeUSD_lt | -BigDecimal | +to_gt | +String | ||||
| exerciseFeeUSD_gte | -BigDecimal | +to_lt | +String | ||||
| exerciseFeeUSD_lte | -BigDecimal | +to_gte | +String | ||||
| exerciseFeeUSD_in | -[BigDecimal!] | +to_lte | +String | ||||
| exerciseFeeUSD_not_in | -[BigDecimal!] | +to_in | +[String!] | ||||
| tickAt | -Int | +to_not_in | +[String!] | ||||
| tickAt_not | -Int | +to_contains | +String | ||||
| tickAt_gt | -Int | +to_contains_nocase | +String | ||||
| tickAt_lt | -Int | +to_not_contains | +String | ||||
| tickAt_gte | -Int | +to_not_contains_nocase | +String | ||||
| tickAt_lte | -Int | +to_starts_with | +String | ||||
| tickAt_in | -[Int!] | +to_starts_with_nocase | +String | ||||
| tickAt_not_in | -[Int!] | +to_not_starts_with | +String | ||||
| panopticPool | +to_not_starts_with_nocase | String | |||||
| panopticPool_not | +to_ends_with | String | |||||
| panopticPool_gt | +to_ends_with_nocase | String | |||||
| panopticPool_lt | +to_not_ends_with | String | |||||
| panopticPool_gte | +to_not_ends_with_nocase | String | |||||
| panopticPool_lte | -String | -- | |||||
| panopticPool_in | -[String!] | -- | |||||
| panopticPool_not_in | -[String!] | -- | |||||
| panopticPool_contains | -String | +blockNumber | +BigInt | ||||
| panopticPool_contains_nocase | -String | +blockNumber_not | +BigInt | ||||
| panopticPool_not_contains | -String | +blockNumber_gt | +BigInt | ||||
| panopticPool_not_contains_nocase | -String | +blockNumber_lt | +BigInt | ||||
| panopticPool_starts_with | -String | +blockNumber_gte | +BigInt | ||||
| panopticPool_starts_with_nocase | -String | +blockNumber_lte | +BigInt | ||||
| panopticPool_not_starts_with | -String | +blockNumber_in | +[BigInt!] | ||||
| panopticPool_not_starts_with_nocase | -String | +blockNumber_not_in | +[BigInt!] | ||||
| panopticPool_ends_with | -String | +timestamp | +BigInt | ||||
| panopticPool_ends_with_nocase | -String | +timestamp_not | +BigInt | ||||
| panopticPool_not_ends_with | -String | +timestamp_gt | +BigInt | ||||
| panopticPool_not_ends_with_nocase | -String | +timestamp_lt | +BigInt | ||||
| panopticPool_ | -PanopticPool_filter | +timestamp_gte | +BigInt | ||||
| optionBurn_ | -OptionBurn_filter | +timestamp_lte | +BigInt | ||||
| panopticVersion | -BigDecimal | +timestamp_in | +[BigInt!] | ||||
| panopticVersion_not | -BigDecimal | +timestamp_not_in | +[BigInt!] | ||||
| panopticVersion_gt | -BigDecimal | +gasUsed | +BigInt | ||||
| panopticVersion_lt | -BigDecimal | +gasUsed_not | +BigInt | ||||
| panopticVersion_gte | -BigDecimal | +gasUsed_gt | +BigInt | ||||
| panopticVersion_lte | -BigDecimal | +gasUsed_lt | +BigInt | ||||
| panopticVersion_in | -[BigDecimal!] | +gasUsed_gte | +BigInt | ||||
| panopticVersion_not_in | -[BigDecimal!] | +gasUsed_lte | +BigInt | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -|||||
| and | -[ForcedExercise_filter] | +gasUsed_in | +[BigInt!] | ||||
| or | -[ForcedExercise_filter] | +gasUsed_not_in | +[BigInt!] | ||||
| Field | -Type | -Description | -|||||
|---|---|---|---|---|---|---|---|
| id | -ID | +gasPrice | +BigInt | ||||
| id_not | -ID | +gasPrice_not | +BigInt | ||||
| id_gt | -ID | +gasPrice_gt | +BigInt | ||||
| id_lt | -ID | +gasPrice_lt | +BigInt | ||||
| id_gte | -ID | +gasPrice_gte | +BigInt | ||||
| id_lte | -ID | +gasPrice_lte | +BigInt | ||||
| id_in | -[ID!] | +gasPrice_in | +[BigInt!] | ||||
| id_not_in | -[ID!] | +gasPrice_not_in | +[BigInt!] | ||||
| leg | +pool | String | |||||
| leg_not | +pool_not | String | |||||
| leg_gt | +pool_gt | String | |||||
| leg_lt | +pool_lt | String | |||||
| leg_gte | +pool_gte | String | |||||
| leg_lte | +pool_lte | String | |||||
| leg_in | +pool_in | [String!] | |||||
| leg_not_in | +pool_not_in | [String!] | |||||
| leg_contains | +pool_contains | String | |||||
| leg_contains_nocase | +pool_contains_nocase | String | |||||
| leg_not_contains | +pool_not_contains | String | |||||
| leg_not_contains_nocase | +pool_not_contains_nocase | String | |||||
| leg_starts_with | +pool_starts_with | String | |||||
| leg_starts_with_nocase | +pool_starts_with_nocase | String | |||||
| leg_not_starts_with | +pool_not_starts_with | String | |||||
| leg_not_starts_with_nocase | +pool_not_starts_with_nocase | String | |||||
| leg_ends_with | +pool_ends_with | String | |||||
| leg_ends_with_nocase | +pool_ends_with_nocase | String | |||||
| leg_not_ends_with | +pool_not_ends_with | String | |||||
| leg_not_ends_with_nocase | +pool_not_ends_with_nocase | String | |||||
| leg_ | -Leg_filter | +pool_ | +Pool_filter | ||||
| chunk | +owner | String | |||||
| chunk_not | +owner_not | String | |||||
| chunk_gt | +owner_gt | String | |||||
| chunk_lt | +owner_lt | String | |||||
| chunk_gte | +owner_gte | String | |||||
| chunk_lte | +owner_lte | String | |||||
| chunk_in | +owner_in | [String!] | |||||
| chunk_not_in | +owner_not_in | [String!] | |||||
| chunk_contains | +owner_contains | String | |||||
| chunk_contains_nocase | +owner_contains_nocase | String | |||||
| chunk_not_contains | +owner_not_contains | String | |||||
| chunk_not_contains_nocase | +owner_not_contains_nocase | String | |||||
| chunk_starts_with | +owner_starts_with | String | |||||
| chunk_starts_with_nocase | +owner_starts_with_nocase | String | |||||
| chunk_not_starts_with | +owner_not_starts_with | String | |||||
| chunk_not_starts_with_nocase | +owner_not_starts_with_nocase | String | |||||
| chunk_ends_with | +owner_ends_with | String | |||||
| chunk_ends_with_nocase | +owner_ends_with_nocase | String | |||||
| chunk_not_ends_with | +owner_not_ends_with | String | |||||
| chunk_not_ends_with_nocase | +owner_not_ends_with_nocase | String | |||||
| chunk_ | -Chunk_filter | +owner_ | +Account_filter | ||||
| liquidity | -BigInt | +recipient | +String | ||||
| liquidity_not | -BigInt | +recipient_not | +String | ||||
| liquidity_gt | -BigInt | +recipient_gt | +String | ||||
| liquidity_lt | -BigInt | +recipient_lt | +String | ||||
| liquidity_gte | -BigInt | +recipient_gte | +String | ||||
| liquidity_lte | -BigInt | +recipient_lte | +String | ||||
| liquidity_in | -[BigInt!] | +recipient_in | +[String!] | ||||
| liquidity_not_in | -[BigInt!] | +recipient_not_in | +[String!] | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +recipient_contains | +String | +|||
| and | -[LegLiquidities_filter] | +recipient_contains_nocase | +String | ||||
| or | -[LegLiquidities_filter] | +recipient_not_contains | +String | ||||
| Field | -Type | -Description | +recipient_not_contains_nocase | +String | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +recipient_starts_with | +String | ||||
| id_not | -ID | +recipient_starts_with_nocase | +String | ||||
| id_gt | -ID | +recipient_not_starts_with | +String | ||||
| id_lt | -ID | +recipient_not_starts_with_nocase | +String | ||||
| id_gte | -ID | +recipient_ends_with | +String | ||||
| id_lte | -ID | +recipient_ends_with_nocase | +String | ||||
| id_in | -[ID!] | +recipient_not_ends_with | +String | ||||
| id_not_in | -[ID!] | +recipient_not_ends_with_nocase | +String | ||||
| index | +recipient_ | +Account_filter | ++ | ||||
| tickLower | Int | ||||||
| index_not | +tickLower_not | Int | |||||
| index_gt | +tickLower_gt | Int | |||||
| index_lt | +tickLower_lt | Int | |||||
| index_gte | +tickLower_gte | Int | |||||
| index_lte | +tickLower_lte | Int | |||||
| index_in | +tickLower_in | [Int!] | |||||
| index_not_in | +tickLower_not_in | [Int!] | |||||
| idHexString | -String | +tickUpper | +Int | ||||
| idHexString_not | -String | +tickUpper_not | +Int | ||||
| idHexString_gt | -String | +tickUpper_gt | +Int | ||||
| idHexString_lt | -String | +tickUpper_lt | +Int | ||||
| idHexString_gte | -String | +tickUpper_gte | +Int | ||||
| idHexString_lte | -String | +tickUpper_lte | +Int | ||||
| idHexString_in | -[String!] | +tickUpper_in | +[Int!] | ||||
| idHexString_not_in | -[String!] | +tickUpper_not_in | +[Int!] | ||||
| idHexString_contains | -String | +amount0 | +BigDecimal | ||||
| idHexString_contains_nocase | -String | +amount0_not | +BigDecimal | ||||
| idHexString_not_contains | -String | +amount0_gt | +BigDecimal | ||||
| idHexString_not_contains_nocase | -String | +amount0_lt | +BigDecimal | ||||
| idHexString_starts_with | -String | +amount0_gte | +BigDecimal | ||||
| idHexString_starts_with_nocase | -String | +amount0_lte | +BigDecimal | ||||
| idHexString_not_starts_with | -String | +amount0_in | +[BigDecimal!] | ||||
| idHexString_not_starts_with_nocase | -String | +amount0_not_in | +[BigDecimal!] | ||||
| idHexString_ends_with | -String | +amount1 | +BigDecimal | ||||
| idHexString_ends_with_nocase | -String | +amount1_not | +BigDecimal | ||||
| idHexString_not_ends_with | -String | +amount1_gt | +BigDecimal | ||||
| idHexString_not_ends_with_nocase | -String | +amount1_lt | +BigDecimal | ||||
| pool | -String | +amount1_gte | +BigDecimal | ||||
| pool_not | -String | +amount1_lte | +BigDecimal | ||||
| pool_gt | -String | +amount1_in | +[BigDecimal!] | ||||
| pool_lt | -String | +amount1_not_in | +[BigDecimal!] | ||||
| pool_gte | -String | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| pool_lte | -String | +and | +[Collect_filter] | ||||
| pool_in | -[String!] | +or | +[Collect_filter] | ||||
| pool_not_in | -[String!] | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| pool_contains | -String | +id | +ID | ||||
| pool_contains_nocase | -String | +id_not | +ID | ||||
| pool_not_contains | -String | +id_gt | +ID | ||||
| pool_not_contains_nocase | -String | +id_lt | +ID | ||||
| pool_starts_with | -String | +id_gte | +ID | ||||
| pool_starts_with_nocase | -String | +id_lte | +ID | ||||
| pool_not_starts_with | -String | +id_in | +[ID!] | ||||
| pool_not_starts_with_nocase | -String | +id_not_in | +[ID!] | ||||
| pool_ends_with | +hash | String | |||||
| pool_ends_with_nocase | +hash_not | String | |||||
| pool_not_ends_with | +hash_gt | String | |||||
| pool_not_ends_with_nocase | +hash_lt | String | |||||
| pool_ | -Pool_filter | -- | |||||
| optionRatio | -BigInt | -- | |||||
| optionRatio_not | -BigInt | -- | |||||
| optionRatio_gt | -BigInt | -- | |||||
| optionRatio_lt | -BigInt | -- | |||||
| optionRatio_gte | -BigInt | -- | |||||
| optionRatio_lte | -BigInt | -- | |||||
| optionRatio_in | -[BigInt!] | -- | |||||
| optionRatio_not_in | -[BigInt!] | -- | |||||
| asset | -BigInt | +hash_gte | +String | ||||
| asset_not | -BigInt | +hash_lte | +String | ||||
| asset_gt | -BigInt | +hash_in | +[String!] | ||||
| asset_lt | -BigInt | +hash_not_in | +[String!] | ||||
| asset_gte | -BigInt | +hash_contains | +String | ||||
| asset_lte | -BigInt | +hash_contains_nocase | +String | ||||
| asset_in | -[BigInt!] | +hash_not_contains | +String | ||||
| asset_not_in | -[BigInt!] | +hash_not_contains_nocase | +String | ||||
| tokenType | -BigInt | +hash_starts_with | +String | ||||
| tokenType_not | -BigInt | +hash_starts_with_nocase | +String | ||||
| tokenType_gt | -BigInt | +hash_not_starts_with | +String | ||||
| tokenType_lt | -BigInt | +hash_not_starts_with_nocase | +String | ||||
| tokenType_gte | -BigInt | +hash_ends_with | +String | ||||
| tokenType_lte | -BigInt | +hash_ends_with_nocase | +String | ||||
| tokenType_in | -[BigInt!] | +hash_not_ends_with | +String | ||||
| tokenType_not_in | -[BigInt!] | +hash_not_ends_with_nocase | +String | ||||
| isLong | +logIndex | BigInt | |||||
| isLong_not | +logIndex_not | BigInt | |||||
| isLong_gt | +logIndex_gt | BigInt | |||||
| isLong_lt | +logIndex_lt | BigInt | |||||
| isLong_gte | +logIndex_gte | BigInt | |||||
| isLong_lte | +logIndex_lte | BigInt | |||||
| isLong_in | +logIndex_in | [BigInt!] | |||||
| isLong_not_in | +logIndex_not_in | [BigInt!] | |||||
| riskPartner | -BigInt | +eventType | +EventType | ||||
| riskPartner_not | -BigInt | +eventType_not | +EventType | ||||
| riskPartner_gt | -BigInt | +eventType_in | +[EventType!] | ||||
| riskPartner_lt | -BigInt | +eventType_not_in | +[EventType!] | ||||
| riskPartner_gte | -BigInt | +from | +String | ||||
| riskPartner_lte | -BigInt | +from_not | +String | ||||
| riskPartner_in | -[BigInt!] | +from_gt | +String | ||||
| riskPartner_not_in | -[BigInt!] | +from_lt | +String | ||||
| strike | -BigInt | +from_gte | +String | ||||
| strike_not | -BigInt | +from_lte | +String | ||||
| strike_gt | -BigInt | +from_in | +[String!] | ||||
| strike_lt | -BigInt | +from_not_in | +[String!] | ||||
| strike_gte | -BigInt | +from_contains | +String | ||||
| strike_lte | -BigInt | +from_contains_nocase | +String | ||||
| strike_in | -[BigInt!] | +from_not_contains | +String | ||||
| strike_not_in | -[BigInt!] | +from_not_contains_nocase | +String | ||||
| width | -BigInt | +from_starts_with | +String | ||||
| width_not | -BigInt | +from_starts_with_nocase | +String | ||||
| width_gt | -BigInt | +from_not_starts_with | +String | ||||
| width_lt | -BigInt | +from_not_starts_with_nocase | +String | ||||
| width_gte | -BigInt | +from_ends_with | +String | ||||
| width_lte | -BigInt | +from_ends_with_nocase | +String | ||||
| width_in | -[BigInt!] | +from_not_ends_with | +String | ||||
| width_not_in | -[BigInt!] | +from_not_ends_with_nocase | +String | ||||
| chunk | +to | String | |||||
| chunk_not | +to_not | String | |||||
| chunk_gt | +to_gt | String | |||||
| chunk_lt | +to_lt | String | |||||
| chunk_gte | +to_gte | String | |||||
| chunk_lte | +to_lte | String | |||||
| chunk_in | +to_in | [String!] | |||||
| chunk_not_in | +to_not_in | [String!] | |||||
| chunk_contains | +to_contains | String | |||||
| chunk_contains_nocase | +to_contains_nocase | String | |||||
| chunk_not_contains | +to_not_contains | String | |||||
| chunk_not_contains_nocase | +to_not_contains_nocase | String | |||||
| chunk_starts_with | +to_starts_with | String | |||||
| chunk_starts_with_nocase | +to_starts_with_nocase | String | |||||
| chunk_not_starts_with | +to_not_starts_with | String | |||||
| chunk_not_starts_with_nocase | +to_not_starts_with_nocase | String | |||||
| chunk_ends_with | +to_ends_with | String | |||||
| chunk_ends_with_nocase | +to_ends_with_nocase | String | |||||
| chunk_not_ends_with | +to_not_ends_with | String | |||||
| chunk_not_ends_with_nocase | +to_not_ends_with_nocase | String | |||||
| chunk_ | -Chunk_filter | -- | |||||
| legCount | +blockNumber | BigInt | |||||
| legCount_not | +blockNumber_not | BigInt | |||||
| legCount_gt | +blockNumber_gt | BigInt | |||||
| legCount_lt | +blockNumber_lt | BigInt | |||||
| legCount_gte | +blockNumber_gte | BigInt | |||||
| legCount_lte | +blockNumber_lte | BigInt | |||||
| legCount_in | +blockNumber_in | [BigInt!] | |||||
| legCount_not_in | +blockNumber_not_in | [BigInt!] | |||||
| tokenIds_ | -TokenId_filter | +timestamp | +BigInt | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +timestamp_not | +BigInt | +|||
| and | -[Leg_filter] | +timestamp_gt | +BigInt | ||||
| or | -[Leg_filter] | +timestamp_lt | +BigInt | ||||
| Field | -Type | -Description | +timestamp_gte | +BigInt | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +timestamp_lte | +BigInt | ||||
| id_not | -ID | +timestamp_in | +[BigInt!] | ||||
| id_gt | -ID | +timestamp_not_in | +[BigInt!] | ||||
| id_lt | -ID | +gasUsed | +BigInt | ||||
| id_gte | -ID | +gasUsed_not | +BigInt | ||||
| id_lte | -ID | +gasUsed_gt | +BigInt | ||||
| id_in | -[ID!] | +gasUsed_lt | +BigInt | ||||
| id_not_in | -[ID!] | +gasUsed_gte | +BigInt | ||||
| hash | -String | +gasUsed_lte | +BigInt | ||||
| hash_not | -String | +gasUsed_in | +[BigInt!] | ||||
| hash_gt | -String | +gasUsed_not_in | +[BigInt!] | ||||
| hash_lt | -String | +gasPrice | +BigInt | ||||
| hash_gte | -String | +gasPrice_not | +BigInt | ||||
| hash_lte | -String | +gasPrice_gt | +BigInt | ||||
| hash_in | -[String!] | +gasPrice_lt | +BigInt | ||||
| hash_not_in | -[String!] | +gasPrice_gte | +BigInt | ||||
| hash_contains | -String | +gasPrice_lte | +BigInt | ||||
| hash_contains_nocase | -String | +gasPrice_in | +[BigInt!] | ||||
| hash_not_contains | -String | +gasPrice_not_in | +[BigInt!] | ||||
| hash_not_contains_nocase | +pool | String | |||||
| hash_starts_with | +pool_not | String | |||||
| hash_starts_with_nocase | +pool_gt | String | |||||
| hash_not_starts_with | +pool_lt | String | |||||
| hash_not_starts_with_nocase | +pool_gte | String | |||||
| hash_ends_with | +pool_lte | String | |||||
| hash_ends_with_nocase | -String | +pool_in | +[String!] | ||||
| hash_not_ends_with | -String | +pool_not_in | +[String!] | ||||
| hash_not_ends_with_nocase | +pool_contains | String | |||||
| logIndex | -BigInt | +pool_contains_nocase | +String | ||||
| logIndex_not | -BigInt | +pool_not_contains | +String | ||||
| logIndex_gt | -BigInt | +pool_not_contains_nocase | +String | ||||
| logIndex_lt | -BigInt | +pool_starts_with | +String | ||||
| logIndex_gte | -BigInt | +pool_starts_with_nocase | +String | ||||
| logIndex_lte | -BigInt | +pool_not_starts_with | +String | ||||
| logIndex_in | -[BigInt!] | +pool_not_starts_with_nocase | +String | ||||
| logIndex_not_in | -[BigInt!] | +pool_ends_with | +String | ||||
| eventType | -EventType | +pool_ends_with_nocase | +String | ||||
| eventType_not | -EventType | +pool_not_ends_with | +String | ||||
| eventType_in | -[EventType!] | +pool_not_ends_with_nocase | +String | ||||
| eventType_not_in | -[EventType!] | +pool_ | +Pool_filter | ||||
| from | +owner | String | |||||
| from_not | +owner_not | String | |||||
| from_gt | +owner_gt | String | |||||
| from_lt | +owner_lt | String | |||||
| from_gte | +owner_gte | String | |||||
| from_lte | +owner_lte | String | |||||
| from_in | +owner_in | [String!] | |||||
| from_not_in | +owner_not_in | [String!] | |||||
| from_contains | +owner_contains | String | |||||
| from_contains_nocase | +owner_contains_nocase | String | |||||
| from_not_contains | +owner_not_contains | String | |||||
| from_not_contains_nocase | +owner_not_contains_nocase | String | |||||
| from_starts_with | +owner_starts_with | String | |||||
| from_starts_with_nocase | +owner_starts_with_nocase | String | |||||
| from_not_starts_with | +owner_not_starts_with | String | |||||
| from_not_starts_with_nocase | +owner_not_starts_with_nocase | String | |||||
| from_ends_with | +owner_ends_with | String | |||||
| from_ends_with_nocase | +owner_ends_with_nocase | String | |||||
| from_not_ends_with | +owner_not_ends_with | String | |||||
| from_not_ends_with_nocase | +owner_not_ends_with_nocase | String | |||||
| to | -String | +owner_ | +Account_filter | ||||
| to_not | -String | +builder | +Bytes | ||||
| to_gt | -String | +builder_not | +Bytes | ||||
| to_lt | -String | +builder_gt | +Bytes | ||||
| to_gte | -String | +builder_lt | +Bytes | ||||
| to_lte | -String | +builder_gte | +Bytes | ||||
| to_in | -[String!] | +builder_lte | +Bytes | ||||
| to_not_in | -[String!] | +builder_in | +[Bytes!] | ||||
| to_contains | -String | +builder_not_in | +[Bytes!] | ||||
| to_contains_nocase | -String | +builder_contains | +Bytes | ||||
| to_not_contains | -String | +builder_not_contains | +Bytes | ||||
| to_not_contains_nocase | -String | +commissionPaidProtocol | +BigInt | ||||
| to_starts_with | -String | +commissionPaidProtocol_not | +BigInt | ||||
| to_starts_with_nocase | -String | +commissionPaidProtocol_gt | +BigInt | ||||
| to_not_starts_with | -String | +commissionPaidProtocol_lt | +BigInt | ||||
| to_not_starts_with_nocase | -String | +commissionPaidProtocol_gte | +BigInt | ||||
| to_ends_with | -String | +commissionPaidProtocol_lte | +BigInt | ||||
| to_ends_with_nocase | -String | +commissionPaidProtocol_in | +[BigInt!] | ||||
| to_not_ends_with | -String | +commissionPaidProtocol_not_in | +[BigInt!] | ||||
| to_not_ends_with_nocase | -String | +commissionPaidBuilder | +BigInt | ||||
| blockNumber | +commissionPaidBuilder_not | BigInt | |||||
| blockNumber_not | +commissionPaidBuilder_gt | BigInt | |||||
| blockNumber_gt | +commissionPaidBuilder_lt | BigInt | |||||
| blockNumber_lt | +commissionPaidBuilder_gte | BigInt | |||||
| blockNumber_gte | +commissionPaidBuilder_lte | BigInt | |||||
| blockNumber_lte | -BigInt | +commissionPaidBuilder_in | +[BigInt!] | ||||
| blockNumber_in | +commissionPaidBuilder_not_in | [BigInt!] | |||||
| blockNumber_not_in | -[BigInt!] | +collateral | +String | ||||
| timestamp | -BigInt | +collateral_not | +String | ||||
| timestamp_not | -BigInt | +collateral_gt | +String | ||||
| timestamp_gt | -BigInt | +collateral_lt | +String | ||||
| timestamp_lt | -BigInt | +collateral_gte | +String | ||||
| timestamp_gte | -BigInt | +collateral_lte | +String | ||||
| timestamp_lte | -BigInt | +collateral_in | +[String!] | ||||
| timestamp_in | -[BigInt!] | +collateral_not_in | +[String!] | ||||
| timestamp_not_in | -[BigInt!] | +collateral_contains | +String | ||||
| gasUsed | -BigInt | +collateral_contains_nocase | +String | ||||
| gasUsed_not | -BigInt | +collateral_not_contains | +String | ||||
| gasUsed_gt | -BigInt | +collateral_not_contains_nocase | +String | ||||
| gasUsed_lt | -BigInt | +collateral_starts_with | +String | ||||
| gasUsed_gte | -BigInt | +collateral_starts_with_nocase | +String | ||||
| gasUsed_lte | -BigInt | +collateral_not_starts_with | +String | ||||
| gasUsed_in | -[BigInt!] | +collateral_not_starts_with_nocase | +String | ||||
| gasUsed_not_in | -[BigInt!] | +collateral_ends_with | +String | ||||
| gasPrice | -BigInt | +collateral_ends_with_nocase | +String | ||||
| gasPrice_not | -BigInt | +collateral_not_ends_with | +String | ||||
| gasPrice_gt | -BigInt | +collateral_not_ends_with_nocase | +String | ||||
| gasPrice_lt | -BigInt | +collateral_ | +Collateral_filter | ||||
| gasPrice_gte | -BigInt | +_change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|||
| and | +[CommissionPaid_filter] | ||||||
| gasPrice_lte | -BigInt | +or | +[CommissionPaid_filter] | ||||
| Field | +Type | +Description | +||||
|---|---|---|---|---|---|---|
| gasPrice_in | -[BigInt!] | +id | +ID | |||
| gasPrice_not_in | -[BigInt!] | +id_not | +ID | |||
| pool | +id_gt | +ID | ++ | |||
| id_lt | +ID | ++ | ||||
| id_gte | +ID | ++ | ||||
| id_lte | +ID | ++ | ||||
| id_in | +[ID!] | ++ | ||||
| id_not_in | +[ID!] | ++ | ||||
| hash | String | |||||
| pool_not | +hash_not | String | ||||
| pool_gt | +hash_gt | String | ||||
| pool_lt | +hash_lt | String | ||||
| pool_gte | +hash_gte | String | ||||
| pool_lte | +hash_lte | String | ||||
| pool_in | +hash_in | [String!] | ||||
| pool_not_in | +hash_not_in | [String!] | ||||
| pool_contains | +hash_contains | String | ||||
| pool_contains_nocase | +hash_contains_nocase | String | ||||
| pool_not_contains | +hash_not_contains | String | ||||
| pool_not_contains_nocase | +hash_not_contains_nocase | String | ||||
| pool_starts_with | +hash_starts_with | String | ||||
| pool_starts_with_nocase | +hash_starts_with_nocase | String | ||||
| pool_not_starts_with | +hash_not_starts_with | String | ||||
| pool_not_starts_with_nocase | +hash_not_starts_with_nocase | String | ||||
| pool_ends_with | +hash_ends_with | String | ||||
| pool_ends_with_nocase | +hash_ends_with_nocase | String | ||||
| pool_not_ends_with | +hash_not_ends_with | String | ||||
| pool_not_ends_with_nocase | +hash_not_ends_with_nocase | String | ||||
| pool_ | -Pool_filter | +logIndex | +BigInt | |||
| sender | -String | +logIndex_not | +BigInt | |||
| sender_not | -String | +logIndex_gt | +BigInt | |||
| sender_gt | -String | +logIndex_lt | +BigInt | |||
| sender_lt | -String | +logIndex_gte | +BigInt | |||
| sender_gte | -String | +logIndex_lte | +BigInt | |||
| sender_lte | -String | +logIndex_in | +[BigInt!] | |||
| sender_in | -[String!] | +logIndex_not_in | +[BigInt!] | |||
| sender_not_in | -[String!] | +eventType | +EventType | |||
| sender_contains | -String | +eventType_not | +EventType | |||
| sender_contains_nocase | -String | +eventType_in | +[EventType!] | |||
| sender_not_contains | -String | +eventType_not_in | +[EventType!] | |||
| sender_not_contains_nocase | +from | String | ||||
| sender_starts_with | +from_not | String | ||||
| sender_starts_with_nocase | +from_gt | String | ||||
| sender_not_starts_with | +from_lt | String | ||||
| sender_not_starts_with_nocase | +from_gte | String | ||||
| sender_ends_with | +from_lte | String | ||||
| sender_ends_with_nocase | -String | +from_in | +[String!] | |||
| sender_not_ends_with | -String | +from_not_in | +[String!] | |||
| sender_not_ends_with_nocase | +from_contains | String | ||||
| sender_ | -Account_filter | +from_contains_nocase | +String | |||
| owner | +from_not_contains | String | ||||
| owner_not | +from_not_contains_nocase | String | ||||
| owner_gt | +from_starts_with | String | ||||
| owner_lt | +from_starts_with_nocase | String | ||||
| owner_gte | +from_not_starts_with | String | ||||
| owner_lte | +from_not_starts_with_nocase | String | ||||
| owner_in | -[String!] | +from_ends_with | +String | |||
| owner_not_in | -[String!] | +from_ends_with_nocase | +String | |||
| owner_contains | +from_not_ends_with | String | ||||
| owner_contains_nocase | +from_not_ends_with_nocase | String | ||||
| owner_not_contains | +to | String | ||||
| owner_not_contains_nocase | +to_not | String | ||||
| owner_starts_with | +to_gt | String | ||||
| owner_starts_with_nocase | +to_lt | String | ||||
| owner_not_starts_with | +to_gte | String | ||||
| owner_not_starts_with_nocase | +to_lte | String | ||||
| owner_ends_with | -String | +to_in | +[String!] | |||
| owner_ends_with_nocase | +to_not_in | +[String!] | ++ | |||
| to_contains | String | |||||
| owner_not_ends_with | +to_contains_nocase | String | ||||
| owner_not_ends_with_nocase | +to_not_contains | String | ||||
| owner_ | -Account_filter | +to_not_contains_nocase | +String | |||
| tickLower | -Int | +to_starts_with | +String | |||
| tickLower_not | -Int | +to_starts_with_nocase | +String | |||
| tickLower_gt | -Int | +to_not_starts_with | +String | |||
| tickLower_lt | -Int | +to_not_starts_with_nocase | +String | |||
| tickLower_gte | -Int | +to_ends_with | +String | |||
| tickLower_lte | -Int | +to_ends_with_nocase | +String | |||
| tickLower_in | -[Int!] | +to_not_ends_with | +String | |||
| tickLower_not_in | -[Int!] | +to_not_ends_with_nocase | +String | |||
| tickUpper | -Int | +blockNumber | +BigInt | |||
| tickUpper_not | -Int | +blockNumber_not | +BigInt | |||
| tickUpper_gt | -Int | +blockNumber_gt | +BigInt | |||
| tickUpper_lt | -Int | +blockNumber_lt | +BigInt | |||
| tickUpper_gte | -Int | +blockNumber_gte | +BigInt | |||
| tickUpper_lte | -Int | +blockNumber_lte | +BigInt | |||
| tickUpper_in | -[Int!] | +blockNumber_in | +[BigInt!] | |||
| tickUpper_not_in | -[Int!] | +blockNumber_not_in | +[BigInt!] | |||
| amount | +timestamp | BigInt | ||||
| amount_not | +timestamp_not | BigInt | ||||
| amount_gt | +timestamp_gt | BigInt | ||||
| amount_lt | +timestamp_lt | BigInt | ||||
| amount_gte | +timestamp_gte | BigInt | ||||
| amount_lte | +timestamp_lte | BigInt | ||||
| amount_in | +timestamp_in | [BigInt!] | ||||
| amount_not_in | +timestamp_not_in | [BigInt!] | ||||
| amount0 | -BigDecimal | +gasUsed | +BigInt | |||
| amount0_not | -BigDecimal | +gasUsed_not | +BigInt | |||
| amount0_gt | -BigDecimal | +gasUsed_gt | +BigInt | |||
| amount0_lt | -BigDecimal | +gasUsed_lt | +BigInt | |||
| amount0_gte | -BigDecimal | +gasUsed_gte | +BigInt | |||
| amount0_lte | -BigDecimal | +gasUsed_lte | +BigInt | |||
| amount0_in | -[BigDecimal!] | +gasUsed_in | +[BigInt!] | |||
| amount0_not_in | -[BigDecimal!] | +gasUsed_not_in | +[BigInt!] | |||
| amount1 | -BigDecimal | +gasPrice | +BigInt | |||
| amount1_not | -BigDecimal | +gasPrice_not | +BigInt | |||
| amount1_gt | -BigDecimal | +gasPrice_gt | +BigInt | |||
| amount1_lt | -BigDecimal | +gasPrice_lt | +BigInt | |||
| amount1_gte | -BigDecimal | +gasPrice_gte | +BigInt | |||
| amount1_lte | -BigDecimal | +gasPrice_lte | +BigInt | |||
| amount1_in | -[BigDecimal!] | +gasPrice_in | +[BigInt!] | |||
| amount1_not_in | -[BigDecimal!] | +gasPrice_not_in | +[BigInt!] | |||
| token0 | +pool | String | ||||
| token0_not | +pool_not | String | ||||
| token0_gt | +pool_gt | String | ||||
| token0_lt | +pool_lt | String | ||||
| token0_gte | +pool_gte | String | ||||
| token0_lte | +pool_lte | String | ||||
| token0_in | +pool_in | [String!] | ||||
| token0_not_in | +pool_not_in | [String!] | ||||
| token0_contains | +pool_contains | String | ||||
| token0_contains_nocase | +pool_contains_nocase | String | ||||
| token0_not_contains | +pool_not_contains | String | ||||
| token0_not_contains_nocase | +pool_not_contains_nocase | String | ||||
| token0_starts_with | +pool_starts_with | String | ||||
| token0_starts_with_nocase | +pool_starts_with_nocase | String | ||||
| token0_not_starts_with | +pool_not_starts_with | String | ||||
| token0_not_starts_with_nocase | +pool_not_starts_with_nocase | String | ||||
| token0_ends_with | +pool_ends_with | String | ||||
| token0_ends_with_nocase | +pool_ends_with_nocase | String | ||||
| token0_not_ends_with | +pool_not_ends_with | String | ||||
| token0_not_ends_with_nocase | +pool_not_ends_with_nocase | String | ||||
| token0_ | -Token_filter | +pool_ | +Pool_filter | |||
| token1 | +sender | String | ||||
| token1_not | +sender_not | String | ||||
| token1_gt | +sender_gt | String | ||||
| token1_lt | +sender_lt | String | ||||
| token1_gte | +sender_gte | String | ||||
| token1_lte | +sender_lte | String | ||||
| token1_in | +sender_in | [String!] | ||||
| token1_not_in | +sender_not_in | [String!] | ||||
| token1_contains | +sender_contains | String | ||||
| token1_contains_nocase | +sender_contains_nocase | String | ||||
| token1_not_contains | +sender_not_contains | String | ||||
| token1_not_contains_nocase | +sender_not_contains_nocase | String | ||||
| token1_starts_with | +sender_starts_with | String | ||||
| token1_starts_with_nocase | +sender_starts_with_nocase | String | ||||
| token1_not_starts_with | +sender_not_starts_with | String | ||||
| token1_not_starts_with_nocase | +sender_not_starts_with_nocase | String | ||||
| token1_ends_with | +sender_ends_with | String | ||||
| token1_ends_with_nocase | +sender_ends_with_nocase | String | ||||
| token1_not_ends_with | +sender_not_ends_with | String | ||||
| token1_not_ends_with_nocase | +sender_not_ends_with_nocase | String | ||||
| token1_ | -Token_filter | -- | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -||||
| and | -[Mint_filter] | -- | ||||
| or | -[Mint_filter] | +sender_ | +Account_filter | |||
| Field | -Type | -Description | -|||||
|---|---|---|---|---|---|---|---|
| id | -ID | +shares | +BigInt | ||||
| id_not | -ID | +shares_not | +BigInt | ||||
| id_gt | -ID | +shares_gt | +BigInt | ||||
| id_lt | -ID | +shares_lt | +BigInt | ||||
| id_gte | -ID | +shares_gte | +BigInt | ||||
| id_lte | -ID | +shares_lte | +BigInt | ||||
| id_in | -[ID!] | +shares_in | +[BigInt!] | ||||
| id_not_in | -[ID!] | +shares_not_in | +[BigInt!] | ||||
| hash | +collateral | String | |||||
| hash_not | +collateral_not | String | |||||
| hash_gt | +collateral_gt | String | |||||
| hash_lt | +collateral_lt | String | |||||
| hash_gte | +collateral_gte | String | |||||
| hash_lte | +collateral_lte | String | |||||
| hash_in | +collateral_in | [String!] | |||||
| hash_not_in | +collateral_not_in | [String!] | |||||
| hash_contains | +collateral_contains | String | |||||
| hash_contains_nocase | +collateral_contains_nocase | String | |||||
| hash_not_contains | +collateral_not_contains | String | |||||
| hash_not_contains_nocase | +collateral_not_contains_nocase | String | |||||
| hash_starts_with | +collateral_starts_with | String | |||||
| hash_starts_with_nocase | +collateral_starts_with_nocase | String | |||||
| hash_not_starts_with | +collateral_not_starts_with | String | |||||
| hash_not_starts_with_nocase | +collateral_not_starts_with_nocase | String | |||||
| hash_ends_with | +collateral_ends_with | String | |||||
| hash_ends_with_nocase | +collateral_ends_with_nocase | String | |||||
| hash_not_ends_with | +collateral_not_ends_with | String | |||||
| hash_not_ends_with_nocase | +collateral_not_ends_with_nocase | String | |||||
| logIndex | -BigInt | +collateral_ | +Collateral_filter | ||||
| logIndex_not | -BigInt | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| logIndex_gt | -BigInt | +and | +[Donate_filter] | ||||
| logIndex_lt | -BigInt | +or | +[Donate_filter] | ||||
| logIndex_gte | -BigInt | +Field | +Type | +Description | +|||
|---|---|---|---|---|---|---|---|
| id | +ID | ||||||
| logIndex_lte | -BigInt | +id_not | +ID | ||||
| logIndex_in | -[BigInt!] | +id_gt | +ID | ||||
| logIndex_not_in | -[BigInt!] | +id_lt | +ID | ||||
| eventType | -EventType | +id_gte | +ID | ||||
| eventType_not | -EventType | +id_lte | +ID | ||||
| eventType_in | -[EventType!] | +id_in | +[ID!] | ||||
| eventType_not_in | -[EventType!] | +id_not_in | +[ID!] | ||||
| from | +hash | String | |||||
| from_not | +hash_not | String | |||||
| from_gt | +hash_gt | String | |||||
| from_lt | +hash_lt | String | |||||
| from_gte | +hash_gte | String | |||||
| from_lte | +hash_lte | String | |||||
| from_in | +hash_in | [String!] | |||||
| from_not_in | +hash_not_in | [String!] | |||||
| from_contains | +hash_contains | String | |||||
| from_contains_nocase | +hash_contains_nocase | String | |||||
| from_not_contains | +hash_not_contains | String | |||||
| from_not_contains_nocase | +hash_not_contains_nocase | String | |||||
| from_starts_with | +hash_starts_with | String | |||||
| from_starts_with_nocase | +hash_starts_with_nocase | String | |||||
| from_not_starts_with | +hash_not_starts_with | String | |||||
| from_not_starts_with_nocase | +hash_not_starts_with_nocase | String | |||||
| from_ends_with | +hash_ends_with | String | |||||
| from_ends_with_nocase | +hash_ends_with_nocase | String | |||||
| from_not_ends_with | +hash_not_ends_with | String | |||||
| from_not_ends_with_nocase | +hash_not_ends_with_nocase | String | |||||
| to | -String | +logIndex | +BigInt | ||||
| to_not | -String | +logIndex_not | +BigInt | ||||
| to_gt | -String | +logIndex_gt | +BigInt | ||||
| to_lt | -String | +logIndex_lt | +BigInt | ||||
| to_gte | -String | +logIndex_gte | +BigInt | ||||
| to_lte | -String | -+ | logIndex_lte | +BigInt | +|||
| to_in | +logIndex_in | +[BigInt!] | ++ | ||||
| logIndex_not_in | +[BigInt!] | ++ | |||||
| from | +String | ++ | |||||
| from_not | +String | ++ | |||||
| from_gt | +String | ++ | |||||
| from_lt | +String | ++ | |||||
| from_gte | +String | ++ | |||||
| from_lte | +String | ++ | |||||
| from_in | [String!] | ||||||
| to_not_in | +from_not_in | [String!] | |||||
| to_contains | +from_contains | String | |||||
| to_contains_nocase | +from_contains_nocase | String | |||||
| to_not_contains | +from_not_contains | String | |||||
| to_not_contains_nocase | +from_not_contains_nocase | String | |||||
| to_starts_with | +from_starts_with | String | |||||
| to_starts_with_nocase | +from_starts_with_nocase | String | |||||
| to_not_starts_with | +from_not_starts_with | String | |||||
| to_not_starts_with_nocase | +from_not_starts_with_nocase | String | |||||
| to_ends_with | +from_ends_with | String | |||||
| to_ends_with_nocase | +from_ends_with_nocase | String | |||||
| to_not_ends_with | +from_not_ends_with | String | |||||
| to_not_ends_with_nocase | +from_not_ends_with_nocase | String | |||||
| blockNumber | -BigInt | +to | +String | ||||
| blockNumber_not | -BigInt | +to_not | +String | ||||
| blockNumber_gt | -BigInt | +to_gt | +String | ||||
| blockNumber_lt | -BigInt | +to_lt | +String | ||||
| blockNumber_gte | -BigInt | +to_gte | +String | ||||
| blockNumber_lte | -BigInt | +to_lte | +String | ||||
| blockNumber_in | -[BigInt!] | +to_in | +[String!] | ||||
| blockNumber_not_in | -[BigInt!] | +to_not_in | +[String!] | ||||
| timestamp | -BigInt | +to_contains | +String | ||||
| timestamp_not | -BigInt | +to_contains_nocase | +String | ||||
| timestamp_gt | -BigInt | +to_not_contains | +String | ||||
| timestamp_lt | -BigInt | +to_not_contains_nocase | +String | ||||
| timestamp_gte | -BigInt | +to_starts_with | +String | ||||
| timestamp_lte | -BigInt | +to_starts_with_nocase | +String | ||||
| timestamp_in | -[BigInt!] | +to_not_starts_with | +String | ||||
| timestamp_not_in | -[BigInt!] | +to_not_starts_with_nocase | +String | ||||
| gasUsed | +to_ends_with | +String | ++ | ||||
| to_ends_with_nocase | +String | ++ | |||||
| to_not_ends_with | +String | ++ | |||||
| to_not_ends_with_nocase | +String | ++ | |||||
| blockNumber | BigInt | ||||||
| gasUsed_not | +blockNumber_not | BigInt | |||||
| gasUsed_gt | +blockNumber_gt | BigInt | |||||
| gasUsed_lt | +blockNumber_lt | BigInt | |||||
| gasUsed_gte | +blockNumber_gte | BigInt | |||||
| gasUsed_lte | +blockNumber_lte | BigInt | |||||
| gasUsed_in | +blockNumber_in | [BigInt!] | |||||
| gasUsed_not_in | +blockNumber_not_in | [BigInt!] | |||||
| gasPrice | +timestamp | BigInt | |||||
| gasPrice_not | +timestamp_not | BigInt | |||||
| gasPrice_gt | +timestamp_gt | BigInt | |||||
| gasPrice_lt | +timestamp_lt | BigInt | |||||
| gasPrice_gte | +timestamp_gte | BigInt | |||||
| gasPrice_lte | +timestamp_lte | BigInt | |||||
| gasPrice_in | +timestamp_in | [BigInt!] | |||||
| gasPrice_not_in | +timestamp_not_in | [BigInt!] | |||||
| pool | -String | -- | |||||
| pool_not | -String | +gasUsed | +BigInt | ||||
| pool_gt | -String | +gasUsed_not | +BigInt | ||||
| pool_lt | -String | +gasUsed_gt | +BigInt | ||||
| pool_gte | -String | +gasUsed_lt | +BigInt | ||||
| pool_lte | -String | +gasUsed_gte | +BigInt | ||||
| pool_in | -[String!] | +gasUsed_lte | +BigInt | ||||
| pool_not_in | -[String!] | +gasUsed_in | +[BigInt!] | ||||
| pool_contains | -String | +gasUsed_not_in | +[BigInt!] | ||||
| pool_contains_nocase | -String | +gasPrice | +BigInt | ||||
| pool_not_contains | -String | +gasPrice_not | +BigInt | ||||
| pool_not_contains_nocase | -String | +gasPrice_gt | +BigInt | ||||
| pool_starts_with | -String | +gasPrice_lt | +BigInt | ||||
| pool_starts_with_nocase | -String | +gasPrice_gte | +BigInt | ||||
| pool_not_starts_with | -String | +gasPrice_lte | +BigInt | ||||
| pool_not_starts_with_nocase | -String | +gasPrice_in | +[BigInt!] | ||||
| pool_ends_with | -String | +gasPrice_not_in | +[BigInt!] | ||||
| pool_ends_with_nocase | -String | +eventType | +EventType | ||||
| pool_not_ends_with | -String | +eventType_not | +EventType | ||||
| pool_not_ends_with_nocase | -String | +eventType_in | +[EventType!] | ||||
| pool_ | -Pool_filter | +eventType_not_in | +[EventType!] | ||||
| recipient | +pool | String | |||||
| recipient_not | +pool_not | String | |||||
| recipient_gt | +pool_gt | String | |||||
| recipient_lt | +pool_lt | String | |||||
| recipient_gte | +pool_gte | String | |||||
| recipient_lte | +pool_lte | String | |||||
| recipient_in | +pool_in | [String!] | |||||
| recipient_not_in | +pool_not_in | [String!] | |||||
| recipient_contains | +pool_contains | String | |||||
| recipient_contains_nocase | +pool_contains_nocase | String | |||||
| recipient_not_contains | +pool_not_contains | String | |||||
| recipient_not_contains_nocase | +pool_not_contains_nocase | String | |||||
| recipient_starts_with | +pool_starts_with | String | |||||
| recipient_starts_with_nocase | +pool_starts_with_nocase | String | |||||
| recipient_not_starts_with | +pool_not_starts_with | String | |||||
| recipient_not_starts_with_nocase | +pool_not_starts_with_nocase | String | |||||
| recipient_ends_with | +pool_ends_with | String | |||||
| recipient_ends_with_nocase | +pool_ends_with_nocase | String | |||||
| recipient_not_ends_with | +pool_not_ends_with | String | |||||
| recipient_not_ends_with_nocase | +pool_not_ends_with_nocase | String | |||||
| recipient_ | -Account_filter | +pool_ | +Pool_filter | ||||
| positionSize | -BigInt | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| positionSize_not | -BigInt | +and | +[Event_filter] | ||||
| positionSize_gt | -BigInt | +or | +[Event_filter] | ||||
| positionSize_lt | -BigInt | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| positionSize_gte | -BigInt | +id | +ID | ||||
| positionSize_lte | -BigInt | +id_not | +ID | ||||
| positionSize_in | -[BigInt!] | +id_gt | +ID | ||||
| positionSize_not_in | -[BigInt!] | +id_lt | +ID | ||||
| tokenId | -String | +id_gte | +ID | ||||
| tokenId_not | -String | +id_lte | +ID | ||||
| tokenId_gt | -String | +id_in | +[ID!] | ||||
| tokenId_lt | -String | +id_not_in | +[ID!] | ||||
| tokenId_gte | -String | +poolCount | +BigInt | ||||
| tokenId_lte | -String | +poolCount_not | +BigInt | ||||
| tokenId_in | -[String!] | +poolCount_gt | +BigInt | ||||
| tokenId_not_in | -[String!] | +poolCount_lt | +BigInt | ||||
| tokenId_contains | -String | +poolCount_gte | +BigInt | ||||
| tokenId_contains_nocase | -String | +poolCount_lte | +BigInt | ||||
| tokenId_not_contains | -String | +poolCount_in | +[BigInt!] | ||||
| tokenId_not_contains_nocase | -String | +poolCount_not_in | +[BigInt!] | ||||
| tokenId_starts_with | -String | +owner | +ID | ||||
| tokenId_starts_with_nocase | -String | +owner_not | +ID | ||||
| tokenId_not_starts_with | -String | +owner_gt | +ID | ||||
| tokenId_not_starts_with_nocase | -String | +owner_lt | +ID | ||||
| tokenId_ends_with | -String | +owner_gte | +ID | ||||
| tokenId_ends_with_nocase | -String | +owner_lte | +ID | ||||
| tokenId_not_ends_with | -String | +owner_in | +[ID!] | ||||
| tokenId_not_ends_with_nocase | -String | +owner_not_in | +[ID!] | ||||
| tokenId_ | -TokenId_filter | +opBackfilled | +Boolean | ||||
| tickAt | -Int | +opBackfilled_not | +Boolean | ||||
| tickAt_not | -Int | +opBackfilled_in | +[Boolean!] | ||||
| tickAt_gt | -Int | +opBackfilled_not_in | +[Boolean!] | ||||
| tickAt_lt | -Int | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| tickAt_gte | -Int | +and | +[Factory_filter] | ||||
| tickAt_lte | -Int | +or | +[Factory_filter] | ||||
| tickAt_in | -[Int!] | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| tickAt_not_in | -[Int!] | +id | +ID | ||||
| panopticPool | -String | +id_not | +ID | ||||
| panopticPool_not | -String | +id_gt | +ID | ||||
| panopticPool_gt | -String | +id_lt | +ID | ||||
| panopticPool_lt | -String | +id_gte | +ID | ||||
| panopticPool_gte | +id_lte | +ID | ++ | ||||
| id_in | +[ID!] | ++ | |||||
| id_not_in | +[ID!] | ++ | |||||
| hash | String | ||||||
| panopticPool_lte | +hash_not | String | |||||
| panopticPool_in | -[String!] | +hash_gt | +String | ||||
| panopticPool_not_in | -[String!] | +hash_lt | +String | ||||
| panopticPool_contains | +hash_gte | String | |||||
| panopticPool_contains_nocase | +hash_lte | String | |||||
| panopticPool_not_contains | +hash_in | +[String!] | ++ | ||||
| hash_not_in | +[String!] | ++ | |||||
| hash_contains | String | ||||||
| panopticPool_not_contains_nocase | +hash_contains_nocase | String | |||||
| panopticPool_starts_with | +hash_not_contains | String | |||||
| panopticPool_starts_with_nocase | +hash_not_contains_nocase | String | |||||
| panopticPool_not_starts_with | +hash_starts_with | String | |||||
| panopticPool_not_starts_with_nocase | +hash_starts_with_nocase | String | |||||
| panopticPool_ends_with | +hash_not_starts_with | String | |||||
| panopticPool_ends_with_nocase | +hash_not_starts_with_nocase | String | |||||
| panopticPool_not_ends_with | +hash_ends_with | String | |||||
| panopticPool_not_ends_with_nocase | +hash_ends_with_nocase | String | |||||
| panopticPool_ | -PanopticPool_filter | +hash_not_ends_with | +String | ||||
| premium0 | +hash_not_ends_with_nocase | +String | ++ | ||||
| logIndex | BigInt | ||||||
| premium0_not | +logIndex_not | BigInt | |||||
| premium0_gt | +logIndex_gt | BigInt | |||||
| premium0_lt | +logIndex_lt | BigInt | |||||
| premium0_gte | +logIndex_gte | BigInt | |||||
| premium0_lte | +logIndex_lte | BigInt | |||||
| premium0_in | +logIndex_in | [BigInt!] | |||||
| premium0_not_in | +logIndex_not_in | [BigInt!] | |||||
| premium1 | -BigInt | +eventType | +EventType | ||||
| premium1_not | -BigInt | +eventType_not | +EventType | ||||
| premium1_gt | -BigInt | +eventType_in | +[EventType!] | ||||
| premium1_lt | -BigInt | +eventType_not_in | +[EventType!] | ||||
| premium1_gte | -BigInt | +from | +String | ||||
| premium1_lte | -BigInt | +from_not | +String | ||||
| premium1_in | -[BigInt!] | +from_gt | +String | ||||
| premium1_not_in | -[BigInt!] | +from_lt | +String | ||||
| premiaByLeg | -[BigInt!] | +from_gte | +String | ||||
| premiaByLeg_not | -[BigInt!] | +from_lte | +String | ||||
| premiaByLeg_contains | -[BigInt!] | +from_in | +[String!] | ||||
| premiaByLeg_contains_nocase | -[BigInt!] | +from_not_in | +[String!] | ||||
| premiaByLeg_not_contains | -[BigInt!] | +from_contains | +String | ||||
| premiaByLeg_not_contains_nocase | -[BigInt!] | +from_contains_nocase | +String | ||||
| totalShares0 | -BigInt | +from_not_contains | +String | ||||
| totalShares0_not | -BigInt | +from_not_contains_nocase | +String | ||||
| totalShares0_gt | -BigInt | +from_starts_with | +String | ||||
| totalShares0_lt | -BigInt | +from_starts_with_nocase | +String | ||||
| totalShares0_gte | -BigInt | +from_not_starts_with | +String | ||||
| totalShares0_lte | -BigInt | +from_not_starts_with_nocase | +String | ||||
| totalShares0_in | -[BigInt!] | +from_ends_with | +String | ||||
| totalShares0_not_in | -[BigInt!] | +from_ends_with_nocase | +String | ||||
| totalAssets0 | -BigInt | +from_not_ends_with | +String | ||||
| totalAssets0_not | -BigInt | +from_not_ends_with_nocase | +String | ||||
| totalAssets0_gt | -BigInt | +to | +String | ||||
| totalAssets0_lt | -BigInt | +to_not | +String | ||||
| totalAssets0_gte | -BigInt | +to_gt | +String | ||||
| totalAssets0_lte | -BigInt | +to_lt | +String | ||||
| totalAssets0_in | -[BigInt!] | +to_gte | +String | ||||
| totalAssets0_not_in | -[BigInt!] | +to_lte | +String | ||||
| totalShares1 | -BigInt | +to_in | +[String!] | ||||
| totalShares1_not | -BigInt | +to_not_in | +[String!] | ||||
| totalShares1_gt | -BigInt | +to_contains | +String | ||||
| totalShares1_lt | -BigInt | +to_contains_nocase | +String | ||||
| totalShares1_gte | -BigInt | +to_not_contains | +String | ||||
| totalShares1_lte | -BigInt | +to_not_contains_nocase | +String | ||||
| totalShares1_in | -[BigInt!] | +to_starts_with | +String | ||||
| totalShares1_not_in | -[BigInt!] | +to_starts_with_nocase | +String | ++ | |||
| to_not_starts_with | +String | ++ | |||||
| to_not_starts_with_nocase | +String | ++ | |||||
| to_ends_with | +String | ++ | |||||
| to_ends_with_nocase | +String | ++ | |||||
| to_not_ends_with | +String | ++ | |||||
| to_not_ends_with_nocase | +String | ||||||
| totalAssets1 | +blockNumber | BigInt | |||||
| totalAssets1_not | +blockNumber_not | BigInt | |||||
| totalAssets1_gt | +blockNumber_gt | BigInt | |||||
| totalAssets1_lt | +blockNumber_lt | BigInt | |||||
| totalAssets1_gte | +blockNumber_gte | BigInt | |||||
| totalAssets1_lte | +blockNumber_lte | BigInt | |||||
| totalAssets1_in | +blockNumber_in | [BigInt!] | |||||
| totalAssets1_not_in | +blockNumber_not_in | [BigInt!] | |||||
| txnOpened | -String | +timestamp | +BigInt | ||||
| txnOpened_not | -String | +timestamp_not | +BigInt | ||||
| txnOpened_gt | -String | +timestamp_gt | +BigInt | ||||
| txnOpened_lt | -String | +timestamp_lt | +BigInt | ||||
| txnOpened_gte | -String | +timestamp_gte | +BigInt | ||||
| txnOpened_lte | -String | +timestamp_lte | +BigInt | ||||
| txnOpened_in | -[String!] | +timestamp_in | +[BigInt!] | ||||
| txnOpened_not_in | -[String!] | +timestamp_not_in | +[BigInt!] | ||||
| txnOpened_contains | -String | +gasUsed | +BigInt | ||||
| txnOpened_contains_nocase | -String | +gasUsed_not | +BigInt | ||||
| txnOpened_not_contains | -String | +gasUsed_gt | +BigInt | ||||
| txnOpened_not_contains_nocase | -String | +gasUsed_lt | +BigInt | ||||
| txnOpened_starts_with | -String | +gasUsed_gte | +BigInt | ||||
| txnOpened_starts_with_nocase | -String | +gasUsed_lte | +BigInt | ||||
| txnOpened_not_starts_with | -String | +gasUsed_in | +[BigInt!] | ||||
| txnOpened_not_starts_with_nocase | -String | +gasUsed_not_in | +[BigInt!] | ||||
| txnOpened_ends_with | -String | +gasPrice | +BigInt | ||||
| txnOpened_ends_with_nocase | -String | +gasPrice_not | +BigInt | ||||
| txnOpened_not_ends_with | -String | +gasPrice_gt | +BigInt | ||||
| txnOpened_not_ends_with_nocase | -String | +gasPrice_lt | +BigInt | ||||
| txnOpened_ | -OptionMint_filter | +gasPrice_gte | +BigInt | ||||
| accountBalance | +gasPrice_lte | +BigInt | ++ | ||||
| gasPrice_in | +[BigInt!] | ++ | |||||
| gasPrice_not_in | +[BigInt!] | ++ | |||||
| pool | String | ||||||
| accountBalance_not | +pool_not | String | |||||
| accountBalance_gt | +pool_gt | String | |||||
| accountBalance_lt | +pool_lt | String | |||||
| accountBalance_gte | +pool_gte | String | |||||
| accountBalance_lte | +pool_lte | String | |||||
| accountBalance_in | +pool_in | [String!] | |||||
| accountBalance_not_in | +pool_not_in | [String!] | |||||
| accountBalance_contains | +pool_contains | String | |||||
| accountBalance_contains_nocase | +pool_contains_nocase | String | |||||
| accountBalance_not_contains | +pool_not_contains | String | |||||
| accountBalance_not_contains_nocase | +pool_not_contains_nocase | String | |||||
| accountBalance_starts_with | +pool_starts_with | String | |||||
| accountBalance_starts_with_nocase | +pool_starts_with_nocase | String | |||||
| accountBalance_not_starts_with | +pool_not_starts_with | String | |||||
| accountBalance_not_starts_with_nocase | +pool_not_starts_with_nocase | String | |||||
| accountBalance_ends_with | +pool_ends_with | String | |||||
| accountBalance_ends_with_nocase | +pool_ends_with_nocase | String | |||||
| accountBalance_not_ends_with | +pool_not_ends_with | String | |||||
| accountBalance_not_ends_with_nocase | +pool_not_ends_with_nocase | String | |||||
| accountBalance_ | -AccountBalance_filter | +pool_ | +Pool_filter | ||||
| forcedExercise | +exercisor | String | |||||
| forcedExercise_not | +exercisor_not | String | |||||
| forcedExercise_gt | +exercisor_gt | String | |||||
| forcedExercise_lt | +exercisor_lt | String | |||||
| forcedExercise_gte | +exercisor_gte | String | |||||
| forcedExercise_lte | +exercisor_lte | String | |||||
| forcedExercise_in | +exercisor_in | [String!] | |||||
| forcedExercise_not_in | +exercisor_not_in | [String!] | |||||
| forcedExercise_contains | +exercisor_contains | String | |||||
| forcedExercise_contains_nocase | +exercisor_contains_nocase | String | |||||
| forcedExercise_not_contains | +exercisor_not_contains | String | |||||
| forcedExercise_not_contains_nocase | +exercisor_not_contains_nocase | String | |||||
| forcedExercise_starts_with | +exercisor_starts_with | String | |||||
| forcedExercise_starts_with_nocase | +exercisor_starts_with_nocase | String | |||||
| forcedExercise_not_starts_with | +exercisor_not_starts_with | String | |||||
| forcedExercise_not_starts_with_nocase | +exercisor_not_starts_with_nocase | String | |||||
| forcedExercise_ends_with | +exercisor_ends_with | String | |||||
| forcedExercise_ends_with_nocase | +exercisor_ends_with_nocase | String | |||||
| forcedExercise_not_ends_with | +exercisor_not_ends_with | String | |||||
| forcedExercise_not_ends_with_nocase | +exercisor_not_ends_with_nocase | String | |||||
| forcedExercise_ | -ForcedExercise_filter | +exercisor_ | +Account_filter | ||||
| accountLiquidated | +user | String | |||||
| accountLiquidated_not | +user_not | String | |||||
| accountLiquidated_gt | +user_gt | String | |||||
| accountLiquidated_lt | +user_lt | String | |||||
| accountLiquidated_gte | +user_gte | String | |||||
| accountLiquidated_lte | +user_lte | String | |||||
| accountLiquidated_in | +user_in | [String!] | |||||
| accountLiquidated_not_in | +user_not_in | [String!] | |||||
| accountLiquidated_contains | +user_contains | String | |||||
| accountLiquidated_contains_nocase | +user_contains_nocase | String | |||||
| accountLiquidated_not_contains | +user_not_contains | String | |||||
| accountLiquidated_not_contains_nocase | +user_not_contains_nocase | String | |||||
| accountLiquidated_starts_with | +user_starts_with | String | |||||
| accountLiquidated_starts_with_nocase | +user_starts_with_nocase | String | |||||
| accountLiquidated_not_starts_with | +user_not_starts_with | String | |||||
| accountLiquidated_not_starts_with_nocase | +user_not_starts_with_nocase | String | |||||
| accountLiquidated_ends_with | +user_ends_with | String | |||||
| accountLiquidated_ends_with_nocase | +user_ends_with_nocase | String | |||||
| accountLiquidated_not_ends_with | +user_not_ends_with | String | |||||
| accountLiquidated_not_ends_with_nocase | +user_not_ends_with_nocase | String | |||||
| accountLiquidated_ | -AccountLiquidated_filter | +user_ | +Account_filter | ||||
| panopticVersion | -BigDecimal | +tokenId | +BigInt | ||||
| panopticVersion_not | -BigDecimal | +tokenId_not | +BigInt | ||||
| panopticVersion_gt | -BigDecimal | +tokenId_gt | +BigInt | ||||
| panopticVersion_lt | -BigDecimal | +tokenId_lt | +BigInt | ||||
| panopticVersion_gte | -BigDecimal | +tokenId_gte | +BigInt | ||||
| panopticVersion_lte | -BigDecimal | +tokenId_lte | +BigInt | ||||
| panopticVersion_in | -[BigDecimal!] | -+ | tokenId_in | +[BigInt!] | +|||
| panopticVersion_not_in | +tokenId_not_in | +[BigInt!] | ++ | ||||
| exerciseFee | +BigInt | ++ | |||||
| exerciseFee_not | +BigInt | ++ | |||||
| exerciseFee_gt | +BigInt | ++ | |||||
| exerciseFee_lt | +BigInt | ++ | |||||
| exerciseFee_gte | +BigInt | ++ | |||||
| exerciseFee_lte | +BigInt | ++ | |||||
| exerciseFee_in | +[BigInt!] | ++ | |||||
| exerciseFee_not_in | +[BigInt!] | ++ | |||||
| exerciseFee0 | +BigInt | ++ | |||||
| exerciseFee0_not | +BigInt | ++ | |||||
| exerciseFee0_gt | +BigInt | ++ | |||||
| exerciseFee0_lt | +BigInt | ++ | |||||
| exerciseFee0_gte | +BigInt | ++ | |||||
| exerciseFee0_lte | +BigInt | ++ | |||||
| exerciseFee0_in | +[BigInt!] | ++ | |||||
| exerciseFee0_not_in | +[BigInt!] | ++ | |||||
| exerciseFee1 | +BigInt | ++ | |||||
| exerciseFee1_not | +BigInt | ++ | |||||
| exerciseFee1_gt | +BigInt | ++ | |||||
| exerciseFee1_lt | +BigInt | ++ | |||||
| exerciseFee1_gte | +BigInt | ++ | |||||
| exerciseFee1_lte | +BigInt | ++ | |||||
| exerciseFee1_in | +[BigInt!] | ++ | |||||
| exerciseFee1_not_in | +[BigInt!] | ++ | |||||
| exerciseFeeUSD | +BigDecimal | ++ | |||||
| exerciseFeeUSD_not | +BigDecimal | ++ | |||||
| exerciseFeeUSD_gt | +BigDecimal | ++ | |||||
| exerciseFeeUSD_lt | +BigDecimal | ++ | |||||
| exerciseFeeUSD_gte | +BigDecimal | ++ | |||||
| exerciseFeeUSD_lte | +BigDecimal | ++ | |||||
| exerciseFeeUSD_in | [BigDecimal!] | ||||||
| _change_block | +exerciseFeeUSD_not_in | +[BigDecimal!] | ++ | ||||
| tickAt | +Int | ++ | |||||
| tickAt_not | +Int | ++ | |||||
| tickAt_gt | +Int | ++ | |||||
| tickAt_lt | +Int | ++ | |||||
| tickAt_gte | +Int | ++ | |||||
| tickAt_lte | +Int | ++ | |||||
| tickAt_in | +[Int!] | ++ | |||||
| tickAt_not_in | +[Int!] | ++ | |||||
| panopticPool | +String | ++ | |||||
| panopticPool_not | +String | ++ | |||||
| panopticPool_gt | +String | ++ | |||||
| panopticPool_lt | +String | ++ | |||||
| panopticPool_gte | +String | ++ | |||||
| panopticPool_lte | +String | ++ | |||||
| panopticPool_in | +[String!] | ++ | |||||
| panopticPool_not_in | +[String!] | ++ | |||||
| panopticPool_contains | +String | ++ | |||||
| panopticPool_contains_nocase | +String | ++ | |||||
| panopticPool_not_contains | +String | ++ | |||||
| panopticPool_not_contains_nocase | +String | ++ | |||||
| panopticPool_starts_with | +String | ++ | |||||
| panopticPool_starts_with_nocase | +String | ++ | |||||
| panopticPool_not_starts_with | +String | ++ | |||||
| panopticPool_not_starts_with_nocase | +String | ++ | |||||
| panopticPool_ends_with | +String | ++ | |||||
| panopticPool_ends_with_nocase | +String | ++ | |||||
| panopticPool_not_ends_with | +String | ++ | |||||
| panopticPool_not_ends_with_nocase | +String | ++ | |||||
| panopticPool_ | +PanopticPool_filter | ++ | |||||
| optionBurn_ | +OptionBurn_filter | ++ | |||||
| panopticVersion | +BigDecimal | ++ | |||||
| panopticVersion_not | +BigDecimal | ++ | |||||
| panopticVersion_gt | +BigDecimal | ++ | |||||
| panopticVersion_lt | +BigDecimal | ++ | |||||
| panopticVersion_gte | +BigDecimal | ++ | |||||
| panopticVersion_lte | +BigDecimal | ++ | |||||
| panopticVersion_in | +[BigDecimal!] | ++ | |||||
| panopticVersion_not_in | +[BigDecimal!] | ++ | |||||
| _change_block | BlockChangedFilter | @@ -21017,19 +22808,19 @@ Filter for the block changed event. | |||||
| and | -[OptionBurn_filter] | +and | +[ForcedExercise_filter] | ||||
| or | -[OptionBurn_filter] | +or | +[ForcedExercise_filter] | ||||
| id | +id | ID | ||||
| id_not | +id_not | ID | ||||
| id_gt | +id_gt | ID | ||||
| id_lt | +id_lt | ID | ||||
| id_gte | +id_gte | ID | ||||
| id_lte | +id_lte | ID | ||||
| id_in | +id_in | [ID!] | ||||
| id_not_in | +id_not_in | [ID!] | ||||
| hash | +hash | String | ||||
| hash_not | +hash_not | String | ||||
| hash_gt | +hash_gt | String | ||||
| hash_lt | +hash_lt | String | ||||
| hash_gte | +hash_gte | String | ||||
| hash_lte | +hash_lte | String | ||||
| hash_in | +hash_in | [String!] | ||||
| hash_not_in | +hash_not_in | [String!] | ||||
| hash_contains | +hash_contains | String | ||||
| hash_contains_nocase | +hash_contains_nocase | String | ||||
| hash_not_contains | +hash_not_contains | String | ||||
| hash_not_contains_nocase | +hash_not_contains_nocase | String | ||||
| hash_starts_with | +hash_starts_with | String | ||||
| hash_starts_with_nocase | +hash_starts_with_nocase | String | ||||
| hash_not_starts_with | +hash_not_starts_with | String | ||||
| hash_not_starts_with_nocase | +hash_not_starts_with_nocase | String | ||||
| hash_ends_with | +hash_ends_with | String | ||||
| hash_ends_with_nocase | +hash_ends_with_nocase | String | ||||
| hash_not_ends_with | +hash_not_ends_with | String | ||||
| hash_not_ends_with_nocase | +hash_not_ends_with_nocase | String | ||||
| logIndex | +logIndex | BigInt | ||||
| logIndex_not | +logIndex_not | BigInt | ||||
| logIndex_gt | +logIndex_gt | BigInt | ||||
| logIndex_lt | +logIndex_lt | BigInt | ||||
| logIndex_gte | +logIndex_gte | BigInt | ||||
| logIndex_lte | +logIndex_lte | BigInt | ||||
| logIndex_in | +logIndex_in | [BigInt!] | ||||
| logIndex_not_in | +logIndex_not_in | [BigInt!] | ||||
| eventType | +eventType | EventType | ||||
| eventType_not | +eventType_not | EventType | ||||
| eventType_in | +eventType_in | [EventType!] | ||||
| eventType_not_in | +eventType_not_in | [EventType!] | ||||
| from | +from | String | ||||
| from_not | +from_not | String | ||||
| from_gt | +from_gt | String | ||||
| from_lt | +from_lt | String | ||||
| from_gte | +from_gte | String | ||||
| from_lte | +from_lte | String | ||||
| from_in | +from_in | [String!] | ||||
| from_not_in | +from_not_in | [String!] | ||||
| from_contains | +from_contains | String | ||||
| from_contains_nocase | +from_contains_nocase | String | ||||
| from_not_contains | +from_not_contains | String | ||||
| from_not_contains_nocase | +from_not_contains_nocase | String | ||||
| from_starts_with | +from_starts_with | String | ||||
| from_starts_with_nocase | +from_starts_with_nocase | String | ||||
| from_not_starts_with | +from_not_starts_with | String | ||||
| from_not_starts_with_nocase | +from_not_starts_with_nocase | String | ||||
| from_ends_with | +from_ends_with | String | ||||
| from_ends_with_nocase | +from_ends_with_nocase | String | ||||
| from_not_ends_with | +from_not_ends_with | String | ||||
| from_not_ends_with_nocase | +from_not_ends_with_nocase | String | ||||
| to | +to | String | ||||
| to_not | +to_not | String | ||||
| to_gt | +to_gt | String | ||||
| to_lt | +to_lt | String | ||||
| to_gte | +to_gte | String | ||||
| to_lte | +to_lte | String | ||||
| to_in | +to_in | [String!] | ||||
| to_not_in | +to_not_in | [String!] | ||||
| to_contains | +to_contains | String | ||||
| to_contains_nocase | +to_contains_nocase | String | ||||
| to_not_contains | +to_not_contains | String | ||||
| to_not_contains_nocase | +to_not_contains_nocase | String | ||||
| to_starts_with | +to_starts_with | String | ||||
| to_starts_with_nocase | +to_starts_with_nocase | String | ||||
| to_not_starts_with | +to_not_starts_with | String | ||||
| to_not_starts_with_nocase | +to_not_starts_with_nocase | String | ||||
| to_ends_with | +to_ends_with | String | ||||
| to_ends_with_nocase | +to_ends_with_nocase | String | ||||
| to_not_ends_with | +to_not_ends_with | String | ||||
| to_not_ends_with_nocase | +to_not_ends_with_nocase | String | ||||
| blockNumber | +blockNumber | BigInt | ||||
| blockNumber_not | +blockNumber_not | BigInt | ||||
| blockNumber_gt | +blockNumber_gt | BigInt | ||||
| blockNumber_lt | +blockNumber_lt | BigInt | ||||
| blockNumber_gte | +blockNumber_gte | BigInt | ||||
| blockNumber_lte | +blockNumber_lte | BigInt | ||||
| blockNumber_in | +blockNumber_in | [BigInt!] | ||||
| blockNumber_not_in | +blockNumber_not_in | [BigInt!] | ||||
| timestamp | +timestamp | BigInt | ||||
| timestamp_not | +timestamp_not | BigInt | ||||
| timestamp_gt | +timestamp_gt | BigInt | ||||
| timestamp_lt | +timestamp_lt | BigInt | ||||
| timestamp_gte | +timestamp_gte | BigInt | ||||
| timestamp_lte | +timestamp_lte | BigInt | ||||
| timestamp_in | +timestamp_in | [BigInt!] | ||||
| timestamp_not_in | +timestamp_not_in | [BigInt!] | ||||
| gasUsed | +gasUsed | BigInt | ||||
| gasUsed_not | +gasUsed_not | BigInt | ||||
| gasUsed_gt | +gasUsed_gt | BigInt | ||||
| gasUsed_lt | +gasUsed_lt | BigInt | ||||
| gasUsed_gte | +gasUsed_gte | BigInt | ||||
| gasUsed_lte | +gasUsed_lte | BigInt | ||||
| gasUsed_in | +gasUsed_in | [BigInt!] | ||||
| gasUsed_not_in | +gasUsed_not_in | [BigInt!] | ||||
| gasPrice | +gasPrice | BigInt | ||||
| gasPrice_not | +gasPrice_not | BigInt | ||||
| gasPrice_gt | +gasPrice_gt | BigInt | ||||
| gasPrice_lt | +gasPrice_lt | BigInt | ||||
| gasPrice_gte | +gasPrice_gte | BigInt | ||||
| gasPrice_lte | +gasPrice_lte | BigInt | ||||
| gasPrice_in | +gasPrice_in | [BigInt!] | ||||
| gasPrice_not_in | +gasPrice_not_in | [BigInt!] | ||||
| pool | +riskEngine | String | ||||
| pool_not | +riskEngine_not | String | ||||
| pool_gt | +riskEngine_gt | String | ||||
| pool_lt | +riskEngine_lt | String | ||||
| pool_gte | +riskEngine_gte | String | ||||
| pool_lte | +riskEngine_lte | String | ||||
| pool_in | +riskEngine_in | [String!] | ||||
| pool_not_in | +riskEngine_not_in | [String!] | ||||
| pool_contains | +riskEngine_contains | String | ||||
| pool_contains_nocase | +riskEngine_contains_nocase | String | ||||
| pool_not_contains | +riskEngine_not_contains | String | ||||
| pool_not_contains_nocase | +riskEngine_not_contains_nocase | String | ||||
| pool_starts_with | +riskEngine_starts_with | String | ||||
| pool_starts_with_nocase | +riskEngine_starts_with_nocase | String | ||||
| pool_not_starts_with | +riskEngine_not_starts_with | String | ||||
| pool_not_starts_with_nocase | +riskEngine_not_starts_with_nocase | String | ||||
| pool_ends_with | +riskEngine_ends_with | String | ||||
| pool_ends_with_nocase | +riskEngine_ends_with_nocase | String | ||||
| pool_not_ends_with | +riskEngine_not_ends_with | String | ||||
| pool_not_ends_with_nocase | +riskEngine_not_ends_with_nocase | String | ||||
| pool_ | -Pool_filter | +riskEngine_ | +RiskEngine_filter | |||
| recipient | -String | +lockMode | +Boolean | |||
| recipient_not | -String | +lockMode_not | +Boolean | |||
| recipient_gt | -String | +lockMode_in | +[Boolean!] | |||
| recipient_lt | -String | +lockMode_not_in | +[Boolean!] | |||
| recipient_gte | -String | +_change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +||
| and | +[GuardianSafeModeUpdated_filter] | |||||
| recipient_lte | -String | +or | +[GuardianSafeModeUpdated_filter] | |||
| Field | +Type | +Description | +||||
|---|---|---|---|---|---|---|
| recipient_in | -[String!] | +id | +ID | |||
| recipient_not_in | -[String!] | +id_not | +ID | |||
| recipient_contains | -String | +id_gt | +ID | |||
| recipient_contains_nocase | +id_lt | +ID | ++ | |||
| id_gte | +ID | ++ | ||||
| id_lte | +ID | ++ | ||||
| id_in | +[ID!] | ++ | ||||
| id_not_in | +[ID!] | ++ | ||||
| hash | String | |||||
| recipient_not_contains | +hash_not | String | ||||
| recipient_not_contains_nocase | +hash_gt | String | ||||
| recipient_starts_with | +hash_lt | String | ||||
| recipient_starts_with_nocase | +hash_gte | String | ||||
| recipient_not_starts_with | +hash_lte | String | ||||
| recipient_not_starts_with_nocase | +hash_in | +[String!] | ++ | |||
| hash_not_in | +[String!] | ++ | ||||
| hash_contains | String | |||||
| recipient_ends_with | +hash_contains_nocase | String | ||||
| recipient_ends_with_nocase | +hash_not_contains | String | ||||
| recipient_not_ends_with | +hash_not_contains_nocase | String | ||||
| recipient_not_ends_with_nocase | +hash_starts_with | String | ||||
| recipient_ | -Account_filter | +hash_starts_with_nocase | +String | |||
| tokenId | +hash_not_starts_with | String | ||||
| tokenId_not | +hash_not_starts_with_nocase | String | ||||
| tokenId_gt | +hash_ends_with | String | ||||
| tokenId_lt | +hash_ends_with_nocase | String | ||||
| tokenId_gte | +hash_not_ends_with | String | ||||
| tokenId_lte | +hash_not_ends_with_nocase | String | ||||
| tokenId_in | -[String!] | +logIndex | +BigInt | |||
| tokenId_not_in | -[String!] | +logIndex_not | +BigInt | |||
| tokenId_contains | +logIndex_gt | +BigInt | ++ | |||
| logIndex_lt | +BigInt | ++ | ||||
| logIndex_gte | +BigInt | ++ | ||||
| logIndex_lte | +BigInt | ++ | ||||
| logIndex_in | +[BigInt!] | ++ | ||||
| logIndex_not_in | +[BigInt!] | ++ | ||||
| eventType | +EventType | ++ | ||||
| eventType_not | +EventType | ++ | ||||
| eventType_in | +[EventType!] | ++ | ||||
| eventType_not_in | +[EventType!] | ++ | ||||
| from | String | |||||
| tokenId_contains_nocase | +from_not | String | ||||
| tokenId_not_contains | +from_gt | String | ||||
| tokenId_not_contains_nocase | +from_lt | String | ||||
| tokenId_starts_with | +from_gte | String | ||||
| tokenId_starts_with_nocase | +from_lte | String | ||||
| tokenId_not_starts_with | +from_in | +[String!] | ++ | |||
| from_not_in | +[String!] | ++ | ||||
| from_contains | String | |||||
| tokenId_not_starts_with_nocase | +from_contains_nocase | String | ||||
| tokenId_ends_with | +from_not_contains | String | ||||
| tokenId_ends_with_nocase | +from_not_contains_nocase | String | ||||
| tokenId_not_ends_with | +from_starts_with | String | ||||
| tokenId_not_ends_with_nocase | +from_starts_with_nocase | String | ||||
| tokenId_ | -TokenId_filter | +from_not_starts_with | +String | |||
| positionSize | -BigInt | +from_not_starts_with_nocase | +String | |||
| positionSize_not | -BigInt | +from_ends_with | +String | |||
| positionSize_gt | -BigInt | +from_ends_with_nocase | +String | |||
| positionSize_lt | -BigInt | +from_not_ends_with | +String | |||
| positionSize_gte | -BigInt | +from_not_ends_with_nocase | +String | |||
| positionSize_lte | -BigInt | +to | +String | |||
| positionSize_in | -[BigInt!] | +to_not | +String | |||
| positionSize_not_in | -[BigInt!] | +to_gt | +String | |||
| poolUtilization0 | -BigInt | +to_lt | +String | |||
| poolUtilization0_not | -BigInt | +to_gte | +String | |||
| poolUtilization0_gt | -BigInt | +to_lte | +String | |||
| poolUtilization0_lt | -BigInt | +to_in | +[String!] | |||
| poolUtilization0_gte | -BigInt | +to_not_in | +[String!] | |||
| poolUtilization0_lte | -BigInt | +to_contains | +String | |||
| poolUtilization0_in | -[BigInt!] | +to_contains_nocase | +String | |||
| poolUtilization0_not_in | -[BigInt!] | +to_not_contains | +String | |||
| poolUtilization1 | -BigInt | +to_not_contains_nocase | +String | |||
| poolUtilization1_not | -BigInt | +to_starts_with | +String | |||
| poolUtilization1_gt | -BigInt | +to_starts_with_nocase | +String | |||
| poolUtilization1_lt | -BigInt | +to_not_starts_with | +String | |||
| poolUtilization1_gte | -BigInt | +to_not_starts_with_nocase | +String | |||
| poolUtilization1_lte | -BigInt | +to_ends_with | +String | |||
| poolUtilization1_in | -[BigInt!] | +to_ends_with_nocase | +String | |||
| poolUtilization1_not_in | -[BigInt!] | +to_not_ends_with | +String | |||
| currentTick | -Int | +to_not_ends_with_nocase | +String | |||
| currentTick_not | -Int | +blockNumber | +BigInt | |||
| currentTick_gt | -Int | +blockNumber_not | +BigInt | |||
| currentTick_lt | -Int | +blockNumber_gt | +BigInt | |||
| currentTick_gte | -Int | +blockNumber_lt | +BigInt | |||
| currentTick_lte | -Int | +blockNumber_gte | +BigInt | |||
| currentTick_in | -[Int!] | +blockNumber_lte | +BigInt | |||
| currentTick_not_in | -[Int!] | +blockNumber_in | +[BigInt!] | |||
| fastOracleTick | -Int | +blockNumber_not_in | +[BigInt!] | |||
| fastOracleTick_not | -Int | +timestamp | +BigInt | |||
| fastOracleTick_gt | -Int | +timestamp_not | +BigInt | |||
| fastOracleTick_lt | -Int | +timestamp_gt | +BigInt | |||
| fastOracleTick_gte | -Int | +timestamp_lt | +BigInt | |||
| fastOracleTick_lte | -Int | +timestamp_gte | +BigInt | |||
| fastOracleTick_in | -[Int!] | +timestamp_lte | +BigInt | |||
| fastOracleTick_not_in | -[Int!] | +timestamp_in | +[BigInt!] | |||
| lastObservedTick | -Int | +timestamp_not_in | +[BigInt!] | |||
| lastObservedTick_not | -Int | +gasUsed | +BigInt | |||
| lastObservedTick_gt | -Int | +gasUsed_not | +BigInt | |||
| lastObservedTick_lt | -Int | +gasUsed_gt | +BigInt | |||
| lastObservedTick_gte | -Int | +gasUsed_lt | +BigInt | |||
| lastObservedTick_lte | -Int | +gasUsed_gte | +BigInt | |||
| lastObservedTick_in | -[Int!] | +gasUsed_lte | +BigInt | |||
| lastObservedTick_not_in | -[Int!] | +gasUsed_in | +[BigInt!] | |||
| slowOracleTick | -Int | +gasUsed_not_in | +[BigInt!] | |||
| slowOracleTick_not | -Int | +gasPrice | +BigInt | |||
| slowOracleTick_gt | -Int | +gasPrice_not | +BigInt | |||
| slowOracleTick_lt | -Int | +gasPrice_gt | +BigInt | |||
| slowOracleTick_gte | -Int | +gasPrice_lt | +BigInt | |||
| slowOracleTick_lte | -Int | +gasPrice_gte | +BigInt | |||
| slowOracleTick_in | -[Int!] | +gasPrice_lte | +BigInt | |||
| slowOracleTick_not_in | -[Int!] | +gasPrice_in | +[BigInt!] | |||
| accountBalance | +gasPrice_not_in | +[BigInt!] | ++ | |||
| pool | String | |||||
| accountBalance_not | +pool_not | String | ||||
| accountBalance_gt | +pool_gt | String | ||||
| accountBalance_lt | +pool_lt | String | ||||
| accountBalance_gte | +pool_gte | String | ||||
| accountBalance_lte | +pool_lte | String | ||||
| accountBalance_in | +pool_in | [String!] | ||||
| accountBalance_not_in | +pool_not_in | [String!] | ||||
| accountBalance_contains | +pool_contains | String | ||||
| accountBalance_contains_nocase | +pool_contains_nocase | String | ||||
| accountBalance_not_contains | +pool_not_contains | String | ||||
| accountBalance_not_contains_nocase | +pool_not_contains_nocase | String | ||||
| accountBalance_starts_with | +pool_starts_with | String | ||||
| accountBalance_starts_with_nocase | +pool_starts_with_nocase | String | ||||
| accountBalance_not_starts_with | +pool_not_starts_with | String | ||||
| accountBalance_not_starts_with_nocase | +pool_not_starts_with_nocase | String | ||||
| accountBalance_ends_with | +pool_ends_with | String | ||||
| accountBalance_ends_with_nocase | +pool_ends_with_nocase | String | ||||
| accountBalance_not_ends_with | +pool_not_ends_with | String | ||||
| accountBalance_not_ends_with_nocase | +pool_not_ends_with_nocase | String | ||||
| accountBalance_ | -AccountBalance_filter | +pool_ | +Pool_filter | |||
| panopticPool | +owner | String | ||||
| panopticPool_not | +owner_not | String | ||||
| panopticPool_gt | +owner_gt | String | ||||
| panopticPool_lt | +owner_lt | String | ||||
| panopticPool_gte | +owner_gte | String | ||||
| panopticPool_lte | +owner_lte | String | ||||
| panopticPool_in | +owner_in | [String!] | ||||
| panopticPool_not_in | +owner_not_in | [String!] | ||||
| panopticPool_contains | +owner_contains | String | ||||
| panopticPool_contains_nocase | +owner_contains_nocase | String | ||||
| panopticPool_not_contains | +owner_not_contains | String | ||||
| panopticPool_not_contains_nocase | +owner_not_contains_nocase | String | ||||
| panopticPool_starts_with | +owner_starts_with | String | ||||
| panopticPool_starts_with_nocase | +owner_starts_with_nocase | String | ||||
| panopticPool_not_starts_with | +owner_not_starts_with | String | ||||
| panopticPool_not_starts_with_nocase | +owner_not_starts_with_nocase | String | ||||
| panopticPool_ends_with | +owner_ends_with | String | ||||
| panopticPool_ends_with_nocase | +owner_ends_with_nocase | String | ||||
| panopticPool_not_ends_with | +owner_not_ends_with | String | ||||
| panopticPool_not_ends_with_nocase | +owner_not_ends_with_nocase | String | ||||
| panopticPool_ | -PanopticPool_filter | -- | ||||
| commissions0 | -BigDecimal | +owner_ | +Account_filter | |||
| commissions0_not | -BigDecimal | +interestOwed | +BigInt | |||
| commissions0_gt | -BigDecimal | +interestOwed_not | +BigInt | |||
| commissions0_lt | -BigDecimal | +interestOwed_gt | +BigInt | |||
| commissions0_gte | -BigDecimal | +interestOwed_lt | +BigInt | |||
| commissions0_lte | -BigDecimal | +interestOwed_gte | +BigInt | |||
| commissions0_in | -[BigDecimal!] | +interestOwed_lte | +BigInt | |||
| commissions0_not_in | -[BigDecimal!] | +interestOwed_in | +[BigInt!] | |||
| commissions1 | -BigDecimal | +interestOwed_not_in | +[BigInt!] | |||
| commissions1_not | -BigDecimal | +interestPaid | +BigInt | |||
| commissions1_gt | -BigDecimal | +interestPaid_not | +BigInt | |||
| commissions1_lt | -BigDecimal | +interestPaid_gt | +BigInt | |||
| commissions1_gte | -BigDecimal | +interestPaid_lt | +BigInt | |||
| commissions1_lte | -BigDecimal | +interestPaid_gte | +BigInt | |||
| commissions1_in | -[BigDecimal!] | +interestPaid_lte | +BigInt | |||
| commissions1_not_in | -[BigDecimal!] | +interestPaid_in | +[BigInt!] | |||
| commissions0USD | -BigDecimal | +interestPaid_not_in | +[BigInt!] | |||
| commissions0USD_not | -BigDecimal | +sharesBurned | +BigInt | |||
| commissions0USD_gt | -BigDecimal | +sharesBurned_not | +BigInt | |||
| commissions0USD_lt | -BigDecimal | +sharesBurned_gt | +BigInt | |||
| commissions0USD_gte | -BigDecimal | +sharesBurned_lt | +BigInt | |||
| commissions0USD_lte | -BigDecimal | +sharesBurned_gte | +BigInt | |||
| commissions0USD_in | -[BigDecimal!] | +sharesBurned_lte | +BigInt | |||
| commissions0USD_not_in | -[BigDecimal!] | +sharesBurned_in | +[BigInt!] | |||
| commissions1USD | -BigDecimal | +sharesBurned_not_in | +[BigInt!] | |||
| commissions1USD_not | -BigDecimal | +collateral | +String | |||
| commissions1USD_gt | -BigDecimal | +collateral_not | +String | |||
| commissions1USD_lt | -BigDecimal | +collateral_gt | +String | |||
| commissions1USD_gte | -BigDecimal | +collateral_lt | +String | |||
| commissions1USD_lte | -BigDecimal | +collateral_gte | +String | |||
| commissions1USD_in | -[BigDecimal!] | +collateral_lte | +String | |||
| commissions1USD_not_in | -[BigDecimal!] | +collateral_in | +[String!] | |||
| commissionsUSD | -BigDecimal | +collateral_not_in | +[String!] | |||
| commissionsUSD_not | -BigDecimal | +collateral_contains | +String | |||
| commissionsUSD_gt | -BigDecimal | +collateral_contains_nocase | +String | |||
| commissionsUSD_lt | -BigDecimal | +collateral_not_contains | +String | |||
| commissionsUSD_gte | -BigDecimal | +collateral_not_contains_nocase | +String | |||
| commissionsUSD_lte | -BigDecimal | +collateral_starts_with | +String | |||
| commissionsUSD_in | -[BigDecimal!] | +collateral_starts_with_nocase | +String | |||
| commissionsUSD_not_in | -[BigDecimal!] | +collateral_not_starts_with | +String | |||
| tickAt | -Int | +collateral_not_starts_with_nocase | +String | |||
| tickAt_not | -Int | +collateral_ends_with | +String | |||
| tickAt_gt | -Int | +collateral_ends_with_nocase | +String | |||
| tickAt_lt | -Int | +collateral_not_ends_with | +String | |||
| tickAt_gte | -Int | +collateral_not_ends_with_nocase | +String | |||
| tickAt_lte | -Int | +collateral_ | +Collateral_filter | |||
| tickAt_in | -[Int!] | -- | ||||
| tickAt_not_in | -[Int!] | -- | ||||
| panopticVersion | -BigDecimal | -- | ||||
| panopticVersion_not | -BigDecimal | -- | ||||
| panopticVersion_gt | -BigDecimal | -- | ||||
| panopticVersion_lt | -BigDecimal | -- | ||||
| panopticVersion_gte | -BigDecimal | -- | ||||
| panopticVersion_lte | -BigDecimal | -- | ||||
| panopticVersion_in | -[BigDecimal!] | -- | ||||
| panopticVersion_not_in | -[BigDecimal!] | -- | ||||
| _change_block | +_change_block | BlockChangedFilter | @@ -22695,19 +24554,19 @@ Filter for the block changed event. | |||
| and | -[OptionMint_filter] | +and | +[InsolvencyPenaltyApplied_filter] | |||
| or | -[OptionMint_filter] | +or | +[InsolvencyPenaltyApplied_filter] | |||
| id | +id | ID | |||||
| id_not | +id_not | ID | |||||
| id_gt | +id_gt | ID | |||||
| id_lt | +id_lt | ID | |||||
| id_gte | +id_gte | ID | |||||
| id_lte | +id_lte | ID | |||||
| id_in | +id_in | [ID!] | |||||
| id_not_in | +id_not_in | [ID!] | |||||
| hash | +leg | String | |||||
| hash_not | +leg_not | String | |||||
| hash_gt | +leg_gt | String | |||||
| hash_lt | +leg_lt | String | |||||
| hash_gte | +leg_gte | String | |||||
| hash_lte | +leg_lte | String | |||||
| hash_in | +leg_in | [String!] | |||||
| hash_not_in | +leg_not_in | [String!] | |||||
| hash_contains | +leg_contains | String | |||||
| hash_contains_nocase | +leg_contains_nocase | String | |||||
| hash_not_contains | +leg_not_contains | String | |||||
| hash_not_contains_nocase | +leg_not_contains_nocase | String | |||||
| hash_starts_with | +leg_starts_with | String | |||||
| hash_starts_with_nocase | +leg_starts_with_nocase | String | |||||
| hash_not_starts_with | +leg_not_starts_with | String | |||||
| hash_not_starts_with_nocase | +leg_not_starts_with_nocase | String | |||||
| hash_ends_with | +leg_ends_with | String | |||||
| hash_ends_with_nocase | +leg_ends_with_nocase | String | |||||
| hash_not_ends_with | +leg_not_ends_with | String | |||||
| hash_not_ends_with_nocase | +leg_not_ends_with_nocase | String | |||||
| logIndex | -BigInt | -- | |||||
| logIndex_not | -BigInt | -- | |||||
| logIndex_gt | -BigInt | -- | |||||
| logIndex_lt | -BigInt | -- | |||||
| logIndex_gte | -BigInt | -- | |||||
| logIndex_lte | -BigInt | -- | |||||
| logIndex_in | -[BigInt!] | -- | |||||
| logIndex_not_in | -[BigInt!] | -- | |||||
| eventType | -EventType | -- | |||||
| eventType_not | -EventType | -- | |||||
| eventType_in | -[EventType!] | -- | |||||
| eventType_not_in | -[EventType!] | +leg_ | +Leg_filter | ||||
| from | +chunk | String | |||||
| from_not | +chunk_not | String | |||||
| from_gt | +chunk_gt | String | |||||
| from_lt | +chunk_lt | String | |||||
| from_gte | +chunk_gte | String | |||||
| from_lte | +chunk_lte | String | |||||
| from_in | +chunk_in | [String!] | |||||
| from_not_in | +chunk_not_in | [String!] | |||||
| from_contains | -String | -- | |||||
| from_contains_nocase | -String | -- | |||||
| from_not_contains | -String | -- | |||||
| from_not_contains_nocase | -String | -- | |||||
| from_starts_with | -String | -- | |||||
| from_starts_with_nocase | -String | -- | |||||
| from_not_starts_with | -String | -- | |||||
| from_not_starts_with_nocase | -String | -- | |||||
| from_ends_with | -String | -- | |||||
| from_ends_with_nocase | -String | -- | |||||
| from_not_ends_with | -String | -- | |||||
| from_not_ends_with_nocase | -String | -- | |||||
| to | -String | -- | |||||
| to_not | -String | -- | |||||
| to_gt | +chunk_contains | String | |||||
| to_lt | +chunk_contains_nocase | String | |||||
| to_gte | +chunk_not_contains | String | |||||
| to_lte | +chunk_not_contains_nocase | String | |||||
| to_in | -[String!] | -- | |||||
| to_not_in | -[String!] | -- | |||||
| to_contains | +chunk_starts_with | String | |||||
| to_contains_nocase | +chunk_starts_with_nocase | String | |||||
| to_not_contains | +chunk_not_starts_with | String | |||||
| to_not_contains_nocase | +chunk_not_starts_with_nocase | String | |||||
| to_starts_with | +chunk_ends_with | String | |||||
| to_starts_with_nocase | +chunk_ends_with_nocase | String | |||||
| to_not_starts_with | +chunk_not_ends_with | String | |||||
| to_not_starts_with_nocase | +chunk_not_ends_with_nocase | String | |||||
| to_ends_with | -String | +chunk_ | +Chunk_filter | ||||
| to_ends_with_nocase | -String | +liquidity | +BigInt | ||||
| to_not_ends_with | -String | +liquidity_not | +BigInt | ||||
| to_not_ends_with_nocase | -String | +liquidity_gt | +BigInt | ||||
| blockNumber | +liquidity_lt | BigInt | |||||
| blockNumber_not | +liquidity_gte | BigInt | |||||
| blockNumber_gt | +liquidity_lte | BigInt | |||||
| blockNumber_lt | -BigInt | +liquidity_in | +[BigInt!] | ||||
| blockNumber_gte | -BigInt | +liquidity_not_in | +[BigInt!] | ||||
| blockNumber_lte | -BigInt | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| blockNumber_in | -[BigInt!] | +and | +[LegLiquidities_filter] | ||||
| blockNumber_not_in | -[BigInt!] | +or | +[LegLiquidities_filter] | ||||
| timestamp | -BigInt | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| timestamp_not | -BigInt | +id | +ID | ||||
| timestamp_gt | -BigInt | +id_not | +ID | ||||
| timestamp_lt | -BigInt | +id_gt | +ID | ||||
| timestamp_gte | -BigInt | +id_lt | +ID | ||||
| timestamp_lte | -BigInt | +id_gte | +ID | ||||
| timestamp_in | -[BigInt!] | +id_lte | +ID | ||||
| timestamp_not_in | -[BigInt!] | +id_in | +[ID!] | ||||
| gasUsed | -BigInt | +id_not_in | +[ID!] | ||||
| gasUsed_not | -BigInt | +index | +Int | ||||
| gasUsed_gt | -BigInt | +index_not | +Int | ||||
| gasUsed_lt | -BigInt | +index_gt | +Int | ||||
| gasUsed_gte | -BigInt | +index_lt | +Int | ||||
| gasUsed_lte | -BigInt | +index_gte | +Int | ||||
| gasUsed_in | -[BigInt!] | +index_lte | +Int | ||||
| gasUsed_not_in | -[BigInt!] | +index_in | +[Int!] | ||||
| gasPrice | -BigInt | +index_not_in | +[Int!] | ||||
| gasPrice_not | -BigInt | +idHexString | +String | ||||
| gasPrice_gt | -BigInt | +idHexString_not | +String | ||||
| gasPrice_lt | -BigInt | +idHexString_gt | +String | ||||
| gasPrice_gte | -BigInt | +idHexString_lt | +String | ||||
| gasPrice_lte | -BigInt | +idHexString_gte | +String | ||||
| gasPrice_in | -[BigInt!] | +idHexString_lte | +String | ||||
| gasPrice_not_in | -[BigInt!] | +idHexString_in | +[String!] | ||||
| pool | -String | +idHexString_not_in | +[String!] | ||||
| pool_not | +idHexString_contains | String | |||||
| pool_gt | +idHexString_contains_nocase | String | |||||
| pool_lt | +idHexString_not_contains | String | |||||
| pool_gte | +idHexString_not_contains_nocase | String | |||||
| pool_lte | +idHexString_starts_with | String | |||||
| pool_in | -[String!] | +idHexString_starts_with_nocase | +String | ||||
| pool_not_in | -[String!] | +idHexString_not_starts_with | +String | ||||
| pool_contains | +idHexString_not_starts_with_nocase | String | |||||
| pool_contains_nocase | +idHexString_ends_with | String | |||||
| pool_not_contains | +idHexString_ends_with_nocase | String | |||||
| pool_not_contains_nocase | +idHexString_not_ends_with | String | |||||
| pool_starts_with | +idHexString_not_ends_with_nocase | String | |||||
| pool_starts_with_nocase | +pool | String | |||||
| pool_not_starts_with | +pool_not | String | |||||
| pool_not_starts_with_nocase | +pool_gt | String | |||||
| pool_ends_with | +pool_lt | String | |||||
| pool_ends_with_nocase | +pool_gte | String | |||||
| pool_not_ends_with | +pool_lte | String | |||||
| pool_not_ends_with_nocase | -String | +pool_in | +[String!] | ||||
| pool_ | -Pool_filter | +pool_not_in | +[String!] | ||||
| recipient | +pool_contains | String | |||||
| recipient_not | +pool_contains_nocase | String | |||||
| recipient_gt | +pool_not_contains | String | |||||
| recipient_lt | +pool_not_contains_nocase | String | |||||
| recipient_gte | +pool_starts_with | String | |||||
| recipient_lte | +pool_starts_with_nocase | String | |||||
| recipient_in | -[String!] | +pool_not_starts_with | +String | ||||
| recipient_not_in | -[String!] | +pool_not_starts_with_nocase | +String | ||||
| recipient_contains | +pool_ends_with | String | |||||
| recipient_contains_nocase | +pool_ends_with_nocase | String | |||||
| recipient_not_contains | +pool_not_ends_with | String | |||||
| recipient_not_contains_nocase | +pool_not_ends_with_nocase | String | |||||
| recipient_starts_with | -String | +pool_ | +Pool_filter | ||||
| recipient_starts_with_nocase | -String | +optionRatio | +BigInt | ||||
| recipient_not_starts_with | -String | +optionRatio_not | +BigInt | ||||
| recipient_not_starts_with_nocase | -String | +optionRatio_gt | +BigInt | ||||
| recipient_ends_with | -String | +optionRatio_lt | +BigInt | ||||
| recipient_ends_with_nocase | -String | +optionRatio_gte | +BigInt | ||||
| recipient_not_ends_with | -String | +optionRatio_lte | +BigInt | ||||
| recipient_not_ends_with_nocase | -String | +optionRatio_in | +[BigInt!] | ||||
| recipient_ | -Account_filter | +optionRatio_not_in | +[BigInt!] | ||||
| positionSize | +asset | BigInt | |||||
| positionSize_not | +asset_not | BigInt | |||||
| positionSize_gt | +asset_gt | BigInt | |||||
| positionSize_lt | +asset_lt | BigInt | |||||
| positionSize_gte | +asset_gte | BigInt | |||||
| positionSize_lte | +asset_lte | BigInt | |||||
| positionSize_in | +asset_in | [BigInt!] | |||||
| positionSize_not_in | +asset_not_in | [BigInt!] | |||||
| oldTokenId | +tokenType | BigInt | |||||
| oldTokenId_not | +tokenType_not | BigInt | |||||
| oldTokenId_gt | +tokenType_gt | BigInt | |||||
| oldTokenId_lt | +tokenType_lt | BigInt | |||||
| oldTokenId_gte | +tokenType_gte | BigInt | |||||
| oldTokenId_lte | +tokenType_lte | BigInt | |||||
| oldTokenId_in | +tokenType_in | [BigInt!] | |||||
| oldTokenId_not_in | +tokenType_not_in | [BigInt!] | |||||
| newTokenId | +isLong | BigInt | |||||
| newTokenId_not | +isLong_not | BigInt | |||||
| newTokenId_gt | +isLong_gt | BigInt | |||||
| newTokenId_lt | +isLong_lt | BigInt | |||||
| newTokenId_gte | +isLong_gte | BigInt | |||||
| newTokenId_lte | +isLong_lte | BigInt | |||||
| newTokenId_in | +isLong_in | [BigInt!] | |||||
| newTokenId_not_in | +isLong_not_in | [BigInt!] | |||||
| tickAtRoll | -Int | +riskPartner | +BigInt | ||||
| tickAtRoll_not | -Int | +riskPartner_not | +BigInt | ||||
| tickAtRoll_gt | -Int | +riskPartner_gt | +BigInt | ||||
| tickAtRoll_lt | -Int | +riskPartner_lt | +BigInt | ||||
| tickAtRoll_gte | -Int | +riskPartner_gte | +BigInt | ||||
| tickAtRoll_lte | -Int | +riskPartner_lte | +BigInt | ||||
| tickAtRoll_in | -[Int!] | +riskPartner_in | +[BigInt!] | ||||
| tickAtRoll_not_in | -[Int!] | +riskPartner_not_in | +[BigInt!] | ||||
| poolUtilizations | +strike | BigInt | |||||
| poolUtilizations_not | +strike_not | BigInt | |||||
| poolUtilizations_gt | +strike_gt | BigInt | |||||
| poolUtilizations_lt | +strike_lt | BigInt | |||||
| poolUtilizations_gte | +strike_gte | BigInt | |||||
| poolUtilizations_lte | +strike_lte | BigInt | |||||
| poolUtilizations_in | +strike_in | [BigInt!] | |||||
| poolUtilizations_not_in | +strike_not_in | [BigInt!] | |||||
| premia | +width | BigInt | |||||
| premia_not | +width_not | BigInt | |||||
| premia_gt | +width_gt | BigInt | |||||
| premia_lt | +width_lt | BigInt | |||||
| premia_gte | +width_gte | BigInt | |||||
| premia_lte | +width_lte | BigInt | |||||
| premia_in | +width_in | [BigInt!] | |||||
| premia_not_in | +width_not_in | [BigInt!] | |||||
| panopticPool | +chunk | String | |||||
| panopticPool_not | +chunk_not | String | |||||
| panopticPool_gt | +chunk_gt | String | |||||
| panopticPool_lt | +chunk_lt | String | |||||
| panopticPool_gte | +chunk_gte | String | |||||
| panopticPool_lte | +chunk_lte | String | |||||
| panopticPool_in | +chunk_in | [String!] | |||||
| panopticPool_not_in | +chunk_not_in | [String!] | |||||
| panopticPool_contains | +chunk_contains | String | |||||
| panopticPool_contains_nocase | +chunk_contains_nocase | String | |||||
| panopticPool_not_contains | +chunk_not_contains | String | |||||
| panopticPool_not_contains_nocase | +chunk_not_contains_nocase | String | |||||
| panopticPool_starts_with | +chunk_starts_with | String | |||||
| panopticPool_starts_with_nocase | +chunk_starts_with_nocase | String | |||||
| panopticPool_not_starts_with | +chunk_not_starts_with | String | |||||
| panopticPool_not_starts_with_nocase | +chunk_not_starts_with_nocase | String | |||||
| panopticPool_ends_with | +chunk_ends_with | String | |||||
| panopticPool_ends_with_nocase | +chunk_ends_with_nocase | String | |||||
| panopticPool_not_ends_with | +chunk_not_ends_with | String | |||||
| panopticPool_not_ends_with_nocase | +chunk_not_ends_with_nocase | String | |||||
| panopticPool_ | -PanopticPool_filter | +chunk_ | +Chunk_filter | ||||
| poolUtilization0 | +legCount | BigInt | |||||
| poolUtilization0_not | +legCount_not | BigInt | |||||
| poolUtilization0_gt | +legCount_gt | BigInt | |||||
| poolUtilization0_lt | +legCount_lt | BigInt | |||||
| poolUtilization0_gte | +legCount_gte | BigInt | |||||
| poolUtilization0_lte | +legCount_lte | BigInt | |||||
| poolUtilization0_in | +legCount_in | [BigInt!] | |||||
| poolUtilization0_not_in | +legCount_not_in | [BigInt!] | |||||
| poolUtilization1 | -BigInt | +tokenIds_ | +TokenId_filter | ||||
| poolUtilization1_not | -BigInt | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| poolUtilization1_gt | -BigInt | -- | |||||
| poolUtilization1_lt | -BigInt | -- | |||||
| poolUtilization1_gte | -BigInt | -- | |||||
| poolUtilization1_lte | -BigInt | -- | |||||
| poolUtilization1_in | -[BigInt!] | -- | |||||
| poolUtilization1_not_in | -[BigInt!] | -- | |||||
| premium0 | -BigInt | -- | |||||
| premium0_not | -BigInt | -- | |||||
| premium0_gt | -BigInt | -- | |||||
| premium0_lt | -BigInt | -- | |||||
| premium0_gte | -BigInt | -- | |||||
| premium0_lte | -BigInt | -- | |||||
| premium0_in | -[BigInt!] | -- | |||||
| premium0_not_in | -[BigInt!] | -- | |||||
| premium1 | -BigInt | -- | |||||
| premium1_not | -BigInt | -- | |||||
| premium1_gt | -BigInt | -- | |||||
| premium1_lt | -BigInt | -- | |||||
| premium1_gte | -BigInt | -- | |||||
| premium1_lte | -BigInt | -- | |||||
| premium1_in | -[BigInt!] | -- | |||||
| premium1_not_in | -[BigInt!] | -- | |||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -|||||
| and | -[OptionRoll_filter] | +and | +[Leg_filter] | ||||
| or | -[OptionRoll_filter] | +or | +[Leg_filter] | ||||
| id | +id | ID | ||||
| id_not | +id_not | ID | ||||
| id_gt | +id_gt | ID | ||||
| id_lt | +id_lt | ID | ||||
| id_gte | +id_gte | ID | ||||
| id_lte | +id_lte | ID | ||||
| id_in | +id_in | [ID!] | ||||
| id_not_in | +id_not_in | [ID!] | ||||
| poolCount | -BigInt | -- | ||||
| poolCount_not | -BigInt | -- | ||||
| poolCount_gt | -BigInt | +hash | +String | |||
| poolCount_lt | -BigInt | +hash_not | +String | |||
| poolCount_gte | -BigInt | +hash_gt | +String | |||
| poolCount_lte | -BigInt | +hash_lt | +String | |||
| poolCount_in | -[BigInt!] | +hash_gte | +String | |||
| poolCount_not_in | -[BigInt!] | +hash_lte | +String | |||
| owner | -ID | +hash_in | +[String!] | |||
| owner_not | -ID | +hash_not_in | +[String!] | |||
| owner_gt | -ID | +hash_contains | +String | |||
| owner_lt | -ID | +hash_contains_nocase | +String | |||
| owner_gte | -ID | +hash_not_contains | +String | |||
| owner_lte | -ID | +hash_not_contains_nocase | +String | |||
| owner_in | -[ID!] | +hash_starts_with | +String | |||
| owner_not_in | -[ID!] | +hash_starts_with_nocase | +String | |||
| panopticVersion | -BigDecimal | +hash_not_starts_with | +String | |||
| panopticVersion_not | -BigDecimal | +hash_not_starts_with_nocase | +String | |||
| panopticVersion_gt | -BigDecimal | +hash_ends_with | +String | |||
| panopticVersion_lt | -BigDecimal | +hash_ends_with_nocase | +String | |||
| panopticVersion_gte | -BigDecimal | +hash_not_ends_with | +String | |||
| panopticVersion_lte | -BigDecimal | +hash_not_ends_with_nocase | +String | |||
| panopticVersion_in | -[BigDecimal!] | +logIndex | +BigInt | |||
| panopticVersion_not_in | -[BigDecimal!] | +logIndex_not | +BigInt | |||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -||||
| and | -[PanopticFactory_filter] | +logIndex_gt | +BigInt | |||
| or | -[PanopticFactory_filter] | +logIndex_lt | +BigInt | |||
| Field | -Type | -Description | -||||
|---|---|---|---|---|---|---|
| id | -ID | +logIndex_gte | +BigInt | |||
| id_not | -ID | +logIndex_lte | +BigInt | |||
| id_gt | -ID | +logIndex_in | +[BigInt!] | |||
| id_lt | -ID | +logIndex_not_in | +[BigInt!] | |||
| id_gte | -ID | +eventType | +EventType | |||
| id_lte | -ID | +eventType_not | +EventType | |||
| id_in | -[ID!] | +eventType_in | +[EventType!] | |||
| id_not_in | -[ID!] | +eventType_not_in | +[EventType!] | |||
| panopticPool | +from | String | ||||
| panopticPool_not | +from_not | String | ||||
| panopticPool_gt | +from_gt | String | ||||
| panopticPool_lt | +from_lt | String | ||||
| panopticPool_gte | +from_gte | String | ||||
| panopticPool_lte | +from_lte | String | ||||
| panopticPool_in | +from_in | [String!] | ||||
| panopticPool_not_in | +from_not_in | [String!] | ||||
| panopticPool_contains | +from_contains | String | ||||
| panopticPool_contains_nocase | +from_contains_nocase | String | ||||
| panopticPool_not_contains | +from_not_contains | String | ||||
| panopticPool_not_contains_nocase | +from_not_contains_nocase | String | ||||
| panopticPool_starts_with | +from_starts_with | String | ||||
| panopticPool_starts_with_nocase | +from_starts_with_nocase | String | ||||
| panopticPool_not_starts_with | +from_not_starts_with | String | ||||
| panopticPool_not_starts_with_nocase | +from_not_starts_with_nocase | String | ||||
| panopticPool_ends_with | +from_ends_with | String | ||||
| panopticPool_ends_with_nocase | +from_ends_with_nocase | String | ||||
| panopticPool_not_ends_with | +from_not_ends_with | String | ||||
| panopticPool_not_ends_with_nocase | +from_not_ends_with_nocase | String | ||||
| panopticPool_ | -PanopticPool_filter | -- | ||||
| account | +to | String | ||||
| account_not | +to_not | String | ||||
| account_gt | +to_gt | String | ||||
| account_lt | +to_lt | String | ||||
| account_gte | +to_gte | String | ||||
| account_lte | +to_lte | String | ||||
| account_in | +to_in | [String!] | ||||
| account_not_in | +to_not_in | [String!] | ||||
| account_contains | -String | -- | ||||
| account_contains_nocase | -String | -- | ||||
| account_not_contains | -String | -- | ||||
| account_not_contains_nocase | -String | -- | ||||
| account_starts_with | -String | -- | ||||
| account_starts_with_nocase | +to_contains | String | ||||
| account_not_starts_with | +to_contains_nocase | String | ||||
| account_not_starts_with_nocase | +to_not_contains | String | ||||
| account_ends_with | +to_not_contains_nocase | String | ||||
| account_ends_with_nocase | +to_starts_with | String | ||||
| account_not_ends_with | +to_starts_with_nocase | String | ||||
| account_not_ends_with_nocase | +to_not_starts_with | String | ||||
| account_ | -Account_filter | -- | ||||
| collateral0 | +to_not_starts_with_nocase | String | ||||
| collateral0_not | +to_ends_with | String | ||||
| collateral0_gt | +to_ends_with_nocase | String | ||||
| collateral0_lt | +to_not_ends_with | String | ||||
| collateral0_gte | +to_not_ends_with_nocase | String | ||||
| collateral0_lte | -String | +blockNumber | +BigInt | |||
| collateral0_in | -[String!] | +blockNumber_not | +BigInt | |||
| collateral0_not_in | -[String!] | +blockNumber_gt | +BigInt | |||
| collateral0_contains | -String | +blockNumber_lt | +BigInt | |||
| collateral0_contains_nocase | -String | +blockNumber_gte | +BigInt | |||
| collateral0_not_contains | -String | +blockNumber_lte | +BigInt | |||
| collateral0_not_contains_nocase | -String | +blockNumber_in | +[BigInt!] | |||
| collateral0_starts_with | -String | +blockNumber_not_in | +[BigInt!] | |||
| collateral0_starts_with_nocase | -String | +timestamp | +BigInt | |||
| collateral0_not_starts_with | -String | +timestamp_not | +BigInt | |||
| collateral0_not_starts_with_nocase | -String | +timestamp_gt | +BigInt | |||
| collateral0_ends_with | -String | +timestamp_lt | +BigInt | |||
| collateral0_ends_with_nocase | -String | +timestamp_gte | +BigInt | |||
| collateral0_not_ends_with | -String | +timestamp_lte | +BigInt | |||
| collateral0_not_ends_with_nocase | -String | +timestamp_in | +[BigInt!] | |||
| collateral0_ | -Collateral_filter | +timestamp_not_in | +[BigInt!] | |||
| collateral0Shares | +gasUsed | BigInt | ||||
| collateral0Shares_not | +gasUsed_not | BigInt | ||||
| collateral0Shares_gt | +gasUsed_gt | BigInt | ||||
| collateral0Shares_lt | +gasUsed_lt | BigInt | ||||
| collateral0Shares_gte | +gasUsed_gte | BigInt | ||||
| collateral0Shares_lte | +gasUsed_lte | BigInt | ||||
| collateral0Shares_in | +gasUsed_in | [BigInt!] | ||||
| collateral0Shares_not_in | +gasUsed_not_in | [BigInt!] | ||||
| collateral0Assets | +gasPrice | BigInt | ||||
| collateral0Assets_not | +gasPrice_not | BigInt | ||||
| collateral0Assets_gt | +gasPrice_gt | BigInt | ||||
| collateral0Assets_lt | +gasPrice_lt | BigInt | ||||
| collateral0Assets_gte | +gasPrice_gte | BigInt | ||||
| collateral0Assets_lte | +gasPrice_lte | BigInt | ||||
| collateral0Assets_in | +gasPrice_in | [BigInt!] | ||||
| collateral0Assets_not_in | +gasPrice_not_in | [BigInt!] | ||||
| collateral1 | +pool | String | ||||
| collateral1_not | +pool_not | String | ||||
| collateral1_gt | +pool_gt | String | ||||
| collateral1_lt | +pool_lt | String | ||||
| collateral1_gte | +pool_gte | String | ||||
| collateral1_lte | +pool_lte | String | ||||
| collateral1_in | +pool_in | [String!] | ||||
| collateral1_not_in | +pool_not_in | [String!] | ||||
| collateral1_contains | +pool_contains | String | ||||
| collateral1_contains_nocase | +pool_contains_nocase | String | ||||
| collateral1_not_contains | +pool_not_contains | String | ||||
| collateral1_not_contains_nocase | +pool_not_contains_nocase | String | ||||
| collateral1_starts_with | +pool_starts_with | String | ||||
| collateral1_starts_with_nocase | +pool_starts_with_nocase | String | ||||
| collateral1_not_starts_with | +pool_not_starts_with | String | ||||
| collateral1_not_starts_with_nocase | +pool_not_starts_with_nocase | String | ||||
| collateral1_ends_with | +pool_ends_with | String | ||||
| collateral1_ends_with_nocase | +pool_ends_with_nocase | String | ||||
| collateral1_not_ends_with | +pool_not_ends_with | String | ||||
| collateral1_not_ends_with_nocase | +pool_not_ends_with_nocase | String | ||||
| collateral1_ | -Collateral_filter | +pool_ | +Pool_filter | |||
| collateral1Shares | -BigInt | +sender | +String | |||
| collateral1Shares_not | -BigInt | +sender_not | +String | |||
| collateral1Shares_gt | -BigInt | +sender_gt | +String | |||
| collateral1Shares_lt | -BigInt | +sender_lt | +String | |||
| collateral1Shares_gte | -BigInt | +sender_gte | +String | |||
| collateral1Shares_lte | -BigInt | +sender_lte | +String | |||
| collateral1Shares_in | -[BigInt!] | +sender_in | +[String!] | |||
| collateral1Shares_not_in | -[BigInt!] | +sender_not_in | +[String!] | |||
| collateral1Assets | -BigInt | +sender_contains | +String | |||
| collateral1Assets_not | -BigInt | +sender_contains_nocase | +String | |||
| collateral1Assets_gt | -BigInt | +sender_not_contains | +String | |||
| collateral1Assets_lt | -BigInt | +sender_not_contains_nocase | +String | |||
| collateral1Assets_gte | -BigInt | +sender_starts_with | +String | |||
| collateral1Assets_lte | -BigInt | +sender_starts_with_nocase | +String | |||
| collateral1Assets_in | -[BigInt!] | +sender_not_starts_with | +String | |||
| collateral1Assets_not_in | -[BigInt!] | +sender_not_starts_with_nocase | +String | |||
| isLiquidated | -Int | +sender_ends_with | +String | |||
| isLiquidated_not | -Int | +sender_ends_with_nocase | +String | |||
| isLiquidated_gt | -Int | +sender_not_ends_with | +String | |||
| isLiquidated_lt | -Int | +sender_not_ends_with_nocase | +String | |||
| isLiquidated_gte | -Int | +sender_ | +Account_filter | |||
| isLiquidated_lte | -Int | +owner | +String | |||
| isLiquidated_in | -[Int!] | +owner_not | +String | |||
| isLiquidated_not_in | -[Int!] | +owner_gt | +String | |||
| accountBalances_ | -AccountBalance_filter | +owner_lt | +String | |||
| commissions0 | -BigDecimal | +owner_gte | +String | |||
| commissions0_not | -BigDecimal | +owner_lte | +String | |||
| commissions0_gt | -BigDecimal | +owner_in | +[String!] | |||
| commissions0_lt | -BigDecimal | +owner_not_in | +[String!] | |||
| commissions0_gte | -BigDecimal | +owner_contains | +String | |||
| commissions0_lte | -BigDecimal | +owner_contains_nocase | +String | |||
| commissions0_in | -[BigDecimal!] | +owner_not_contains | +String | |||
| commissions0_not_in | -[BigDecimal!] | +owner_not_contains_nocase | +String | |||
| commissions0Usd | -BigDecimal | +owner_starts_with | +String | |||
| commissions0Usd_not | -BigDecimal | +owner_starts_with_nocase | +String | |||
| commissions0Usd_gt | -BigDecimal | +owner_not_starts_with | +String | |||
| commissions0Usd_lt | -BigDecimal | +owner_not_starts_with_nocase | +String | |||
| commissions0Usd_gte | -BigDecimal | +owner_ends_with | +String | |||
| commissions0Usd_lte | -BigDecimal | +owner_ends_with_nocase | +String | |||
| commissions0Usd_in | -[BigDecimal!] | +owner_not_ends_with | +String | |||
| commissions0Usd_not_in | -[BigDecimal!] | +owner_not_ends_with_nocase | +String | |||
| commissions1 | -BigDecimal | +owner_ | +Account_filter | |||
| commissions1_not | -BigDecimal | +tickLower | +Int | |||
| commissions1_gt | -BigDecimal | +tickLower_not | +Int | |||
| commissions1_lt | -BigDecimal | +tickLower_gt | +Int | |||
| commissions1_gte | -BigDecimal | +tickLower_lt | +Int | |||
| commissions1_lte | -BigDecimal | +tickLower_gte | +Int | |||
| commissions1_in | -[BigDecimal!] | +tickLower_lte | +Int | |||
| commissions1_not_in | -[BigDecimal!] | +tickLower_in | +[Int!] | |||
| commissions1Usd | -BigDecimal | +tickLower_not_in | +[Int!] | |||
| commissions1Usd_not | -BigDecimal | +tickUpper | +Int | |||
| commissions1Usd_gt | -BigDecimal | +tickUpper_not | +Int | |||
| commissions1Usd_lt | -BigDecimal | +tickUpper_gt | +Int | |||
| commissions1Usd_gte | -BigDecimal | +tickUpper_lt | +Int | |||
| commissions1Usd_lte | -BigDecimal | +tickUpper_gte | +Int | |||
| commissions1Usd_in | -[BigDecimal!] | +tickUpper_lte | +Int | |||
| commissions1Usd_not_in | -[BigDecimal!] | +tickUpper_in | +[Int!] | |||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -||||
| and | -[PanopticPoolAccount_filter] | +tickUpper_not_in | +[Int!] | |||
| or | -[PanopticPoolAccount_filter] | +amount | +BigInt | |||
| Field | -Type | -Description | +amount_not | +BigInt | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +amount_gt | +BigInt | ||||
| id_not | -ID | +amount_lt | +BigInt | ||||
| id_gt | -ID | +amount_gte | +BigInt | ||||
| id_lt | -ID | +amount_lte | +BigInt | ||||
| id_gte | -ID | +amount_in | +[BigInt!] | ||||
| id_lte | -ID | +amount_not_in | +[BigInt!] | ||||
| id_in | -[ID!] | +amount0 | +BigDecimal | ||||
| id_not_in | -[ID!] | +amount0_not | +BigDecimal | ||||
| panopticPool | -String | +amount0_gt | +BigDecimal | ||||
| panopticPool_not | -String | +amount0_lt | +BigDecimal | ||||
| panopticPool_gt | -String | +amount0_gte | +BigDecimal | ||||
| panopticPool_lt | -String | +amount0_lte | +BigDecimal | ||||
| panopticPool_gte | -String | +amount0_in | +[BigDecimal!] | ||||
| panopticPool_lte | -String | +amount0_not_in | +[BigDecimal!] | ||||
| panopticPool_in | -[String!] | +amount1 | +BigDecimal | ||||
| panopticPool_not_in | -[String!] | +amount1_not | +BigDecimal | ||||
| panopticPool_contains | -String | +amount1_gt | +BigDecimal | ||||
| panopticPool_contains_nocase | -String | +amount1_lt | +BigDecimal | ||||
| panopticPool_not_contains | -String | +amount1_gte | +BigDecimal | ||||
| panopticPool_not_contains_nocase | -String | +amount1_lte | +BigDecimal | ||||
| panopticPool_starts_with | -String | +amount1_in | +[BigDecimal!] | ||||
| panopticPool_starts_with_nocase | -String | +amount1_not_in | +[BigDecimal!] | ||||
| panopticPool_not_starts_with | +token0 | String | |||||
| panopticPool_not_starts_with_nocase | +token0_not | String | |||||
| panopticPool_ends_with | +token0_gt | String | |||||
| panopticPool_ends_with_nocase | +token0_lt | String | |||||
| panopticPool_not_ends_with | +token0_gte | String | |||||
| panopticPool_not_ends_with_nocase | +token0_lte | String | |||||
| panopticPool_ | -PanopticPool_filter | +token0_in | +[String!] | ||||
| date | -Int | +token0_not_in | +[String!] | ||||
| date_not | -Int | +token0_contains | +String | ||||
| date_gt | -Int | +token0_contains_nocase | +String | ||||
| date_lt | -Int | +token0_not_contains | +String | ||||
| date_gte | -Int | +token0_not_contains_nocase | +String | ||||
| date_lte | -Int | +token0_starts_with | +String | ||||
| date_in | -[Int!] | +token0_starts_with_nocase | +String | ||||
| date_not_in | -[Int!] | +token0_not_starts_with | +String | ||||
| mintVolume0 | -BigDecimal | +token0_not_starts_with_nocase | +String | ||||
| mintVolume0_not | -BigDecimal | +token0_ends_with | +String | ||||
| mintVolume0_gt | -BigDecimal | +token0_ends_with_nocase | +String | ||||
| mintVolume0_lt | -BigDecimal | +token0_not_ends_with | +String | ||||
| mintVolume0_gte | -BigDecimal | +token0_not_ends_with_nocase | +String | ||||
| mintVolume0_lte | -BigDecimal | +token0_ | +Token_filter | ||||
| mintVolume0_in | -[BigDecimal!] | +token1 | +String | ||||
| mintVolume0_not_in | -[BigDecimal!] | +token1_not | +String | ||||
| mintVolume0USD | -BigDecimal | +token1_gt | +String | ||||
| mintVolume0USD_not | -BigDecimal | +token1_lt | +String | ||||
| mintVolume0USD_gt | -BigDecimal | +token1_gte | +String | ||||
| mintVolume0USD_lt | -BigDecimal | +token1_lte | +String | ||||
| mintVolume0USD_gte | -BigDecimal | +token1_in | +[String!] | ||||
| mintVolume0USD_lte | -BigDecimal | +token1_not_in | +[String!] | ||||
| mintVolume0USD_in | -[BigDecimal!] | +token1_contains | +String | ||||
| mintVolume0USD_not_in | -[BigDecimal!] | +token1_contains_nocase | +String | ||||
| burnVolume0 | -BigDecimal | +token1_not_contains | +String | ||||
| burnVolume0_not | -BigDecimal | +token1_not_contains_nocase | +String | ||||
| burnVolume0_gt | -BigDecimal | +token1_starts_with | +String | ||||
| burnVolume0_lt | -BigDecimal | +token1_starts_with_nocase | +String | ||||
| burnVolume0_gte | -BigDecimal | +token1_not_starts_with | +String | ||||
| burnVolume0_lte | -BigDecimal | +token1_not_starts_with_nocase | +String | ||||
| burnVolume0_in | -[BigDecimal!] | +token1_ends_with | +String | ||||
| burnVolume0_not_in | -[BigDecimal!] | +token1_ends_with_nocase | +String | ||||
| burnVolume0USD | -BigDecimal | +token1_not_ends_with | +String | ||||
| burnVolume0USD_not | -BigDecimal | +token1_not_ends_with_nocase | +String | ||||
| burnVolume0USD_gt | -BigDecimal | +token1_ | +Token_filter | ||||
| burnVolume0USD_lt | -BigDecimal | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| burnVolume0USD_gte | -BigDecimal | +and | +[Mint_filter] | ||||
| burnVolume0USD_lte | -BigDecimal | +or | +[Mint_filter] | ||||
| burnVolume0USD_in | -[BigDecimal!] | +Field | +Type | +Description | +|||
|---|---|---|---|---|---|---|---|
| id | +ID | ||||||
| burnVolume0USD_not_in | -[BigDecimal!] | +id_not | +ID | ||||
| totalVolume0 | -BigDecimal | +id_gt | +ID | ||||
| totalVolume0_not | -BigDecimal | +id_lt | +ID | ||||
| totalVolume0_gt | -BigDecimal | +id_gte | +ID | ||||
| totalVolume0_lt | -BigDecimal | +id_lte | +ID | ||||
| totalVolume0_gte | -BigDecimal | +id_in | +[ID!] | ||||
| totalVolume0_lte | -BigDecimal | +id_not_in | +[ID!] | ||||
| totalVolume0_in | -[BigDecimal!] | +hash | +String | ||||
| totalVolume0_not_in | -[BigDecimal!] | +hash_not | +String | ||||
| totalVolume0USD | -BigDecimal | +hash_gt | +String | ||||
| totalVolume0USD_not | -BigDecimal | +hash_lt | +String | ||||
| totalVolume0USD_gt | -BigDecimal | +hash_gte | +String | ||||
| totalVolume0USD_lt | -BigDecimal | +hash_lte | +String | ||||
| totalVolume0USD_gte | -BigDecimal | +hash_in | +[String!] | ||||
| totalVolume0USD_lte | -BigDecimal | +hash_not_in | +[String!] | ||||
| totalVolume0USD_in | -[BigDecimal!] | +hash_contains | +String | ||||
| totalVolume0USD_not_in | -[BigDecimal!] | +hash_contains_nocase | +String | ||||
| mintVolume1 | -BigDecimal | +hash_not_contains | +String | ||||
| mintVolume1_not | -BigDecimal | +hash_not_contains_nocase | +String | ||||
| mintVolume1_gt | -BigDecimal | +hash_starts_with | +String | ||||
| mintVolume1_lt | -BigDecimal | +hash_starts_with_nocase | +String | ||||
| mintVolume1_gte | -BigDecimal | +hash_not_starts_with | +String | ||||
| mintVolume1_lte | -BigDecimal | +hash_not_starts_with_nocase | +String | ||||
| mintVolume1_in | -[BigDecimal!] | +hash_ends_with | +String | ||||
| mintVolume1_not_in | -[BigDecimal!] | +hash_ends_with_nocase | +String | ||||
| mintVolume1USD | -BigDecimal | +hash_not_ends_with | +String | ||||
| mintVolume1USD_not | -BigDecimal | +hash_not_ends_with_nocase | +String | ||||
| mintVolume1USD_gt | -BigDecimal | +logIndex | +BigInt | ||||
| mintVolume1USD_lt | -BigDecimal | +logIndex_not | +BigInt | ||||
| mintVolume1USD_gte | -BigDecimal | +logIndex_gt | +BigInt | ||||
| mintVolume1USD_lte | -BigDecimal | +logIndex_lt | +BigInt | ||||
| mintVolume1USD_in | -[BigDecimal!] | +logIndex_gte | +BigInt | ||||
| mintVolume1USD_not_in | -[BigDecimal!] | +logIndex_lte | +BigInt | ||||
| burnVolume1 | -BigDecimal | +logIndex_in | +[BigInt!] | ||||
| burnVolume1_not | -BigDecimal | +logIndex_not_in | +[BigInt!] | ||||
| burnVolume1_gt | -BigDecimal | +eventType | +EventType | ||||
| burnVolume1_lt | -BigDecimal | +eventType_not | +EventType | ||||
| burnVolume1_gte | -BigDecimal | +eventType_in | +[EventType!] | ||||
| burnVolume1_lte | -BigDecimal | +eventType_not_in | +[EventType!] | ||||
| burnVolume1_in | -[BigDecimal!] | +from | +String | ||||
| burnVolume1_not_in | -[BigDecimal!] | +from_not | +String | ||||
| burnVolume1USD | -BigDecimal | +from_gt | +String | ||||
| burnVolume1USD_not | -BigDecimal | +from_lt | +String | ||||
| burnVolume1USD_gt | -BigDecimal | +from_gte | +String | ||||
| burnVolume1USD_lt | -BigDecimal | +from_lte | +String | ||||
| burnVolume1USD_gte | -BigDecimal | +from_in | +[String!] | ||||
| burnVolume1USD_lte | -BigDecimal | +from_not_in | +[String!] | ||||
| burnVolume1USD_in | -[BigDecimal!] | +from_contains | +String | ||||
| burnVolume1USD_not_in | -[BigDecimal!] | +from_contains_nocase | +String | ||||
| totalVolume1 | -BigDecimal | +from_not_contains | +String | ||||
| totalVolume1_not | -BigDecimal | +from_not_contains_nocase | +String | ||||
| totalVolume1_gt | -BigDecimal | +from_starts_with | +String | ||||
| totalVolume1_lt | -BigDecimal | +from_starts_with_nocase | +String | ||||
| totalVolume1_gte | -BigDecimal | +from_not_starts_with | +String | ||||
| totalVolume1_lte | -BigDecimal | +from_not_starts_with_nocase | +String | ||||
| totalVolume1_in | -[BigDecimal!] | +from_ends_with | +String | ||||
| totalVolume1_not_in | -[BigDecimal!] | +from_ends_with_nocase | +String | ||||
| totalVolume1USD | -BigDecimal | +from_not_ends_with | +String | ||||
| totalVolume1USD_not | -BigDecimal | +from_not_ends_with_nocase | +String | ||||
| totalVolume1USD_gt | -BigDecimal | +to | +String | ||||
| totalVolume1USD_lt | -BigDecimal | +to_not | +String | ||||
| totalVolume1USD_gte | -BigDecimal | +to_gt | +String | ||||
| totalVolume1USD_lte | -BigDecimal | +to_lt | +String | ||||
| totalVolume1USD_in | -[BigDecimal!] | +to_gte | +String | ||||
| totalVolume1USD_not_in | -[BigDecimal!] | +to_lte | +String | ||||
| totalVolumeUSD | -BigDecimal | +to_in | +[String!] | ||||
| totalVolumeUSD_not | -BigDecimal | +to_not_in | +[String!] | ||||
| totalVolumeUSD_gt | -BigDecimal | +to_contains | +String | ||||
| totalVolumeUSD_lt | -BigDecimal | +to_contains_nocase | +String | ||||
| totalVolumeUSD_gte | -BigDecimal | +to_not_contains | +String | ||||
| totalVolumeUSD_lte | -BigDecimal | +to_not_contains_nocase | +String | ||||
| totalVolumeUSD_in | -[BigDecimal!] | +to_starts_with | +String | ||||
| totalVolumeUSD_not_in | -[BigDecimal!] | +to_starts_with_nocase | +String | ||||
| commissions0 | -BigDecimal | +to_not_starts_with | +String | ||||
| commissions0_not | -BigDecimal | +to_not_starts_with_nocase | +String | ||||
| commissions0_gt | -BigDecimal | +to_ends_with | +String | ||||
| commissions0_lt | -BigDecimal | +to_ends_with_nocase | +String | ||||
| commissions0_gte | -BigDecimal | +to_not_ends_with | +String | ||||
| commissions0_lte | -BigDecimal | +to_not_ends_with_nocase | +String | ||||
| commissions0_in | -[BigDecimal!] | +blockNumber | +BigInt | ||||
| commissions0_not_in | -[BigDecimal!] | +blockNumber_not | +BigInt | ||||
| commissions0USD | -BigDecimal | +blockNumber_gt | +BigInt | ||||
| commissions0USD_not | -BigDecimal | +blockNumber_lt | +BigInt | ||||
| commissions0USD_gt | -BigDecimal | +blockNumber_gte | +BigInt | ||||
| commissions0USD_lt | -BigDecimal | +blockNumber_lte | +BigInt | ||||
| commissions0USD_gte | -BigDecimal | +blockNumber_in | +[BigInt!] | ||||
| commissions0USD_lte | -BigDecimal | +blockNumber_not_in | +[BigInt!] | ||||
| commissions0USD_in | -[BigDecimal!] | +timestamp | +BigInt | ||||
| commissions0USD_not_in | -[BigDecimal!] | +timestamp_not | +BigInt | ||||
| commissions1 | -BigDecimal | +timestamp_gt | +BigInt | ||||
| commissions1_not | -BigDecimal | +timestamp_lt | +BigInt | ||||
| commissions1_gt | -BigDecimal | +timestamp_gte | +BigInt | ||||
| commissions1_lt | -BigDecimal | +timestamp_lte | +BigInt | ||||
| commissions1_gte | -BigDecimal | +timestamp_in | +[BigInt!] | ||||
| commissions1_lte | -BigDecimal | +timestamp_not_in | +[BigInt!] | ||||
| commissions1_in | -[BigDecimal!] | +gasUsed | +BigInt | ||||
| commissions1_not_in | -[BigDecimal!] | +gasUsed_not | +BigInt | ||||
| commissions1USD | -BigDecimal | +gasUsed_gt | +BigInt | ||||
| commissions1USD_not | -BigDecimal | +gasUsed_lt | +BigInt | ||||
| commissions1USD_gt | -BigDecimal | +gasUsed_gte | +BigInt | ||||
| commissions1USD_lt | -BigDecimal | +gasUsed_lte | +BigInt | ||||
| commissions1USD_gte | -BigDecimal | +gasUsed_in | +[BigInt!] | ||||
| commissions1USD_lte | -BigDecimal | +gasUsed_not_in | +[BigInt!] | ||||
| commissions1USD_in | -[BigDecimal!] | +gasPrice | +BigInt | ||||
| commissions1USD_not_in | -[BigDecimal!] | +gasPrice_not | +BigInt | ||||
| commissionsUSD | -BigDecimal | +gasPrice_gt | +BigInt | ||||
| commissionsUSD_not | -BigDecimal | +gasPrice_lt | +BigInt | ||||
| commissionsUSD_gt | -BigDecimal | +gasPrice_gte | +BigInt | ||||
| commissionsUSD_lt | -BigDecimal | +gasPrice_lte | +BigInt | ||||
| commissionsUSD_gte | -BigDecimal | +gasPrice_in | +[BigInt!] | ||||
| commissionsUSD_lte | -BigDecimal | +gasPrice_not_in | +[BigInt!] | ||||
| commissionsUSD_in | -[BigDecimal!] | +pool | +String | ||||
| commissionsUSD_not_in | -[BigDecimal!] | +pool_not | +String | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +pool_gt | +String | +|||
| and | -[PanopticPoolDayData_filter] | +pool_lt | +String | ||||
| or | -[PanopticPoolDayData_filter] | +pool_gte | +String | ||||
| Field | -Type | -Description | -|||||
|---|---|---|---|---|---|---|---|
| id | -ID | +pool_lte | +String | ||||
| id_not | -ID | +pool_in | +[String!] | ||||
| id_gt | -ID | +pool_not_in | +[String!] | ||||
| id_lt | -ID | +pool_contains | +String | ||||
| id_gte | -ID | +pool_contains_nocase | +String | ||||
| id_lte | -ID | +pool_not_contains | +String | ||||
| id_in | -[ID!] | +pool_not_contains_nocase | +String | ||||
| id_not_in | -[ID!] | +pool_starts_with | +String | ||||
| txCount | -BigInt | +pool_starts_with_nocase | +String | ||||
| txCount_not | -BigInt | +pool_not_starts_with | +String | ||||
| txCount_gt | -BigInt | +pool_not_starts_with_nocase | +String | ||||
| txCount_lt | -BigInt | +pool_ends_with | +String | ||||
| txCount_gte | -BigInt | +pool_ends_with_nocase | +String | ||||
| txCount_lte | -BigInt | +pool_not_ends_with | +String | ||||
| txCount_in | -[BigInt!] | +pool_not_ends_with_nocase | +String | ||||
| txCount_not_in | -[BigInt!] | +pool_ | +Pool_filter | ||||
| token0 | +recipient | String | |||||
| token0_not | +recipient_not | String | |||||
| token0_gt | +recipient_gt | String | |||||
| token0_lt | +recipient_lt | String | |||||
| token0_gte | +recipient_gte | String | |||||
| token0_lte | +recipient_lte | String | |||||
| token0_in | +recipient_in | [String!] | |||||
| token0_not_in | +recipient_not_in | [String!] | |||||
| token0_contains | +recipient_contains | String | |||||
| token0_contains_nocase | +recipient_contains_nocase | String | |||||
| token0_not_contains | +recipient_not_contains | String | |||||
| token0_not_contains_nocase | +recipient_not_contains_nocase | String | |||||
| token0_starts_with | +recipient_starts_with | String | |||||
| token0_starts_with_nocase | +recipient_starts_with_nocase | String | |||||
| token0_not_starts_with | +recipient_not_starts_with | String | |||||
| token0_not_starts_with_nocase | +recipient_not_starts_with_nocase | String | |||||
| token0_ends_with | +recipient_ends_with | String | |||||
| token0_ends_with_nocase | +recipient_ends_with_nocase | String | |||||
| token0_not_ends_with | +recipient_not_ends_with | String | |||||
| token0_not_ends_with_nocase | +recipient_not_ends_with_nocase | String | |||||
| token0_ | -Token_filter | +recipient_ | +Account_filter | ||||
| token1 | +positionSize | +BigInt | ++ | ||||
| positionSize_not | +BigInt | ++ | |||||
| positionSize_gt | +BigInt | ++ | |||||
| positionSize_lt | +BigInt | ++ | |||||
| positionSize_gte | +BigInt | ++ | |||||
| positionSize_lte | +BigInt | ++ | |||||
| positionSize_in | +[BigInt!] | ++ | |||||
| positionSize_not_in | +[BigInt!] | ++ | |||||
| tokenId | String | ||||||
| token1_not | +tokenId_not | String | |||||
| token1_gt | +tokenId_gt | String | |||||
| token1_lt | +tokenId_lt | String | |||||
| token1_gte | +tokenId_gte | String | |||||
| token1_lte | +tokenId_lte | String | |||||
| token1_in | +tokenId_in | [String!] | |||||
| token1_not_in | +tokenId_not_in | [String!] | |||||
| token1_contains | +tokenId_contains | String | |||||
| token1_contains_nocase | +tokenId_contains_nocase | String | |||||
| token1_not_contains | +tokenId_not_contains | String | |||||
| token1_not_contains_nocase | +tokenId_not_contains_nocase | String | |||||
| token1_starts_with | +tokenId_starts_with | String | |||||
| token1_starts_with_nocase | +tokenId_starts_with_nocase | String | |||||
| token1_not_starts_with | +tokenId_not_starts_with | String | |||||
| token1_not_starts_with_nocase | +tokenId_not_starts_with_nocase | String | |||||
| token1_ends_with | +tokenId_ends_with | String | |||||
| token1_ends_with_nocase | +tokenId_ends_with_nocase | String | |||||
| token1_not_ends_with | +tokenId_not_ends_with | String | |||||
| token1_not_ends_with_nocase | +tokenId_not_ends_with_nocase | String | |||||
| token1_ | -Token_filter | +tokenId_ | +TokenId_filter | ||||
| feeTier | -BigInt | +tickAt | +Int | ||||
| feeTier_not | -BigInt | +tickAt_not | +Int | ||||
| feeTier_gt | -BigInt | +tickAt_gt | +Int | ||||
| feeTier_lt | -BigInt | +tickAt_lt | +Int | ||||
| feeTier_gte | -BigInt | +tickAt_gte | +Int | ||||
| feeTier_lte | -BigInt | +tickAt_lte | +Int | ||||
| feeTier_in | -[BigInt!] | +tickAt_in | +[Int!] | ||||
| feeTier_not_in | -[BigInt!] | +tickAt_not_in | +[Int!] | ||||
| collateral0 | +panopticPool | String | |||||
| collateral0_not | +panopticPool_not | String | |||||
| collateral0_gt | +panopticPool_gt | String | |||||
| collateral0_lt | +panopticPool_lt | String | |||||
| collateral0_gte | +panopticPool_gte | String | |||||
| collateral0_lte | +panopticPool_lte | String | |||||
| collateral0_in | +panopticPool_in | [String!] | |||||
| collateral0_not_in | +panopticPool_not_in | [String!] | |||||
| collateral0_contains | +panopticPool_contains | String | |||||
| collateral0_contains_nocase | +panopticPool_contains_nocase | String | |||||
| collateral0_not_contains | +panopticPool_not_contains | String | |||||
| collateral0_not_contains_nocase | +panopticPool_not_contains_nocase | String | |||||
| collateral0_starts_with | +panopticPool_starts_with | String | |||||
| collateral0_starts_with_nocase | +panopticPool_starts_with_nocase | String | |||||
| collateral0_not_starts_with | +panopticPool_not_starts_with | String | |||||
| collateral0_not_starts_with_nocase | +panopticPool_not_starts_with_nocase | String | |||||
| collateral0_ends_with | +panopticPool_ends_with | String | |||||
| collateral0_ends_with_nocase | +panopticPool_ends_with_nocase | String | |||||
| collateral0_not_ends_with | +panopticPool_not_ends_with | String | |||||
| collateral0_not_ends_with_nocase | +panopticPool_not_ends_with_nocase | String | |||||
| collateral0_ | -Collateral_filter | +panopticPool_ | +PanopticPool_filter | ||||
| collateral1 | -String | +premium0 | +BigInt | ||||
| collateral1_not | -String | +premium0_not | +BigInt | ||||
| collateral1_gt | -String | +premium0_gt | +BigInt | ||||
| collateral1_lt | -String | +premium0_lt | +BigInt | ||||
| collateral1_gte | -String | +premium0_gte | +BigInt | ||||
| collateral1_lte | -String | +premium0_lte | +BigInt | ||||
| collateral1_in | -[String!] | +premium0_in | +[BigInt!] | ||||
| collateral1_not_in | -[String!] | +premium0_not_in | +[BigInt!] | ||||
| collateral1_contains | -String | +premium1 | +BigInt | ||||
| collateral1_contains_nocase | -String | +premium1_not | +BigInt | ||||
| collateral1_not_contains | -String | +premium1_gt | +BigInt | ||||
| collateral1_not_contains_nocase | -String | +premium1_lt | +BigInt | ||||
| collateral1_starts_with | -String | +premium1_gte | +BigInt | ||||
| collateral1_starts_with_nocase | -String | +premium1_lte | +BigInt | ||||
| collateral1_not_starts_with | -String | +premium1_in | +[BigInt!] | ||||
| collateral1_not_starts_with_nocase | -String | +premium1_not_in | +[BigInt!] | ||||
| collateral1_ends_with | -String | +premiaByLeg | +[BigInt!] | ||||
| collateral1_ends_with_nocase | -String | +premiaByLeg_not | +[BigInt!] | ||||
| collateral1_not_ends_with | -String | +premiaByLeg_contains | +[BigInt!] | ||||
| collateral1_not_ends_with_nocase | -String | +premiaByLeg_contains_nocase | +[BigInt!] | ||||
| collateral1_ | -Collateral_filter | +premiaByLeg_not_contains | +[BigInt!] | ||||
| underlyingPool | +premiaByLeg_not_contains_nocase | +[BigInt!] | ++ | ||||
| txnOpened | String | ||||||
| underlyingPool_not | +txnOpened_not | String | |||||
| underlyingPool_gt | +txnOpened_gt | String | |||||
| underlyingPool_lt | +txnOpened_lt | String | |||||
| underlyingPool_gte | +txnOpened_gte | String | |||||
| underlyingPool_lte | +txnOpened_lte | String | |||||
| underlyingPool_in | +txnOpened_in | [String!] | |||||
| underlyingPool_not_in | +txnOpened_not_in | [String!] | |||||
| underlyingPool_contains | +txnOpened_contains | String | |||||
| underlyingPool_contains_nocase | +txnOpened_contains_nocase | String | |||||
| underlyingPool_not_contains | +txnOpened_not_contains | String | |||||
| underlyingPool_not_contains_nocase | +txnOpened_not_contains_nocase | String | |||||
| underlyingPool_starts_with | +txnOpened_starts_with | String | |||||
| underlyingPool_starts_with_nocase | +txnOpened_starts_with_nocase | String | |||||
| underlyingPool_not_starts_with | +txnOpened_not_starts_with | String | |||||
| underlyingPool_not_starts_with_nocase | +txnOpened_not_starts_with_nocase | String | |||||
| underlyingPool_ends_with | +txnOpened_ends_with | String | |||||
| underlyingPool_ends_with_nocase | +txnOpened_ends_with_nocase | String | |||||
| underlyingPool_not_ends_with | +txnOpened_not_ends_with | String | |||||
| underlyingPool_not_ends_with_nocase | +txnOpened_not_ends_with_nocase | String | |||||
| underlyingPool_ | -Pool_filter | +txnOpened_ | +OptionMint_filter | ||||
| panopticVersion | -BigDecimal | +accountBalance | +String | ||||
| panopticVersion_not | -BigDecimal | +accountBalance_not | +String | ||||
| panopticVersion_gt | -BigDecimal | +accountBalance_gt | +String | ||||
| panopticVersion_lt | -BigDecimal | +accountBalance_lt | +String | ||||
| panopticVersion_gte | -BigDecimal | +accountBalance_gte | +String | ||||
| panopticVersion_lte | -BigDecimal | +accountBalance_lte | +String | ||||
| panopticVersion_in | -[BigDecimal!] | +accountBalance_in | +[String!] | ||||
| panopticVersion_not_in | -[BigDecimal!] | +accountBalance_not_in | +[String!] | ||||
| oracleContract | -Bytes | +accountBalance_contains | +String | ||||
| oracleContract_not | -Bytes | +accountBalance_contains_nocase | +String | ||||
| oracleContract_gt | -Bytes | +accountBalance_not_contains | +String | ||||
| oracleContract_lt | -Bytes | +accountBalance_not_contains_nocase | +String | ||||
| oracleContract_gte | -Bytes | +accountBalance_starts_with | +String | ||||
| oracleContract_lte | -Bytes | +accountBalance_starts_with_nocase | +String | ||||
| oracleContract_in | -[Bytes!] | +accountBalance_not_starts_with | +String | ||||
| oracleContract_not_in | -[Bytes!] | +accountBalance_not_starts_with_nocase | +String | ||||
| oracleContract_contains | -Bytes | +accountBalance_ends_with | +String | ||||
| oracleContract_not_contains | -Bytes | +accountBalance_ends_with_nocase | +String | ||||
| mintVolume0 | -BigDecimal | +accountBalance_not_ends_with | +String | ||||
| mintVolume0_not | -BigDecimal | +accountBalance_not_ends_with_nocase | +String | ||||
| mintVolume0_gt | -BigDecimal | +accountBalance_ | +AccountBalance_filter | ||||
| mintVolume0_lt | -BigDecimal | +forcedExercise | +String | ||||
| mintVolume0_gte | -BigDecimal | +forcedExercise_not | +String | ||||
| mintVolume0_lte | -BigDecimal | +forcedExercise_gt | +String | ||||
| mintVolume0_in | -[BigDecimal!] | +forcedExercise_lt | +String | ||||
| mintVolume0_not_in | -[BigDecimal!] | +forcedExercise_gte | +String | ||||
| mintVolume0USD | -BigDecimal | -- | |||||
| mintVolume0USD_not | -BigDecimal | -- | |||||
| mintVolume0USD_gt | -BigDecimal | -- | |||||
| mintVolume0USD_lt | -BigDecimal | +forcedExercise_lte | +String | ||||
| mintVolume0USD_gte | -BigDecimal | +forcedExercise_in | +[String!] | ||||
| mintVolume0USD_lte | -BigDecimal | +forcedExercise_not_in | +[String!] | ||||
| mintVolume0USD_in | -[BigDecimal!] | +forcedExercise_contains | +String | ||||
| mintVolume0USD_not_in | -[BigDecimal!] | +forcedExercise_contains_nocase | +String | ||||
| burnVolume0 | -BigDecimal | +forcedExercise_not_contains | +String | ||||
| burnVolume0_not | -BigDecimal | +forcedExercise_not_contains_nocase | +String | ||||
| burnVolume0_gt | -BigDecimal | +forcedExercise_starts_with | +String | ||||
| burnVolume0_lt | -BigDecimal | +forcedExercise_starts_with_nocase | +String | ||||
| burnVolume0_gte | -BigDecimal | +forcedExercise_not_starts_with | +String | ||||
| burnVolume0_lte | -BigDecimal | +forcedExercise_not_starts_with_nocase | +String | ||||
| burnVolume0_in | -[BigDecimal!] | +forcedExercise_ends_with | +String | ||||
| burnVolume0_not_in | -[BigDecimal!] | +forcedExercise_ends_with_nocase | +String | ||||
| burnVolume0USD | -BigDecimal | +forcedExercise_not_ends_with | +String | ||||
| burnVolume0USD_not | -BigDecimal | +forcedExercise_not_ends_with_nocase | +String | ||||
| burnVolume0USD_gt | -BigDecimal | +forcedExercise_ | +ForcedExercise_filter | ||||
| burnVolume0USD_lt | -BigDecimal | +accountLiquidated | +String | ||||
| burnVolume0USD_gte | -BigDecimal | +accountLiquidated_not | +String | ||||
| burnVolume0USD_lte | -BigDecimal | +accountLiquidated_gt | +String | ||||
| burnVolume0USD_in | -[BigDecimal!] | +accountLiquidated_lt | +String | ||||
| burnVolume0USD_not_in | -[BigDecimal!] | +accountLiquidated_gte | +String | ||||
| totalVolume0 | -BigDecimal | +accountLiquidated_lte | +String | ||||
| totalVolume0_not | -BigDecimal | +accountLiquidated_in | +[String!] | ||||
| totalVolume0_gt | -BigDecimal | +accountLiquidated_not_in | +[String!] | ||||
| totalVolume0_lt | -BigDecimal | +accountLiquidated_contains | +String | ||||
| totalVolume0_gte | -BigDecimal | +accountLiquidated_contains_nocase | +String | ||||
| totalVolume0_lte | -BigDecimal | +accountLiquidated_not_contains | +String | ||||
| totalVolume0_in | -[BigDecimal!] | +accountLiquidated_not_contains_nocase | +String | ||||
| totalVolume0_not_in | -[BigDecimal!] | +accountLiquidated_starts_with | +String | ||||
| totalVolume0USD | -BigDecimal | +accountLiquidated_starts_with_nocase | +String | ||||
| totalVolume0USD_not | -BigDecimal | +accountLiquidated_not_starts_with | +String | ||||
| totalVolume0USD_gt | -BigDecimal | +accountLiquidated_not_starts_with_nocase | +String | ||||
| totalVolume0USD_lt | -BigDecimal | +accountLiquidated_ends_with | +String | ||||
| totalVolume0USD_gte | -BigDecimal | +accountLiquidated_ends_with_nocase | +String | ||||
| totalVolume0USD_lte | -BigDecimal | +accountLiquidated_not_ends_with | +String | ||||
| totalVolume0USD_in | -[BigDecimal!] | +accountLiquidated_not_ends_with_nocase | +String | ||||
| totalVolume0USD_not_in | -[BigDecimal!] | +accountLiquidated_ | +AccountLiquidated_filter | ||||
| mintVolume1 | +panopticVersion | BigDecimal | |||||
| mintVolume1_not | +panopticVersion_not | BigDecimal | |||||
| mintVolume1_gt | +panopticVersion_gt | BigDecimal | |||||
| mintVolume1_lt | +panopticVersion_lt | BigDecimal | |||||
| mintVolume1_gte | +panopticVersion_gte | BigDecimal | |||||
| mintVolume1_lte | +panopticVersion_lte | BigDecimal | |||||
| mintVolume1_in | +panopticVersion_in | [BigDecimal!] | |||||
| mintVolume1_not_in | +panopticVersion_not_in | [BigDecimal!] | |||||
| mintVolume1USD | +volume0USD | BigDecimal | |||||
| mintVolume1USD_not | +volume0USD_not | BigDecimal | |||||
| mintVolume1USD_gt | +volume0USD_gt | BigDecimal | |||||
| mintVolume1USD_lt | +volume0USD_lt | BigDecimal | |||||
| mintVolume1USD_gte | +volume0USD_gte | BigDecimal | |||||
| mintVolume1USD_lte | +volume0USD_lte | BigDecimal | |||||
| mintVolume1USD_in | +volume0USD_in | [BigDecimal!] | |||||
| mintVolume1USD_not_in | +volume0USD_not_in | [BigDecimal!] | |||||
| burnVolume1 | +volume1USD | BigDecimal | |||||
| burnVolume1_not | +volume1USD_not | BigDecimal | |||||
| burnVolume1_gt | +volume1USD_gt | BigDecimal | |||||
| burnVolume1_lt | +volume1USD_lt | BigDecimal | |||||
| burnVolume1_gte | +volume1USD_gte | BigDecimal | |||||
| burnVolume1_lte | +volume1USD_lte | BigDecimal | |||||
| burnVolume1_in | +volume1USD_in | [BigDecimal!] | |||||
| burnVolume1_not_in | +volume1USD_not_in | [BigDecimal!] | |||||
| burnVolume1USD | -BigDecimal | +shares0 | +BigInt | ||||
| burnVolume1USD_not | -BigDecimal | +shares0_not | +BigInt | ||||
| burnVolume1USD_gt | -BigDecimal | +shares0_gt | +BigInt | ||||
| burnVolume1USD_lt | -BigDecimal | +shares0_lt | +BigInt | ||||
| burnVolume1USD_gte | -BigDecimal | +shares0_gte | +BigInt | ||||
| burnVolume1USD_lte | -BigDecimal | +shares0_lte | +BigInt | ||||
| burnVolume1USD_in | -[BigDecimal!] | +shares0_in | +[BigInt!] | ||||
| burnVolume1USD_not_in | -[BigDecimal!] | +shares0_not_in | +[BigInt!] | ||||
| totalVolume1 | -BigDecimal | +shares1 | +BigInt | ||||
| totalVolume1_not | -BigDecimal | +shares1_not | +BigInt | ||||
| totalVolume1_gt | -BigDecimal | +shares1_gt | +BigInt | ||||
| totalVolume1_lt | -BigDecimal | +shares1_lt | +BigInt | ||||
| totalVolume1_gte | -BigDecimal | +shares1_gte | +BigInt | ||||
| totalVolume1_lte | -BigDecimal | +shares1_lte | +BigInt | ||||
| totalVolume1_in | -[BigDecimal!] | +shares1_in | +[BigInt!] | ||||
| totalVolume1_not_in | -[BigDecimal!] | +shares1_not_in | +[BigInt!] | ||||
| totalVolume1USD | +ethPriceUSDAtBurn | BigDecimal | |||||
| totalVolume1USD_not | +ethPriceUSDAtBurn_not | BigDecimal | |||||
| totalVolume1USD_gt | +ethPriceUSDAtBurn_gt | BigDecimal | |||||
| totalVolume1USD_lt | +ethPriceUSDAtBurn_lt | BigDecimal | |||||
| totalVolume1USD_gte | +ethPriceUSDAtBurn_gte | BigDecimal | |||||
| totalVolume1USD_lte | +ethPriceUSDAtBurn_lte | BigDecimal | |||||
| totalVolume1USD_in | +ethPriceUSDAtBurn_in | [BigDecimal!] | |||||
| totalVolume1USD_not_in | +ethPriceUSDAtBurn_not_in | [BigDecimal!] | |||||
| totalVolumeUSD | +token0DerivedEthAtBurn | BigDecimal | |||||
| totalVolumeUSD_not | +token0DerivedEthAtBurn_not | BigDecimal | |||||
| totalVolumeUSD_gt | +token0DerivedEthAtBurn_gt | BigDecimal | |||||
| totalVolumeUSD_lt | +token0DerivedEthAtBurn_lt | BigDecimal | |||||
| totalVolumeUSD_gte | +token0DerivedEthAtBurn_gte | BigDecimal | |||||
| totalVolumeUSD_lte | +token0DerivedEthAtBurn_lte | BigDecimal | |||||
| totalVolumeUSD_in | +token0DerivedEthAtBurn_in | [BigDecimal!] | |||||
| totalVolumeUSD_not_in | +token0DerivedEthAtBurn_not_in | [BigDecimal!] | |||||
| commissions0 | +token1DerivedEthAtBurn | BigDecimal | |||||
| commissions0_not | +token1DerivedEthAtBurn_not | BigDecimal | |||||
| commissions0_gt | +token1DerivedEthAtBurn_gt | BigDecimal | |||||
| commissions0_lt | +token1DerivedEthAtBurn_lt | BigDecimal | |||||
| commissions0_gte | +token1DerivedEthAtBurn_gte | BigDecimal | |||||
| commissions0_lte | +token1DerivedEthAtBurn_lte | BigDecimal | |||||
| commissions0_in | +token1DerivedEthAtBurn_in | [BigDecimal!] | |||||
| commissions0_not_in | +token1DerivedEthAtBurn_not_in | [BigDecimal!] | |||||
| commissions0USD | -BigDecimal | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| commissions0USD_not | -BigDecimal | +and | +[OptionBurn_filter] | ||||
| commissions0USD_gt | -BigDecimal | +or | +[OptionBurn_filter] | ||||
| commissions0USD_lt | -BigDecimal | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| commissions0USD_gte | -BigDecimal | +id | +ID | ||||
| commissions0USD_lte | -BigDecimal | +id_not | +ID | ||||
| commissions0USD_in | -[BigDecimal!] | +id_gt | +ID | ||||
| commissions0USD_not_in | -[BigDecimal!] | +id_lt | +ID | ||||
| commissions1 | -BigDecimal | +id_gte | +ID | ||||
| commissions1_not | -BigDecimal | +id_lte | +ID | ||||
| commissions1_gt | -BigDecimal | +id_in | +[ID!] | ||||
| commissions1_lt | -BigDecimal | +id_not_in | +[ID!] | ||||
| commissions1_gte | -BigDecimal | +hash | +String | ||||
| commissions1_lte | -BigDecimal | +hash_not | +String | ||||
| commissions1_in | -[BigDecimal!] | +hash_gt | +String | ||||
| commissions1_not_in | -[BigDecimal!] | +hash_lt | +String | ||||
| commissions1USD | -BigDecimal | +hash_gte | +String | ||||
| commissions1USD_not | -BigDecimal | +hash_lte | +String | ||||
| commissions1USD_gt | -BigDecimal | +hash_in | +[String!] | ||||
| commissions1USD_lt | -BigDecimal | +hash_not_in | +[String!] | ||||
| commissions1USD_gte | -BigDecimal | +hash_contains | +String | ||||
| commissions1USD_lte | -BigDecimal | +hash_contains_nocase | +String | ||||
| commissions1USD_in | -[BigDecimal!] | +hash_not_contains | +String | ||||
| commissions1USD_not_in | -[BigDecimal!] | +hash_not_contains_nocase | +String | ||||
| commissionsUSD | -BigDecimal | +hash_starts_with | +String | ||||
| commissionsUSD_not | -BigDecimal | +hash_starts_with_nocase | +String | ||||
| commissionsUSD_gt | -BigDecimal | +hash_not_starts_with | +String | ||||
| commissionsUSD_lt | -BigDecimal | +hash_not_starts_with_nocase | +String | ||||
| commissionsUSD_gte | -BigDecimal | +hash_ends_with | +String | ||||
| commissionsUSD_lte | -BigDecimal | +hash_ends_with_nocase | +String | ||||
| commissionsUSD_in | -[BigDecimal!] | +hash_not_ends_with | +String | ||||
| commissionsUSD_not_in | -[BigDecimal!] | +hash_not_ends_with_nocase | +String | ||||
| protocolLoss0 | -BigDecimal | +logIndex | +BigInt | ||||
| protocolLoss0_not | -BigDecimal | +logIndex_not | +BigInt | ||||
| protocolLoss0_gt | -BigDecimal | +logIndex_gt | +BigInt | ||||
| protocolLoss0_lt | -BigDecimal | +logIndex_lt | +BigInt | ||||
| protocolLoss0_gte | -BigDecimal | +logIndex_gte | +BigInt | ||||
| protocolLoss0_lte | -BigDecimal | +logIndex_lte | +BigInt | ||||
| protocolLoss0_in | -[BigDecimal!] | +logIndex_in | +[BigInt!] | ||||
| protocolLoss0_not_in | -[BigDecimal!] | +logIndex_not_in | +[BigInt!] | ||||
| protocolLoss0USD | -BigDecimal | +eventType | +EventType | ||||
| protocolLoss0USD_not | -BigDecimal | +eventType_not | +EventType | ||||
| protocolLoss0USD_gt | -BigDecimal | +eventType_in | +[EventType!] | ||||
| protocolLoss0USD_lt | -BigDecimal | +eventType_not_in | +[EventType!] | ||||
| protocolLoss0USD_gte | -BigDecimal | +from | +String | ||||
| protocolLoss0USD_lte | -BigDecimal | +from_not | +String | ||||
| protocolLoss0USD_in | -[BigDecimal!] | +from_gt | +String | ||||
| protocolLoss0USD_not_in | -[BigDecimal!] | +from_lt | +String | ||||
| protocolLoss1 | -BigDecimal | +from_gte | +String | ||||
| protocolLoss1_not | -BigDecimal | +from_lte | +String | ||||
| protocolLoss1_gt | -BigDecimal | +from_in | +[String!] | ||||
| protocolLoss1_lt | -BigDecimal | +from_not_in | +[String!] | ||||
| protocolLoss1_gte | -BigDecimal | +from_contains | +String | ||||
| protocolLoss1_lte | -BigDecimal | +from_contains_nocase | +String | ||||
| protocolLoss1_in | -[BigDecimal!] | +from_not_contains | +String | ||||
| protocolLoss1_not_in | -[BigDecimal!] | +from_not_contains_nocase | +String | ||||
| protocolLoss1USD | -BigDecimal | +from_starts_with | +String | ||||
| protocolLoss1USD_not | -BigDecimal | +from_starts_with_nocase | +String | ||||
| protocolLoss1USD_gt | -BigDecimal | +from_not_starts_with | +String | ||||
| protocolLoss1USD_lt | -BigDecimal | +from_not_starts_with_nocase | +String | ||||
| protocolLoss1USD_gte | -BigDecimal | +from_ends_with | +String | ||||
| protocolLoss1USD_lte | -BigDecimal | +from_ends_with_nocase | +String | ||||
| protocolLoss1USD_in | -[BigDecimal!] | +from_not_ends_with | +String | ||||
| protocolLoss1USD_not_in | -[BigDecimal!] | +from_not_ends_with_nocase | +String | ||||
| protocolLossUSD | -BigDecimal | +to | +String | ||||
| protocolLossUSD_not | -BigDecimal | -+ | to_not | +String | +|||
| protocolLossUSD_gt | -BigDecimal | +to_gt | +String | ||||
| protocolLossUSD_lt | -BigDecimal | +to_lt | +String | ||||
| protocolLossUSD_gte | -BigDecimal | +to_gte | +String | ||||
| protocolLossUSD_lte | -BigDecimal | +to_lte | +String | ||||
| protocolLossUSD_in | -[BigDecimal!] | +to_in | +[String!] | ||||
| protocolLossUSD_not_in | -[BigDecimal!] | +to_not_in | +[String!] | ||||
| chunks_ | -Chunk_filter | +to_contains | +String | ||||
| panopticPoolDayData_ | -PanopticPoolDayData_filter | +to_contains_nocase | +String | ||||
| panopticPoolAccounts_ | -PanopticPoolAccount_filter | +to_not_contains | +String | ||||
| createdTimestamp | +to_not_contains_nocase | +String | ++ | ||||
| to_starts_with | +String | ++ | |||||
| to_starts_with_nocase | +String | ++ | |||||
| to_not_starts_with | +String | ++ | |||||
| to_not_starts_with_nocase | +String | ++ | |||||
| to_ends_with | +String | ++ | |||||
| to_ends_with_nocase | +String | ++ | |||||
| to_not_ends_with | +String | ++ | |||||
| to_not_ends_with_nocase | +String | ++ | |||||
| blockNumber | BigInt | ||||||
| createdTimestamp_not | +blockNumber_not | BigInt | |||||
| createdTimestamp_gt | +blockNumber_gt | BigInt | |||||
| createdTimestamp_lt | +blockNumber_lt | BigInt | |||||
| createdTimestamp_gte | +blockNumber_gte | BigInt | |||||
| createdTimestamp_lte | +blockNumber_lte | BigInt | |||||
| createdTimestamp_in | +blockNumber_in | [BigInt!] | |||||
| createdTimestamp_not_in | +blockNumber_not_in | [BigInt!] | |||||
| createdBlockNumber | +timestamp | BigInt | |||||
| createdBlockNumber_not | +timestamp_not | BigInt | |||||
| createdBlockNumber_gt | +timestamp_gt | BigInt | |||||
| createdBlockNumber_lt | +timestamp_lt | BigInt | |||||
| createdBlockNumber_gte | +timestamp_gte | BigInt | |||||
| createdBlockNumber_lte | +timestamp_lte | BigInt | |||||
| createdBlockNumber_in | +timestamp_in | [BigInt!] | |||||
| createdBlockNumber_not_in | +timestamp_not_in | [BigInt!] | |||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +gasUsed | +BigInt | +|||
| and | -[PanopticPool_filter] | +gasUsed_not | +BigInt | ||||
| or | -[PanopticPool_filter] | +gasUsed_gt | +BigInt | ||||
| Field | -Type | -Description | +gasUsed_lt | +BigInt | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +gasUsed_gte | +BigInt | ||||
| id_not | -ID | +gasUsed_lte | +BigInt | ||||
| id_gt | -ID | +gasUsed_in | +[BigInt!] | ||||
| id_lt | -ID | +gasUsed_not_in | +[BigInt!] | ||||
| id_gte | -ID | +gasPrice | +BigInt | ||||
| id_lte | -ID | +gasPrice_not | +BigInt | ||||
| id_in | -[ID!] | +gasPrice_gt | +BigInt | ||||
| id_not_in | -[ID!] | +gasPrice_lt | +BigInt | ||||
| pool | +gasPrice_gte | +BigInt | ++ | ||||
| gasPrice_lte | +BigInt | ++ | |||||
| gasPrice_in | +[BigInt!] | ++ | |||||
| gasPrice_not_in | +[BigInt!] | ++ | |||||
| pool | String | ||||||
| pool_not | +pool_not | String | |||||
| pool_gt | +pool_gt | String | |||||
| pool_lt | +pool_lt | String | |||||
| pool_gte | +pool_gte | String | |||||
| pool_lte | +pool_lte | String | |||||
| pool_in | +pool_in | [String!] | |||||
| pool_not_in | +pool_not_in | [String!] | |||||
| pool_contains | +pool_contains | String | |||||
| pool_contains_nocase | +pool_contains_nocase | String | |||||
| pool_not_contains | +pool_not_contains | String | |||||
| pool_not_contains_nocase | +pool_not_contains_nocase | String | |||||
| pool_starts_with | +pool_starts_with | String | |||||
| pool_starts_with_nocase | +pool_starts_with_nocase | String | |||||
| pool_not_starts_with | +pool_not_starts_with | String | |||||
| pool_not_starts_with_nocase | +pool_not_starts_with_nocase | String | |||||
| pool_ends_with | +pool_ends_with | String | |||||
| pool_ends_with_nocase | +pool_ends_with_nocase | String | |||||
| pool_not_ends_with | +pool_not_ends_with | String | |||||
| pool_not_ends_with_nocase | +pool_not_ends_with_nocase | String | |||||
| pool_ | +pool_ | Pool_filter | |||||
| date | -Int | +recipient | +String | ||||
| date_not | -Int | +recipient_not | +String | ||||
| date_gt | -Int | +recipient_gt | +String | ||||
| date_lt | -Int | +recipient_lt | +String | ||||
| date_gte | -Int | +recipient_gte | +String | ||||
| date_lte | -Int | +recipient_lte | +String | ||||
| date_in | -[Int!] | +recipient_in | +[String!] | ||||
| date_not_in | -[Int!] | +recipient_not_in | +[String!] | ||||
| txCount | -BigInt | +recipient_contains | +String | ||||
| txCount_not | -BigInt | +recipient_contains_nocase | +String | ||||
| txCount_gt | -BigInt | +recipient_not_contains | +String | ||||
| txCount_lt | -BigInt | +recipient_not_contains_nocase | +String | ||||
| txCount_gte | -BigInt | +recipient_starts_with | +String | ||||
| txCount_lte | -BigInt | +recipient_starts_with_nocase | +String | ||||
| txCount_in | -[BigInt!] | +recipient_not_starts_with | +String | ||||
| txCount_not_in | -[BigInt!] | +recipient_not_starts_with_nocase | +String | ||||
| liquidity | -BigInt | +recipient_ends_with | +String | ||||
| liquidity_not | -BigInt | +recipient_ends_with_nocase | +String | ||||
| liquidity_gt | -BigInt | +recipient_not_ends_with | +String | ||||
| liquidity_lt | -BigInt | +recipient_not_ends_with_nocase | +String | ||||
| liquidity_gte | -BigInt | +recipient_ | +Account_filter | ||||
| liquidity_lte | -BigInt | +tokenId | +String | ||||
| liquidity_in | -[BigInt!] | +tokenId_not | +String | ||||
| liquidity_not_in | -[BigInt!] | +tokenId_gt | +String | ||||
| token0Price | -BigDecimal | +tokenId_lt | +String | ||||
| token0Price_not | -BigDecimal | +tokenId_gte | +String | ||||
| token0Price_gt | -BigDecimal | +tokenId_lte | +String | ||||
| token0Price_lt | -BigDecimal | +tokenId_in | +[String!] | ||||
| token0Price_gte | -BigDecimal | +tokenId_not_in | +[String!] | ||||
| token0Price_lte | -BigDecimal | +tokenId_contains | +String | ||||
| token0Price_in | -[BigDecimal!] | +tokenId_contains_nocase | +String | ||||
| token0Price_not_in | -[BigDecimal!] | +tokenId_not_contains | +String | ||||
| token1Price | -BigDecimal | +tokenId_not_contains_nocase | +String | ||||
| token1Price_not | -BigDecimal | +tokenId_starts_with | +String | ||||
| token1Price_gt | -BigDecimal | +tokenId_starts_with_nocase | +String | ||||
| token1Price_lt | -BigDecimal | +tokenId_not_starts_with | +String | ||||
| token1Price_gte | -BigDecimal | +tokenId_not_starts_with_nocase | +String | ||||
| token1Price_lte | -BigDecimal | +tokenId_ends_with | +String | ||||
| token1Price_in | -[BigDecimal!] | +tokenId_ends_with_nocase | +String | ||||
| token1Price_not_in | -[BigDecimal!] | +tokenId_not_ends_with | +String | ||||
| volumeToken0 | -BigDecimal | +tokenId_not_ends_with_nocase | +String | ||||
| volumeToken0_not | -BigDecimal | +tokenId_ | +TokenId_filter | ||||
| volumeToken0_gt | -BigDecimal | +positionSize | +BigInt | ||||
| volumeToken0_lt | -BigDecimal | +positionSize_not | +BigInt | ||||
| volumeToken0_gte | -BigDecimal | +positionSize_gt | +BigInt | ||||
| volumeToken0_lte | -BigDecimal | +positionSize_lt | +BigInt | ||||
| volumeToken0_in | -[BigDecimal!] | +positionSize_gte | +BigInt | ||||
| volumeToken0_not_in | -[BigDecimal!] | +positionSize_lte | +BigInt | ||||
| volumeToken1 | -BigDecimal | +positionSize_in | +[BigInt!] | ||||
| volumeToken1_not | -BigDecimal | +positionSize_not_in | +[BigInt!] | ||||
| volumeToken1_gt | -BigDecimal | +poolUtilization0 | +BigInt | ||||
| volumeToken1_lt | -BigDecimal | +poolUtilization0_not | +BigInt | ||||
| volumeToken1_gte | -BigDecimal | +poolUtilization0_gt | +BigInt | ||||
| volumeToken1_lte | -BigDecimal | +poolUtilization0_lt | +BigInt | ||||
| volumeToken1_in | -[BigDecimal!] | +poolUtilization0_gte | +BigInt | ||||
| volumeToken1_not_in | -[BigDecimal!] | +poolUtilization0_lte | +BigInt | ||||
| volumeUSD | -BigDecimal | +poolUtilization0_in | +[BigInt!] | ||||
| volumeUSD_not | -BigDecimal | +poolUtilization0_not_in | +[BigInt!] | ||||
| volumeUSD_gt | -BigDecimal | +poolUtilization1 | +BigInt | ||||
| volumeUSD_lt | -BigDecimal | +poolUtilization1_not | +BigInt | ||||
| volumeUSD_gte | -BigDecimal | +poolUtilization1_gt | +BigInt | ||||
| volumeUSD_lte | -BigDecimal | +poolUtilization1_lt | +BigInt | ||||
| volumeUSD_in | -[BigDecimal!] | +poolUtilization1_gte | +BigInt | ||||
| volumeUSD_not_in | -[BigDecimal!] | +poolUtilization1_lte | +BigInt | ||||
| feesUSD | -BigDecimal | +poolUtilization1_in | +[BigInt!] | ||||
| feesUSD_not | -BigDecimal | +poolUtilization1_not_in | +[BigInt!] | ||||
| feesUSD_gt | -BigDecimal | +currentTick | +Int | ||||
| feesUSD_lt | -BigDecimal | +currentTick_not | +Int | ||||
| feesUSD_gte | -BigDecimal | -+ | currentTick_gt | +Int | ++ | ||
| currentTick_lt | +Int | ++ | |||||
| currentTick_gte | +Int | ++ | |||||
| currentTick_lte | +Int | ++ | |||||
| currentTick_in | +[Int!] | ++ | |||||
| currentTick_not_in | +[Int!] | ++ | |||||
| fastOracleTick | +Int | ++ | |||||
| fastOracleTick_not | +Int | ++ | |||||
| fastOracleTick_gt | +Int | ++ | |||||
| fastOracleTick_lt | +Int | ++ | |||||
| fastOracleTick_gte | +Int | ++ | |||||
| fastOracleTick_lte | +Int | ++ | |||||
| fastOracleTick_in | +[Int!] | ++ | |||||
| fastOracleTick_not_in | +[Int!] | ++ | |||||
| lastObservedTick | +Int | ++ | |||||
| lastObservedTick_not | +Int | ++ | |||||
| lastObservedTick_gt | +Int | ++ | |||||
| lastObservedTick_lt | +Int | ++ | |||||
| lastObservedTick_gte | +Int | ++ | |||||
| lastObservedTick_lte | +Int | ++ | |||||
| lastObservedTick_in | +[Int!] | ++ | |||||
| lastObservedTick_not_in | +[Int!] | ++ | |||||
| slowOracleTick | +Int | ++ | |||||
| slowOracleTick_not | +Int | ++ | |||||
| slowOracleTick_gt | +Int | ++ | |||||
| slowOracleTick_lt | +Int | ++ | |||||
| slowOracleTick_gte | +Int | ++ | |||||
| slowOracleTick_lte | +Int | ++ | |||||
| slowOracleTick_in | +[Int!] | ++ | |||||
| slowOracleTick_not_in | +[Int!] | ++ | |||||
| accountBalance | +String | ++ | |||||
| accountBalance_not | +String | ++ | |||||
| accountBalance_gt | +String | ++ | |||||
| accountBalance_lt | +String | ++ | |||||
| accountBalance_gte | +String | ++ | |||||
| accountBalance_lte | +String | ++ | |||||
| accountBalance_in | +[String!] | ++ | |||||
| accountBalance_not_in | +[String!] | ++ | |||||
| accountBalance_contains | +String | ++ | |||||
| accountBalance_contains_nocase | +String | ++ | |||||
| accountBalance_not_contains | +String | ++ | |||||
| accountBalance_not_contains_nocase | +String | ++ | |||||
| accountBalance_starts_with | +String | ++ | |||||
| accountBalance_starts_with_nocase | +String | ++ | |||||
| accountBalance_not_starts_with | +String | ++ | |||||
| accountBalance_not_starts_with_nocase | +String | ++ | |||||
| accountBalance_ends_with | +String | ++ | |||||
| accountBalance_ends_with_nocase | +String | ++ | |||||
| accountBalance_not_ends_with | +String | ++ | |||||
| accountBalance_not_ends_with_nocase | +String | ++ | |||||
| accountBalance_ | +AccountBalance_filter | ++ | |||||
| panopticPool | +String | ++ | |||||
| panopticPool_not | +String | ++ | |||||
| panopticPool_gt | +String | ++ | |||||
| panopticPool_lt | +String | ++ | |||||
| panopticPool_gte | +String | ++ | |||||
| panopticPool_lte | +String | ++ | |||||
| panopticPool_in | +[String!] | ++ | |||||
| panopticPool_not_in | +[String!] | ++ | |||||
| panopticPool_contains | +String | ++ | |||||
| panopticPool_contains_nocase | +String | ++ | |||||
| panopticPool_not_contains | +String | ++ | |||||
| panopticPool_not_contains_nocase | +String | ++ | |||||
| panopticPool_starts_with | +String | ++ | |||||
| panopticPool_starts_with_nocase | +String | ++ | |||||
| panopticPool_not_starts_with | +String | ++ | |||||
| panopticPool_not_starts_with_nocase | +String | ++ | |||||
| panopticPool_ends_with | +String | ++ | |||||
| panopticPool_ends_with_nocase | +String | ++ | |||||
| panopticPool_not_ends_with | +String | ++ | |||||
| panopticPool_not_ends_with_nocase | +String | ++ | |||||
| panopticPool_ | +PanopticPool_filter | ++ | |||||
| shares0 | +BigInt | ++ | |||||
| shares0_not | +BigInt | ++ | |||||
| shares0_gt | +BigInt | ++ | |||||
| shares0_lt | +BigInt | ++ | |||||
| shares0_gte | +BigInt | ++ | |||||
| shares0_lte | +BigInt | ++ | |||||
| shares0_in | +[BigInt!] | ++ | |||||
| shares0_not_in | +[BigInt!] | ++ | |||||
| shares1 | +BigInt | ++ | |||||
| shares1_not | +BigInt | ++ | |||||
| shares1_gt | +BigInt | ++ | |||||
| shares1_lt | +BigInt | ++ | |||||
| shares1_gte | +BigInt | ++ | |||||
| shares1_lte | +BigInt | ++ | |||||
| shares1_in | +[BigInt!] | ++ | |||||
| shares1_not_in | +[BigInt!] | ++ | |||||
| commissions0 | +BigDecimal | ++ | |||||
| commissions0_not | +BigDecimal | ++ | |||||
| commissions0_gt | +BigDecimal | ++ | |||||
| commissions0_lt | +BigDecimal | ++ | |||||
| commissions0_gte | +BigDecimal | ++ | |||||
| commissions0_lte | +BigDecimal | ++ | |||||
| commissions0_in | +[BigDecimal!] | ++ | |||||
| commissions0_not_in | +[BigDecimal!] | ++ | |||||
| commissions1 | +BigDecimal | ++ | |||||
| commissions1_not | +BigDecimal | ++ | |||||
| commissions1_gt | +BigDecimal | ++ | |||||
| commissions1_lt | +BigDecimal | ++ | |||||
| commissions1_gte | +BigDecimal | ++ | |||||
| commissions1_lte | +BigDecimal | ++ | |||||
| commissions1_in | +[BigDecimal!] | ++ | |||||
| commissions1_not_in | +[BigDecimal!] | ++ | |||||
| commissions0USD | +BigDecimal | ++ | |||||
| commissions0USD_not | +BigDecimal | ++ | |||||
| commissions0USD_gt | +BigDecimal | ++ | |||||
| commissions0USD_lt | +BigDecimal | ++ | |||||
| commissions0USD_gte | +BigDecimal | ++ | |||||
| commissions0USD_lte | +BigDecimal | ++ | |||||
| commissions0USD_in | +[BigDecimal!] | ++ | |||||
| commissions0USD_not_in | +[BigDecimal!] | ++ | |||||
| commissions1USD | +BigDecimal | ++ | |||||
| commissions1USD_not | +BigDecimal | ++ | |||||
| commissions1USD_gt | +BigDecimal | ++ | |||||
| commissions1USD_lt | +BigDecimal | ++ | |||||
| commissions1USD_gte | +BigDecimal | ++ | |||||
| commissions1USD_lte | +BigDecimal | ++ | |||||
| commissions1USD_in | +[BigDecimal!] | ++ | |||||
| commissions1USD_not_in | +[BigDecimal!] | ++ | |||||
| commissionsUSD | +BigDecimal | ++ | |||||
| commissionsUSD_not | +BigDecimal | ++ | |||||
| commissionsUSD_gt | +BigDecimal | ++ | |||||
| commissionsUSD_lt | +BigDecimal | ++ | |||||
| commissionsUSD_gte | +BigDecimal | ++ | |||||
| commissionsUSD_lte | +BigDecimal | ++ | |||||
| commissionsUSD_in | +[BigDecimal!] | ++ | |||||
| commissionsUSD_not_in | +[BigDecimal!] | ++ | |||||
| tickAt | +Int | ++ | |||||
| tickAt_not | +Int | ++ | |||||
| tickAt_gt | +Int | ++ | |||||
| tickAt_lt | +Int | ++ | |||||
| tickAt_gte | +Int | ++ | |||||
| tickAt_lte | +Int | ++ | |||||
| tickAt_in | +[Int!] | ++ | |||||
| tickAt_not_in | +[Int!] | ++ | |||||
| panopticVersion | +BigDecimal | ++ | |||||
| panopticVersion_not | +BigDecimal | ++ | |||||
| panopticVersion_gt | +BigDecimal | ++ | |||||
| panopticVersion_lt | +BigDecimal | ++ | |||||
| panopticVersion_gte | +BigDecimal | ++ | |||||
| panopticVersion_lte | +BigDecimal | ++ | |||||
| panopticVersion_in | +[BigDecimal!] | ++ | |||||
| panopticVersion_not_in | +[BigDecimal!] | ++ | |||||
| volume0USD | +BigDecimal | ++ | |||||
| volume0USD_not | +BigDecimal | ++ | |||||
| volume0USD_gt | +BigDecimal | ++ | |||||
| volume0USD_lt | +BigDecimal | ++ | |||||
| volume0USD_gte | +BigDecimal | ++ | |||||
| volume0USD_lte | +BigDecimal | ++ | |||||
| volume0USD_in | +[BigDecimal!] | ++ | |||||
| volume0USD_not_in | +[BigDecimal!] | ++ | |||||
| volume1USD | +BigDecimal | ++ | |||||
| volume1USD_not | +BigDecimal | ++ | |||||
| volume1USD_gt | +BigDecimal | ++ | |||||
| volume1USD_lt | +BigDecimal | ++ | |||||
| volume1USD_gte | +BigDecimal | ++ | |||||
| volume1USD_lte | +BigDecimal | ++ | |||||
| volume1USD_in | +[BigDecimal!] | ++ | |||||
| volume1USD_not_in | +[BigDecimal!] | ++ | |||||
| ethPriceUSDAtMint | +BigDecimal | ++ | |||||
| ethPriceUSDAtMint_not | +BigDecimal | ++ | |||||
| ethPriceUSDAtMint_gt | +BigDecimal | ++ | |||||
| ethPriceUSDAtMint_lt | +BigDecimal | ++ | |||||
| ethPriceUSDAtMint_gte | +BigDecimal | ++ | |||||
| ethPriceUSDAtMint_lte | +BigDecimal | ++ | |||||
| ethPriceUSDAtMint_in | +[BigDecimal!] | ++ | |||||
| ethPriceUSDAtMint_not_in | +[BigDecimal!] | ++ | |||||
| token0DerivedEthAtMint | +BigDecimal | ++ | |||||
| token0DerivedEthAtMint_not | +BigDecimal | ++ | |||||
| token0DerivedEthAtMint_gt | +BigDecimal | ++ | |||||
| token0DerivedEthAtMint_lt | +BigDecimal | ++ | |||||
| token0DerivedEthAtMint_gte | +BigDecimal | ++ | |||||
| token0DerivedEthAtMint_lte | +BigDecimal | ++ | |||||
| token0DerivedEthAtMint_in | +[BigDecimal!] | ++ | |||||
| token0DerivedEthAtMint_not_in | +[BigDecimal!] | ++ | |||||
| token1DerivedEthAtMint | +BigDecimal | ++ | |||||
| token1DerivedEthAtMint_not | +BigDecimal | ++ | |||||
| token1DerivedEthAtMint_gt | +BigDecimal | ++ | |||||
| token1DerivedEthAtMint_lt | +BigDecimal | ++ | |||||
| token1DerivedEthAtMint_gte | +BigDecimal | ++ | |||||
| token1DerivedEthAtMint_lte | +BigDecimal | ++ | |||||
| token1DerivedEthAtMint_in | +[BigDecimal!] | ++ | |||||
| token1DerivedEthAtMint_not_in | +[BigDecimal!] | ++ | |||||
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|||||
| and | +[OptionMint_filter] | ++ | |||||
| or | +[OptionMint_filter] | ++ | |||||
| Field | +Type | +Description | +|
|---|---|---|---|
| id | +ID | ++ | |
| id_not | +ID | ++ | |
| id_gt | +ID | ++ | |
| id_lt | +ID | ++ | |
| id_gte | +ID | ++ | |
| id_lte | +ID | ++ | |
| id_in | +[ID!] | ++ | |
| id_not_in | +[ID!] | ++ | |
| poolCount | +BigInt | ++ | |
| poolCount_not | +BigInt | ++ | |
| poolCount_gt | +BigInt | ++ | |
| poolCount_lt | +BigInt | ++ | |
| poolCount_gte | +BigInt | ++ | |
| poolCount_lte | +BigInt | ++ | |
| poolCount_in | +[BigInt!] | ++ | |
| poolCount_not_in | +[BigInt!] | ++ | |
| owner | +ID | ++ | |
| owner_not | +ID | ++ | |
| owner_gt | +ID | ++ | |
| owner_lt | +ID | ++ | |
| owner_gte | +ID | ++ | |
| owner_lte | +ID | ++ | |
| owner_in | +[ID!] | ++ | |
| owner_not_in | +[ID!] | ++ | |
| panopticVersion | +BigDecimal | ++ | |
| panopticVersion_not | +BigDecimal | ++ | |
| panopticVersion_gt | +BigDecimal | ++ | |
| panopticVersion_lt | +BigDecimal | ++ | |
| panopticVersion_gte | +BigDecimal | ++ | |
| panopticVersion_lte | +BigDecimal | ++ | |
| panopticVersion_in | +[BigDecimal!] | ++ | |
| panopticVersion_not_in | +[BigDecimal!] | ++ | |
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|
| and | +[PanopticFactory_filter] | ++ | |
| or | +[PanopticFactory_filter] | ++ | |
| Field | +Type | +Description | +|
|---|---|---|---|
| id | +ID | ++ | |
| id_not | +ID | ++ | |
| id_gt | +ID | ++ | |
| id_lt | +ID | ++ | |
| id_gte | +ID | ++ | |
| id_lte | +ID | ++ | |
| id_in | +[ID!] | ++ | |
| id_not_in | +[ID!] | ++ | |
| panopticPool | +String | ++ | |
| panopticPool_not | +String | ++ | |
| panopticPool_gt | +String | ++ | |
| panopticPool_lt | +String | ++ | |
| panopticPool_gte | +String | ++ | |
| panopticPool_lte | +String | ++ | |
| panopticPool_in | +[String!] | ++ | |
| panopticPool_not_in | +[String!] | ++ | |
| panopticPool_contains | +String | ++ | |
| panopticPool_contains_nocase | +String | ++ | |
| panopticPool_not_contains | +String | ++ | |
| panopticPool_not_contains_nocase | +String | ++ | |
| panopticPool_starts_with | +String | ++ | |
| panopticPool_starts_with_nocase | +String | ++ | |
| panopticPool_not_starts_with | +String | ++ | |
| panopticPool_not_starts_with_nocase | +String | ++ | |
| panopticPool_ends_with | +String | ++ | |
| panopticPool_ends_with_nocase | +String | ++ | |
| panopticPool_not_ends_with | +String | ++ | |
| panopticPool_not_ends_with_nocase | +String | ++ | |
| panopticPool_ | +PanopticPool_filter | ++ | |
| account | +String | ++ | |
| account_not | +String | ++ | |
| account_gt | +String | ++ | |
| account_lt | +String | ++ | |
| account_gte | +String | ++ | |
| account_lte | +String | ++ | |
| account_in | +[String!] | ++ | |
| account_not_in | +[String!] | ++ | |
| account_contains | +String | ++ | |
| account_contains_nocase | +String | ++ | |
| account_not_contains | +String | ++ | |
| account_not_contains_nocase | +String | ++ | |
| account_starts_with | +String | ++ | |
| account_starts_with_nocase | +String | ++ | |
| account_not_starts_with | +String | ++ | |
| account_not_starts_with_nocase | +String | ++ | |
| account_ends_with | +String | ++ | |
| account_ends_with_nocase | +String | ++ | |
| account_not_ends_with | +String | ++ | |
| account_not_ends_with_nocase | +String | ++ | |
| account_ | +Account_filter | ++ | |
| collateral0 | +String | ++ | |
| collateral0_not | +String | ++ | |
| collateral0_gt | +String | ++ | |
| collateral0_lt | +String | ++ | |
| collateral0_gte | +String | ++ | |
| collateral0_lte | +String | ++ | |
| collateral0_in | +[String!] | ++ | |
| collateral0_not_in | +[String!] | ++ | |
| collateral0_contains | +String | ++ | |
| collateral0_contains_nocase | +String | ++ | |
| collateral0_not_contains | +String | ++ | |
| collateral0_not_contains_nocase | +String | ++ | |
| collateral0_starts_with | +String | ++ | |
| collateral0_starts_with_nocase | +String | ++ | |
| collateral0_not_starts_with | +String | ++ | |
| collateral0_not_starts_with_nocase | +String | ++ | |
| collateral0_ends_with | +String | ++ | |
| collateral0_ends_with_nocase | +String | ++ | |
| collateral0_not_ends_with | +String | ++ | |
| collateral0_not_ends_with_nocase | +String | ++ | |
| collateral0_ | +Collateral_filter | ++ | |
| collateral0Shares | +BigInt | ++ | |
| collateral0Shares_not | +BigInt | ++ | |
| collateral0Shares_gt | +BigInt | ++ | |
| collateral0Shares_lt | +BigInt | ++ | |
| collateral0Shares_gte | +BigInt | ++ | |
| collateral0Shares_lte | +BigInt | ++ | |
| collateral0Shares_in | +[BigInt!] | ++ | |
| collateral0Shares_not_in | +[BigInt!] | ++ | |
| collateral1 | +String | ++ | |
| collateral1_not | +String | ++ | |
| collateral1_gt | +String | ++ | |
| collateral1_lt | +String | ++ | |
| collateral1_gte | +String | ++ | |
| collateral1_lte | +String | ++ | |
| collateral1_in | +[String!] | ++ | |
| collateral1_not_in | +[String!] | ++ | |
| collateral1_contains | +String | ++ | |
| collateral1_contains_nocase | +String | ++ | |
| collateral1_not_contains | +String | ++ | |
| collateral1_not_contains_nocase | +String | ++ | |
| collateral1_starts_with | +String | ++ | |
| collateral1_starts_with_nocase | +String | ++ | |
| collateral1_not_starts_with | +String | ++ | |
| collateral1_not_starts_with_nocase | +String | ++ | |
| collateral1_ends_with | +String | ++ | |
| collateral1_ends_with_nocase | +String | ++ | |
| collateral1_not_ends_with | +String | ++ | |
| collateral1_not_ends_with_nocase | +String | ++ | |
| collateral1_ | +Collateral_filter | ++ | |
| collateral1Shares | +BigInt | ++ | |
| collateral1Shares_not | +BigInt | ++ | |
| collateral1Shares_gt | +BigInt | ++ | |
| collateral1Shares_lt | +BigInt | ++ | |
| collateral1Shares_gte | +BigInt | ++ | |
| collateral1Shares_lte | +BigInt | ++ | |
| collateral1Shares_in | +[BigInt!] | ++ | |
| collateral1Shares_not_in | +[BigInt!] | ++ | |
| isLiquidated | +Int | ++ | |
| isLiquidated_not | +Int | ++ | |
| isLiquidated_gt | +Int | ++ | |
| isLiquidated_lt | +Int | ++ | |
| isLiquidated_gte | +Int | ++ | |
| isLiquidated_lte | +Int | ++ | |
| isLiquidated_in | +[Int!] | ++ | |
| isLiquidated_not_in | +[Int!] | ++ | |
| accountBalances_ | +AccountBalance_filter | ++ | |
| commissions0 | +BigDecimal | ++ | |
| commissions0_not | +BigDecimal | ++ | |
| commissions0_gt | +BigDecimal | ++ | |
| commissions0_lt | +BigDecimal | ++ | |
| commissions0_gte | +BigDecimal | ++ | |
| commissions0_lte | +BigDecimal | ++ | |
| commissions0_in | +[BigDecimal!] | ++ | |
| commissions0_not_in | +[BigDecimal!] | ++ | |
| commissions0Usd | +BigDecimal | ++ | |
| commissions0Usd_not | +BigDecimal | ++ | |
| commissions0Usd_gt | +BigDecimal | ++ | |
| commissions0Usd_lt | +BigDecimal | ++ | |
| commissions0Usd_gte | +BigDecimal | ++ | |
| commissions0Usd_lte | +BigDecimal | ++ | |
| commissions0Usd_in | +[BigDecimal!] | ++ | |
| commissions0Usd_not_in | +[BigDecimal!] | ++ | |
| commissions1 | +BigDecimal | ++ | |
| commissions1_not | +BigDecimal | ++ | |
| commissions1_gt | +BigDecimal | ++ | |
| commissions1_lt | +BigDecimal | ++ | |
| commissions1_gte | +BigDecimal | ++ | |
| commissions1_lte | +BigDecimal | ++ | |
| commissions1_in | +[BigDecimal!] | ++ | |
| commissions1_not_in | +[BigDecimal!] | ++ | |
| commissions1Usd | +BigDecimal | ++ | |
| commissions1Usd_not | +BigDecimal | ++ | |
| commissions1Usd_gt | +BigDecimal | ++ | |
| commissions1Usd_lt | +BigDecimal | ++ | |
| commissions1Usd_gte | +BigDecimal | ++ | |
| commissions1Usd_lte | +BigDecimal | ++ | |
| commissions1Usd_in | +[BigDecimal!] | ++ | |
| commissions1Usd_not_in | +[BigDecimal!] | ++ | |
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|
| and | +[PanopticPoolAccount_filter] | ++ | |
| or | +[PanopticPoolAccount_filter] | ++ | |
| Field | +Type | +Description | +|
|---|---|---|---|
| id | +ID | ++ | |
| id_not | +ID | ++ | |
| id_gt | +ID | ++ | |
| id_lt | +ID | ++ | |
| id_gte | +ID | ++ | |
| id_lte | +ID | ++ | |
| id_in | +[ID!] | ++ | |
| id_not_in | +[ID!] | ++ | |
| panopticPool | +String | ++ | |
| panopticPool_not | +String | ++ | |
| panopticPool_gt | +String | ++ | |
| panopticPool_lt | +String | ++ | |
| panopticPool_gte | +String | ++ | |
| panopticPool_lte | +String | ++ | |
| panopticPool_in | +[String!] | ++ | |
| panopticPool_not_in | +[String!] | ++ | |
| panopticPool_contains | +String | ++ | |
| panopticPool_contains_nocase | +String | ++ | |
| panopticPool_not_contains | +String | ++ | |
| panopticPool_not_contains_nocase | +String | ++ | |
| panopticPool_starts_with | +String | ++ | |
| panopticPool_starts_with_nocase | +String | ++ | |
| panopticPool_not_starts_with | +String | ++ | |
| panopticPool_not_starts_with_nocase | +String | ++ | |
| panopticPool_ends_with | +String | ++ | |
| panopticPool_ends_with_nocase | +String | ++ | |
| panopticPool_not_ends_with | +String | ++ | |
| panopticPool_not_ends_with_nocase | +String | ++ | |
| panopticPool_ | +PanopticPool_filter | ++ | |
| date | +Int | ++ | |
| date_not | +Int | ++ | |
| date_gt | +Int | ++ | |
| date_lt | +Int | ++ | |
| date_gte | +Int | ++ | |
| date_lte | +Int | ++ | |
| date_in | +[Int!] | ++ | |
| date_not_in | +[Int!] | ++ | |
| mintVolume0 | +BigDecimal | ++ | |
| mintVolume0_not | +BigDecimal | ++ | |
| mintVolume0_gt | +BigDecimal | ++ | |
| mintVolume0_lt | +BigDecimal | ++ | |
| mintVolume0_gte | +BigDecimal | ++ | |
| mintVolume0_lte | +BigDecimal | ++ | |
| mintVolume0_in | +[BigDecimal!] | ++ | |
| mintVolume0_not_in | +[BigDecimal!] | ++ | |
| mintVolume0USD | +BigDecimal | ++ | |
| mintVolume0USD_not | +BigDecimal | ++ | |
| mintVolume0USD_gt | +BigDecimal | ++ | |
| mintVolume0USD_lt | +BigDecimal | ++ | |
| mintVolume0USD_gte | +BigDecimal | ++ | |
| mintVolume0USD_lte | +BigDecimal | ++ | |
| mintVolume0USD_in | +[BigDecimal!] | ++ | |
| mintVolume0USD_not_in | +[BigDecimal!] | ++ | |
| burnVolume0 | +BigDecimal | ++ | |
| burnVolume0_not | +BigDecimal | ++ | |
| burnVolume0_gt | +BigDecimal | ++ | |
| burnVolume0_lt | +BigDecimal | ++ | |
| burnVolume0_gte | +BigDecimal | ++ | |
| burnVolume0_lte | +BigDecimal | ++ | |
| burnVolume0_in | +[BigDecimal!] | ++ | |
| burnVolume0_not_in | +[BigDecimal!] | ++ | |
| burnVolume0USD | +BigDecimal | ++ | |
| burnVolume0USD_not | +BigDecimal | ++ | |
| burnVolume0USD_gt | +BigDecimal | ++ | |
| burnVolume0USD_lt | +BigDecimal | ++ | |
| burnVolume0USD_gte | +BigDecimal | ++ | |
| burnVolume0USD_lte | +BigDecimal | ++ | |
| burnVolume0USD_in | +[BigDecimal!] | ++ | |
| burnVolume0USD_not_in | +[BigDecimal!] | ++ | |
| totalVolume0 | +BigDecimal | ++ | |
| totalVolume0_not | +BigDecimal | ++ | |
| totalVolume0_gt | +BigDecimal | ++ | |
| totalVolume0_lt | +BigDecimal | ++ | |
| totalVolume0_gte | +BigDecimal | ++ | |
| totalVolume0_lte | +BigDecimal | ++ | |
| totalVolume0_in | +[BigDecimal!] | ++ | |
| totalVolume0_not_in | +[BigDecimal!] | ++ | |
| totalVolume0USD | +BigDecimal | ++ | |
| totalVolume0USD_not | +BigDecimal | ++ | |
| totalVolume0USD_gt | +BigDecimal | ++ | |
| totalVolume0USD_lt | +BigDecimal | ++ | |
| totalVolume0USD_gte | +BigDecimal | ++ | |
| totalVolume0USD_lte | +BigDecimal | ++ | |
| totalVolume0USD_in | +[BigDecimal!] | ++ | |
| totalVolume0USD_not_in | +[BigDecimal!] | ++ | |
| mintVolume1 | +BigDecimal | ++ | |
| mintVolume1_not | +BigDecimal | ++ | |
| mintVolume1_gt | +BigDecimal | ++ | |
| mintVolume1_lt | +BigDecimal | ++ | |
| mintVolume1_gte | +BigDecimal | ++ | |
| mintVolume1_lte | +BigDecimal | ++ | |
| mintVolume1_in | +[BigDecimal!] | ++ | |
| mintVolume1_not_in | +[BigDecimal!] | ++ | |
| mintVolume1USD | +BigDecimal | ++ | |
| mintVolume1USD_not | +BigDecimal | ++ | |
| mintVolume1USD_gt | +BigDecimal | ++ | |
| mintVolume1USD_lt | +BigDecimal | ++ | |
| mintVolume1USD_gte | +BigDecimal | ++ | |
| mintVolume1USD_lte | +BigDecimal | ++ | |
| mintVolume1USD_in | +[BigDecimal!] | ++ | |
| mintVolume1USD_not_in | +[BigDecimal!] | ++ | |
| burnVolume1 | +BigDecimal | ++ | |
| burnVolume1_not | +BigDecimal | ++ | |
| burnVolume1_gt | +BigDecimal | ++ | |
| burnVolume1_lt | +BigDecimal | ++ | |
| burnVolume1_gte | +BigDecimal | ++ | |
| burnVolume1_lte | +BigDecimal | ++ | |
| burnVolume1_in | +[BigDecimal!] | ++ | |
| burnVolume1_not_in | +[BigDecimal!] | ++ | |
| burnVolume1USD | +BigDecimal | ++ | |
| burnVolume1USD_not | +BigDecimal | ++ | |
| burnVolume1USD_gt | +BigDecimal | ++ | |
| burnVolume1USD_lt | +BigDecimal | ++ | |
| burnVolume1USD_gte | +BigDecimal | ++ | |
| burnVolume1USD_lte | +BigDecimal | ++ | |
| burnVolume1USD_in | +[BigDecimal!] | ++ | |
| burnVolume1USD_not_in | +[BigDecimal!] | ++ | |
| totalVolume1 | +BigDecimal | ++ | |
| totalVolume1_not | +BigDecimal | ++ | |
| totalVolume1_gt | +BigDecimal | ++ | |
| totalVolume1_lt | +BigDecimal | ++ | |
| totalVolume1_gte | +BigDecimal | ++ | |
| totalVolume1_lte | +BigDecimal | ++ | |
| totalVolume1_in | +[BigDecimal!] | ++ | |
| totalVolume1_not_in | +[BigDecimal!] | ++ | |
| totalVolume1USD | +BigDecimal | ++ | |
| totalVolume1USD_not | +BigDecimal | ++ | |
| totalVolume1USD_gt | +BigDecimal | ++ | |
| totalVolume1USD_lt | +BigDecimal | ++ | |
| totalVolume1USD_gte | +BigDecimal | ++ | |
| totalVolume1USD_lte | +BigDecimal | ++ | |
| totalVolume1USD_in | +[BigDecimal!] | ++ | |
| totalVolume1USD_not_in | +[BigDecimal!] | ++ | |
| totalVolumeUSD | +BigDecimal | ++ | |
| totalVolumeUSD_not | +BigDecimal | ++ | |
| totalVolumeUSD_gt | +BigDecimal | ++ | |
| totalVolumeUSD_lt | +BigDecimal | ++ | |
| totalVolumeUSD_gte | +BigDecimal | ++ | |
| totalVolumeUSD_lte | +BigDecimal | ++ | |
| totalVolumeUSD_in | +[BigDecimal!] | ++ | |
| totalVolumeUSD_not_in | +[BigDecimal!] | ++ | |
| commissions0 | +BigDecimal | ++ | |
| commissions0_not | +BigDecimal | ++ | |
| commissions0_gt | +BigDecimal | ++ | |
| commissions0_lt | +BigDecimal | ++ | |
| commissions0_gte | +BigDecimal | ++ | |
| commissions0_lte | +BigDecimal | ++ | |
| commissions0_in | +[BigDecimal!] | ++ | |
| commissions0_not_in | +[BigDecimal!] | ++ | |
| commissions0USD | +BigDecimal | ++ | |
| commissions0USD_not | +BigDecimal | ++ | |
| commissions0USD_gt | +BigDecimal | ++ | |
| commissions0USD_lt | +BigDecimal | ++ | |
| commissions0USD_gte | +BigDecimal | ++ | |
| commissions0USD_lte | +BigDecimal | ++ | |
| commissions0USD_in | +[BigDecimal!] | ++ | |
| commissions0USD_not_in | +[BigDecimal!] | ++ | |
| commissions1 | +BigDecimal | ++ | |
| commissions1_not | +BigDecimal | ++ | |
| commissions1_gt | +BigDecimal | ++ | |
| commissions1_lt | +BigDecimal | ++ | |
| commissions1_gte | +BigDecimal | ++ | |
| commissions1_lte | +BigDecimal | ++ | |
| commissions1_in | +[BigDecimal!] | ++ | |
| commissions1_not_in | +[BigDecimal!] | ++ | |
| commissions1USD | +BigDecimal | ++ | |
| commissions1USD_not | +BigDecimal | ++ | |
| commissions1USD_gt | +BigDecimal | ++ | |
| commissions1USD_lt | +BigDecimal | ++ | |
| commissions1USD_gte | +BigDecimal | ++ | |
| commissions1USD_lte | +BigDecimal | ++ | |
| commissions1USD_in | +[BigDecimal!] | ++ | |
| commissions1USD_not_in | +[BigDecimal!] | ++ | |
| commissionsUSD | +BigDecimal | ++ | |
| commissionsUSD_not | +BigDecimal | ++ | |
| commissionsUSD_gt | +BigDecimal | ++ | |
| commissionsUSD_lt | +BigDecimal | ++ | |
| commissionsUSD_gte | +BigDecimal | ++ | |
| commissionsUSD_lte | +BigDecimal | ++ | |
| commissionsUSD_in | +[BigDecimal!] | ++ | |
| commissionsUSD_not_in | +[BigDecimal!] | ++ | |
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|
| and | +[PanopticPoolDayData_filter] | ++ | |
| or | +[PanopticPoolDayData_filter] | ++ | |
| Field | +Type | +Description | +|
|---|---|---|---|
| id | +ID | ++ | |
| id_not | +ID | ++ | |
| id_gt | +ID | ++ | |
| id_lt | +ID | ++ | |
| id_gte | +ID | ++ | |
| id_lte | +ID | ++ | |
| id_in | +[ID!] | ++ | |
| id_not_in | +[ID!] | ++ | |
| txCount | +BigInt | ++ | |
| txCount_not | +BigInt | ++ | |
| txCount_gt | +BigInt | ++ | |
| txCount_lt | +BigInt | ++ | |
| txCount_gte | +BigInt | ++ | |
| txCount_lte | +BigInt | ++ | |
| txCount_in | +[BigInt!] | ++ | |
| txCount_not_in | +[BigInt!] | ++ | |
| token0 | +String | ++ | |
| token0_not | +String | ++ | |
| token0_gt | +String | ++ | |
| token0_lt | +String | ++ | |
| token0_gte | +String | ++ | |
| token0_lte | +String | ++ | |
| token0_in | +[String!] | ++ | |
| token0_not_in | +[String!] | ++ | |
| token0_contains | +String | ++ | |
| token0_contains_nocase | +String | ++ | |
| token0_not_contains | +String | ++ | |
| token0_not_contains_nocase | +String | ++ | |
| token0_starts_with | +String | ++ | |
| token0_starts_with_nocase | +String | ++ | |
| token0_not_starts_with | +String | ++ | |
| token0_not_starts_with_nocase | +String | ++ | |
| token0_ends_with | +String | ++ | |
| token0_ends_with_nocase | +String | ++ | |
| token0_not_ends_with | +String | ++ | |
| token0_not_ends_with_nocase | +String | ++ | |
| token0_ | +Token_filter | ++ | |
| token1 | +String | ++ | |
| token1_not | +String | ++ | |
| token1_gt | +String | ++ | |
| token1_lt | +String | ++ | |
| token1_gte | +String | ++ | |
| token1_lte | +String | ++ | |
| token1_in | +[String!] | ++ | |
| token1_not_in | +[String!] | ++ | |
| token1_contains | +String | ++ | |
| token1_contains_nocase | +String | ++ | |
| token1_not_contains | +String | ++ | |
| token1_not_contains_nocase | +String | ++ | |
| token1_starts_with | +String | ++ | |
| token1_starts_with_nocase | +String | ++ | |
| token1_not_starts_with | +String | ++ | |
| token1_not_starts_with_nocase | +String | ++ | |
| token1_ends_with | +String | ++ | |
| token1_ends_with_nocase | +String | ++ | |
| token1_not_ends_with | +String | ++ | |
| token1_not_ends_with_nocase | +String | ++ | |
| token1_ | +Token_filter | ++ | |
| feeTier | +BigInt | ++ | |
| feeTier_not | +BigInt | ++ | |
| feeTier_gt | +BigInt | ++ | |
| feeTier_lt | +BigInt | ++ | |
| feeTier_gte | +BigInt | ++ | |
| feeTier_lte | +BigInt | ++ | |
| feeTier_in | +[BigInt!] | ++ | |
| feeTier_not_in | +[BigInt!] | ++ | |
| collateral0 | +String | ++ | |
| collateral0_not | +String | ++ | |
| collateral0_gt | +String | ++ | |
| collateral0_lt | +String | ++ | |
| collateral0_gte | +String | ++ | |
| collateral0_lte | +String | ++ | |
| collateral0_in | +[String!] | ++ | |
| collateral0_not_in | +[String!] | ++ | |
| collateral0_contains | +String | ++ | |
| collateral0_contains_nocase | +String | ++ | |
| collateral0_not_contains | +String | ++ | |
| collateral0_not_contains_nocase | +String | ++ | |
| collateral0_starts_with | +String | ++ | |
| collateral0_starts_with_nocase | +String | ++ | |
| collateral0_not_starts_with | +String | ++ | |
| collateral0_not_starts_with_nocase | +String | ++ | |
| collateral0_ends_with | +String | ++ | |
| collateral0_ends_with_nocase | +String | ++ | |
| collateral0_not_ends_with | +String | ++ | |
| collateral0_not_ends_with_nocase | +String | ++ | |
| collateral0_ | +Collateral_filter | ++ | |
| collateral1 | +String | ++ | |
| collateral1_not | +String | ++ | |
| collateral1_gt | +String | ++ | |
| collateral1_lt | +String | ++ | |
| collateral1_gte | +String | ++ | |
| collateral1_lte | +String | ++ | |
| collateral1_in | +[String!] | ++ | |
| collateral1_not_in | +[String!] | ++ | |
| collateral1_contains | +String | ++ | |
| collateral1_contains_nocase | +String | ++ | |
| collateral1_not_contains | +String | ++ | |
| collateral1_not_contains_nocase | +String | ++ | |
| collateral1_starts_with | +String | ++ | |
| collateral1_starts_with_nocase | +String | ++ | |
| collateral1_not_starts_with | +String | ++ | |
| collateral1_not_starts_with_nocase | +String | ++ | |
| collateral1_ends_with | +String | ++ | |
| collateral1_ends_with_nocase | +String | ++ | |
| collateral1_not_ends_with | +String | ++ | |
| collateral1_not_ends_with_nocase | +String | ++ | |
| collateral1_ | +Collateral_filter | ++ | |
| underlyingPool | +String | ++ | |
| underlyingPool_not | +String | ++ | |
| underlyingPool_gt | +String | ++ | |
| underlyingPool_lt | +String | ++ | |
| underlyingPool_gte | +String | ++ | |
| underlyingPool_lte | +String | ++ | |
| underlyingPool_in | +[String!] | ++ | |
| underlyingPool_not_in | +[String!] | ++ | |
| underlyingPool_contains | +String | ++ | |
| underlyingPool_contains_nocase | +String | ++ | |
| underlyingPool_not_contains | +String | ++ | |
| underlyingPool_not_contains_nocase | +String | ++ | |
| underlyingPool_starts_with | +String | ++ | |
| underlyingPool_starts_with_nocase | +String | ++ | |
| underlyingPool_not_starts_with | +String | ++ | |
| underlyingPool_not_starts_with_nocase | +String | ++ | |
| underlyingPool_ends_with | +String | ++ | |
| underlyingPool_ends_with_nocase | +String | ++ | |
| underlyingPool_not_ends_with | +String | ++ | |
| underlyingPool_not_ends_with_nocase | +String | ++ | |
| underlyingPool_ | +Pool_filter | ++ | |
| panopticVersion | +BigDecimal | ++ | |
| panopticVersion_not | +BigDecimal | ++ | |
| panopticVersion_gt | +BigDecimal | ++ | |
| panopticVersion_lt | +BigDecimal | ++ | |
| panopticVersion_gte | +BigDecimal | ++ | |
| panopticVersion_lte | +BigDecimal | ++ | |
| panopticVersion_in | +[BigDecimal!] | ++ | |
| panopticVersion_not_in | +[BigDecimal!] | ++ | |
| oracleContract | +Bytes | ++ | |
| oracleContract_not | +Bytes | ++ | |
| oracleContract_gt | +Bytes | ++ | |
| oracleContract_lt | +Bytes | ++ | |
| oracleContract_gte | +Bytes | ++ | |
| oracleContract_lte | +Bytes | ++ | |
| oracleContract_in | +[Bytes!] | ++ | |
| oracleContract_not_in | +[Bytes!] | ++ | |
| oracleContract_contains | +Bytes | ++ | |
| oracleContract_not_contains | +Bytes | ++ | |
| mintVolume0 | +BigDecimal | ++ | |
| mintVolume0_not | +BigDecimal | ++ | |
| mintVolume0_gt | +BigDecimal | ++ | |
| mintVolume0_lt | +BigDecimal | ++ | |
| mintVolume0_gte | +BigDecimal | ++ | |
| mintVolume0_lte | +BigDecimal | ++ | |
| mintVolume0_in | +[BigDecimal!] | ++ | |
| mintVolume0_not_in | +[BigDecimal!] | ++ | |
| mintVolume0USD | +BigDecimal | ++ | |
| mintVolume0USD_not | +BigDecimal | ++ | |
| mintVolume0USD_gt | +BigDecimal | ++ | |
| mintVolume0USD_lt | +BigDecimal | ++ | |
| mintVolume0USD_gte | +BigDecimal | ++ | |
| mintVolume0USD_lte | +BigDecimal | ++ | |
| mintVolume0USD_in | +[BigDecimal!] | ++ | |
| mintVolume0USD_not_in | +[BigDecimal!] | ++ | |
| burnVolume0 | +BigDecimal | ++ | |
| burnVolume0_not | +BigDecimal | ++ | |
| burnVolume0_gt | +BigDecimal | ++ | |
| burnVolume0_lt | +BigDecimal | ++ | |
| burnVolume0_gte | +BigDecimal | ++ | |
| burnVolume0_lte | +BigDecimal | ++ | |
| burnVolume0_in | +[BigDecimal!] | ++ | |
| burnVolume0_not_in | +[BigDecimal!] | ++ | |
| burnVolume0USD | +BigDecimal | ++ | |
| burnVolume0USD_not | +BigDecimal | ++ | |
| burnVolume0USD_gt | +BigDecimal | ++ | |
| burnVolume0USD_lt | +BigDecimal | ++ | |
| burnVolume0USD_gte | +BigDecimal | ++ | |
| burnVolume0USD_lte | +BigDecimal | ++ | |
| burnVolume0USD_in | +[BigDecimal!] | ++ | |
| burnVolume0USD_not_in | +[BigDecimal!] | ++ | |
| totalVolume0 | +BigDecimal | ++ | |
| totalVolume0_not | +BigDecimal | ++ | |
| totalVolume0_gt | +BigDecimal | ++ | |
| totalVolume0_lt | +BigDecimal | ++ | |
| totalVolume0_gte | +BigDecimal | ++ | |
| totalVolume0_lte | +BigDecimal | ++ | |
| totalVolume0_in | +[BigDecimal!] | ++ | |
| totalVolume0_not_in | +[BigDecimal!] | ++ | |
| totalVolume0USD | +BigDecimal | ++ | |
| totalVolume0USD_not | +BigDecimal | ++ | |
| totalVolume0USD_gt | +BigDecimal | ++ | |
| totalVolume0USD_lt | +BigDecimal | ++ | |
| totalVolume0USD_gte | +BigDecimal | ++ | |
| totalVolume0USD_lte | +BigDecimal | ++ | |
| totalVolume0USD_in | +[BigDecimal!] | ++ | |
| totalVolume0USD_not_in | +[BigDecimal!] | ++ | |
| mintVolume1 | +BigDecimal | ++ | |
| mintVolume1_not | +BigDecimal | ++ | |
| mintVolume1_gt | +BigDecimal | ++ | |
| mintVolume1_lt | +BigDecimal | ++ | |
| mintVolume1_gte | +BigDecimal | ++ | |
| mintVolume1_lte | +BigDecimal | ++ | |
| mintVolume1_in | +[BigDecimal!] | ++ | |
| mintVolume1_not_in | +[BigDecimal!] | ++ | |
| mintVolume1USD | +BigDecimal | ++ | |
| mintVolume1USD_not | +BigDecimal | ++ | |
| mintVolume1USD_gt | +BigDecimal | ++ | |
| mintVolume1USD_lt | +BigDecimal | ++ | |
| mintVolume1USD_gte | +BigDecimal | ++ | |
| mintVolume1USD_lte | +BigDecimal | ++ | |
| mintVolume1USD_in | +[BigDecimal!] | ++ | |
| mintVolume1USD_not_in | +[BigDecimal!] | ++ | |
| burnVolume1 | +BigDecimal | ++ | |
| burnVolume1_not | +BigDecimal | ++ | |
| burnVolume1_gt | +BigDecimal | ++ | |
| burnVolume1_lt | +BigDecimal | ++ | |
| burnVolume1_gte | +BigDecimal | ++ | |
| burnVolume1_lte | +BigDecimal | ++ | |
| burnVolume1_in | +[BigDecimal!] | ++ | |
| burnVolume1_not_in | +[BigDecimal!] | ++ | |
| burnVolume1USD | +BigDecimal | ++ | |
| burnVolume1USD_not | +BigDecimal | ++ | |
| burnVolume1USD_gt | +BigDecimal | ++ | |
| burnVolume1USD_lt | +BigDecimal | ++ | |
| burnVolume1USD_gte | +BigDecimal | ++ | |
| burnVolume1USD_lte | +BigDecimal | ++ | |
| burnVolume1USD_in | +[BigDecimal!] | ++ | |
| burnVolume1USD_not_in | +[BigDecimal!] | ++ | |
| totalVolume1 | +BigDecimal | ++ | |
| totalVolume1_not | +BigDecimal | ++ | |
| totalVolume1_gt | +BigDecimal | ++ | |
| totalVolume1_lt | +BigDecimal | ++ | |
| totalVolume1_gte | +BigDecimal | ++ | |
| totalVolume1_lte | +BigDecimal | ++ | |
| totalVolume1_in | +[BigDecimal!] | ++ | |
| totalVolume1_not_in | +[BigDecimal!] | ++ | |
| totalVolume1USD | +BigDecimal | ++ | |
| totalVolume1USD_not | +BigDecimal | ++ | |
| totalVolume1USD_gt | +BigDecimal | ++ | |
| totalVolume1USD_lt | +BigDecimal | ++ | |
| totalVolume1USD_gte | +BigDecimal | ++ | |
| totalVolume1USD_lte | +BigDecimal | ++ | |
| totalVolume1USD_in | +[BigDecimal!] | ++ | |
| totalVolume1USD_not_in | +[BigDecimal!] | ++ | |
| totalVolumeUSD | +BigDecimal | ++ | |
| totalVolumeUSD_not | +BigDecimal | ++ | |
| totalVolumeUSD_gt | +BigDecimal | ++ | |
| totalVolumeUSD_lt | +BigDecimal | ++ | |
| totalVolumeUSD_gte | +BigDecimal | ++ | |
| totalVolumeUSD_lte | +BigDecimal | ++ | |
| totalVolumeUSD_in | +[BigDecimal!] | ++ | |
| totalVolumeUSD_not_in | +[BigDecimal!] | ++ | |
| commissions0 | +BigDecimal | ++ | |
| commissions0_not | +BigDecimal | ++ | |
| commissions0_gt | +BigDecimal | ++ | |
| commissions0_lt | +BigDecimal | ++ | |
| commissions0_gte | +BigDecimal | ++ | |
| commissions0_lte | +BigDecimal | ++ | |
| commissions0_in | +[BigDecimal!] | ++ | |
| commissions0_not_in | +[BigDecimal!] | ++ | |
| commissions0USD | +BigDecimal | ++ | |
| commissions0USD_not | +BigDecimal | ++ | |
| commissions0USD_gt | +BigDecimal | ++ | |
| commissions0USD_lt | +BigDecimal | ++ | |
| commissions0USD_gte | +BigDecimal | ++ | |
| commissions0USD_lte | +BigDecimal | ++ | |
| commissions0USD_in | +[BigDecimal!] | ++ | |
| commissions0USD_not_in | +[BigDecimal!] | ++ | |
| commissions1 | +BigDecimal | ++ | |
| commissions1_not | +BigDecimal | ++ | |
| commissions1_gt | +BigDecimal | ++ | |
| commissions1_lt | +BigDecimal | ++ | |
| commissions1_gte | +BigDecimal | ++ | |
| commissions1_lte | +BigDecimal | ++ | |
| commissions1_in | +[BigDecimal!] | ++ | |
| commissions1_not_in | +[BigDecimal!] | ++ | |
| commissions1USD | +BigDecimal | ++ | |
| commissions1USD_not | +BigDecimal | ++ | |
| commissions1USD_gt | +BigDecimal | ++ | |
| commissions1USD_lt | +BigDecimal | ++ | |
| commissions1USD_gte | +BigDecimal | ++ | |
| commissions1USD_lte | +BigDecimal | ++ | |
| commissions1USD_in | +[BigDecimal!] | ++ | |
| commissions1USD_not_in | +[BigDecimal!] | ++ | |
| commissionsUSD | +BigDecimal | ++ | |
| commissionsUSD_not | +BigDecimal | ++ | |
| commissionsUSD_gt | +BigDecimal | ++ | |
| commissionsUSD_lt | +BigDecimal | ++ | |
| commissionsUSD_gte | +BigDecimal | ++ | |
| commissionsUSD_lte | +BigDecimal | ++ | |
| commissionsUSD_in | +[BigDecimal!] | ++ | |
| commissionsUSD_not_in | +[BigDecimal!] | ++ | |
| chunks_ | +Chunk_filter | ++ | |
| riskEngine | +String | ++ | |
| riskEngine_not | +String | ++ | |
| riskEngine_gt | +String | ++ | |
| riskEngine_lt | +String | ++ | |
| riskEngine_gte | +String | ++ | |
| riskEngine_lte | +String | ++ | |
| riskEngine_in | +[String!] | ++ | |
| riskEngine_not_in | +[String!] | ++ | |
| riskEngine_contains | +String | ++ | |
| riskEngine_contains_nocase | +String | ++ | |
| riskEngine_not_contains | +String | ++ | |
| riskEngine_not_contains_nocase | +String | ++ | |
| riskEngine_starts_with | +String | ++ | |
| riskEngine_starts_with_nocase | +String | ++ | |
| riskEngine_not_starts_with | +String | ++ | |
| riskEngine_not_starts_with_nocase | +String | ++ | |
| riskEngine_ends_with | +String | ++ | |
| riskEngine_ends_with_nocase | +String | ++ | |
| riskEngine_not_ends_with | +String | ++ | |
| riskEngine_not_ends_with_nocase | +String | ++ | |
| riskEngine_ | +RiskEngine_filter | ++ | |
| panopticPoolDayData_ | +PanopticPoolDayData_filter | ++ | |
| panopticPoolAccounts_ | +PanopticPoolAccount_filter | ++ | |
| createdTimestamp | +BigInt | ++ | |
| createdTimestamp_not | +BigInt | ++ | |
| createdTimestamp_gt | +BigInt | ++ | |
| createdTimestamp_lt | +BigInt | ++ | |
| createdTimestamp_gte | +BigInt | ++ | |
| createdTimestamp_lte | +BigInt | ++ | |
| createdTimestamp_in | +[BigInt!] | ++ | |
| createdTimestamp_not_in | +[BigInt!] | ++ | |
| createdBlockNumber | +BigInt | ++ | |
| createdBlockNumber_not | +BigInt | ++ | |
| createdBlockNumber_gt | +BigInt | ++ | |
| createdBlockNumber_lt | +BigInt | ++ | |
| createdBlockNumber_gte | +BigInt | ++ | |
| createdBlockNumber_lte | +BigInt | ++ | |
| createdBlockNumber_in | +[BigInt!] | ++ | |
| createdBlockNumber_not_in | +[BigInt!] | ++ | |
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|
| and | +[PanopticPool_filter] | ++ | |
| or | +[PanopticPool_filter] | ++ | |
| Field | +Type | +Description | +|
|---|---|---|---|
| id | +ID | ++ | |
| id_not | +ID | ++ | |
| id_gt | +ID | ++ | |
| id_lt | +ID | ++ | |
| id_gte | +ID | ++ | |
| id_lte | +ID | ++ | |
| id_in | +[ID!] | ++ | |
| id_not_in | +[ID!] | ++ | |
| pool | +String | ++ | |
| pool_not | +String | ++ | |
| pool_gt | +String | ++ | |
| pool_lt | +String | ++ | |
| pool_gte | +String | ++ | |
| pool_lte | +String | ++ | |
| pool_in | +[String!] | ++ | |
| pool_not_in | +[String!] | ++ | |
| pool_contains | +String | ++ | |
| pool_contains_nocase | +String | ++ | |
| pool_not_contains | +String | ++ | |
| pool_not_contains_nocase | +String | ++ | |
| pool_starts_with | +String | ++ | |
| pool_starts_with_nocase | +String | ++ | |
| pool_not_starts_with | +String | ++ | |
| pool_not_starts_with_nocase | +String | ++ | |
| pool_ends_with | +String | ++ | |
| pool_ends_with_nocase | +String | ++ | |
| pool_not_ends_with | +String | ++ | |
| pool_not_ends_with_nocase | +String | ++ | |
| pool_ | +Pool_filter | ++ | |
| date | +Int | ++ | |
| date_not | +Int | ++ | |
| date_gt | +Int | ++ | |
| date_lt | +Int | ++ | |
| date_gte | +Int | ++ | |
| date_lte | +Int | ++ | |
| date_in | +[Int!] | ++ | |
| date_not_in | +[Int!] | ++ | |
| txCount | +BigInt | ++ | |
| txCount_not | +BigInt | ++ | |
| txCount_gt | +BigInt | ++ | |
| txCount_lt | +BigInt | ++ | |
| txCount_gte | +BigInt | ++ | |
| txCount_lte | +BigInt | ++ | |
| txCount_in | +[BigInt!] | ++ | |
| txCount_not_in | +[BigInt!] | ++ | |
| liquidity | +BigInt | ++ | |
| liquidity_not | +BigInt | ++ | |
| liquidity_gt | +BigInt | ++ | |
| liquidity_lt | +BigInt | ++ | |
| liquidity_gte | +BigInt | ++ | |
| liquidity_lte | +BigInt | ++ | |
| liquidity_in | +[BigInt!] | ++ | |
| liquidity_not_in | +[BigInt!] | ++ | |
| token0Price | +BigDecimal | ++ | |
| token0Price_not | +BigDecimal | ++ | |
| token0Price_gt | +BigDecimal | ++ | |
| token0Price_lt | +BigDecimal | ++ | |
| token0Price_gte | +BigDecimal | ++ | |
| token0Price_lte | +BigDecimal | ++ | |
| token0Price_in | +[BigDecimal!] | ++ | |
| token0Price_not_in | +[BigDecimal!] | ++ | |
| token1Price | +BigDecimal | ++ | |
| token1Price_not | +BigDecimal | ++ | |
| token1Price_gt | +BigDecimal | ++ | |
| token1Price_lt | +BigDecimal | ++ | |
| token1Price_gte | +BigDecimal | ++ | |
| token1Price_lte | +BigDecimal | ++ | |
| token1Price_in | +[BigDecimal!] | ++ | |
| token1Price_not_in | +[BigDecimal!] | ++ | |
| volumeToken0 | +BigDecimal | ++ | |
| volumeToken0_not | +BigDecimal | ++ | |
| volumeToken0_gt | +BigDecimal | ++ | |
| volumeToken0_lt | +BigDecimal | ++ | |
| volumeToken0_gte | +BigDecimal | ++ | |
| volumeToken0_lte | +BigDecimal | ++ | |
| volumeToken0_in | +[BigDecimal!] | ++ | |
| volumeToken0_not_in | +[BigDecimal!] | ++ | |
| volumeToken1 | +BigDecimal | ++ | |
| volumeToken1_not | +BigDecimal | ++ | |
| volumeToken1_gt | +BigDecimal | ++ | |
| volumeToken1_lt | +BigDecimal | ++ | |
| volumeToken1_gte | +BigDecimal | ++ | |
| volumeToken1_lte | +BigDecimal | ++ | |
| volumeToken1_in | +[BigDecimal!] | ++ | |
| volumeToken1_not_in | +[BigDecimal!] | ++ | |
| volumeUSD | +BigDecimal | ++ | |
| volumeUSD_not | +BigDecimal | ++ | |
| volumeUSD_gt | +BigDecimal | ++ | |
| volumeUSD_lt | +BigDecimal | ++ | |
| volumeUSD_gte | +BigDecimal | ++ | |
| volumeUSD_lte | +BigDecimal | ++ | |
| volumeUSD_in | +[BigDecimal!] | ++ | |
| volumeUSD_not_in | +[BigDecimal!] | ++ | |
| feesUSD | +BigDecimal | ++ | |
| feesUSD_not | +BigDecimal | ++ | |
| feesUSD_gt | +BigDecimal | ++ | |
| feesUSD_lt | +BigDecimal | ++ | |
| feesUSD_gte | +BigDecimal | ++ | |
| feesUSD_lte | +BigDecimal | ++ | |
| feesUSD_in | +[BigDecimal!] | ++ | |
| feesUSD_not_in | +[BigDecimal!] | ++ | |
| open | +BigDecimal | ++ | |
| open_not | +BigDecimal | ++ | |
| open_gt | +BigDecimal | ++ | |
| open_lt | +BigDecimal | ++ | |
| open_gte | +BigDecimal | ++ | |
| open_lte | +BigDecimal | ++ | |
| open_in | +[BigDecimal!] | ++ | |
| open_not_in | +[BigDecimal!] | ++ | |
| high | +BigDecimal | ++ | |
| high_not | +BigDecimal | ++ | |
| high_gt | +BigDecimal | ++ | |
| high_lt | +BigDecimal | ++ | |
| high_gte | +BigDecimal | ++ | |
| high_lte | +BigDecimal | ++ | |
| high_in | +[BigDecimal!] | ++ | |
| high_not_in | +[BigDecimal!] | ++ | |
| low | +BigDecimal | ++ | |
| low_not | +BigDecimal | ++ | |
| low_gt | +BigDecimal | ++ | |
| low_lt | +BigDecimal | ++ | |
| low_gte | +BigDecimal | ++ | |
| low_lte | +BigDecimal | ++ | |
| low_in | +[BigDecimal!] | ++ | |
| low_not_in | +[BigDecimal!] | ++ | |
| close | +BigDecimal | ++ | |
| close_not | +BigDecimal | ++ | |
| close_gt | +BigDecimal | ++ | |
| close_lt | +BigDecimal | ++ | |
| close_gte | +BigDecimal | ++ | |
| close_lte | +BigDecimal | ++ | |
| close_in | +[BigDecimal!] | ++ | |
| close_not_in | +[BigDecimal!] | ++ | |
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|
| and | +[PoolDayData_filter] | ++ | |
| or | +[PoolDayData_filter] | ++ | |
| Field | +Type | +Description | +|
|---|---|---|---|
| id | +ID | ++ | |
| id_not | +ID | ++ | |
| id_gt | +ID | ++ | |
| id_lt | +ID | ++ | |
| id_gte | +ID | ++ | |
| id_lte | +ID | ++ | |
| id_in | +[ID!] | ++ | |
| id_not_in | +[ID!] | ++ | |
| pool | +String | ++ | |
| pool_not | +String | ++ | |
| pool_gt | +String | ++ | |
| pool_lt | +String | ++ | |
| pool_gte | +String | ++ | |
| pool_lte | +String | ++ | |
| pool_in | +[String!] | ++ | |
| pool_not_in | +[String!] | ++ | |
| pool_contains | +String | ++ | |
| pool_contains_nocase | +String | ++ | |
| pool_not_contains | +String | ++ | |
| pool_not_contains_nocase | +String | ++ | |
| pool_starts_with | +String | ++ | |
| pool_starts_with_nocase | +String | ++ | |
| pool_not_starts_with | +String | ++ | |
| pool_not_starts_with_nocase | +String | ++ | |
| pool_ends_with | +String | ++ | |
| pool_ends_with_nocase | +String | ++ | |
| pool_not_ends_with | +String | ++ | |
| pool_not_ends_with_nocase | +String | ++ | |
| pool_ | +Pool_filter | ++ | |
| txCount | +BigInt | ++ | |
| txCount_not | +BigInt | ++ | |
| txCount_gt | +BigInt | ++ | |
| txCount_lt | +BigInt | ++ | |
| txCount_gte | +BigInt | ++ | |
| txCount_lte | +BigInt | ++ | |
| txCount_in | +[BigInt!] | ++ | |
| txCount_not_in | +[BigInt!] | ++ | |
| liquidity | +BigInt | ++ | |
| liquidity_not | +BigInt | ++ | |
| liquidity_gt | +BigInt | ++ | |
| liquidity_lt | +BigInt | ++ | |
| liquidity_gte | +BigInt | ++ | |
| liquidity_lte | +BigInt | ++ | |
| liquidity_in | +[BigInt!] | ++ | |
| liquidity_not_in | +[BigInt!] | ++ | |
| token0Price | +BigDecimal | ++ | |
| token0Price_not | +BigDecimal | ++ | |
| token0Price_gt | +BigDecimal | ++ | |
| token0Price_lt | +BigDecimal | ++ | |
| token0Price_gte | +BigDecimal | ++ | |
| token0Price_lte | +BigDecimal | ++ | |
| token0Price_in | +[BigDecimal!] | ++ | |
| token0Price_not_in | +[BigDecimal!] | ++ | |
| token1Price | +BigDecimal | ++ | |
| token1Price_not | +BigDecimal | ++ | |
| token1Price_gt | +BigDecimal | ++ | |
| token1Price_lt | +BigDecimal | ++ | |
| token1Price_gte | +BigDecimal | ++ | |
| token1Price_lte | +BigDecimal | ++ | |
| token1Price_in | +[BigDecimal!] | ++ | |
| token1Price_not_in | +[BigDecimal!] | ++ | |
| volumeToken0 | +BigDecimal | ++ | |
| volumeToken0_not | +BigDecimal | ++ | |
| volumeToken0_gt | +BigDecimal | ++ | |
| volumeToken0_lt | +BigDecimal | ++ | |
| volumeToken0_gte | +BigDecimal | ++ | |
| volumeToken0_lte | +BigDecimal | ++ | |
| volumeToken0_in | +[BigDecimal!] | ++ | |
| volumeToken0_not_in | +[BigDecimal!] | ++ | |
| volumeToken1 | +BigDecimal | ++ | |
| volumeToken1_not | +BigDecimal | ++ | |
| volumeToken1_gt | +BigDecimal | ++ | |
| volumeToken1_lt | +BigDecimal | ++ | |
| volumeToken1_gte | +BigDecimal | ++ | |
| volumeToken1_lte | +BigDecimal | ++ | |
| volumeToken1_in | +[BigDecimal!] | ++ | |
| volumeToken1_not_in | +[BigDecimal!] | ++ | |
| volumeUSD | +BigDecimal | ++ | |
| volumeUSD_not | +BigDecimal | ++ | |
| volumeUSD_gt | +BigDecimal | ++ | |
| volumeUSD_lt | +BigDecimal | ++ | |
| volumeUSD_gte | +BigDecimal | ++ | |
| volumeUSD_lte | +BigDecimal | ++ | |
| volumeUSD_in | +[BigDecimal!] | ++ | |
| volumeUSD_not_in | +[BigDecimal!] | ++ | |
| open | +BigDecimal | ++ | |
| open_not | +BigDecimal | ++ | |
| open_gt | +BigDecimal | ++ | |
| open_lt | +BigDecimal | ++ | |
| open_gte | +BigDecimal | ++ | |
| open_lte | +BigDecimal | ++ | |
| open_in | +[BigDecimal!] | ++ | |
| open_not_in | +[BigDecimal!] | ++ | |
| high | +BigDecimal | ++ | |
| high_not | +BigDecimal | ++ | |
| high_gt | +BigDecimal | ++ | |
| high_lt | +BigDecimal | ++ | |
| high_gte | +BigDecimal | ++ | |
| high_lte | +BigDecimal | ++ | |
| high_in | +[BigDecimal!] | ++ | |
| high_not_in | +[BigDecimal!] | ++ | |
| low | +BigDecimal | ++ | |
| low_not | +BigDecimal | ++ | |
| low_gt | +BigDecimal | ++ | |
| low_lt | +BigDecimal | ++ | |
| low_gte | +BigDecimal | ++ | |
| low_lte | +BigDecimal | ++ | |
| low_in | +[BigDecimal!] | ++ | |
| low_not_in | +[BigDecimal!] | ++ | |
| close | +BigDecimal | ++ | |
| close_not | +BigDecimal | ++ | |
| close_gt | +BigDecimal | ++ | |
| close_lt | +BigDecimal | ++ | |
| close_gte | +BigDecimal | ++ | |
| close_lte | +BigDecimal | ++ | |
| close_in | +[BigDecimal!] | ++ | |
| close_not_in | +[BigDecimal!] | ++ | |
| periodStartUnix | +Int | ++ | |
| periodStartUnix_not | +Int | ++ | |
| periodStartUnix_gt | +Int | ++ | |
| periodStartUnix_lt | +Int | ++ | |
| periodStartUnix_gte | +Int | ++ | |
| periodStartUnix_lte | +Int | ++ | |
| periodStartUnix_in | +[Int!] | ++ | |
| periodStartUnix_not_in | +[Int!] | ++ | |
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +|
| and | +[PoolHourData_filter] | ++ | |
| or | +[PoolHourData_filter] | ++ | |
| Field | +Type | +Description | +||||
|---|---|---|---|---|---|---|
| id | +ID | ++ | ||||
| id_not | +ID | ++ | ||||
| id_gt | +ID | ++ | ||||
| id_lt | +ID | ++ | ||||
| id_gte | +ID | ++ | ||||
| id_lte | +ID | ++ | ||||
| id_in | +[ID!] | ++ | ||||
| id_not_in | +[ID!] | ++ | ||||
| isV4Pool | +Boolean | ++ | ||||
| isV4Pool_not | +Boolean | ++ | ||||
| isV4Pool_in | +[Boolean!] | ++ | ||||
| isV4Pool_not_in | +[Boolean!] | ++ | ||||
| hooks | +Bytes | ++ | ||||
| hooks_not | +Bytes | ++ | ||||
| hooks_gt | +Bytes | ++ | ||||
| hooks_lt | +Bytes | ++ | ||||
| hooks_gte | +Bytes | ++ | ||||
| hooks_lte | +Bytes | ++ | ||||
| hooks_in | +[Bytes!] | ++ | ||||
| hooks_not_in | +[Bytes!] | ++ | ||||
| hooks_contains | +Bytes | ++ | ||||
| hooks_not_contains | +Bytes | ++ | ||||
| poolId | +String | ++ | ||||
| poolId_not | +String | ++ | ||||
| poolId_gt | +String | ++ | ||||
| poolId_lt | +String | ++ | ||||
| poolId_gte | +String | ++ | ||||
| poolId_lte | +String | ++ | ||||
| poolId_in | +[String!] | ++ | ||||
| poolId_not_in | +[String!] | ++ | ||||
| poolId_contains | +String | ++ | ||||
| poolId_contains_nocase | +String | ++ | ||||
| poolId_not_contains | +String | ++ | ||||
| poolId_not_contains_nocase | +String | ++ | ||||
| poolId_starts_with | +String | ++ | ||||
| poolId_starts_with_nocase | +String | ++ | ||||
| poolId_not_starts_with | +String | ++ | ||||
| poolId_not_starts_with_nocase | +String | ++ | ||||
| poolId_ends_with | +String | ++ | ||||
| poolId_ends_with_nocase | +String | ++ | ||||
| poolId_not_ends_with | +String | ++ | ||||
| poolId_not_ends_with_nocase | +String | ++ | ||||
| feeTier | +BigInt | ++ | ||||
| feeTier_not | +BigInt | ++ | ||||
| feeTier_gt | +BigInt | ++ | ||||
| feeTier_lt | +BigInt | ++ | ||||
| feeTier_gte | +BigInt | ++ | ||||
| feeTier_lte | +BigInt | ++ | ||||
| feeTier_in | +[BigInt!] | ++ | ||||
| feeTier_not_in | +[BigInt!] | ++ | ||||
| tickSpacing | +BigInt | ++ | ||||
| tickSpacing_not | +BigInt | ++ | ||||
| tickSpacing_gt | +BigInt | ++ | ||||
| tickSpacing_lt | +BigInt | ++ | ||||
| tickSpacing_gte | +BigInt | ++ | ||||
| tickSpacing_lte | +BigInt | ++ | ||||
| tickSpacing_in | +[BigInt!] | ++ | ||||
| tickSpacing_not_in | +[BigInt!] | ++ | ||||
| token0 | +String | ++ | ||||
| token0_not | +String | ++ | ||||
| token0_gt | +String | ++ | ||||
| token0_lt | +String | ++ | ||||
| token0_gte | +String | ++ | ||||
| token0_lte | +String | ++ | ||||
| token0_in | +[String!] | ++ | ||||
| token0_not_in | +[String!] | ++ | ||||
| token0_contains | +String | ++ | ||||
| token0_contains_nocase | +String | ++ | ||||
| token0_not_contains | +String | ++ | ||||
| token0_not_contains_nocase | +String | ++ | ||||
| token0_starts_with | +String | ++ | ||||
| token0_starts_with_nocase | +String | ++ | ||||
| token0_not_starts_with | +String | ++ | ||||
| token0_not_starts_with_nocase | +String | ++ | ||||
| token0_ends_with | +String | ++ | ||||
| token0_ends_with_nocase | +String | ++ | ||||
| token0_not_ends_with | +String | ++ | ||||
| token0_not_ends_with_nocase | +String | ++ | ||||
| token0_ | +Token_filter | ++ | ||||
| token1 | +String | ++ | ||||
| token1_not | +String | ++ | ||||
| token1_gt | +String | ++ | ||||
| token1_lt | +String | ++ | ||||
| token1_gte | +String | ++ | ||||
| token1_lte | +String | ++ | ||||
| token1_in | +[String!] | ++ | ||||
| token1_not_in | +[String!] | ++ | ||||
| token1_contains | +String | ++ | ||||
| token1_contains_nocase | +String | ++ | ||||
| token1_not_contains | +String | ++ | ||||
| token1_not_contains_nocase | +String | ++ | ||||
| token1_starts_with | +String | ++ | ||||
| token1_starts_with_nocase | +String | ++ | ||||
| token1_not_starts_with | +String | ++ | ||||
| token1_not_starts_with_nocase | +String | ++ | ||||
| token1_ends_with | +String | ++ | ||||
| token1_ends_with_nocase | +String | ++ | ||||
| token1_not_ends_with | +String | ++ | ||||
| token1_not_ends_with_nocase | +String | ++ | ||||
| token1_ | +Token_filter | ++ | ||||
| txCount | +BigInt | ++ | ||||
| txCount_not | +BigInt | ++ | ||||
| txCount_gt | +BigInt | ++ | ||||
| txCount_lt | +BigInt | ++ | ||||
| txCount_gte | +BigInt | ++ | ||||
| txCount_lte | +BigInt | ++ | ||||
| txCount_in | +[BigInt!] | ++ | ||||
| txCount_not_in | +[BigInt!] | ++ | ||||
| liquidity | +BigInt | ++ | ||||
| liquidity_not | +BigInt | ++ | ||||
| liquidity_gt | +BigInt | ++ | ||||
| liquidity_lt | +BigInt | ++ | ||||
| liquidity_gte | +BigInt | ++ | ||||
| liquidity_lte | +BigInt | ++ | ||||
| liquidity_in | +[BigInt!] | ++ | ||||
| liquidity_not_in | +[BigInt!] | ++ | ||||
| sqrtPrice | +BigInt | ++ | ||||
| sqrtPrice_not | +BigInt | ++ | ||||
| sqrtPrice_gt | +BigInt | ++ | ||||
| sqrtPrice_lt | +BigInt | ++ | ||||
| sqrtPrice_gte | +BigInt | ++ | ||||
| sqrtPrice_lte | +BigInt | ++ | ||||
| sqrtPrice_in | +[BigInt!] | ++ | ||||
| sqrtPrice_not_in | +[BigInt!] | ++ | ||||
| tick | +BigInt | ++ | ||||
| tick_not | +BigInt | ++ | ||||
| tick_gt | +BigInt | ++ | ||||
| tick_lt | +BigInt | ++ | ||||
| tick_gte | +BigInt | ++ | ||||
| tick_lte | +BigInt | ++ | ||||
| tick_in | +[BigInt!] | ++ | ||||
| tick_not_in | +[BigInt!] | ++ | ||||
| tickLastUpdateTimestamp | +BigInt | ++ | ||||
| tickLastUpdateTimestamp_not | +BigInt | ++ | ||||
| tickLastUpdateTimestamp_gt | +BigInt | ++ | ||||
| tickLastUpdateTimestamp_lt | +BigInt | ++ | ||||
| tickLastUpdateTimestamp_gte | +BigInt | ++ | ||||
| tickLastUpdateTimestamp_lte | +BigInt | ++ | ||||
| tickLastUpdateTimestamp_in | +[BigInt!] | ++ | ||||
| tickLastUpdateTimestamp_not_in | +[BigInt!] | ++ | ||||
| tickLastUpdateBlockNumber | +BigInt | ++ | ||||
| tickLastUpdateBlockNumber_not | +BigInt | ++ | ||||
| tickLastUpdateBlockNumber_gt | +BigInt | ++ | ||||
| tickLastUpdateBlockNumber_lt | +BigInt | ++ | ||||
| tickLastUpdateBlockNumber_gte | +BigInt | ++ | ||||
| tickLastUpdateBlockNumber_lte | +BigInt | ++ | ||||
| tickLastUpdateBlockNumber_in | +[BigInt!] | ++ | ||||
| tickLastUpdateBlockNumber_not_in | +[BigInt!] | ++ | ||||
| poolHourData_ | +PoolHourData_filter | ++ | ||||
| poolDayData_ | +PoolDayData_filter | ++ | ||||
| token0Price | +BigDecimal | ++ | ||||
| token0Price_not | +BigDecimal | ++ | ||||
| token0Price_gt | +BigDecimal | ++ | ||||
| token0Price_lt | +BigDecimal | ++ | ||||
| token0Price_gte | +BigDecimal | ++ | ||||
| token0Price_lte | +BigDecimal | ++ | ||||
| token0Price_in | +[BigDecimal!] | ++ | ||||
| token0Price_not_in | +[BigDecimal!] | ++ | ||||
| token1Price | +BigDecimal | ++ | ||||
| token1Price_not | +BigDecimal | ++ | ||||
| token1Price_gt | +BigDecimal | ++ | ||||
| token1Price_lt | +BigDecimal | ++ | ||||
| token1Price_gte | +BigDecimal | ++ | ||||
| token1Price_lte | +BigDecimal | ++ | ||||
| token1Price_in | +[BigDecimal!] | ++ | ||||
| token1Price_not_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedToken0 | +BigDecimal | ++ | ||||
| totalValueLockedToken0_not | +BigDecimal | ++ | ||||
| totalValueLockedToken0_gt | +BigDecimal | ++ | ||||
| totalValueLockedToken0_lt | +BigDecimal | ++ | ||||
| totalValueLockedToken0_gte | +BigDecimal | ++ | ||||
| totalValueLockedToken0_lte | +BigDecimal | ++ | ||||
| totalValueLockedToken0_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedToken0_not_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedToken1 | +BigDecimal | ++ | ||||
| totalValueLockedToken1_not | +BigDecimal | ++ | ||||
| totalValueLockedToken1_gt | +BigDecimal | ++ | ||||
| totalValueLockedToken1_lt | +BigDecimal | ++ | ||||
| totalValueLockedToken1_gte | +BigDecimal | ++ | ||||
| totalValueLockedToken1_lte | +BigDecimal | ++ | ||||
| totalValueLockedToken1_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedToken1_not_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedETH | +BigDecimal | ++ | ||||
| totalValueLockedETH_not | +BigDecimal | ++ | ||||
| totalValueLockedETH_gt | +BigDecimal | ++ | ||||
| totalValueLockedETH_lt | +BigDecimal | ++ | ||||
| totalValueLockedETH_gte | +BigDecimal | ++ | ||||
| totalValueLockedETH_lte | +BigDecimal | ++ | ||||
| totalValueLockedETH_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedETH_not_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedUSD | +BigDecimal | ++ | ||||
| totalValueLockedUSD_not | +BigDecimal | ++ | ||||
| totalValueLockedUSD_gt | +BigDecimal | ++ | ||||
| totalValueLockedUSD_lt | +BigDecimal | ++ | ||||
| totalValueLockedUSD_gte | +BigDecimal | ++ | ||||
| totalValueLockedUSD_lte | +BigDecimal | ++ | ||||
| totalValueLockedUSD_in | +[BigDecimal!] | ++ | ||||
| totalValueLockedUSD_not_in | +[BigDecimal!] | ++ | ||||
| minEnforcedTick | +BigInt | ++ | ||||
| minEnforcedTick_not | +BigInt | ++ | ||||
| minEnforcedTick_gt | +BigInt | ++ | ||||
| minEnforcedTick_lt | +BigInt | ++ | ||||
| minEnforcedTick_gte | +BigInt | ++ | ||||
| minEnforcedTick_lte | +BigInt | ++ | ||||
| minEnforcedTick_in | +[BigInt!] | ++ | ||||
| minEnforcedTick_not_in | +[BigInt!] | ++ | ||||
| maxEnforcedTick | +BigInt | ++ | ||||
| maxEnforcedTick_not | +BigInt | ++ | ||||
| maxEnforcedTick_gt | +BigInt | ++ | ||||
| maxEnforcedTick_lt | +BigInt | ++ | ||||
| maxEnforcedTick_gte | +BigInt | ++ | ||||
| maxEnforcedTick_lte | +BigInt | ++ | ||||
| maxEnforcedTick_in | +[BigInt!] | ++ | ||||
| maxEnforcedTick_not_in | +[BigInt!] | ++ | ||||
| panopticPool | +String | ++ | ||||
| panopticPool_not | +String | ++ | ||||
| panopticPool_gt | +String | ++ | ||||
| panopticPool_lt | +String | ++ | ||||
| panopticPool_gte | +String | ++ | ||||
| panopticPool_lte | +String | ++ | ||||
| panopticPool_in | +[String!] | ++ | ||||
| panopticPool_not_in | +[String!] | ++ | ||||
| panopticPool_contains | +String | ++ | ||||
| panopticPool_contains_nocase | +String | ++ | ||||
| panopticPool_not_contains | +String | ++ | ||||
| panopticPool_not_contains_nocase | +String | ++ | ||||
| panopticPool_starts_with | +String | ++ | ||||
| panopticPool_starts_with_nocase | +String | ++ | ||||
| panopticPool_not_starts_with | +String | ++ | ||||
| panopticPool_not_starts_with_nocase | +String | ++ | ||||
| panopticPool_ends_with | +String | ++ | ||||
| panopticPool_ends_with_nocase | +String | ++ | ||||
| panopticPool_not_ends_with | +String | ++ | ||||
| panopticPool_not_ends_with_nocase | +String | ++ | ||||
| panopticPool_ | +PanopticPool_filter | ++ | ||||
| panopticPools_ | +PanopticPool_filter | ++ | ||||
| _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||||
| feesUSD_lte | -BigDecimal | +and | +[Pool_filter] | |||
| feesUSD_in | -[BigDecimal!] | +or | +[Pool_filter] | |||
| Field | +Type | +Description | +|||||
|---|---|---|---|---|---|---|---|
| feesUSD_not_in | -[BigDecimal!] | +id | +ID | ||||
| open | -BigDecimal | +id_not | +ID | ||||
| open_not | -BigDecimal | +id_gt | +ID | ||||
| open_gt | -BigDecimal | +id_lt | +ID | ||||
| open_lt | -BigDecimal | +id_gte | +ID | ||||
| open_gte | -BigDecimal | +id_lte | +ID | ||||
| open_lte | -BigDecimal | +id_in | +[ID!] | ||||
| open_in | -[BigDecimal!] | +id_not_in | +[ID!] | ||||
| open_not_in | -[BigDecimal!] | +hash | +String | ||||
| high | -BigDecimal | +hash_not | +String | ||||
| high_not | -BigDecimal | +hash_gt | +String | ||||
| high_gt | -BigDecimal | +hash_lt | +String | ||||
| high_lt | -BigDecimal | +hash_gte | +String | ||||
| high_gte | -BigDecimal | +hash_lte | +String | ||||
| high_lte | -BigDecimal | +hash_in | +[String!] | ||||
| high_in | -[BigDecimal!] | +hash_not_in | +[String!] | ||||
| high_not_in | -[BigDecimal!] | +hash_contains | +String | ||||
| low | -BigDecimal | +hash_contains_nocase | +String | ||||
| low_not | -BigDecimal | +hash_not_contains | +String | ||||
| low_gt | -BigDecimal | +hash_not_contains_nocase | +String | ||||
| low_lt | -BigDecimal | +hash_starts_with | +String | ||||
| low_gte | -BigDecimal | +hash_starts_with_nocase | +String | ||||
| low_lte | -BigDecimal | +hash_not_starts_with | +String | ||||
| low_in | -[BigDecimal!] | +hash_not_starts_with_nocase | +String | ||||
| low_not_in | -[BigDecimal!] | +hash_ends_with | +String | ||||
| close | -BigDecimal | +hash_ends_with_nocase | +String | ||||
| close_not | -BigDecimal | +hash_not_ends_with | +String | ||||
| close_gt | -BigDecimal | +hash_not_ends_with_nocase | +String | ||||
| close_lt | -BigDecimal | +logIndex | +BigInt | ||||
| close_gte | -BigDecimal | +logIndex_not | +BigInt | ||||
| close_lte | -BigDecimal | +logIndex_gt | +BigInt | ||||
| close_in | -[BigDecimal!] | +logIndex_lt | +BigInt | ||||
| close_not_in | -[BigDecimal!] | +logIndex_gte | +BigInt | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +logIndex_lte | +BigInt | +|||
| and | -[PoolDayData_filter] | +logIndex_in | +[BigInt!] | ||||
| or | -[PoolDayData_filter] | +logIndex_not_in | +[BigInt!] | ||||
| Field | -Type | -Description | +eventType | +EventType | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +eventType_not | +EventType | ||||
| id_not | -ID | +eventType_in | +[EventType!] | ||||
| id_gt | -ID | +eventType_not_in | +[EventType!] | ||||
| id_lt | -ID | +from | +String | ||||
| id_gte | -ID | +from_not | +String | ||||
| id_lte | -ID | +from_gt | +String | ||||
| id_in | -[ID!] | +from_lt | +String | ||||
| id_not_in | -[ID!] | +from_gte | +String | ||||
| pool | +from_lte | String | |||||
| pool_not | +from_in | +[String!] | ++ | ||||
| from_not_in | +[String!] | ++ | |||||
| from_contains | String | ||||||
| pool_gt | +from_contains_nocase | String | |||||
| pool_lt | +from_not_contains | String | |||||
| pool_gte | +from_not_contains_nocase | String | |||||
| pool_lte | +from_starts_with | String | |||||
| pool_in | +from_starts_with_nocase | +String | ++ | ||||
| from_not_starts_with | +String | ++ | |||||
| from_not_starts_with_nocase | +String | ++ | |||||
| from_ends_with | +String | ++ | |||||
| from_ends_with_nocase | +String | ++ | |||||
| from_not_ends_with | +String | ++ | |||||
| from_not_ends_with_nocase | +String | ++ | |||||
| to | +String | ++ | |||||
| to_not | +String | ++ | |||||
| to_gt | +String | ++ | |||||
| to_lt | +String | ++ | |||||
| to_gte | +String | ++ | |||||
| to_lte | +String | ++ | |||||
| to_in | [String!] | ||||||
| pool_not_in | +to_not_in | [String!] | |||||
| pool_contains | +to_contains | String | |||||
| pool_contains_nocase | +to_contains_nocase | String | |||||
| pool_not_contains | +to_not_contains | +String | ++ | ||||
| to_not_contains_nocase | +String | ++ | |||||
| to_starts_with | +String | ++ | |||||
| to_starts_with_nocase | +String | ++ | |||||
| to_not_starts_with | +String | ++ | |||||
| to_not_starts_with_nocase | +String | ++ | |||||
| to_ends_with | +String | ++ | |||||
| to_ends_with_nocase | +String | ++ | |||||
| to_not_ends_with | +String | ++ | |||||
| to_not_ends_with_nocase | String | ||||||
| pool_not_contains_nocase | -String | +blockNumber | +BigInt | ++ | |||
| blockNumber_not | +BigInt | ++ | |||||
| blockNumber_gt | +BigInt | ++ | |||||
| blockNumber_lt | +BigInt | ++ | |||||
| blockNumber_gte | +BigInt | ++ | |||||
| blockNumber_lte | +BigInt | ++ | |||||
| blockNumber_in | +[BigInt!] | ++ | |||||
| blockNumber_not_in | +[BigInt!] | ++ | |||||
| timestamp | +BigInt | ++ | |||||
| timestamp_not | +BigInt | ++ | |||||
| timestamp_gt | +BigInt | ++ | |||||
| timestamp_lt | +BigInt | ++ | |||||
| timestamp_gte | +BigInt | ++ | |||||
| timestamp_lte | +BigInt | ++ | |||||
| timestamp_in | +[BigInt!] | ++ | |||||
| timestamp_not_in | +[BigInt!] | ++ | |||||
| gasUsed | +BigInt | ++ | |||||
| gasUsed_not | +BigInt | ++ | |||||
| gasUsed_gt | +BigInt | ++ | |||||
| gasUsed_lt | +BigInt | ++ | |||||
| gasUsed_gte | +BigInt | ++ | |||||
| gasUsed_lte | +BigInt | ++ | |||||
| gasUsed_in | +[BigInt!] | ++ | |||||
| gasUsed_not_in | +[BigInt!] | ++ | |||||
| gasPrice | +BigInt | ++ | |||||
| gasPrice_not | +BigInt | ++ | |||||
| gasPrice_gt | +BigInt | ++ | |||||
| gasPrice_lt | +BigInt | ++ | |||||
| gasPrice_gte | +BigInt | ++ | |||||
| gasPrice_lte | +BigInt | ||||||
| pool_starts_with | -String | +gasPrice_in | +[BigInt!] | ||||
| pool_starts_with_nocase | -String | +gasPrice_not_in | +[BigInt!] | ||||
| pool_not_starts_with | +pool | String | |||||
| pool_not_starts_with_nocase | +pool_not | String | |||||
| pool_ends_with | +pool_gt | String | |||||
| pool_ends_with_nocase | +pool_lt | String | |||||
| pool_not_ends_with | +pool_gte | String | |||||
| pool_not_ends_with_nocase | +pool_lte | String | |||||
| pool_ | -Pool_filter | +pool_in | +[String!] | ||||
| txCount | -BigInt | +pool_not_in | +[String!] | ||||
| txCount_not | -BigInt | +pool_contains | +String | ||||
| txCount_gt | -BigInt | +pool_contains_nocase | +String | ||||
| txCount_lt | -BigInt | +pool_not_contains | +String | ||||
| txCount_gte | -BigInt | +pool_not_contains_nocase | +String | ||||
| txCount_lte | -BigInt | +pool_starts_with | +String | ||||
| txCount_in | -[BigInt!] | +pool_starts_with_nocase | +String | ||||
| txCount_not_in | -[BigInt!] | +pool_not_starts_with | +String | ||||
| liquidity | -BigInt | +pool_not_starts_with_nocase | +String | ||||
| liquidity_not | -BigInt | +pool_ends_with | +String | ||||
| liquidity_gt | -BigInt | +pool_ends_with_nocase | +String | ||||
| liquidity_lt | -BigInt | +pool_not_ends_with | +String | ||||
| liquidity_gte | -BigInt | +pool_not_ends_with_nocase | +String | ||||
| liquidity_lte | -BigInt | +pool_ | +Pool_filter | ||||
| liquidity_in | -[BigInt!] | +user | +String | ||||
| liquidity_not_in | -[BigInt!] | +user_not | +String | ||||
| token0Price | -BigDecimal | +user_gt | +String | ||||
| token0Price_not | -BigDecimal | +user_lt | +String | ||||
| token0Price_gt | -BigDecimal | +user_gte | +String | ||||
| token0Price_lt | -BigDecimal | +user_lte | +String | ||||
| token0Price_gte | -BigDecimal | +user_in | +[String!] | ||||
| token0Price_lte | -BigDecimal | +user_not_in | +[String!] | ||||
| token0Price_in | -[BigDecimal!] | +user_contains | +String | ||||
| token0Price_not_in | -[BigDecimal!] | +user_contains_nocase | +String | ||||
| token1Price | -BigDecimal | +user_not_contains | +String | ||||
| token1Price_not | -BigDecimal | +user_not_contains_nocase | +String | ||||
| token1Price_gt | -BigDecimal | +user_starts_with | +String | ||||
| token1Price_lt | -BigDecimal | +user_starts_with_nocase | +String | ||||
| token1Price_gte | -BigDecimal | +user_not_starts_with | +String | ||||
| token1Price_lte | -BigDecimal | +user_not_starts_with_nocase | +String | ||||
| token1Price_in | -[BigDecimal!] | +user_ends_with | +String | ||||
| token1Price_not_in | -[BigDecimal!] | +user_ends_with_nocase | +String | ||||
| volumeToken0 | -BigDecimal | +user_not_ends_with | +String | ||||
| volumeToken0_not | -BigDecimal | +user_not_ends_with_nocase | +String | ||||
| volumeToken0_gt | -BigDecimal | +user_ | +Account_filter | ||||
| volumeToken0_lt | -BigDecimal | +tokenId | +String | ||||
| volumeToken0_gte | -BigDecimal | +tokenId_not | +String | ||||
| volumeToken0_lte | -BigDecimal | +tokenId_gt | +String | ||||
| volumeToken0_in | -[BigDecimal!] | +tokenId_lt | +String | ||||
| volumeToken0_not_in | -[BigDecimal!] | +tokenId_gte | +String | ||||
| volumeToken1 | -BigDecimal | +tokenId_lte | +String | ||||
| volumeToken1_not | -BigDecimal | +tokenId_in | +[String!] | ||||
| volumeToken1_gt | -BigDecimal | +tokenId_not_in | +[String!] | ||||
| volumeToken1_lt | -BigDecimal | +tokenId_contains | +String | ||||
| volumeToken1_gte | -BigDecimal | +tokenId_contains_nocase | +String | ||||
| volumeToken1_lte | -BigDecimal | +tokenId_not_contains | +String | ||||
| volumeToken1_in | -[BigDecimal!] | +tokenId_not_contains_nocase | +String | ||||
| volumeToken1_not_in | -[BigDecimal!] | +tokenId_starts_with | +String | ||||
| volumeUSD | -BigDecimal | +tokenId_starts_with_nocase | +String | ||||
| volumeUSD_not | -BigDecimal | +tokenId_not_starts_with | +String | ||||
| volumeUSD_gt | -BigDecimal | +tokenId_not_starts_with_nocase | +String | ||||
| volumeUSD_lt | -BigDecimal | +tokenId_ends_with | +String | ||||
| volumeUSD_gte | -BigDecimal | +tokenId_ends_with_nocase | +String | ||||
| volumeUSD_lte | -BigDecimal | +tokenId_not_ends_with | +String | ||||
| volumeUSD_in | -[BigDecimal!] | +tokenId_not_ends_with_nocase | +String | ||||
| volumeUSD_not_in | -[BigDecimal!] | +tokenId_ | +TokenId_filter | ||||
| open | -BigDecimal | +legIndex | +BigInt | ||||
| open_not | -BigDecimal | +legIndex_not | +BigInt | ||||
| open_gt | -BigDecimal | +legIndex_gt | +BigInt | ||||
| open_lt | -BigDecimal | +legIndex_lt | +BigInt | ||||
| open_gte | -BigDecimal | +legIndex_gte | +BigInt | ||||
| open_lte | -BigDecimal | +legIndex_lte | +BigInt | ||||
| open_in | -[BigDecimal!] | +legIndex_in | +[BigInt!] | ||||
| open_not_in | -[BigDecimal!] | +legIndex_not_in | +[BigInt!] | ||||
| high | -BigDecimal | +settledAmounts | +BigInt | ||||
| high_not | -BigDecimal | +settledAmounts_not | +BigInt | ||||
| high_gt | -BigDecimal | +settledAmounts_gt | +BigInt | ||||
| high_lt | -BigDecimal | +settledAmounts_lt | +BigInt | ||||
| high_gte | -BigDecimal | +settledAmounts_gte | +BigInt | ||||
| high_lte | -BigDecimal | +settledAmounts_lte | +BigInt | ||||
| high_in | -[BigDecimal!] | +settledAmounts_in | +[BigInt!] | ||||
| high_not_in | -[BigDecimal!] | +settledAmounts_not_in | +[BigInt!] | ||||
| low | -BigDecimal | +settledAmount0 | +BigInt | ||||
| low_not | -BigDecimal | +settledAmount0_not | +BigInt | ||||
| low_gt | -BigDecimal | +settledAmount0_gt | +BigInt | ||||
| low_lt | -BigDecimal | +settledAmount0_lt | +BigInt | ||||
| low_gte | -BigDecimal | +settledAmount0_gte | +BigInt | ||||
| low_lte | -BigDecimal | +settledAmount0_lte | +BigInt | ||||
| low_in | -[BigDecimal!] | +settledAmount0_in | +[BigInt!] | ||||
| low_not_in | -[BigDecimal!] | +settledAmount0_not_in | +[BigInt!] | ||||
| close | +settledAmount0InEth | BigDecimal | |||||
| close_not | +settledAmount0InEth_not | BigDecimal | |||||
| close_gt | +settledAmount0InEth_gt | BigDecimal | |||||
| close_lt | +settledAmount0InEth_lt | BigDecimal | |||||
| close_gte | +settledAmount0InEth_gte | BigDecimal | |||||
| close_lte | +settledAmount0InEth_lte | BigDecimal | |||||
| close_in | +settledAmount0InEth_in | [BigDecimal!] | |||||
| close_not_in | +settledAmount0InEth_not_in | [BigDecimal!] | |||||
| periodStartUnix | -Int | +settledAmount0InUsd | +BigDecimal | ||||
| periodStartUnix_not | -Int | +settledAmount0InUsd_not | +BigDecimal | ||||
| periodStartUnix_gt | -Int | +settledAmount0InUsd_gt | +BigDecimal | ||||
| periodStartUnix_lt | -Int | +settledAmount0InUsd_lt | +BigDecimal | ||||
| periodStartUnix_gte | -Int | +settledAmount0InUsd_gte | +BigDecimal | ||||
| periodStartUnix_lte | -Int | +settledAmount0InUsd_lte | +BigDecimal | ||||
| periodStartUnix_in | -[Int!] | +settledAmount0InUsd_in | +[BigDecimal!] | ||||
| periodStartUnix_not_in | -[Int!] | +settledAmount0InUsd_not_in | +[BigDecimal!] | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -|||||
| and | -[PoolHourData_filter] | +settledAmount1 | +BigInt | ||||
| or | -[PoolHourData_filter] | +settledAmount1_not | +BigInt | ||||
| Field | -Type | -Description | -||||
|---|---|---|---|---|---|---|
| id | -ID | +settledAmount1_gt | +BigInt | |||
| id_not | -ID | +settledAmount1_lt | +BigInt | |||
| id_gt | -ID | +settledAmount1_gte | +BigInt | |||
| id_lt | -ID | +settledAmount1_lte | +BigInt | |||
| id_gte | -ID | +settledAmount1_in | +[BigInt!] | |||
| id_lte | -ID | +settledAmount1_not_in | +[BigInt!] | |||
| id_in | -[ID!] | +settledAmount1InEth | +BigDecimal | |||
| id_not_in | -[ID!] | +settledAmount1InEth_not | +BigDecimal | |||
| isV4Pool | -Boolean | +settledAmount1InEth_gt | +BigDecimal | |||
| isV4Pool_not | -Boolean | +settledAmount1InEth_lt | +BigDecimal | |||
| isV4Pool_in | -[Boolean!] | +settledAmount1InEth_gte | +BigDecimal | |||
| isV4Pool_not_in | -[Boolean!] | +settledAmount1InEth_lte | +BigDecimal | |||
| hooks | -Bytes | +settledAmount1InEth_in | +[BigDecimal!] | |||
| hooks_not | -Bytes | +settledAmount1InEth_not_in | +[BigDecimal!] | |||
| hooks_gt | -Bytes | +settledAmount1InUsd | +BigDecimal | |||
| hooks_lt | -Bytes | +settledAmount1InUsd_not | +BigDecimal | |||
| hooks_gte | -Bytes | +settledAmount1InUsd_gt | +BigDecimal | |||
| hooks_lte | -Bytes | +settledAmount1InUsd_lt | +BigDecimal | |||
| hooks_in | -[Bytes!] | +settledAmount1InUsd_gte | +BigDecimal | |||
| hooks_not_in | -[Bytes!] | +settledAmount1InUsd_lte | +BigDecimal | |||
| hooks_contains | -Bytes | +settledAmount1InUsd_in | +[BigDecimal!] | |||
| hooks_not_contains | -Bytes | +settledAmount1InUsd_not_in | +[BigDecimal!] | |||
| poolId | +panopticPool | String | ||||
| poolId_not | +panopticPool_not | String | ||||
| poolId_gt | +panopticPool_gt | String | ||||
| poolId_lt | +panopticPool_lt | String | ||||
| poolId_gte | +panopticPool_gte | String | ||||
| poolId_lte | +panopticPool_lte | String | ||||
| poolId_in | +panopticPool_in | [String!] | ||||
| poolId_not_in | +panopticPool_not_in | [String!] | ||||
| poolId_contains | +panopticPool_contains | String | ||||
| poolId_contains_nocase | +panopticPool_contains_nocase | String | ||||
| poolId_not_contains | +panopticPool_not_contains | String | ||||
| poolId_not_contains_nocase | +panopticPool_not_contains_nocase | String | ||||
| poolId_starts_with | +panopticPool_starts_with | String | ||||
| poolId_starts_with_nocase | +panopticPool_starts_with_nocase | String | ||||
| poolId_not_starts_with | +panopticPool_not_starts_with | String | ||||
| poolId_not_starts_with_nocase | +panopticPool_not_starts_with_nocase | String | ||||
| poolId_ends_with | +panopticPool_ends_with | String | ||||
| poolId_ends_with_nocase | +panopticPool_ends_with_nocase | String | ||||
| poolId_not_ends_with | +panopticPool_not_ends_with | String | ||||
| poolId_not_ends_with_nocase | +panopticPool_not_ends_with_nocase | String | ||||
| feeTier | -BigInt | +panopticPool_ | +PanopticPool_filter | |||
| feeTier_not | -BigInt | +panopticVersion | +BigDecimal | |||
| feeTier_gt | -BigInt | +panopticVersion_not | +BigDecimal | |||
| feeTier_lt | -BigInt | +panopticVersion_gt | +BigDecimal | |||
| feeTier_gte | -BigInt | +panopticVersion_lt | +BigDecimal | |||
| feeTier_lte | -BigInt | +panopticVersion_gte | +BigDecimal | |||
| feeTier_in | -[BigInt!] | +panopticVersion_lte | +BigDecimal | |||
| feeTier_not_in | -[BigInt!] | +panopticVersion_in | +[BigDecimal!] | |||
| tickSpacing | -BigInt | +panopticVersion_not_in | +[BigDecimal!] | |||
| tickSpacing_not | -BigInt | +_change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | +||
| and | +[PremiumSettled_filter] | |||||
| tickSpacing_gt | -BigInt | +or | +[PremiumSettled_filter] | |||
| tickSpacing_lt | -BigInt | +Field | +Type | +Description | +|||
|---|---|---|---|---|---|---|---|
| id | +ID | ||||||
| tickSpacing_gte | -BigInt | +id_not | +ID | ||||
| tickSpacing_lte | -BigInt | +id_gt | +ID | ||||
| tickSpacing_in | -[BigInt!] | +id_lt | +ID | ||||
| tickSpacing_not_in | -[BigInt!] | +id_gte | +ID | ||||
| token0 | -String | +id_lte | +ID | ||||
| token0_not | -String | +id_in | +[ID!] | ||||
| token0_gt | -String | +id_not_in | +[ID!] | ||||
| token0_lt | +hash | String | |||||
| token0_gte | +hash_not | String | |||||
| token0_lte | +hash_gt | String | |||||
| token0_in | -[String!] | +hash_lt | +String | ||||
| token0_not_in | -[String!] | +hash_gte | +String | ||||
| token0_contains | +hash_lte | String | |||||
| token0_contains_nocase | -String | +hash_in | +[String!] | ||||
| token0_not_contains | -String | +hash_not_in | +[String!] | ||||
| token0_not_contains_nocase | +hash_contains | String | |||||
| token0_starts_with | +hash_contains_nocase | String | |||||
| token0_starts_with_nocase | +hash_not_contains | String | |||||
| token0_not_starts_with | +hash_not_contains_nocase | String | |||||
| token0_not_starts_with_nocase | +hash_starts_with | String | |||||
| token0_ends_with | +hash_starts_with_nocase | String | |||||
| token0_ends_with_nocase | +hash_not_starts_with | String | |||||
| token0_not_ends_with | +hash_not_starts_with_nocase | String | |||||
| token0_not_ends_with_nocase | +hash_ends_with | String | |||||
| token0_ | -Token_filter | +hash_ends_with_nocase | +String | ||||
| token1 | +hash_not_ends_with | String | |||||
| token1_not | +hash_not_ends_with_nocase | String | |||||
| token1_gt | -String | +logIndex | +BigInt | ||||
| token1_lt | -String | +logIndex_not | +BigInt | ||||
| token1_gte | -String | +logIndex_gt | +BigInt | ||||
| token1_lte | -String | +logIndex_lt | +BigInt | ||||
| token1_in | -[String!] | +logIndex_gte | +BigInt | ||||
| token1_not_in | -[String!] | +logIndex_lte | +BigInt | ||||
| token1_contains | -String | +logIndex_in | +[BigInt!] | ||||
| token1_contains_nocase | -String | +logIndex_not_in | +[BigInt!] | ||||
| token1_not_contains | -String | +eventType | +EventType | ||||
| token1_not_contains_nocase | -String | +eventType_not | +EventType | ||||
| token1_starts_with | -String | +eventType_in | +[EventType!] | ||||
| token1_starts_with_nocase | -String | +eventType_not_in | +[EventType!] | ||||
| token1_not_starts_with | +from | String | |||||
| token1_not_starts_with_nocase | +from_not | String | |||||
| token1_ends_with | +from_gt | String | |||||
| token1_ends_with_nocase | +from_lt | String | |||||
| token1_not_ends_with | +from_gte | String | |||||
| token1_not_ends_with_nocase | +from_lte | String | |||||
| token1_ | -Token_filter | +from_in | +[String!] | ||||
| txCount | -BigInt | +from_not_in | +[String!] | ||||
| txCount_not | -BigInt | +from_contains | +String | ||||
| txCount_gt | -BigInt | +from_contains_nocase | +String | ||||
| txCount_lt | -BigInt | +from_not_contains | +String | ||||
| txCount_gte | -BigInt | +from_not_contains_nocase | +String | ||||
| txCount_lte | -BigInt | +from_starts_with | +String | ||||
| txCount_in | -[BigInt!] | +from_starts_with_nocase | +String | ||||
| txCount_not_in | -[BigInt!] | +from_not_starts_with | +String | ||||
| liquidity | -BigInt | +from_not_starts_with_nocase | +String | ||||
| liquidity_not | -BigInt | +from_ends_with | +String | ||||
| liquidity_gt | -BigInt | +from_ends_with_nocase | +String | ||||
| liquidity_lt | -BigInt | +from_not_ends_with | +String | ||||
| liquidity_gte | -BigInt | +from_not_ends_with_nocase | +String | ||||
| liquidity_lte | -BigInt | +to | +String | ||||
| liquidity_in | -[BigInt!] | +to_not | +String | ||||
| liquidity_not_in | -[BigInt!] | +to_gt | +String | ||||
| sqrtPrice | -BigInt | +to_lt | +String | ||||
| sqrtPrice_not | -BigInt | +to_gte | +String | ||||
| sqrtPrice_gt | -BigInt | +to_lte | +String | ||||
| sqrtPrice_lt | -BigInt | +to_in | +[String!] | ||||
| sqrtPrice_gte | -BigInt | +to_not_in | +[String!] | ||||
| sqrtPrice_lte | -BigInt | +to_contains | +String | ||||
| sqrtPrice_in | -[BigInt!] | +to_contains_nocase | +String | ||||
| sqrtPrice_not_in | -[BigInt!] | +to_not_contains | +String | ||||
| tick | -BigInt | +to_not_contains_nocase | +String | ||||
| tick_not | -BigInt | +to_starts_with | +String | ||||
| tick_gt | -BigInt | +to_starts_with_nocase | +String | ||||
| tick_lt | -BigInt | +to_not_starts_with | +String | ||||
| tick_gte | -BigInt | +to_not_starts_with_nocase | +String | ||||
| tick_lte | -BigInt | +to_ends_with | +String | ||||
| tick_in | -[BigInt!] | +to_ends_with_nocase | +String | ||||
| tick_not_in | -[BigInt!] | +to_not_ends_with | +String | ||||
| tickLastUpdateTimestamp | +to_not_ends_with_nocase | +String | ++ | ||||
| blockNumber | BigInt | ||||||
| tickLastUpdateTimestamp_not | +blockNumber_not | BigInt | |||||
| tickLastUpdateTimestamp_gt | +blockNumber_gt | BigInt | |||||
| tickLastUpdateTimestamp_lt | +blockNumber_lt | BigInt | |||||
| tickLastUpdateTimestamp_gte | +blockNumber_gte | BigInt | |||||
| tickLastUpdateTimestamp_lte | +blockNumber_lte | BigInt | |||||
| tickLastUpdateTimestamp_in | +blockNumber_in | [BigInt!] | |||||
| tickLastUpdateTimestamp_not_in | +blockNumber_not_in | [BigInt!] | |||||
| tickLastUpdateBlockNumber | +timestamp | BigInt | |||||
| tickLastUpdateBlockNumber_not | +timestamp_not | BigInt | |||||
| tickLastUpdateBlockNumber_gt | +timestamp_gt | BigInt | |||||
| tickLastUpdateBlockNumber_lt | +timestamp_lt | BigInt | |||||
| tickLastUpdateBlockNumber_gte | +timestamp_gte | BigInt | |||||
| tickLastUpdateBlockNumber_lte | +timestamp_lte | BigInt | |||||
| tickLastUpdateBlockNumber_in | +timestamp_in | [BigInt!] | |||||
| tickLastUpdateBlockNumber_not_in | +timestamp_not_in | [BigInt!] | |||||
| poolHourData_ | -PoolHourData_filter | -- | |||||
| poolDayData_ | -PoolDayData_filter | -- | |||||
| token0Price | -BigDecimal | -- | |||||
| token0Price_not | -BigDecimal | -- | |||||
| token0Price_gt | -BigDecimal | -- | |||||
| token0Price_lt | -BigDecimal | -- | |||||
| token0Price_gte | -BigDecimal | -- | |||||
| token0Price_lte | -BigDecimal | -- | |||||
| token0Price_in | -[BigDecimal!] | +gasUsed | +BigInt | ||||
| token0Price_not_in | -[BigDecimal!] | +gasUsed_not | +BigInt | ||||
| token1Price | -BigDecimal | +gasUsed_gt | +BigInt | ||||
| token1Price_not | -BigDecimal | +gasUsed_lt | +BigInt | ||||
| token1Price_gt | -BigDecimal | +gasUsed_gte | +BigInt | ||||
| token1Price_lt | -BigDecimal | +gasUsed_lte | +BigInt | ||||
| token1Price_gte | -BigDecimal | +gasUsed_in | +[BigInt!] | ||||
| token1Price_lte | -BigDecimal | +gasUsed_not_in | +[BigInt!] | ||||
| token1Price_in | -[BigDecimal!] | +gasPrice | +BigInt | ||||
| token1Price_not_in | -[BigDecimal!] | +gasPrice_not | +BigInt | ||||
| totalValueLockedToken0 | -BigDecimal | +gasPrice_gt | +BigInt | ||||
| totalValueLockedToken0_not | -BigDecimal | +gasPrice_lt | +BigInt | ||||
| totalValueLockedToken0_gt | -BigDecimal | +gasPrice_gte | +BigInt | ||||
| totalValueLockedToken0_lt | -BigDecimal | +gasPrice_lte | +BigInt | ||||
| totalValueLockedToken0_gte | -BigDecimal | +gasPrice_in | +[BigInt!] | ||||
| totalValueLockedToken0_lte | -BigDecimal | +gasPrice_not_in | +[BigInt!] | ||||
| totalValueLockedToken0_in | -[BigDecimal!] | +pool | +String | ||||
| totalValueLockedToken0_not_in | -[BigDecimal!] | +pool_not | +String | ||||
| totalValueLockedToken1 | -BigDecimal | +pool_gt | +String | ||||
| totalValueLockedToken1_not | -BigDecimal | +pool_lt | +String | ||||
| totalValueLockedToken1_gt | -BigDecimal | +pool_gte | +String | ||||
| totalValueLockedToken1_lt | -BigDecimal | +pool_lte | +String | ||||
| totalValueLockedToken1_gte | -BigDecimal | +pool_in | +[String!] | ||||
| totalValueLockedToken1_lte | -BigDecimal | +pool_not_in | +[String!] | ||||
| totalValueLockedToken1_in | -[BigDecimal!] | +pool_contains | +String | ||||
| totalValueLockedToken1_not_in | -[BigDecimal!] | +pool_contains_nocase | +String | ||||
| totalValueLockedETH | -BigDecimal | +pool_not_contains | +String | ||||
| totalValueLockedETH_not | -BigDecimal | +pool_not_contains_nocase | +String | ||||
| totalValueLockedETH_gt | -BigDecimal | +pool_starts_with | +String | ||||
| totalValueLockedETH_lt | -BigDecimal | +pool_starts_with_nocase | +String | ||||
| totalValueLockedETH_gte | -BigDecimal | +pool_not_starts_with | +String | ||||
| totalValueLockedETH_lte | -BigDecimal | +pool_not_starts_with_nocase | +String | ||||
| totalValueLockedETH_in | -[BigDecimal!] | +pool_ends_with | +String | ||||
| totalValueLockedETH_not_in | -[BigDecimal!] | +pool_ends_with_nocase | +String | ||||
| totalValueLockedUSD | -BigDecimal | +pool_not_ends_with | +String | ||||
| totalValueLockedUSD_not | -BigDecimal | +pool_not_ends_with_nocase | +String | ||||
| totalValueLockedUSD_gt | -BigDecimal | +pool_ | +Pool_filter | ||||
| totalValueLockedUSD_lt | -BigDecimal | +liquidatee | +String | ||||
| totalValueLockedUSD_gte | -BigDecimal | +liquidatee_not | +String | ||||
| totalValueLockedUSD_lte | -BigDecimal | +liquidatee_gt | +String | ||||
| totalValueLockedUSD_in | -[BigDecimal!] | +liquidatee_lt | +String | ||||
| totalValueLockedUSD_not_in | -[BigDecimal!] | +liquidatee_gte | +String | ||||
| minEnforcedTick | -BigInt | +liquidatee_lte | +String | ||||
| minEnforcedTick_not | -BigInt | +liquidatee_in | +[String!] | ||||
| minEnforcedTick_gt | -BigInt | +liquidatee_not_in | +[String!] | ||||
| minEnforcedTick_lt | -BigInt | +liquidatee_contains | +String | ||||
| minEnforcedTick_gte | -BigInt | +liquidatee_contains_nocase | +String | ||||
| minEnforcedTick_lte | -BigInt | +liquidatee_not_contains | +String | ||||
| minEnforcedTick_in | -[BigInt!] | +liquidatee_not_contains_nocase | +String | ||||
| minEnforcedTick_not_in | -[BigInt!] | +liquidatee_starts_with | +String | ||||
| maxEnforcedTick | -BigInt | +liquidatee_starts_with_nocase | +String | ||||
| maxEnforcedTick_not | -BigInt | +liquidatee_not_starts_with | +String | ||||
| maxEnforcedTick_gt | -BigInt | +liquidatee_not_starts_with_nocase | +String | ||||
| maxEnforcedTick_lt | -BigInt | +liquidatee_ends_with | +String | ||||
| maxEnforcedTick_gte | -BigInt | +liquidatee_ends_with_nocase | +String | ||||
| maxEnforcedTick_lte | -BigInt | +liquidatee_not_ends_with | +String | ||||
| maxEnforcedTick_in | -[BigInt!] | +liquidatee_not_ends_with_nocase | +String | ||||
| maxEnforcedTick_not_in | -[BigInt!] | +liquidatee_ | +Account_filter | ||||
| panopticPool | +liquidator | String | |||||
| panopticPool_not | +liquidator_not | String | |||||
| panopticPool_gt | +liquidator_gt | String | |||||
| panopticPool_lt | +liquidator_lt | String | |||||
| panopticPool_gte | +liquidator_gte | String | |||||
| panopticPool_lte | +liquidator_lte | String | |||||
| panopticPool_in | +liquidator_in | [String!] | |||||
| panopticPool_not_in | +liquidator_not_in | [String!] | |||||
| panopticPool_contains | +liquidator_contains | String | |||||
| panopticPool_contains_nocase | +liquidator_contains_nocase | String | |||||
| panopticPool_not_contains | +liquidator_not_contains | String | |||||
| panopticPool_not_contains_nocase | +liquidator_not_contains_nocase | String | |||||
| panopticPool_starts_with | +liquidator_starts_with | String | |||||
| panopticPool_starts_with_nocase | +liquidator_starts_with_nocase | String | |||||
| panopticPool_not_starts_with | +liquidator_not_starts_with | String | |||||
| panopticPool_not_starts_with_nocase | +liquidator_not_starts_with_nocase | String | |||||
| panopticPool_ends_with | +liquidator_ends_with | String | |||||
| panopticPool_ends_with_nocase | +liquidator_ends_with_nocase | String | |||||
| panopticPool_not_ends_with | +liquidator_not_ends_with | String | |||||
| panopticPool_not_ends_with_nocase | +liquidator_not_ends_with_nocase | String | |||||
| panopticPool_ | -PanopticPool_filter | +liquidator_ | +Account_filter | ||||
| panopticPools_ | -PanopticPool_filter | +protocolLossAssets | +BigInt | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +protocolLossAssets_not | +BigInt | +|||
| and | -[Pool_filter] | +protocolLossAssets_gt | +BigInt | ||||
| or | -[Pool_filter] | +protocolLossAssets_lt | +BigInt | ||||
| Field | -Type | -Description | +protocolLossAssets_gte | +BigInt | +|||
|---|---|---|---|---|---|---|---|
| id | -ID | +protocolLossAssets_lte | +BigInt | ||||
| id_not | -ID | +protocolLossAssets_in | +[BigInt!] | ||||
| id_gt | -ID | +protocolLossAssets_not_in | +[BigInt!] | ||||
| id_lt | -ID | +protocolLossShares | +BigInt | ||||
| id_gte | -ID | +protocolLossShares_not | +BigInt | ||||
| id_lte | -ID | +protocolLossShares_gt | +BigInt | ||||
| id_in | -[ID!] | +protocolLossShares_lt | +BigInt | ||||
| id_not_in | -[ID!] | +protocolLossShares_gte | +BigInt | ||||
| hash | +protocolLossShares_lte | +BigInt | ++ | ||||
| protocolLossShares_in | +[BigInt!] | ++ | |||||
| protocolLossShares_not_in | +[BigInt!] | ++ | |||||
| collateral | String | ||||||
| hash_not | +collateral_not | String | |||||
| hash_gt | +collateral_gt | String | |||||
| hash_lt | +collateral_lt | String | |||||
| hash_gte | +collateral_gte | String | |||||
| hash_lte | +collateral_lte | String | |||||
| hash_in | +collateral_in | [String!] | |||||
| hash_not_in | +collateral_not_in | [String!] | |||||
| hash_contains | +collateral_contains | String | |||||
| hash_contains_nocase | +collateral_contains_nocase | String | |||||
| hash_not_contains | +collateral_not_contains | String | |||||
| hash_not_contains_nocase | +collateral_not_contains_nocase | String | |||||
| hash_starts_with | +collateral_starts_with | String | |||||
| hash_starts_with_nocase | +collateral_starts_with_nocase | String | |||||
| hash_not_starts_with | +collateral_not_starts_with | String | |||||
| hash_not_starts_with_nocase | +collateral_not_starts_with_nocase | String | |||||
| hash_ends_with | +collateral_ends_with | String | |||||
| hash_ends_with_nocase | +collateral_ends_with_nocase | String | |||||
| hash_not_ends_with | +collateral_not_ends_with | String | |||||
| hash_not_ends_with_nocase | +collateral_not_ends_with_nocase | String | |||||
| logIndex | -BigInt | +collateral_ | +Collateral_filter | ||||
| logIndex_not | -BigInt | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| logIndex_gt | -BigInt | +and | +[ProtocolLossRealized_filter] | ||||
| logIndex_lt | -BigInt | +or | +[ProtocolLossRealized_filter] | ||||
| logIndex_gte | -BigInt | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| logIndex_lte | -BigInt | +id | +ID | ||||
| logIndex_in | -[BigInt!] | +id_not | +ID | ||||
| logIndex_not_in | -[BigInt!] | +id_gt | +ID | ||||
| eventType | -EventType | +id_lt | +ID | ||||
| eventType_not | -EventType | +id_gte | +ID | ||||
| eventType_in | -[EventType!] | +id_lte | +ID | ||||
| eventType_not_in | -[EventType!] | +id_in | +[ID!] | ||||
| from | -String | +id_not_in | +[ID!] | ||||
| from_not | -String | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| from_gt | -String | +and | +[RiskEngine_filter] | ||||
| from_lt | -String | +or | +[RiskEngine_filter] | ||||
| from_gte | -String | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| from_lte | -String | +id | +ID | ||||
| from_in | -[String!] | +id_not | +ID | ||||
| from_not_in | -[String!] | +id_gt | +ID | ||||
| from_contains | -String | +id_lt | +ID | ||||
| from_contains_nocase | -String | +id_gte | +ID | ||||
| from_not_contains | -String | +id_lte | +ID | ||||
| from_not_contains_nocase | -String | +id_in | +[ID!] | ||||
| from_starts_with | -String | +id_not_in | +[ID!] | ||||
| from_starts_with_nocase | +idHexString | String | |||||
| from_not_starts_with | +idHexString_not | String | |||||
| from_not_starts_with_nocase | +idHexString_gt | String | |||||
| from_ends_with | +idHexString_lt | String | |||||
| from_ends_with_nocase | +idHexString_gte | String | |||||
| from_not_ends_with | +idHexString_lte | String | |||||
| from_not_ends_with_nocase | -String | +idHexString_in | +[String!] | ||||
| to | -String | +idHexString_not_in | +[String!] | ||||
| to_not | +idHexString_contains | String | |||||
| to_gt | +idHexString_contains_nocase | String | |||||
| to_lt | +idHexString_not_contains | String | |||||
| to_gte | +idHexString_not_contains_nocase | String | |||||
| to_lte | +idHexString_starts_with | String | |||||
| to_in | -[String!] | -- | |||||
| to_not_in | -[String!] | -- | |||||
| to_contains | +idHexString_starts_with_nocase | String | |||||
| to_contains_nocase | +idHexString_not_starts_with | String | |||||
| to_not_contains | +idHexString_not_starts_with_nocase | String | |||||
| to_not_contains_nocase | +idHexString_ends_with | String | |||||
| to_starts_with | +idHexString_ends_with_nocase | String | |||||
| to_starts_with_nocase | +idHexString_not_ends_with | String | |||||
| to_not_starts_with | +idHexString_not_ends_with_nocase | String | |||||
| to_not_starts_with_nocase | +pool | String | |||||
| to_ends_with | +pool_not | String | |||||
| to_ends_with_nocase | +pool_gt | String | |||||
| to_not_ends_with | +pool_lt | String | |||||
| to_not_ends_with_nocase | +pool_gte | String | |||||
| blockNumber | -BigInt | +pool_lte | +String | ||||
| blockNumber_not | -BigInt | +pool_in | +[String!] | ||||
| blockNumber_gt | -BigInt | +pool_not_in | +[String!] | ||||
| blockNumber_lt | -BigInt | +pool_contains | +String | ||||
| blockNumber_gte | -BigInt | +pool_contains_nocase | +String | ||||
| blockNumber_lte | -BigInt | +pool_not_contains | +String | ||||
| blockNumber_in | -[BigInt!] | +pool_not_contains_nocase | +String | ||||
| blockNumber_not_in | -[BigInt!] | +pool_starts_with | +String | ||||
| timestamp | -BigInt | +pool_starts_with_nocase | +String | ||||
| timestamp_not | -BigInt | +pool_not_starts_with | +String | ||||
| timestamp_gt | -BigInt | +pool_not_starts_with_nocase | +String | ||||
| timestamp_lt | -BigInt | +pool_ends_with | +String | ||||
| timestamp_gte | -BigInt | +pool_ends_with_nocase | +String | ||||
| timestamp_lte | -BigInt | +pool_not_ends_with | +String | ||||
| timestamp_in | -[BigInt!] | +pool_not_ends_with_nocase | +String | ||||
| timestamp_not_in | -[BigInt!] | +pool_ | +Pool_filter | ||||
| gasUsed | +tokenCount | BigInt | |||||
| gasUsed_not | +tokenCount_not | BigInt | |||||
| gasUsed_gt | +tokenCount_gt | BigInt | |||||
| gasUsed_lt | +tokenCount_lt | BigInt | |||||
| gasUsed_gte | +tokenCount_gte | BigInt | |||||
| gasUsed_lte | +tokenCount_lte | BigInt | |||||
| gasUsed_in | +tokenCount_in | [BigInt!] | |||||
| gasUsed_not_in | +tokenCount_not_in | [BigInt!] | |||||
| gasPrice | -BigInt | -- | |||||
| gasPrice_not | -BigInt | +accountBalances_ | +AccountBalance_filter | ||||
| gasPrice_gt | -BigInt | +legs | +[String!] | ||||
| gasPrice_lt | -BigInt | +legs_not | +[String!] | ||||
| gasPrice_gte | -BigInt | +legs_contains | +[String!] | ||||
| gasPrice_lte | -BigInt | +legs_contains_nocase | +[String!] | ||||
| gasPrice_in | -[BigInt!] | +legs_not_contains | +[String!] | ||||
| gasPrice_not_in | -[BigInt!] | +legs_not_contains_nocase | +[String!] | ||||
| pool | -String | +legs_ | +Leg_filter | ||||
| pool_not | -String | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| pool_gt | -String | +and | +[TokenId_filter] | ||||
| pool_lt | -String | +or | +[TokenId_filter] | ||||
| pool_gte | -String | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| pool_lte | -String | +id | +ID | ||||
| pool_in | -[String!] | +id_not | +ID | ||||
| pool_not_in | -[String!] | +id_gt | +ID | ||||
| pool_contains | -String | +id_lt | +ID | ||||
| pool_contains_nocase | -String | +id_gte | +ID | ||||
| pool_not_contains | -String | +id_lte | +ID | ||||
| pool_not_contains_nocase | -String | +id_in | +[ID!] | ||||
| pool_starts_with | -String | +id_not_in | +[ID!] | ||||
| pool_starts_with_nocase | -String | +decimals | +BigInt | ||||
| pool_not_starts_with | -String | +decimals_not | +BigInt | ||||
| pool_not_starts_with_nocase | -String | +decimals_gt | +BigInt | ||||
| pool_ends_with | -String | +decimals_lt | +BigInt | ||||
| pool_ends_with_nocase | -String | +decimals_gte | +BigInt | ||||
| pool_not_ends_with | -String | +decimals_lte | +BigInt | ||||
| pool_not_ends_with_nocase | -String | +decimals_in | +[BigInt!] | ||||
| pool_ | -Pool_filter | +decimals_not_in | +[BigInt!] | ||||
| user | +name | String | |||||
| user_not | +name_not | String | |||||
| user_gt | +name_gt | String | |||||
| user_lt | +name_lt | String | |||||
| user_gte | +name_gte | String | |||||
| user_lte | +name_lte | String | |||||
| user_in | +name_in | [String!] | |||||
| user_not_in | +name_not_in | [String!] | |||||
| user_contains | +name_contains | String | |||||
| user_contains_nocase | +name_contains_nocase | String | |||||
| user_not_contains | +name_not_contains | String | |||||
| user_not_contains_nocase | +name_not_contains_nocase | String | |||||
| user_starts_with | +name_starts_with | String | |||||
| user_starts_with_nocase | +name_starts_with_nocase | String | |||||
| user_not_starts_with | +name_not_starts_with | String | |||||
| user_not_starts_with_nocase | +name_not_starts_with_nocase | String | |||||
| user_ends_with | +name_ends_with | String | |||||
| user_ends_with_nocase | +name_ends_with_nocase | String | |||||
| user_not_ends_with | +name_not_ends_with | String | |||||
| user_not_ends_with_nocase | +name_not_ends_with_nocase | String | |||||
| user_ | -Account_filter | -- | |||||
| tokenId | +symbol | String | |||||
| tokenId_not | +symbol_not | String | |||||
| tokenId_gt | +symbol_gt | String | |||||
| tokenId_lt | +symbol_lt | String | |||||
| tokenId_gte | +symbol_gte | String | |||||
| tokenId_lte | +symbol_lte | String | |||||
| tokenId_in | +symbol_in | [String!] | |||||
| tokenId_not_in | +symbol_not_in | [String!] | |||||
| tokenId_contains | +symbol_contains | String | |||||
| tokenId_contains_nocase | +symbol_contains_nocase | String | |||||
| tokenId_not_contains | +symbol_not_contains | String | |||||
| tokenId_not_contains_nocase | +symbol_not_contains_nocase | String | |||||
| tokenId_starts_with | +symbol_starts_with | String | |||||
| tokenId_starts_with_nocase | +symbol_starts_with_nocase | String | |||||
| tokenId_not_starts_with | +symbol_not_starts_with | String | |||||
| tokenId_not_starts_with_nocase | +symbol_not_starts_with_nocase | String | |||||
| tokenId_ends_with | +symbol_ends_with | String | |||||
| tokenId_ends_with_nocase | +symbol_ends_with_nocase | String | |||||
| tokenId_not_ends_with | +symbol_not_ends_with | String | |||||
| tokenId_not_ends_with_nocase | +symbol_not_ends_with_nocase | String | |||||
| tokenId_ | -TokenId_filter | -- | |||||
| legIndex | -BigInt | -- | |||||
| legIndex_not | -BigInt | -- | |||||
| legIndex_gt | -BigInt | -- | |||||
| legIndex_lt | -BigInt | -- | |||||
| legIndex_gte | -BigInt | -- | |||||
| legIndex_lte | -BigInt | -- | |||||
| legIndex_in | -[BigInt!] | -- | |||||
| legIndex_not_in | -[BigInt!] | -- | |||||
| settledAmounts | +totalSupply | BigInt | |||||
| settledAmounts_not | +totalSupply_not | BigInt | |||||
| settledAmounts_gt | +totalSupply_gt | BigInt | |||||
| settledAmounts_lt | +totalSupply_lt | BigInt | |||||
| settledAmounts_gte | +totalSupply_gte | BigInt | |||||
| settledAmounts_lte | +totalSupply_lte | BigInt | |||||
| settledAmounts_in | +totalSupply_in | [BigInt!] | |||||
| settledAmounts_not_in | +totalSupply_not_in | [BigInt!] | |||||
| settledAmount0 | +txCount | BigInt | |||||
| settledAmount0_not | +txCount_not | BigInt | |||||
| settledAmount0_gt | +txCount_gt | BigInt | |||||
| settledAmount0_lt | +txCount_lt | BigInt | |||||
| settledAmount0_gte | +txCount_gte | BigInt | |||||
| settledAmount0_lte | +txCount_lte | BigInt | |||||
| settledAmount0_in | +txCount_in | [BigInt!] | |||||
| settledAmount0_not_in | +txCount_not_in | [BigInt!] | |||||
| settledAmount0InEth | -BigDecimal | -- | |||||
| settledAmount0InEth_not | -BigDecimal | -- | |||||
| settledAmount0InEth_gt | -BigDecimal | -- | |||||
| settledAmount0InEth_lt | -BigDecimal | -- | |||||
| settledAmount0InEth_gte | -BigDecimal | -- | |||||
| settledAmount0InEth_lte | -BigDecimal | -- | |||||
| settledAmount0InEth_in | -[BigDecimal!] | -- | |||||
| settledAmount0InEth_not_in | -[BigDecimal!] | -- | |||||
| settledAmount0InUsd | +derivedETH | BigDecimal | |||||
| settledAmount0InUsd_not | +derivedETH_not | BigDecimal | |||||
| settledAmount0InUsd_gt | +derivedETH_gt | BigDecimal | |||||
| settledAmount0InUsd_lt | +derivedETH_lt | BigDecimal | |||||
| settledAmount0InUsd_gte | +derivedETH_gte | BigDecimal | |||||
| settledAmount0InUsd_lte | +derivedETH_lte | BigDecimal | |||||
| settledAmount0InUsd_in | +derivedETH_in | [BigDecimal!] | |||||
| settledAmount0InUsd_not_in | +derivedETH_not_in | [BigDecimal!] | |||||
| settledAmount1 | -BigInt | -- | |||||
| settledAmount1_not | -BigInt | -- | |||||
| settledAmount1_gt | -BigInt | -- | |||||
| settledAmount1_lt | -BigInt | -- | |||||
| settledAmount1_gte | -BigInt | -- | |||||
| settledAmount1_lte | -BigInt | +whitelistPools | +[String!] | ||||
| settledAmount1_in | -[BigInt!] | +whitelistPools_not | +[String!] | ||||
| settledAmount1_not_in | -[BigInt!] | +whitelistPools_contains | +[String!] | ||||
| settledAmount1InEth | -BigDecimal | +whitelistPools_contains_nocase | +[String!] | ||||
| settledAmount1InEth_not | -BigDecimal | +whitelistPools_not_contains | +[String!] | ||||
| settledAmount1InEth_gt | -BigDecimal | +whitelistPools_not_contains_nocase | +[String!] | ||||
| settledAmount1InEth_lt | -BigDecimal | +whitelistPools_ | +Pool_filter | ||||
| settledAmount1InEth_gte | -BigDecimal | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| settledAmount1InEth_lte | -BigDecimal | +and | +[Token_filter] | ||||
| settledAmount1InEth_in | -[BigDecimal!] | +or | +[Token_filter] | ||||
| settledAmount1InEth_not_in | -[BigDecimal!] | -+ | Field | +Type | +Description | ||
|---|---|---|---|---|---|---|---|
| settledAmount1InUsd | -BigDecimal | +id | +ID | ||||
| settledAmount1InUsd_not | -BigDecimal | +id_not | +ID | ||||
| settledAmount1InUsd_gt | -BigDecimal | +id_gt | +ID | ||||
| settledAmount1InUsd_lt | -BigDecimal | +id_lt | +ID | ||||
| settledAmount1InUsd_gte | -BigDecimal | +id_gte | +ID | ||||
| settledAmount1InUsd_lte | -BigDecimal | +id_lte | +ID | ||||
| settledAmount1InUsd_in | -[BigDecimal!] | +id_in | +[ID!] | ||||
| settledAmount1InUsd_not_in | -[BigDecimal!] | +id_not_in | +[ID!] | ||||
| panopticPool | +hash | String | |||||
| panopticPool_not | +hash_not | String | |||||
| panopticPool_gt | +hash_gt | String | |||||
| panopticPool_lt | +hash_lt | String | |||||
| panopticPool_gte | +hash_gte | String | |||||
| panopticPool_lte | +hash_lte | String | |||||
| panopticPool_in | +hash_in | [String!] | |||||
| panopticPool_not_in | +hash_not_in | [String!] | |||||
| panopticPool_contains | +hash_contains | String | |||||
| panopticPool_contains_nocase | +hash_contains_nocase | String | |||||
| panopticPool_not_contains | +hash_not_contains | String | |||||
| panopticPool_not_contains_nocase | +hash_not_contains_nocase | String | |||||
| panopticPool_starts_with | +hash_starts_with | String | |||||
| panopticPool_starts_with_nocase | +hash_starts_with_nocase | String | |||||
| panopticPool_not_starts_with | +hash_not_starts_with | String | |||||
| panopticPool_not_starts_with_nocase | +hash_not_starts_with_nocase | String | |||||
| panopticPool_ends_with | +hash_ends_with | String | |||||
| panopticPool_ends_with_nocase | +hash_ends_with_nocase | String | |||||
| panopticPool_not_ends_with | +hash_not_ends_with | String | |||||
| panopticPool_not_ends_with_nocase | +hash_not_ends_with_nocase | String | |||||
| panopticPool_ | -PanopticPool_filter | -- | |||||
| panopticVersion | -BigDecimal | -- | |||||
| panopticVersion_not | -BigDecimal | -- | |||||
| panopticVersion_gt | -BigDecimal | -- | |||||
| panopticVersion_lt | -BigDecimal | -- | |||||
| panopticVersion_gte | -BigDecimal | -- | |||||
| panopticVersion_lte | -BigDecimal | -- | |||||
| panopticVersion_in | -[BigDecimal!] | +logIndex | +BigInt | ||||
| panopticVersion_not_in | -[BigDecimal!] | +logIndex_not | +BigInt | ||||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -|||||
| and | -[PremiumSettled_filter] | +logIndex_gt | +BigInt | ||||
| or | -[PremiumSettled_filter] | +logIndex_lt | +BigInt | ||||
| Field | -Type | -Description | -||||
|---|---|---|---|---|---|---|
| id | -ID | +logIndex_gte | +BigInt | |||
| id_not | -ID | +logIndex_lte | +BigInt | |||
| id_gt | -ID | +logIndex_in | +[BigInt!] | |||
| id_lt | -ID | +logIndex_not_in | +[BigInt!] | |||
| id_gte | -ID | +eventType | +EventType | |||
| id_lte | -ID | +eventType_not | +EventType | |||
| id_in | -[ID!] | +eventType_in | +[EventType!] | |||
| id_not_in | -[ID!] | +eventType_not_in | +[EventType!] | |||
| idHexString | +from | String | ||||
| idHexString_not | +from_not | String | ||||
| idHexString_gt | +from_gt | String | ||||
| idHexString_lt | +from_lt | String | ||||
| idHexString_gte | +from_gte | String | ||||
| idHexString_lte | +from_lte | String | ||||
| idHexString_in | +from_in | [String!] | ||||
| idHexString_not_in | +from_not_in | [String!] | ||||
| idHexString_contains | +from_contains | String | ||||
| idHexString_contains_nocase | +from_contains_nocase | String | ||||
| idHexString_not_contains | +from_not_contains | String | ||||
| idHexString_not_contains_nocase | +from_not_contains_nocase | String | ||||
| idHexString_starts_with | +from_starts_with | String | ||||
| idHexString_starts_with_nocase | +from_starts_with_nocase | String | ||||
| idHexString_not_starts_with | +from_not_starts_with | String | ||||
| idHexString_not_starts_with_nocase | +from_not_starts_with_nocase | String | ||||
| idHexString_ends_with | +from_ends_with | String | ||||
| idHexString_ends_with_nocase | +from_ends_with_nocase | String | ||||
| idHexString_not_ends_with | +from_not_ends_with | String | ||||
| idHexString_not_ends_with_nocase | +from_not_ends_with_nocase | String | ||||
| pool | +to | String | ||||
| pool_not | +to_not | String | ||||
| pool_gt | +to_gt | String | ||||
| pool_lt | +to_lt | String | ||||
| pool_gte | +to_gte | String | ||||
| pool_lte | +to_lte | String | ||||
| pool_in | +to_in | [String!] | ||||
| pool_not_in | +to_not_in | [String!] | ||||
| pool_contains | +to_contains | String | ||||
| pool_contains_nocase | +to_contains_nocase | String | ||||
| pool_not_contains | +to_not_contains | String | ||||
| pool_not_contains_nocase | +to_not_contains_nocase | String | ||||
| pool_starts_with | +to_starts_with | String | ||||
| pool_starts_with_nocase | +to_starts_with_nocase | String | ||||
| pool_not_starts_with | +to_not_starts_with | String | ||||
| pool_not_starts_with_nocase | +to_not_starts_with_nocase | String | ||||
| pool_ends_with | +to_ends_with | String | ||||
| pool_ends_with_nocase | +to_ends_with_nocase | String | ||||
| pool_not_ends_with | +to_not_ends_with | String | ||||
| pool_not_ends_with_nocase | +to_not_ends_with_nocase | String | ||||
| pool_ | -Pool_filter | -- | ||||
| tokenCount | +blockNumber | BigInt | ||||
| tokenCount_not | +blockNumber_not | BigInt | ||||
| tokenCount_gt | +blockNumber_gt | BigInt | ||||
| tokenCount_lt | +blockNumber_lt | BigInt | ||||
| tokenCount_gte | +blockNumber_gte | BigInt | ||||
| tokenCount_lte | +blockNumber_lte | BigInt | ||||
| tokenCount_in | +blockNumber_in | [BigInt!] | ||||
| tokenCount_not_in | +blockNumber_not_in | [BigInt!] | ||||
| accountBalances_ | -AccountBalance_filter | -- | ||||
| legs | -[String!] | -- | ||||
| legs_not | -[String!] | +timestamp | +BigInt | |||
| legs_contains | -[String!] | +timestamp_not | +BigInt | |||
| legs_contains_nocase | -[String!] | +timestamp_gt | +BigInt | |||
| legs_not_contains | -[String!] | +timestamp_lt | +BigInt | |||
| legs_not_contains_nocase | -[String!] | +timestamp_gte | +BigInt | |||
| legs_ | -Leg_filter | +timestamp_lte | +BigInt | |||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | -||||
| and | -[TokenId_filter] | +timestamp_in | +[BigInt!] | |||
| or | -[TokenId_filter] | +timestamp_not_in | +[BigInt!] | |||
| Field | -Type | -Description | -||||
|---|---|---|---|---|---|---|
| id | -ID | +gasUsed | +BigInt | |||
| id_not | -ID | +gasUsed_not | +BigInt | |||
| id_gt | -ID | +gasUsed_gt | +BigInt | |||
| id_lt | -ID | +gasUsed_lt | +BigInt | |||
| id_gte | -ID | +gasUsed_gte | +BigInt | |||
| id_lte | -ID | +gasUsed_lte | +BigInt | |||
| id_in | -[ID!] | +gasUsed_in | +[BigInt!] | |||
| id_not_in | -[ID!] | +gasUsed_not_in | +[BigInt!] | |||
| decimals | +gasPrice | BigInt | ||||
| decimals_not | +gasPrice_not | BigInt | ||||
| decimals_gt | +gasPrice_gt | BigInt | ||||
| decimals_lt | +gasPrice_lt | BigInt | ||||
| decimals_gte | +gasPrice_gte | BigInt | ||||
| decimals_lte | +gasPrice_lte | BigInt | ||||
| decimals_in | +gasPrice_in | [BigInt!] | ||||
| decimals_not_in | +gasPrice_not_in | [BigInt!] | ||||
| name | +pool | String | ||||
| name_not | +pool_not | String | ||||
| name_gt | +pool_gt | String | ||||
| name_lt | +pool_lt | String | ||||
| name_gte | +pool_gte | String | ||||
| name_lte | +pool_lte | String | ||||
| name_in | +pool_in | [String!] | ||||
| name_not_in | +pool_not_in | [String!] | ||||
| name_contains | +pool_contains | String | ||||
| name_contains_nocase | +pool_contains_nocase | String | ||||
| name_not_contains | +pool_not_contains | String | ||||
| name_not_contains_nocase | +pool_not_contains_nocase | String | ||||
| name_starts_with | +pool_starts_with | String | ||||
| name_starts_with_nocase | +pool_starts_with_nocase | String | ||||
| name_not_starts_with | +pool_not_starts_with | String | ||||
| name_not_starts_with_nocase | +pool_not_starts_with_nocase | String | ||||
| name_ends_with | +pool_ends_with | String | ||||
| name_ends_with_nocase | +pool_ends_with_nocase | String | ||||
| name_not_ends_with | +pool_not_ends_with | String | ||||
| name_not_ends_with_nocase | +pool_not_ends_with_nocase | String | ||||
| symbol | +pool_ | +Pool_filter | ++ | |||
| recipient | String | |||||
| symbol_not | +recipient_not | String | ||||
| symbol_gt | +recipient_gt | String | ||||
| symbol_lt | +recipient_lt | String | ||||
| symbol_gte | +recipient_gte | String | ||||
| symbol_lte | +recipient_lte | String | ||||
| symbol_in | +recipient_in | [String!] | ||||
| symbol_not_in | +recipient_not_in | [String!] | ||||
| symbol_contains | +recipient_contains | String | ||||
| symbol_contains_nocase | +recipient_contains_nocase | String | ||||
| symbol_not_contains | +recipient_not_contains | String | ||||
| symbol_not_contains_nocase | +recipient_not_contains_nocase | String | ||||
| symbol_starts_with | +recipient_starts_with | String | ||||
| symbol_starts_with_nocase | +recipient_starts_with_nocase | String | ||||
| symbol_not_starts_with | +recipient_not_starts_with | String | ||||
| symbol_not_starts_with_nocase | +recipient_not_starts_with_nocase | String | ||||
| symbol_ends_with | +recipient_ends_with | String | ||||
| symbol_ends_with_nocase | +recipient_ends_with_nocase | String | ||||
| symbol_not_ends_with | +recipient_not_ends_with | String | ||||
| symbol_not_ends_with_nocase | +recipient_not_ends_with_nocase | String | ||||
| totalSupply | +recipient_ | +Account_filter | ++ | |||
| positionSize | BigInt | |||||
| totalSupply_not | +positionSize_not | BigInt | ||||
| totalSupply_gt | +positionSize_gt | BigInt | ||||
| totalSupply_lt | +positionSize_lt | BigInt | ||||
| totalSupply_gte | +positionSize_gte | BigInt | ||||
| totalSupply_lte | +positionSize_lte | BigInt | ||||
| totalSupply_in | +positionSize_in | [BigInt!] | ||||
| totalSupply_not_in | +positionSize_not_in | [BigInt!] | ||||
| txCount | -BigInt | +tokenId | +String | |||
| txCount_not | -BigInt | +tokenId_not | +String | |||
| txCount_gt | -BigInt | +tokenId_gt | +String | |||
| txCount_lt | -BigInt | +tokenId_lt | +String | |||
| txCount_gte | -BigInt | +tokenId_gte | +String | |||
| txCount_lte | -BigInt | +tokenId_lte | +String | |||
| txCount_in | -[BigInt!] | +tokenId_in | +[String!] | |||
| txCount_not_in | -[BigInt!] | +tokenId_not_in | +[String!] | |||
| derivedETH | -BigDecimal | +tokenId_contains | +String | |||
| derivedETH_not | -BigDecimal | +tokenId_contains_nocase | +String | |||
| derivedETH_gt | -BigDecimal | +tokenId_not_contains | +String | |||
| derivedETH_lt | -BigDecimal | +tokenId_not_contains_nocase | +String | |||
| derivedETH_gte | -BigDecimal | +tokenId_starts_with | +String | |||
| derivedETH_lte | -BigDecimal | +tokenId_starts_with_nocase | +String | |||
| derivedETH_in | -[BigDecimal!] | +tokenId_not_starts_with | +String | |||
| derivedETH_not_in | -[BigDecimal!] | +tokenId_not_starts_with_nocase | +String | |||
| whitelistPools | -[String!] | +tokenId_ends_with | +String | |||
| whitelistPools_not | -[String!] | +tokenId_ends_with_nocase | +String | |||
| whitelistPools_contains | -[String!] | +tokenId_not_ends_with | +String | |||
| whitelistPools_contains_nocase | -[String!] | +tokenId_not_ends_with_nocase | +String | |||
| whitelistPools_not_contains | -[String!] | +tokenId_ | +TokenId_filter | |||
| whitelistPools_not_contains_nocase | -[String!] | +panopticVersion | +BigDecimal | |||
| whitelistPools_ | -Pool_filter | +panopticVersion_not | +BigDecimal | |||
| _change_block | +panopticVersion_gt | +BigDecimal | ++ | |||
| panopticVersion_lt | +BigDecimal | ++ | ||||
| panopticVersion_gte | +BigDecimal | ++ | ||||
| panopticVersion_lte | +BigDecimal | ++ | ||||
| panopticVersion_in | +[BigDecimal!] | ++ | ||||
| panopticVersion_not_in | +[BigDecimal!] | ++ | ||||
| _change_block | BlockChangedFilter | @@ -32543,19 +41363,19 @@ Filter for the block changed event. | ||||
| and | -[Token_filter] | +and | +[TokenizedPositionBurnt_filter] | |||
| or | -[Token_filter] | +or | +[TokenizedPositionBurnt_filter] | |||
| id | +id | ID | ||||
| id_not | +id_not | ID | ||||
| id_gt | +id_gt | ID | ||||
| id_lt | +id_lt | ID | ||||
| id_gte | +id_gte | ID | ||||
| id_lte | +id_lte | ID | ||||
| id_in | +id_in | [ID!] | ||||
| id_not_in | +id_not_in | [ID!] | ||||
| hash | +hash | String | ||||
| hash_not | +hash_not | String | ||||
| hash_gt | +hash_gt | String | ||||
| hash_lt | +hash_lt | String | ||||
| hash_gte | +hash_gte | String | ||||
| hash_lte | +hash_lte | String | ||||
| hash_in | +hash_in | [String!] | ||||
| hash_not_in | +hash_not_in | [String!] | ||||
| hash_contains | +hash_contains | String | ||||
| hash_contains_nocase | +hash_contains_nocase | String | ||||
| hash_not_contains | +hash_not_contains | String | ||||
| hash_not_contains_nocase | +hash_not_contains_nocase | String | ||||
| hash_starts_with | +hash_starts_with | String | ||||
| hash_starts_with_nocase | +hash_starts_with_nocase | String | ||||
| hash_not_starts_with | +hash_not_starts_with | String | ||||
| hash_not_starts_with_nocase | +hash_not_starts_with_nocase | String | ||||
| hash_ends_with | +hash_ends_with | String | ||||
| hash_ends_with_nocase | +hash_ends_with_nocase | String | ||||
| hash_not_ends_with | +hash_not_ends_with | String | ||||
| hash_not_ends_with_nocase | +hash_not_ends_with_nocase | String | ||||
| logIndex | +logIndex | BigInt | ||||
| logIndex_not | +logIndex_not | BigInt | ||||
| logIndex_gt | +logIndex_gt | BigInt | ||||
| logIndex_lt | +logIndex_lt | BigInt | ||||
| logIndex_gte | +logIndex_gte | BigInt | ||||
| logIndex_lte | +logIndex_lte | BigInt | ||||
| logIndex_in | +logIndex_in | [BigInt!] | ||||
| logIndex_not_in | +logIndex_not_in | [BigInt!] | ||||
| eventType | +eventType | EventType | ||||
| eventType_not | +eventType_not | EventType | ||||
| eventType_in | +eventType_in | [EventType!] | ||||
| eventType_not_in | +eventType_not_in | [EventType!] | ||||
| from | +from | String | ||||
| from_not | +from_not | String | ||||
| from_gt | +from_gt | String | ||||
| from_lt | +from_lt | String | ||||
| from_gte | +from_gte | String | ||||
| from_lte | +from_lte | String | ||||
| from_in | +from_in | [String!] | ||||
| from_not_in | +from_not_in | [String!] | ||||
| from_contains | +from_contains | String | ||||
| from_contains_nocase | +from_contains_nocase | String | ||||
| from_not_contains | +from_not_contains | String | ||||
| from_not_contains_nocase | +from_not_contains_nocase | String | ||||
| from_starts_with | +from_starts_with | String | ||||
| from_starts_with_nocase | +from_starts_with_nocase | String | ||||
| from_not_starts_with | +from_not_starts_with | String | ||||
| from_not_starts_with_nocase | +from_not_starts_with_nocase | String | ||||
| from_ends_with | +from_ends_with | String | ||||
| from_ends_with_nocase | +from_ends_with_nocase | String | ||||
| from_not_ends_with | +from_not_ends_with | String | ||||
| from_not_ends_with_nocase | +from_not_ends_with_nocase | String | ||||
| to | +to | String | ||||
| to_not | +to_not | String | ||||
| to_gt | +to_gt | String | ||||
| to_lt | +to_lt | String | ||||
| to_gte | +to_gte | String | ||||
| to_lte | +to_lte | String | ||||
| to_in | +to_in | [String!] | ||||
| to_not_in | +to_not_in | [String!] | ||||
| to_contains | +to_contains | String | ||||
| to_contains_nocase | +to_contains_nocase | String | ||||
| to_not_contains | +to_not_contains | String | ||||
| to_not_contains_nocase | +to_not_contains_nocase | String | ||||
| to_starts_with | +to_starts_with | String | ||||
| to_starts_with_nocase | +to_starts_with_nocase | String | ||||
| to_not_starts_with | +to_not_starts_with | String | ||||
| to_not_starts_with_nocase | +to_not_starts_with_nocase | String | ||||
| to_ends_with | +to_ends_with | String | ||||
| to_ends_with_nocase | +to_ends_with_nocase | String | ||||
| to_not_ends_with | +to_not_ends_with | String | ||||
| to_not_ends_with_nocase | +to_not_ends_with_nocase | String | ||||
| blockNumber | +blockNumber | BigInt | ||||
| blockNumber_not | +blockNumber_not | BigInt | ||||
| blockNumber_gt | +blockNumber_gt | BigInt | ||||
| blockNumber_lt | +blockNumber_lt | BigInt | ||||
| blockNumber_gte | +blockNumber_gte | BigInt | ||||
| blockNumber_lte | +blockNumber_lte | BigInt | ||||
| blockNumber_in | +blockNumber_in | [BigInt!] | ||||
| blockNumber_not_in | +blockNumber_not_in | [BigInt!] | ||||
| timestamp | +timestamp | BigInt | ||||
| timestamp_not | +timestamp_not | BigInt | ||||
| timestamp_gt | +timestamp_gt | BigInt | ||||
| timestamp_lt | +timestamp_lt | BigInt | ||||
| timestamp_gte | +timestamp_gte | BigInt | ||||
| timestamp_lte | +timestamp_lte | BigInt | ||||
| timestamp_in | +timestamp_in | [BigInt!] | ||||
| timestamp_not_in | +timestamp_not_in | [BigInt!] | ||||
| gasUsed | +gasUsed | BigInt | ||||
| gasUsed_not | +gasUsed_not | BigInt | ||||
| gasUsed_gt | +gasUsed_gt | BigInt | ||||
| gasUsed_lt | +gasUsed_lt | BigInt | ||||
| gasUsed_gte | +gasUsed_gte | BigInt | ||||
| gasUsed_lte | +gasUsed_lte | BigInt | ||||
| gasUsed_in | +gasUsed_in | [BigInt!] | ||||
| gasUsed_not_in | +gasUsed_not_in | [BigInt!] | ||||
| gasPrice | +gasPrice | BigInt | ||||
| gasPrice_not | +gasPrice_not | BigInt | ||||
| gasPrice_gt | +gasPrice_gt | BigInt | ||||
| gasPrice_lt | +gasPrice_lt | BigInt | ||||
| gasPrice_gte | +gasPrice_gte | BigInt | ||||
| gasPrice_lte | +gasPrice_lte | BigInt | ||||
| gasPrice_in | +gasPrice_in | [BigInt!] | ||||
| gasPrice_not_in | +gasPrice_not_in | [BigInt!] | ||||
| pool | +pool | String | ||||
| pool_not | +pool_not | String | ||||
| pool_gt | +pool_gt | String | ||||
| pool_lt | +pool_lt | String | ||||
| pool_gte | +pool_gte | String | ||||
| pool_lte | +pool_lte | String | ||||
| pool_in | +pool_in | [String!] | ||||
| pool_not_in | +pool_not_in | [String!] | ||||
| pool_contains | +pool_contains | String | ||||
| pool_contains_nocase | +pool_contains_nocase | String | ||||
| pool_not_contains | +pool_not_contains | String | ||||
| pool_not_contains_nocase | +pool_not_contains_nocase | String | ||||
| pool_starts_with | +pool_starts_with | String | ||||
| pool_starts_with_nocase | +pool_starts_with_nocase | String | ||||
| pool_not_starts_with | +pool_not_starts_with | String | ||||
| pool_not_starts_with_nocase | +pool_not_starts_with_nocase | String | ||||
| pool_ends_with | +pool_ends_with | String | ||||
| pool_ends_with_nocase | +pool_ends_with_nocase | String | ||||
| pool_not_ends_with | +pool_not_ends_with | String | ||||
| pool_not_ends_with_nocase | +pool_not_ends_with_nocase | String | ||||
| pool_ | +pool_ | Pool_filter | ||||
| recipient | +caller | String | ||||
| recipient_not | +caller_not | String | ||||
| recipient_gt | +caller_gt | String | ||||
| recipient_lt | +caller_lt | String | ||||
| recipient_gte | +caller_gte | String | ||||
| recipient_lte | +caller_lte | String | ||||
| recipient_in | +caller_in | [String!] | ||||
| recipient_not_in | +caller_not_in | [String!] | ||||
| recipient_contains | +caller_contains | String | ||||
| recipient_contains_nocase | +caller_contains_nocase | String | ||||
| recipient_not_contains | +caller_not_contains | String | ||||
| recipient_not_contains_nocase | +caller_not_contains_nocase | String | ||||
| recipient_starts_with | +caller_starts_with | String | ||||
| recipient_starts_with_nocase | +caller_starts_with_nocase | String | ||||
| recipient_not_starts_with | +caller_not_starts_with | String | ||||
| recipient_not_starts_with_nocase | +caller_not_starts_with_nocase | String | ||||
| recipient_ends_with | +caller_ends_with | String | ||||
| recipient_ends_with_nocase | +caller_ends_with_nocase | String | ||||
| recipient_not_ends_with | +caller_not_ends_with | String | ||||
| recipient_not_ends_with_nocase | +caller_not_ends_with_nocase | String | ||||
| recipient_ | +caller_ | Account_filter | ||||
| positionSize | +positionSize | BigInt | ||||
| positionSize_not | +positionSize_not | BigInt | ||||
| positionSize_gt | +positionSize_gt | BigInt | ||||
| positionSize_lt | +positionSize_lt | BigInt | ||||
| positionSize_gte | +positionSize_gte | BigInt | ||||
| positionSize_lte | +positionSize_lte | BigInt | ||||
| positionSize_in | +positionSize_in | [BigInt!] | ||||
| positionSize_not_in | +positionSize_not_in | [BigInt!] | ||||
| tokenId | +tokenId | String | ||||
| tokenId_not | +tokenId_not | String | ||||
| tokenId_gt | +tokenId_gt | String | ||||
| tokenId_lt | +tokenId_lt | String | ||||
| tokenId_gte | +tokenId_gte | String | ||||
| tokenId_lte | +tokenId_lte | String | ||||
| tokenId_in | +tokenId_in | [String!] | ||||
| tokenId_not_in | +tokenId_not_in | [String!] | ||||
| tokenId_contains | +tokenId_contains | String | ||||
| tokenId_contains_nocase | +tokenId_contains_nocase | String | ||||
| tokenId_not_contains | +tokenId_not_contains | String | ||||
| tokenId_not_contains_nocase | +tokenId_not_contains_nocase | String | ||||
| tokenId_starts_with | +tokenId_starts_with | String | ||||
| tokenId_starts_with_nocase | +tokenId_starts_with_nocase | String | ||||
| tokenId_not_starts_with | +tokenId_not_starts_with | String | ||||
| tokenId_not_starts_with_nocase | +tokenId_not_starts_with_nocase | String | ||||
| tokenId_ends_with | +tokenId_ends_with | String | ||||
| tokenId_ends_with_nocase | +tokenId_ends_with_nocase | String | ||||
| tokenId_not_ends_with | +tokenId_not_ends_with | String | ||||
| tokenId_not_ends_with_nocase | +tokenId_not_ends_with_nocase | String | ||||
| tokenId_ | +tokenId_ | TokenId_filter | ||||
| panopticVersion | +panopticVersion | BigDecimal | ||||
| panopticVersion_not | +panopticVersion_not | BigDecimal | ||||
| panopticVersion_gt | +panopticVersion_gt | BigDecimal | ||||
| panopticVersion_lt | +panopticVersion_lt | BigDecimal | ||||
| panopticVersion_gte | +panopticVersion_gte | BigDecimal | ||||
| panopticVersion_lte | +panopticVersion_lte | BigDecimal | ||||
| panopticVersion_in | +panopticVersion_in | [BigDecimal!] | ||||
| panopticVersion_not_in | +panopticVersion_not_in | [BigDecimal!] | ||||
| _change_block | +_change_block | BlockChangedFilter | @@ -33531,19 +42351,19 @@ Filter for the block changed event. | |||
| and | -[TokenizedPositionBurnt_filter] | +and | +[TokenizedPositionMinted_filter] | |||
| or | -[TokenizedPositionBurnt_filter] | +or | +[TokenizedPositionMinted_filter] | |||
| id | +id | ID | |||||
| id_not | +id_not | ID | |||||
| id_gt | +id_gt | ID | |||||
| id_lt | +id_lt | ID | |||||
| id_gte | +id_gte | ID | |||||
| id_lte | +id_lte | ID | |||||
| id_in | +id_in | [ID!] | |||||
| id_not_in | +id_not_in | [ID!] | |||||
| hash | +hash | String | |||||
| hash_not | +hash_not | String | |||||
| hash_gt | +hash_gt | String | |||||
| hash_lt | +hash_lt | String | |||||
| hash_gte | +hash_gte | String | |||||
| hash_lte | +hash_lte | String | |||||
| hash_in | +hash_in | [String!] | |||||
| hash_not_in | +hash_not_in | [String!] | |||||
| hash_contains | +hash_contains | String | |||||
| hash_contains_nocase | +hash_contains_nocase | String | |||||
| hash_not_contains | +hash_not_contains | String | |||||
| hash_not_contains_nocase | +hash_not_contains_nocase | String | |||||
| hash_starts_with | +hash_starts_with | String | |||||
| hash_starts_with_nocase | +hash_starts_with_nocase | String | |||||
| hash_not_starts_with | +hash_not_starts_with | String | |||||
| hash_not_starts_with_nocase | +hash_not_starts_with_nocase | String | |||||
| hash_ends_with | +hash_ends_with | String | |||||
| hash_ends_with_nocase | +hash_ends_with_nocase | String | |||||
| hash_not_ends_with | +hash_not_ends_with | String | |||||
| hash_not_ends_with_nocase | +hash_not_ends_with_nocase | String | |||||
| logIndex | +logIndex | BigInt | |||||
| logIndex_not | +logIndex_not | BigInt | |||||
| logIndex_gt | +logIndex_gt | BigInt | |||||
| logIndex_lt | +logIndex_lt | BigInt | |||||
| logIndex_gte | +logIndex_gte | BigInt | |||||
| logIndex_lte | +logIndex_lte | BigInt | |||||
| logIndex_in | +logIndex_in | [BigInt!] | |||||
| logIndex_not_in | +logIndex_not_in | [BigInt!] | |||||
| eventType | +eventType | EventType | |||||
| eventType_not | +eventType_not | EventType | |||||
| eventType_in | +eventType_in | [EventType!] | |||||
| eventType_not_in | +eventType_not_in | [EventType!] | |||||
| from | +from | String | |||||
| from_not | +from_not | String | |||||
| from_gt | +from_gt | String | |||||
| from_lt | +from_lt | String | |||||
| from_gte | +from_gte | String | |||||
| from_lte | +from_lte | String | |||||
| from_in | +from_in | [String!] | |||||
| from_not_in | +from_not_in | [String!] | |||||
| from_contains | +from_contains | String | |||||
| from_contains_nocase | +from_contains_nocase | String | |||||
| from_not_contains | +from_not_contains | String | |||||
| from_not_contains_nocase | +from_not_contains_nocase | String | |||||
| from_starts_with | +from_starts_with | String | |||||
| from_starts_with_nocase | +from_starts_with_nocase | String | |||||
| from_not_starts_with | +from_not_starts_with | String | |||||
| from_not_starts_with_nocase | +from_not_starts_with_nocase | String | |||||
| from_ends_with | +from_ends_with | String | |||||
| from_ends_with_nocase | +from_ends_with_nocase | String | |||||
| from_not_ends_with | +from_not_ends_with | String | |||||
| from_not_ends_with_nocase | +from_not_ends_with_nocase | String | |||||
| to | +to | String | |||||
| to_not | +to_not | String | |||||
| to_gt | +to_gt | String | |||||
| to_lt | +to_lt | String | |||||
| to_gte | +to_gte | String | |||||
| to_lte | +to_lte | String | |||||
| to_in | +to_in | [String!] | |||||
| to_not_in | +to_not_in | [String!] | |||||
| to_contains | +to_contains | String | |||||
| to_contains_nocase | +to_contains_nocase | String | |||||
| to_not_contains | +to_not_contains | String | |||||
| to_not_contains_nocase | +to_not_contains_nocase | String | |||||
| to_starts_with | +to_starts_with | String | |||||
| to_starts_with_nocase | +to_starts_with_nocase | String | |||||
| to_not_starts_with | +to_not_starts_with | String | |||||
| to_not_starts_with_nocase | +to_not_starts_with_nocase | String | |||||
| to_ends_with | +to_ends_with | String | |||||
| to_ends_with_nocase | +to_ends_with_nocase | String | |||||
| to_not_ends_with | +to_not_ends_with | String | |||||
| to_not_ends_with_nocase | +to_not_ends_with_nocase | String | |||||
| blockNumber | +blockNumber | BigInt | |||||
| blockNumber_not | +blockNumber_not | BigInt | |||||
| blockNumber_gt | +blockNumber_gt | BigInt | |||||
| blockNumber_lt | +blockNumber_lt | BigInt | |||||
| blockNumber_gte | +blockNumber_gte | BigInt | |||||
| blockNumber_lte | +blockNumber_lte | BigInt | |||||
| blockNumber_in | +blockNumber_in | [BigInt!] | |||||
| blockNumber_not_in | +blockNumber_not_in | [BigInt!] | |||||
| timestamp | +timestamp | BigInt | |||||
| timestamp_not | +timestamp_not | BigInt | |||||
| timestamp_gt | +timestamp_gt | BigInt | |||||
| timestamp_lt | +timestamp_lt | BigInt | |||||
| timestamp_gte | +timestamp_gte | BigInt | |||||
| timestamp_lte | +timestamp_lte | BigInt | |||||
| timestamp_in | +timestamp_in | [BigInt!] | |||||
| timestamp_not_in | +timestamp_not_in | [BigInt!] | |||||
| gasUsed | +gasUsed | BigInt | |||||
| gasUsed_not | +gasUsed_not | BigInt | |||||
| gasUsed_gt | +gasUsed_gt | BigInt | |||||
| gasUsed_lt | +gasUsed_lt | BigInt | |||||
| gasUsed_gte | +gasUsed_gte | BigInt | |||||
| gasUsed_lte | +gasUsed_lte | BigInt | |||||
| gasUsed_in | +gasUsed_in | [BigInt!] | |||||
| gasUsed_not_in | +gasUsed_not_in | [BigInt!] | |||||
| gasPrice | +gasPrice | +BigInt | ++ | ||||
| gasPrice_not | +BigInt | ++ | |||||
| gasPrice_gt | +BigInt | ++ | |||||
| gasPrice_lt | +BigInt | ++ | |||||
| gasPrice_gte | +BigInt | ++ | |||||
| gasPrice_lte | BigInt | ||||||
| gasPrice_not | -BigInt | +gasPrice_in | +[BigInt!] | ++ | |||
| gasPrice_not_in | +[BigInt!] | ++ | |||||
| pool | +String | ++ | |||||
| pool_not | +String | ++ | |||||
| pool_gt | +String | ++ | |||||
| pool_lt | +String | ++ | |||||
| pool_gte | +String | ++ | |||||
| pool_lte | +String | ++ | |||||
| pool_in | +[String!] | ++ | |||||
| pool_not_in | +[String!] | ++ | |||||
| pool_contains | +String | ++ | |||||
| pool_contains_nocase | +String | ++ | |||||
| pool_not_contains | +String | ++ | |||||
| pool_not_contains_nocase | +String | ++ | |||||
| pool_starts_with | +String | ++ | |||||
| pool_starts_with_nocase | +String | ++ | |||||
| pool_not_starts_with | +String | ||||||
| gasPrice_gt | -BigInt | +pool_not_starts_with_nocase | +String | ||||
| gasPrice_lt | -BigInt | +pool_ends_with | +String | ||||
| gasPrice_gte | -BigInt | +pool_ends_with_nocase | +String | ||||
| gasPrice_lte | -BigInt | +pool_not_ends_with | +String | ||||
| gasPrice_in | -[BigInt!] | +pool_not_ends_with_nocase | +String | ||||
| gasPrice_not_in | -[BigInt!] | +pool_ | +Pool_filter | ||||
| pool | +riskEngine | String | |||||
| pool_not | +riskEngine_not | String | |||||
| pool_gt | +riskEngine_gt | String | |||||
| pool_lt | +riskEngine_lt | String | |||||
| pool_gte | +riskEngine_gte | String | |||||
| pool_lte | +riskEngine_lte | String | |||||
| pool_in | +riskEngine_in | [String!] | |||||
| pool_not_in | +riskEngine_not_in | [String!] | |||||
| pool_contains | +riskEngine_contains | String | |||||
| pool_contains_nocase | +riskEngine_contains_nocase | String | |||||
| pool_not_contains | +riskEngine_not_contains | String | |||||
| pool_not_contains_nocase | +riskEngine_not_contains_nocase | String | |||||
| pool_starts_with | +riskEngine_starts_with | String | |||||
| pool_starts_with_nocase | +riskEngine_starts_with_nocase | String | |||||
| pool_not_starts_with | +riskEngine_not_starts_with | String | |||||
| pool_not_starts_with_nocase | +riskEngine_not_starts_with_nocase | String | |||||
| pool_ends_with | +riskEngine_ends_with | String | |||||
| pool_ends_with_nocase | +riskEngine_ends_with_nocase | String | |||||
| pool_not_ends_with | +riskEngine_not_ends_with | String | |||||
| pool_not_ends_with_nocase | +riskEngine_not_ends_with_nocase | String | |||||
| pool_ | -Pool_filter | -- | |||||
| caller | -String | +riskEngine_ | +RiskEngine_filter | ||||
| caller_not | -String | +token | +Bytes | ||||
| caller_gt | -String | +token_not | +Bytes | ||||
| caller_lt | -String | +token_gt | +Bytes | ||||
| caller_gte | -String | +token_lt | +Bytes | ||||
| caller_lte | -String | +token_gte | +Bytes | ||||
| caller_in | -[String!] | +token_lte | +Bytes | ||||
| caller_not_in | -[String!] | +token_in | +[Bytes!] | ||||
| caller_contains | -String | +token_not_in | +[Bytes!] | ||||
| caller_contains_nocase | -String | +token_contains | +Bytes | ||||
| caller_not_contains | -String | +token_not_contains | +Bytes | ||||
| caller_not_contains_nocase | -String | +recipient | +Bytes | ||||
| caller_starts_with | -String | +recipient_not | +Bytes | ||||
| caller_starts_with_nocase | -String | +recipient_gt | +Bytes | ||||
| caller_not_starts_with | -String | +recipient_lt | +Bytes | ||||
| caller_not_starts_with_nocase | -String | +recipient_gte | +Bytes | ||||
| caller_ends_with | -String | +recipient_lte | +Bytes | ||||
| caller_ends_with_nocase | -String | +recipient_in | +[Bytes!] | ||||
| caller_not_ends_with | -String | +recipient_not_in | +[Bytes!] | ||||
| caller_not_ends_with_nocase | -String | +recipient_contains | +Bytes | ||||
| caller_ | -Account_filter | +recipient_not_contains | +Bytes | ||||
| positionSize | +amount | BigInt | |||||
| positionSize_not | +amount_not | BigInt | |||||
| positionSize_gt | +amount_gt | BigInt | |||||
| positionSize_lt | +amount_lt | BigInt | |||||
| positionSize_gte | +amount_gte | BigInt | |||||
| positionSize_lte | +amount_lte | BigInt | |||||
| positionSize_in | +amount_in | [BigInt!] | |||||
| positionSize_not_in | +amount_not_in | [BigInt!] | |||||
| tokenId | -String | -+ | _change_block | +BlockChangedFilter | ++ +Filter for the block changed event. + + | ||
| tokenId_not | -String | +and | +[TokensCollected_filter] | ||||
| tokenId_gt | -String | +or | +[TokensCollected_filter] | ||||
| tokenId_lt | -String | -+ | Value | +Description | |
|---|---|---|---|---|---|
| tokenId_gte | -String | +id | |||
| tokenId_lte | -String | +owner | |||
| tokenId_in | -[String!] | +owner__id | |||
| tokenId_not_in | -[String!] | +sender | |||
| tokenId_contains | -String | +sender__id | |||
| tokenId_contains_nocase | -String | +tokenId | |||
| tokenId_not_contains | -String | +tokenId__id | |||
| tokenId_not_contains_nocase | -String | +tokenId__idHexString | |||
| tokenId_starts_with | -String | +tokenId__tokenCount | |||
| tokenId_starts_with_nocase | -String | +legLiquidities | |||
| tokenId_not_starts_with | -String | +tokenCount | |||
| tokenId_not_starts_with_nocase | -String | +positionSize | |||
| tokenId_ends_with | -String | +panopticPoolAccount | |||
| tokenId_ends_with_nocase | -String | +panopticPoolAccount__id | |||
| tokenId_not_ends_with | -String | +panopticPoolAccount__collateral0Shares | |||
| tokenId_not_ends_with_nocase | -String | +panopticPoolAccount__collateral1Shares | |||
| tokenId_ | -TokenId_filter | +panopticPoolAccount__isLiquidated | |||
| panopticVersion | -BigDecimal | +panopticPoolAccount__commissions0 | |||
| panopticVersion_not | -BigDecimal | +panopticPoolAccount__commissions0Usd | |||
| panopticVersion_gt | -BigDecimal | +panopticPoolAccount__commissions1 | |||
| panopticVersion_lt | -BigDecimal | +panopticPoolAccount__commissions1Usd | |||
| panopticVersion_gte | -BigDecimal | +premiaSettled0Total | |||
| panopticVersion_lte | -BigDecimal | +premiaSettled0InEthTotal | |||
| panopticVersion_in | -[BigDecimal!] | +premiaSettled0InUsdTotal | |||
| panopticVersion_not_in | -[BigDecimal!] | +premiaSettled1Total | |||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +premiaSettled1InEthTotal | +||
| and | -[TokenizedPositionMinted_filter] | +premiaSettled1InUsdTotal | |||
| or | -[TokenizedPositionMinted_filter] | +underlyingPool | |||
| Field | -Type | -Description | +underlyingPool__id | +||
|---|---|---|---|---|---|
| id | -ID | +underlyingPool__isV4Pool | |||
| id_not | -ID | +underlyingPool__hooks | |||
| id_gt | -ID | +underlyingPool__poolId | |||
| id_lt | -ID | +underlyingPool__feeTier | |||
| id_gte | -ID | +underlyingPool__tickSpacing | |||
| id_lte | -ID | +underlyingPool__txCount | |||
| id_in | -[ID!] | +underlyingPool__liquidity | |||
| id_not_in | -[ID!] | +underlyingPool__sqrtPrice | |||
| hash | -String | +underlyingPool__tick | |||
| hash_not | -String | +underlyingPool__tickLastUpdateTimestamp | |||
| hash_gt | -String | +underlyingPool__tickLastUpdateBlockNumber | |||
| hash_lt | -String | +underlyingPool__token0Price | |||
| hash_gte | -String | +underlyingPool__token1Price | |||
| hash_lte | -String | +underlyingPool__totalValueLockedToken0 | |||
| hash_in | -[String!] | +underlyingPool__totalValueLockedToken1 | |||
| hash_not_in | -[String!] | +underlyingPool__totalValueLockedETH | |||
| hash_contains | -String | +underlyingPool__totalValueLockedUSD | |||
| hash_contains_nocase | -String | +underlyingPool__minEnforcedTick | |||
| hash_not_contains | -String | +underlyingPool__maxEnforcedTick | |||
| hash_not_contains_nocase | -String | +txnOpened | |||
| hash_starts_with | -String | +txnOpened__id | |||
| hash_starts_with_nocase | -String | +txnOpened__hash | |||
| hash_not_starts_with | -String | +txnOpened__logIndex | |||
| hash_not_starts_with_nocase | -String | +txnOpened__from | |||
| hash_ends_with | -String | +txnOpened__to | |||
| hash_ends_with_nocase | -String | +txnOpened__blockNumber | |||
| hash_not_ends_with | -String | +txnOpened__timestamp | |||
| hash_not_ends_with_nocase | -String | +txnOpened__gasUsed | |||
| logIndex | -BigInt | +txnOpened__gasPrice | |||
| logIndex_not | -BigInt | +txnOpened__eventType | |||
| logIndex_gt | -BigInt | +txnClosed | |||
| logIndex_lt | -BigInt | +txnClosed__id | |||
| logIndex_gte | -BigInt | +txnClosed__hash | |||
| logIndex_lte | -BigInt | +txnClosed__logIndex | |||
| logIndex_in | -[BigInt!] | +txnClosed__from | |||
| logIndex_not_in | -[BigInt!] | +txnClosed__to | |||
| eventType | -EventType | +txnClosed__blockNumber | |||
| eventType_not | -EventType | +txnClosed__timestamp | |||
| eventType_in | -[EventType!] | +txnClosed__gasUsed | |||
| eventType_not_in | -[EventType!] | +txnClosed__gasPrice | |||
| from | -String | +txnClosed__eventType | |||
| from_not | -String | +isOpen | |||
| from_gt | -String | +createdTimestamp | |||
| from_lt | -String | +createdBlockNumber | |||
| from_gte | -String | +closedTimestamp | |||
| Value | +Description | +|||
|---|---|---|---|---|
| from_lte | -String | +id | ||
| from_in | -[String!] | +hash | ||
| from_not_in | -[String!] | +logIndex | ||
| from_contains | -String | +eventType | ||
| from_contains_nocase | -String | +from | ||
| from_not_contains | -String | +to | ||
| from_not_contains_nocase | -String | +blockNumber | ||
| from_starts_with | -String | +timestamp | ||
| from_starts_with_nocase | -String | +gasUsed | ||
| from_not_starts_with | -String | +gasPrice | ||
| from_not_starts_with_nocase | -String | +pool | ||
| from_ends_with | -String | +pool__id | ||
| from_ends_with_nocase | -String | +pool__isV4Pool | ||
| from_not_ends_with | -String | +pool__hooks | ||
| from_not_ends_with_nocase | -String | +pool__poolId | ||
| to | -String | +pool__feeTier | ||
| to_not | -String | +pool__tickSpacing | ||
| to_gt | -String | +pool__txCount | ||
| to_lt | -String | +pool__liquidity | ||
| to_gte | -String | +pool__sqrtPrice | ||
| to_lte | -String | +pool__tick | ||
| to_in | -[String!] | +pool__tickLastUpdateTimestamp | ||
| to_not_in | -[String!] | +pool__tickLastUpdateBlockNumber | ||
| to_contains | -String | +pool__token0Price | ||
| to_contains_nocase | -String | +pool__token1Price | ||
| to_not_contains | -String | +pool__totalValueLockedToken0 | ||
| to_not_contains_nocase | -String | +pool__totalValueLockedToken1 | ||
| to_starts_with | -String | +pool__totalValueLockedETH | ||
| to_starts_with_nocase | -String | +pool__totalValueLockedUSD | ||
| to_not_starts_with | -String | +pool__minEnforcedTick | ||
| to_not_starts_with_nocase | -String | +pool__maxEnforcedTick | ||
| to_ends_with | -String | +liquidator | ||
| to_ends_with_nocase | -String | +liquidator__id | ||
| to_not_ends_with | -String | +liquidatee | ||
| to_not_ends_with_nocase | -String | +liquidatee__id | ||
| blockNumber | -BigInt | +bonusAmounts | ||
| blockNumber_not | -BigInt | +liquidationBonus0 | ||
| blockNumber_gt | -BigInt | +liquidationBonus1 | ||
| blockNumber_lt | -BigInt | +liquidationBonusUSD | ||
| blockNumber_gte | -BigInt | +tickAt | ||
| blockNumber_lte | -BigInt | +panopticPool | ||
| blockNumber_in | -[BigInt!] | +panopticPool__id | ||
| blockNumber_not_in | -[BigInt!] | +panopticPool__txCount | ||
| timestamp | -BigInt | +panopticPool__feeTier | ||
| timestamp_not | -BigInt | +panopticPool__panopticVersion | ||
| timestamp_gt | -BigInt | +panopticPool__oracleContract | ||
| timestamp_lt | -BigInt | +panopticPool__mintVolume0 | ||
| timestamp_gte | -BigInt | +panopticPool__mintVolume0USD | ||
| timestamp_lte | -BigInt | +panopticPool__burnVolume0 | ||
| timestamp_in | -[BigInt!] | +panopticPool__burnVolume0USD | ||
| timestamp_not_in | -[BigInt!] | +panopticPool__totalVolume0 | ||
| gasUsed | -BigInt | +panopticPool__totalVolume0USD | ||
| gasUsed_not | -BigInt | +panopticPool__mintVolume1 | ||
| gasUsed_gt | -BigInt | +panopticPool__mintVolume1USD | ||
| gasUsed_lt | -BigInt | +panopticPool__burnVolume1 | ||
| gasUsed_gte | -BigInt | +panopticPool__burnVolume1USD | ||
| gasUsed_lte | -BigInt | +panopticPool__totalVolume1 | ||
| gasUsed_in | -[BigInt!] | +panopticPool__totalVolume1USD | ||
| gasUsed_not_in | -[BigInt!] | +panopticPool__totalVolumeUSD | ||
| gasPrice | -BigInt | +panopticPool__commissions0 | ||
| gasPrice_not | -BigInt | +panopticPool__commissions0USD | ||
| gasPrice_gt | -BigInt | +panopticPool__commissions1 | ||
| gasPrice_lt | -BigInt | +panopticPool__commissions1USD | ||
| gasPrice_gte | -BigInt | +panopticPool__commissionsUSD | ||
| gasPrice_lte | -BigInt | +panopticPool__createdTimestamp | ||
| gasPrice_in | -[BigInt!] | +panopticPool__createdBlockNumber | ||
| gasPrice_not_in | -[BigInt!] | +optionBurns | ||
| pool | -String | +panopticVersion | ||
| pool_not | -String | +Value | +Description | +|
|---|---|---|---|---|
| id | ||||
| pool_gt | -String | +accountBalances | ||
| pool_lt | -String | +panopticPoolAccount | ||
| pool_gte | -String | -+ | Value | +Description | |
|---|---|---|---|---|---|
| pool_lte | -String | +hour | |||
| pool_in | -[String!] | +day | |||
| pool_not_in | -[String!] | -+ | Value | +Description | |
|---|---|---|---|---|---|
| pool_contains | -String | +id | |||
| pool_contains_nocase | -String | +hash | |||
| pool_not_contains | -String | +logIndex | |||
| pool_not_contains_nocase | -String | +from | |||
| pool_starts_with | -String | +to | |||
| pool_starts_with_nocase | -String | +blockNumber | |||
| pool_not_starts_with | -String | +timestamp | |||
| pool_not_starts_with_nocase | -String | +gasUsed | |||
| pool_ends_with | -String | +gasPrice | |||
| pool_ends_with_nocase | -String | +eventType | |||
| pool_not_ends_with | -String | -+ | Value | +Description | |
|---|---|---|---|---|---|
| pool_not_ends_with_nocase | -String | +id | |||
| pool_ | -Pool_filter | +hash | |||
| recipient | -String | +logIndex | |||
| recipient_not | -String | +eventType | |||
| recipient_gt | -String | +from | |||
| recipient_lt | -String | +to | |||
| recipient_gte | -String | +blockNumber | |||
| recipient_lte | -String | +timestamp | |||
| recipient_in | -[String!] | +gasUsed | |||
| recipient_not_in | -[String!] | +gasPrice | |||
| recipient_contains | -String | +pool | |||
| recipient_contains_nocase | -String | +pool__id | |||
| recipient_not_contains | -String | +pool__isV4Pool | |||
| recipient_not_contains_nocase | -String | +pool__hooks | |||
| recipient_starts_with | -String | +pool__poolId | |||
| recipient_starts_with_nocase | -String | +pool__feeTier | |||
| recipient_not_starts_with | -String | +pool__tickSpacing | |||
| recipient_not_starts_with_nocase | -String | +pool__txCount | |||
| recipient_ends_with | -String | +pool__liquidity | |||
| recipient_ends_with_nocase | -String | +pool__sqrtPrice | |||
| recipient_not_ends_with | -String | +pool__tick | |||
| recipient_not_ends_with_nocase | -String | +pool__tickLastUpdateTimestamp | |||
| recipient_ | -Account_filter | +pool__tickLastUpdateBlockNumber | |||
| oldTokenId | -String | +pool__token0Price | |||
| oldTokenId_not | -String | +pool__token1Price | |||
| oldTokenId_gt | -String | +pool__totalValueLockedToken0 | |||
| oldTokenId_lt | -String | +pool__totalValueLockedToken1 | |||
| oldTokenId_gte | -String | +pool__totalValueLockedETH | |||
| oldTokenId_lte | -String | +pool__totalValueLockedUSD | |||
| oldTokenId_in | -[String!] | +pool__minEnforcedTick | |||
| oldTokenId_not_in | -[String!] | +pool__maxEnforcedTick | |||
| oldTokenId_contains | -String | +riskEngine | |||
| oldTokenId_contains_nocase | -String | +riskEngine__id | |||
| oldTokenId_not_contains | -String | +collateralToken | |||
| oldTokenId_not_contains_nocase | -String | +avgBorrowRate | |||
| oldTokenId_starts_with | -String | +rateAtTarget | |||
| oldTokenId_starts_with_nocase | -String | -+ | Value | +Description | |
|---|---|---|---|---|---|
| oldTokenId_not_starts_with | -String | +id | |||
| oldTokenId_not_starts_with_nocase | -String | +hash | |||
| oldTokenId_ends_with | -String | +logIndex | |||
| oldTokenId_ends_with_nocase | -String | +eventType | |||
| oldTokenId_not_ends_with | -String | +from | |||
| oldTokenId_not_ends_with_nocase | -String | +to | |||
| oldTokenId_ | -TokenId_filter | +blockNumber | |||
| newTokenId | -String | +timestamp | |||
| newTokenId_not | -String | +gasUsed | |||
| newTokenId_gt | -String | +gasPrice | |||
| newTokenId_lt | -String | +pool | |||
| newTokenId_gte | -String | +pool__id | |||
| newTokenId_lte | -String | +pool__isV4Pool | |||
| newTokenId_in | -[String!] | +pool__hooks | |||
| newTokenId_not_in | -[String!] | +pool__poolId | |||
| newTokenId_contains | -String | +pool__feeTier | |||
| newTokenId_contains_nocase | -String | +pool__tickSpacing | |||
| newTokenId_not_contains | -String | +pool__txCount | |||
| newTokenId_not_contains_nocase | -String | +pool__liquidity | |||
| newTokenId_starts_with | -String | +pool__sqrtPrice | |||
| newTokenId_starts_with_nocase | -String | +pool__tick | |||
| newTokenId_not_starts_with | -String | +pool__tickLastUpdateTimestamp | |||
| newTokenId_not_starts_with_nocase | -String | +pool__tickLastUpdateBlockNumber | |||
| newTokenId_ends_with | -String | +pool__token0Price | |||
| newTokenId_ends_with_nocase | -String | +pool__token1Price | |||
| newTokenId_not_ends_with | -String | +pool__totalValueLockedToken0 | |||
| newTokenId_not_ends_with_nocase | -String | +pool__totalValueLockedToken1 | |||
| newTokenId_ | -TokenId_filter | +pool__totalValueLockedETH | |||
| positionSize | -BigInt | +pool__totalValueLockedUSD | |||
| positionSize_not | -BigInt | +pool__minEnforcedTick | |||
| positionSize_gt | -BigInt | +pool__maxEnforcedTick | |||
| positionSize_lt | -BigInt | +builderFactory | |||
| positionSize_gte | -BigInt | +builderFactory__id | |||
| positionSize_lte | -BigInt | +builderFactory__builderCount | |||
| positionSize_in | -[BigInt!] | +builderFactory__createdTimestamp | |||
| positionSize_not_in | -[BigInt!] | +builderFactory__createdBlockNumber | |||
| _change_block | -BlockChangedFilter | -- -Filter for the block changed event. - - | +builderCode | +||
| and | -[TokenizedPositionRolled_filter] | +wallet | |||
| or | -[TokenizedPositionRolled_filter] | +builderAdmin | |||
| owner | +riskEngine | |
| owner__id | +riskEngine__id | |
| sender | +builderWallets | |
| sender__id | +builderCount | |
| tokenId | +createdTimestamp | |
| tokenId__id | +createdBlockNumber |
| tokenId__idHexString | -+ | Value | +Description |
|---|---|---|---|
| tokenId__tokenCount | +id | ||
| legLiquidities | +builderCode | ||
| tokenCount | +builderAdmin | ||
| positionSize | +factory | ||
| panopticPoolAccount | +factory__id | ||
| panopticPoolAccount__id | +factory__builderCount | ||
| panopticPoolAccount__collateral0Shares | +factory__createdTimestamp | ||
| panopticPoolAccount__collateral0Assets | +factory__createdBlockNumber | ||
| panopticPoolAccount__collateral1Shares | +createdTimestamp | ||
| panopticPoolAccount__collateral1Assets | +createdBlockNumber |
| panopticPoolAccount__isLiquidated | -+ | Value | +Description |
|---|---|---|---|
| panopticPoolAccount__commissions0 | +id | ||
| panopticPoolAccount__commissions0Usd | +ethPriceUSD |
| panopticPoolAccount__commissions1 | -+ | Value | +Description |
|---|---|---|---|
| panopticPoolAccount__commissions1Usd | +id | ||
| premiaSettled0Total | +hash | ||
| premiaSettled0InEthTotal | +logIndex | ||
| premiaSettled0InUsdTotal | +eventType | ||
| premiaSettled1Total | +from | ||
| premiaSettled1InEthTotal | +to | ||
| premiaSettled1InUsdTotal | +blockNumber | ||
| underlyingPool | +timestamp | ||
| underlyingPool__id | +gasUsed | ||
| underlyingPool__isV4Pool | +gasPrice | ||
| underlyingPool__hooks | +pool | ||
| underlyingPool__poolId | +pool__id | ||
| underlyingPool__feeTier | +pool__isV4Pool | ||
| underlyingPool__tickSpacing | +pool__hooks | ||
| underlyingPool__txCount | +pool__poolId | ||
| underlyingPool__liquidity | +pool__feeTier | ||
| underlyingPool__sqrtPrice | +pool__tickSpacing | ||
| underlyingPool__tick | +pool__txCount | ||
| underlyingPool__tickLastUpdateTimestamp | +pool__liquidity | ||
| underlyingPool__tickLastUpdateBlockNumber | +pool__sqrtPrice | ||
| underlyingPool__token0Price | +pool__tick | ||
| underlyingPool__token1Price | +pool__tickLastUpdateTimestamp | ||
| underlyingPool__totalValueLockedToken0 | +pool__tickLastUpdateBlockNumber | ||
| underlyingPool__totalValueLockedToken1 | +pool__token0Price | ||
| underlyingPool__totalValueLockedETH | +pool__token1Price | ||
| underlyingPool__totalValueLockedUSD | +pool__totalValueLockedToken0 | ||
| underlyingPool__minEnforcedTick | +pool__totalValueLockedToken1 | ||
| underlyingPool__maxEnforcedTick | +pool__totalValueLockedETH | ||
| txnOpened | +pool__totalValueLockedUSD | ||
| txnOpened__id | +pool__minEnforcedTick | ||
| txnOpened__hash | +pool__maxEnforcedTick | ||
| txnOpened__logIndex | +owner | ||
| txnOpened__from | +owner__id | ||
| txnOpened__to | +tickLower | ||
| txnOpened__blockNumber | +tickUpper | ||
| txnOpened__timestamp | +amount | ||
| txnOpened__gasUsed | +amount0 | ||
| txnOpened__gasPrice | +amount1 | ||
| txnOpened__eventType | +token0 | ||
| txnClosed | +token0__id | ||
| txnClosed__id | +token0__decimals | ||
| txnClosed__hash | +token0__name | ||
| txnClosed__logIndex | +token0__symbol | ||
| txnClosed__from | +token0__totalSupply | ||
| txnClosed__to | +token0__txCount | ||
| txnClosed__blockNumber | +token0__derivedETH | ||
| txnClosed__timestamp | +token1 | ||
| txnClosed__gasUsed | +token1__id | ||
| txnClosed__gasPrice | +token1__decimals | ||
| txnClosed__eventType | +token1__name | ||
| isOpen | +token1__symbol | ||
| createdTimestamp | +token1__totalSupply | ||
| createdBlockNumber | +token1__txCount | ||
| closedTimestamp | +token1__derivedETH |
| hash | +owner | |
| logIndex | +owner__id | |
| eventType | +manager | |
| from | +manager__id | |
| to | +tickLower | |
| blockNumber | +tickUpper | |
| timestamp | +strike | |
| gasUsed | +width | |
| gasPrice | +tokenType | |
| liquidator | -- | |
| liquidator__id | -- | |
| liquidatee | -- | |
| liquidatee__id | -- | |
| bonusAmounts | -- | |
| liquidationBonus0 | -- | |
| liquidationBonus1 | -- | |
| liquidationBonusUSD | -- | |
| tickAt | -- | |
| panopticPool | ||
| panopticPool__protocolLoss0 | +panopticPool__createdTimestamp | |
| panopticPool__protocolLoss0USD | +panopticPool__createdBlockNumber | |
| panopticPool__protocolLoss1 | +netLiquidity | |
| panopticPool__protocolLoss1USD | +shortLiquidity | |
| panopticPool__protocolLossUSD | +longLiquidity | |
| panopticPool__createdTimestamp | +shortCounts | |
| panopticPool__createdBlockNumber | +longCounts | |
| optionBurns | +totalLiquidity | |
| panopticVersion | +legs |
| accountBalances | +collateral | |
| panopticPoolAccount | +collateral__id |
| Value | -Description | +collateral__panopticVersion | +|
|---|---|---|---|
| hour | +collateral__totalShares | ||
| day | +collateral__totalDonations |
| Value | -Description | +collateral__totalPLPCommissions | +|
|---|---|---|---|
| id | +collateral__totalProtocolCommissions | ||
| ethPriceUSD | +collateral__commissionPaidBuilder | ++ | |
| collateral__totalInsolvencyPenalties | ++ | ||
| collateral__totalProtocolLossRealized | ++ | ||
| collateral__totalProtocolLossRealizedUSD | ++ | ||
| collateral__poolUtilization | ++ | ||
| collateral__index | ++ | ||
| date | ++ | ||
| totalShares |
| owner | +sender | |
| owner__id | +sender__id | |
| tickLower | +owner | |
| tickUpper | +owner__id | |
| amount | +assets | |
| amount0 | +shares | |
| amount1 | +collateral | |
| token0 | +collateral__id | |
| token0__id | +collateral__panopticVersion | |
| token0__decimals | +collateral__totalShares | |
| token0__name | +collateral__totalDonations | |
| token0__symbol | +collateral__totalPLPCommissions | |
| token0__totalSupply | +collateral__totalProtocolCommissions | |
| token0__txCount | +collateral__commissionPaidBuilder | |
| token0__derivedETH | +collateral__totalInsolvencyPenalties | |
| token1 | +collateral__totalProtocolLossRealized | |
| token1__id | +collateral__totalProtocolLossRealizedUSD | |
| token1__decimals | +collateral__poolUtilization | |
| token1__name | +collateral__index | |
| token1__symbol | +tickAtDeposit | |
| token1__totalSupply | +tokenDerivedEthAtDeposit | |
| token1__txCount | +ethPriceUSDAtDeposit | |
| token1__derivedETH | +panopticVersion |
| owner | +hash | |
| owner__id | +logIndex | |
| manager | +eventType | |
| manager__id | +from | |
| tickLower | +to | |
| tickUpper | +blockNumber | |
| strike | +timestamp | |
| width | +gasUsed | |
| tokenType | +gasPrice | |
| panopticPool | -- | |
| panopticPool__id | -- | |
| panopticPool__txCount | -- | |
| panopticPool__feeTier | -- | |
| panopticPool__panopticVersion | -- | |
| panopticPool__oracleContract | -- | |
| panopticPool__mintVolume0 | -- | |
| panopticPool__mintVolume0USD | -- | |
| panopticPool__burnVolume0 | -- | |
| panopticPool__burnVolume0USD | -- | |
| panopticPool__totalVolume0 | -- | |
| panopticPool__totalVolume0USD | -- | |
| panopticPool__mintVolume1 | -- | |
| panopticPool__mintVolume1USD | -- | |
| panopticPool__burnVolume1 | -- | |
| panopticPool__burnVolume1USD | -- | |
| panopticPool__totalVolume1 | -- | |
| panopticPool__totalVolume1USD | -- | |
| panopticPool__totalVolumeUSD | -- | |
| panopticPool__commissions0 | -- | |
| panopticPool__commissions0USD | -- | |
| panopticPool__commissions1 | -- | |
| panopticPool__commissions1USD | -- | |
| panopticPool__commissionsUSD | -- | |
| panopticPool__protocolLoss0 | -- | |
| panopticPool__protocolLoss0USD | -- | |
| panopticPool__protocolLoss1 | -- | |
| panopticPool__protocolLoss1USD | +sender | |
| panopticPool__protocolLossUSD | +sender__id | |
| panopticPool__createdTimestamp | +receiver | |
| panopticPool__createdBlockNumber | +receiver__id | |
| netLiquidity | +owner | |
| shortLiquidity | +owner__id | |
| longLiquidity | +assets | |
| shortCounts | +shares | |
| longCounts | +collateral | |
| totalLiquidity | +collateral__id | |
| legs | +collateral__panopticVersion |
| Value | -Description | -|
|---|---|---|
| id | +collateral__totalShares | |
| collateral | +collateral__totalDonations | |
| collateral__id | +collateral__totalPLPCommissions | |
| collateral__panopticVersion | +collateral__totalProtocolCommissions | |
| collateral__totalShares | +collateral__commissionPaidBuilder | |
| collateral__totalAssets | +collateral__totalInsolvencyPenalties | |
| collateral__poolAssets | +collateral__totalProtocolLossRealized | |
| collateral__inAMM | +collateral__totalProtocolLossRealizedUSD | |
| date | +tickAtWithdraw | |
| totalShares | +tokenDerivedEthAtWithdraw | |
| totalAssets | +ethPriceUSDAtWithdraw | |
| sharePrice | +panopticVersion |
| hash | -- | |
| logIndex | -- | |
| eventType | -- | |
| from | +panopticVersion | |
| to | +token | |
| blockNumber | +token__id | |
| timestamp | +token__decimals | |
| gasUsed | +token__name | |
| gasPrice | +token__symbol | |
| pool | +token__totalSupply | |
| pool__id | +token__txCount | |
| pool__isV4Pool | +token__derivedETH | |
| pool__hooks | +totalShares | |
| pool__poolId | +totalDonations | |
| pool__feeTier | +totalPLPCommissions | |
| pool__tickSpacing | +totalProtocolCommissions | |
| pool__txCount | +commissionPaidBuilder | |
| pool__liquidity | +totalInsolvencyPenalties | |
| pool__sqrtPrice | +totalProtocolLossRealized | |
| pool__tick | +totalProtocolLossRealizedUSD | |
| pool__tickLastUpdateTimestamp | +poolUtilization | |
| pool__tickLastUpdateBlockNumber | +panopticPool | |
| pool__token0Price | +panopticPool__id | |
| pool__token1Price | +panopticPool__txCount | |
| pool__totalValueLockedToken0 | +panopticPool__feeTier | |
| pool__totalValueLockedToken1 | +panopticPool__panopticVersion | |
| pool__totalValueLockedETH | +panopticPool__oracleContract | |
| pool__totalValueLockedUSD | +panopticPool__mintVolume0 | |
| pool__minEnforcedTick | +panopticPool__mintVolume0USD | |
| pool__maxEnforcedTick | +panopticPool__burnVolume0 | |
| sender | +panopticPool__burnVolume0USD | |
| sender__id | +panopticPool__totalVolume0 | |
| owner | +panopticPool__totalVolume0USD | |
| owner__id | +panopticPool__mintVolume1 | |
| assets | +panopticPool__mintVolume1USD | |
| shares | +panopticPool__burnVolume1 | |
| collateral | +panopticPool__burnVolume1USD | |
| collateral__id | +panopticPool__totalVolume1 | |
| collateral__panopticVersion | +panopticPool__totalVolume1USD | |
| collateral__totalShares | +panopticPool__totalVolumeUSD | |
| collateral__totalAssets | +panopticPool__commissions0 | |
| collateral__poolAssets | +panopticPool__commissions0USD | |
| collateral__inAMM | +panopticPool__commissions1 | |
| collateral__poolUtilization | +panopticPool__commissions1USD | |
| collateral__index | +panopticPool__commissionsUSD | |
| tickAtDeposit | +panopticPool__createdTimestamp | |
| tokenDerivedEthAtDeposit | +panopticPool__createdBlockNumber | |
| ethPriceUSDAtDeposit | +index | |
| panopticVersion | +collateralDayData |
| sender | -- | |
| sender__id | -- | |
| receiver | -- | |
| receiver__id | -- | |
| owner | ||
| assets | -- | |
| shares | -- | |
| collateral | -- | |
| collateral__id | -- | |
| collateral__panopticVersion | -- | |
| collateral__totalShares | -- | |
| collateral__totalAssets | -- | |
| collateral__poolAssets | -- | |
| collateral__inAMM | -- | |
| collateral__poolUtilization | +recipient | |
| collateral__index | +recipient__id | |
| tickAtWithdraw | +tickLower | |
| tokenDerivedEthAtWithdraw | +tickUpper | |
| ethPriceUSDAtWithdraw | +amount0 | |
| panopticVersion | +amount1 |
| panopticVersion | +hash | |
| token | +logIndex | |
| token__id | +eventType | |
| token__decimals | +from | |
| token__name | +to | |
| token__symbol | +blockNumber | |
| token__totalSupply | +timestamp | |
| token__txCount | +gasUsed | |
| token__derivedETH | +gasPrice | |
| totalShares | +pool | |
| totalAssets | +pool__id | |
| poolAssets | +pool__isV4Pool | |
| inAMM | +pool__hooks | |
| poolUtilization | +pool__poolId | |
| panopticPool | +pool__feeTier | |
| panopticPool__id | +pool__tickSpacing | |
| panopticPool__txCount | +pool__txCount | |
| panopticPool__feeTier | +pool__liquidity | |
| panopticPool__panopticVersion | +pool__sqrtPrice | |
| panopticPool__oracleContract | +pool__tick | |
| panopticPool__mintVolume0 | +pool__tickLastUpdateTimestamp | |
| panopticPool__mintVolume0USD | +pool__tickLastUpdateBlockNumber | |
| panopticPool__burnVolume0 | +pool__token0Price | |
| panopticPool__burnVolume0USD | +pool__token1Price | |
| panopticPool__totalVolume0 | +pool__totalValueLockedToken0 | |
| panopticPool__totalVolume0USD | +pool__totalValueLockedToken1 | |
| panopticPool__mintVolume1 | +pool__totalValueLockedETH | |
| panopticPool__mintVolume1USD | +pool__totalValueLockedUSD | |
| panopticPool__burnVolume1 | +pool__minEnforcedTick | |
| panopticPool__burnVolume1USD | +pool__maxEnforcedTick | |
| panopticPool__totalVolume1 | +owner | |
| panopticPool__totalVolume1USD | +owner__id | |
| panopticPool__totalVolumeUSD | +builder | |
| panopticPool__commissions0 | +commissionPaidProtocol | |
| panopticPool__commissions0USD | +commissionPaidBuilder | |
| panopticPool__commissions1 | +collateral | |
| panopticPool__commissions1USD | +collateral__id | |
| panopticPool__commissionsUSD | +collateral__panopticVersion | ++ |
| collateral__totalShares | ||
| panopticPool__protocolLoss0 | +collateral__totalDonations | |
| panopticPool__protocolLoss0USD | +collateral__totalPLPCommissions | |
| panopticPool__protocolLoss1 | +collateral__totalProtocolCommissions | |
| panopticPool__protocolLoss1USD | +collateral__commissionPaidBuilder | |
| panopticPool__protocolLossUSD | +collateral__totalInsolvencyPenalties | |
| panopticPool__createdTimestamp | +collateral__totalProtocolLossRealized | |
| panopticPool__createdBlockNumber | +collateral__totalProtocolLossRealizedUSD | |
| index | +collateral__poolUtilization | |
| collateralDayData | +collateral__index |
| owner | +sender | |
| owner__id | +sender__id | |
| recipient | +shares | |
| recipient__id | +collateral | |
| tickLower | +collateral__id | |
| tickUpper | +collateral__panopticVersion | |
| amount0 | +collateral__totalShares | |
| amount1 | +collateral__totalDonations | ++ |
| collateral__totalPLPCommissions | ++ | |
| collateral__totalProtocolCommissions | ++ | |
| collateral__commissionPaidBuilder | ++ | |
| collateral__totalInsolvencyPenalties | ++ | |
| collateral__totalProtocolLossRealized | ++ | |
| collateral__totalProtocolLossRealizedUSD | ++ | |
| collateral__poolUtilization | ++ | |
| collateral__index | ||
| BorrowRateUpdated | ++ + Borrow rate was updated for a collateral token + + | +|
| TokensCollected | ++ + Tokens were collected from the RiskEngine contract + + | +|
| GuardianSafeModeUpdated | ++ + Guardian updated the safe mode lock status + + | +|
| BuilderDeployed | ++ + A new builder wallet was deployed + + | +|
| ProtocolLossRealized | ++ + Protocol loss was realized during liquidation + + | +|
| CommissionPaid | ++ + Collateral commission paid - Emitted when a commission is paid. + + | +|
| InsolvencyPenaltyApplied | ++ + Collateral insolvency penalty - Emitted when a user attempts to settle interest but lacks sufficient shares to pay in full. + | |
| pool__token0Price | +pool__token0Price | ++ |
| pool__token1Price | ++ | |
| pool__totalValueLockedToken0 | ++ | |
| pool__totalValueLockedToken1 | ++ | |
| pool__totalValueLockedETH | ++ | |
| pool__totalValueLockedUSD | ++ | |
| pool__minEnforcedTick | ++ | |
| pool__maxEnforcedTick | ++ | |
| exercisor | ++ | |
| exercisor__id | ++ | |
| user | ++ | |
| user__id | ++ | |
| tokenId | ++ | |
| exerciseFee | ++ | |
| exerciseFee0 | ++ | |
| exerciseFee1 | ++ | |
| exerciseFeeUSD | ++ | |
| tickAt | ++ | |
| panopticPool | ++ | |
| panopticPool__id | ++ | |
| panopticPool__txCount | ++ | |
| panopticPool__feeTier | ++ | |
| panopticPool__panopticVersion | ++ | |
| panopticPool__oracleContract | ++ | |
| panopticPool__mintVolume0 | ++ | |
| panopticPool__mintVolume0USD | ++ | |
| panopticPool__burnVolume0 | ++ | |
| panopticPool__burnVolume0USD | ++ | |
| panopticPool__totalVolume0 | ++ | |
| panopticPool__totalVolume0USD | ++ | |
| panopticPool__mintVolume1 | ++ | |
| panopticPool__mintVolume1USD | ++ | |
| panopticPool__burnVolume1 | ++ | |
| panopticPool__burnVolume1USD | ++ | |
| panopticPool__totalVolume1 | ++ | |
| panopticPool__totalVolume1USD | ++ | |
| panopticPool__totalVolumeUSD | ++ | |
| panopticPool__commissions0 | ++ | |
| panopticPool__commissions0USD | ++ | |
| panopticPool__commissions1 | ++ | |
| panopticPool__commissions1USD | ++ | |
| panopticPool__commissionsUSD | ++ | |
| panopticPool__createdTimestamp | ++ | |
| panopticPool__createdBlockNumber | ++ | |
| optionBurn | ++ | |
| optionBurn__id | ++ | |
| optionBurn__hash | ++ | |
| optionBurn__logIndex | ++ | |
| optionBurn__eventType | ++ | |
| optionBurn__from | ++ | |
| optionBurn__to | ++ | |
| optionBurn__blockNumber | ++ | |
| optionBurn__timestamp | ++ | |
| optionBurn__gasUsed | ++ | |
| optionBurn__gasPrice | ++ | |
| optionBurn__positionSize | ++ | |
| optionBurn__tickAt | ++ | |
| optionBurn__premium0 | ++ | |
| optionBurn__premium1 | ++ | |
| optionBurn__panopticVersion | ++ | |
| optionBurn__volume0USD | ++ | |
| optionBurn__volume1USD | ++ | |
| optionBurn__shares0 | ||
| pool__token1Price | +optionBurn__shares1 | |
| pool__totalValueLockedToken0 | +optionBurn__ethPriceUSDAtBurn | |
| pool__totalValueLockedToken1 | +optionBurn__token0DerivedEthAtBurn | |
| pool__totalValueLockedETH | +optionBurn__token1DerivedEthAtBurn | |
| pool__totalValueLockedUSD | +panopticVersion |
| pool__minEnforcedTick | -+ | Value | +Description |
|---|---|---|---|
| pool__maxEnforcedTick | +id | ||
| exercisor | +hash | ||
| exercisor__id | +logIndex | ||
| user | +eventType | ||
| user__id | +from | ||
| tokenId | +to | ||
| exerciseFee | +blockNumber | ||
| exerciseFee0 | +timestamp | ||
| exerciseFee1 | +gasUsed | ||
| exerciseFeeUSD | +gasPrice | ||
| tickAt | +riskEngine | ||
| panopticPool | +riskEngine__id | ||
| panopticPool__id | +lockMode |
| panopticPool__txCount | -+ | Value | +Description |
|---|---|---|---|
| panopticPool__feeTier | +id | ||
| panopticPool__panopticVersion | +hash | ||
| panopticPool__oracleContract | +logIndex | ||
| panopticPool__mintVolume0 | +eventType | ||
| panopticPool__mintVolume0USD | +from | ||
| panopticPool__burnVolume0 | +to | ||
| panopticPool__burnVolume0USD | +blockNumber | ||
| panopticPool__totalVolume0 | +timestamp | ||
| panopticPool__totalVolume0USD | +gasUsed | ||
| panopticPool__mintVolume1 | +gasPrice | ||
| panopticPool__mintVolume1USD | +pool | ||
| panopticPool__burnVolume1 | +pool__id | ||
| panopticPool__burnVolume1USD | +pool__isV4Pool | ||
| panopticPool__totalVolume1 | +pool__hooks | ||
| panopticPool__totalVolume1USD | +pool__poolId | ||
| panopticPool__totalVolumeUSD | +pool__feeTier | ||
| panopticPool__commissions0 | +pool__tickSpacing | ||
| panopticPool__commissions0USD | +pool__txCount | ||
| panopticPool__commissions1 | +pool__liquidity | ||
| panopticPool__commissions1USD | +pool__sqrtPrice | ||
| panopticPool__commissionsUSD | +pool__tick | ||
| panopticPool__protocolLoss0 | +pool__tickLastUpdateTimestamp | ||
| panopticPool__protocolLoss0USD | +pool__tickLastUpdateBlockNumber | ||
| panopticPool__protocolLoss1 | +pool__token0Price | ||
| panopticPool__protocolLoss1USD | +pool__token1Price | ||
| panopticPool__protocolLossUSD | +pool__totalValueLockedToken0 | ||
| panopticPool__createdTimestamp | +pool__totalValueLockedToken1 | ||
| panopticPool__createdBlockNumber | +pool__totalValueLockedETH | ||
| optionBurn | +pool__totalValueLockedUSD | ||
| optionBurn__id | +pool__minEnforcedTick | ||
| optionBurn__hash | +pool__maxEnforcedTick | ||
| optionBurn__logIndex | +owner | ||
| optionBurn__eventType | +owner__id | ||
| optionBurn__from | +interestOwed | ||
| optionBurn__to | +interestPaid | ||
| optionBurn__blockNumber | +sharesBurned | ||
| optionBurn__timestamp | +collateral | ||
| optionBurn__gasUsed | +collateral__id | ||
| optionBurn__gasPrice | +collateral__panopticVersion | ||
| optionBurn__positionSize | +collateral__totalShares | ||
| optionBurn__tickAt | +collateral__totalDonations | ||
| optionBurn__premium0 | +collateral__totalPLPCommissions | ||
| optionBurn__premium1 | +collateral__totalProtocolCommissions | ||
| optionBurn__totalShares0 | +collateral__commissionPaidBuilder | ||
| optionBurn__totalAssets0 | +collateral__totalInsolvencyPenalties | ||
| optionBurn__totalShares1 | +collateral__totalProtocolLossRealized | ||
| optionBurn__totalAssets1 | +collateral__totalProtocolLossRealizedUSD | ||
| optionBurn__panopticVersion | +collateral__poolUtilization | ||
| panopticVersion | +collateral__index | ||
| pool__totalValueLockedToken1 | -- | ||
| pool__totalValueLockedETH | -- | ||
| pool__totalValueLockedUSD | -- | ||
| pool__minEnforcedTick | -- | ||
| pool__maxEnforcedTick | -- | ||
| recipient | -- | ||
| recipient__id | -- | ||
| positionSize | -- | ||
| tokenId | -- | ||
| tokenId__id | -- | ||
| tokenId__idHexString | -- | ||
| tokenId__tokenCount | -- | ||
| tickAt | -- | ||
| panopticPool | -- | ||
| panopticPool__id | -- | ||
| panopticPool__txCount | -- | ||
| panopticPool__feeTier | -- | ||
| panopticPool__panopticVersion | -- | ||
| panopticPool__oracleContract | -- | ||
| panopticPool__mintVolume0 | -- | ||
| panopticPool__mintVolume0USD | -- | ||
| panopticPool__burnVolume0 | -- | ||
| panopticPool__burnVolume0USD | -- | ||
| panopticPool__totalVolume0 | -- | ||
| panopticPool__totalVolume0USD | -- | ||
| panopticPool__mintVolume1 | -- | ||
| panopticPool__mintVolume1USD | -- | ||
| panopticPool__burnVolume1 | -- | ||
| panopticPool__burnVolume1USD | -- | ||
| panopticPool__totalVolume1 | -- | ||
| panopticPool__totalVolume1USD | -- | ||
| panopticPool__totalVolumeUSD | -- | ||
| panopticPool__commissions0 | -- | ||
| panopticPool__commissions0USD | -- | ||
| panopticPool__commissions1 | -- | ||
| panopticPool__commissions1USD | -- | ||
| panopticPool__commissionsUSD | -- | ||
| panopticPool__protocolLoss0 | -- | ||
| panopticPool__protocolLoss0USD | -- | ||
| panopticPool__protocolLoss1 | -- | ||
| panopticPool__protocolLoss1USD | -- | ||
| panopticPool__protocolLossUSD | -- | ||
| panopticPool__createdTimestamp | -- | ||
| panopticPool__createdBlockNumber | -- | ||
| premium0 | -- | ||
| premium1 | -- | ||
| premiaByLeg | -- | ||
| totalShares0 | -- | ||
| totalAssets0 | -- | ||
| totalShares1 | -- | ||
| totalAssets1 | -- | ||
| txnOpened | -- | ||
| txnOpened__id | -- | ||
| txnOpened__hash | -- | ||
| txnOpened__logIndex | -- | ||
| txnOpened__eventType | -- | ||
| txnOpened__from | -- | ||
| txnOpened__to | -- | ||
| txnOpened__blockNumber | -- | ||
| txnOpened__timestamp | -- | ||
| txnOpened__gasUsed | -- | ||
| txnOpened__gasPrice | -- | ||
| txnOpened__positionSize | -- | ||
| txnOpened__poolUtilization0 | -- | ||
| txnOpened__poolUtilization1 | -- | ||
| txnOpened__currentTick | -- | ||
| txnOpened__fastOracleTick | -- | ||
| txnOpened__lastObservedTick | -- | ||
| txnOpened__slowOracleTick | -- | ||
| txnOpened__commissions0 | -- | ||
| txnOpened__commissions1 | -- | ||
| txnOpened__commissions0USD | -- | ||
| txnOpened__commissions1USD | -- | ||
| txnOpened__commissionsUSD | -- | ||
| txnOpened__tickAt | -- | ||
| txnOpened__panopticVersion | -- | ||
| accountBalance | -- | ||
| accountBalance__id | -- | ||
| accountBalance__tokenCount | -- | ||
| accountBalance__positionSize | -- | ||
| accountBalance__premiaSettled0Total | -- | ||
| accountBalance__premiaSettled0InEthTotal | -- | ||
| accountBalance__premiaSettled0InUsdTotal | -- | ||
| accountBalance__premiaSettled1Total | -- | ||
| accountBalance__premiaSettled1InEthTotal | -- | ||
| accountBalance__premiaSettled1InUsdTotal | -- | ||
| accountBalance__isOpen | -- | ||
| accountBalance__createdTimestamp | -- | ||
| accountBalance__createdBlockNumber | -- | ||
| accountBalance__closedTimestamp | -- | ||
| forcedExercise | -- | ||
| forcedExercise__id | -- | ||
| forcedExercise__hash | -- | ||
| forcedExercise__logIndex | -- | ||
| forcedExercise__eventType | -- | ||
| forcedExercise__from | -- | ||
| forcedExercise__to | -- | ||
| forcedExercise__blockNumber | +pool__totalValueLockedToken1 | ||
| forcedExercise__timestamp | +pool__totalValueLockedETH | ||
| forcedExercise__gasUsed | +pool__totalValueLockedUSD | ||
| forcedExercise__gasPrice | +pool__minEnforcedTick | ||
| forcedExercise__tokenId | +pool__maxEnforcedTick | ||
| forcedExercise__exerciseFee | +recipient | ||
| forcedExercise__exerciseFee0 | +recipient__id | ||
| forcedExercise__exerciseFee1 | +positionSize | ||
| forcedExercise__exerciseFeeUSD | +tokenId | ||
| forcedExercise__tickAt | +tokenId__id | ||
| forcedExercise__panopticVersion | +tokenId__idHexString | ||
| accountLiquidated | +tokenId__tokenCount | ||
| accountLiquidated__id | +tickAt | ||
| accountLiquidated__hash | +panopticPool | ||
| accountLiquidated__logIndex | +panopticPool__id | ||
| accountLiquidated__eventType | +panopticPool__txCount | ||
| accountLiquidated__from | +panopticPool__feeTier | ||
| accountLiquidated__to | +panopticPool__panopticVersion | ||
| accountLiquidated__blockNumber | +panopticPool__oracleContract | ||
| accountLiquidated__timestamp | +panopticPool__mintVolume0 | ||
| accountLiquidated__gasUsed | +panopticPool__mintVolume0USD | ||
| accountLiquidated__gasPrice | +panopticPool__burnVolume0 | ||
| accountLiquidated__bonusAmounts | +panopticPool__burnVolume0USD | ||
| accountLiquidated__liquidationBonus0 | +panopticPool__totalVolume0 | ||
| accountLiquidated__liquidationBonus1 | +panopticPool__totalVolume0USD | ||
| accountLiquidated__liquidationBonusUSD | +panopticPool__mintVolume1 | ||
| accountLiquidated__tickAt | +panopticPool__mintVolume1USD | ||
| accountLiquidated__panopticVersion | +panopticPool__burnVolume1 | ||
| panopticVersion | +panopticPool__burnVolume1USD |
| Value | -Description | +panopticPool__totalVolume1 | +|
|---|---|---|---|
| id | +panopticPool__totalVolume1USD | ||
| hash | +panopticPool__totalVolumeUSD | ||
| logIndex | +panopticPool__commissions0 | ||
| eventType | +panopticPool__commissions0USD | ||
| from | +panopticPool__commissions1 | ||
| to | +panopticPool__commissions1USD | ||
| blockNumber | +panopticPool__commissionsUSD | ||
| timestamp | +panopticPool__createdTimestamp | ||
| gasUsed | +panopticPool__createdBlockNumber | ||
| gasPrice | +premium0 | ||
| pool | +premium1 | ||
| pool__id | +premiaByLeg | ||
| pool__isV4Pool | +txnOpened | ||
| pool__hooks | +txnOpened__id | ||
| pool__poolId | +txnOpened__hash | ||
| pool__feeTier | +txnOpened__logIndex | ||
| pool__tickSpacing | +txnOpened__eventType | ||
| pool__txCount | +txnOpened__from | ||
| pool__liquidity | +txnOpened__to | ||
| pool__sqrtPrice | +txnOpened__blockNumber | ||
| pool__tick | +txnOpened__timestamp | ||
| pool__tickLastUpdateTimestamp | +txnOpened__gasUsed | ||
| pool__tickLastUpdateBlockNumber | +txnOpened__gasPrice | ||
| pool__token0Price | +txnOpened__positionSize | ||
| pool__token1Price | +txnOpened__poolUtilization0 | ||
| pool__totalValueLockedToken0 | +txnOpened__poolUtilization1 | ||
| pool__totalValueLockedToken1 | +txnOpened__currentTick | ||
| pool__totalValueLockedETH | +txnOpened__fastOracleTick | ||
| pool__totalValueLockedUSD | +txnOpened__lastObservedTick | ||
| pool__minEnforcedTick | +txnOpened__slowOracleTick | ||
| pool__maxEnforcedTick | +txnOpened__shares0 | ||
| recipient | +txnOpened__shares1 | ||
| recipient__id | +txnOpened__commissions0 | ||
| tokenId | +txnOpened__commissions1 | ||
| tokenId__id | +txnOpened__commissions0USD | ||
| tokenId__idHexString | +txnOpened__commissions1USD | ||
| tokenId__tokenCount | +txnOpened__commissionsUSD | ||
| positionSize | +txnOpened__tickAt | ||
| poolUtilization0 | +txnOpened__panopticVersion | ||
| poolUtilization1 | +txnOpened__volume0USD | ||
| currentTick | +txnOpened__volume1USD | ||
| fastOracleTick | +txnOpened__ethPriceUSDAtMint | ||
| lastObservedTick | +txnOpened__token0DerivedEthAtMint | ||
| slowOracleTick | +txnOpened__token1DerivedEthAtMint | ||
| panopticPool | +forcedExercise | ||
| panopticPool__id | +forcedExercise__id | ||
| panopticPool__txCount | +forcedExercise__hash | ||
| panopticPool__feeTier | +forcedExercise__logIndex | ||
| panopticPool__panopticVersion | +forcedExercise__eventType | ||
| panopticPool__oracleContract | +forcedExercise__from | ||
| panopticPool__mintVolume0 | +forcedExercise__to | ||
| panopticPool__mintVolume0USD | +forcedExercise__blockNumber | ||
| panopticPool__burnVolume0 | +forcedExercise__timestamp | ||
| panopticPool__burnVolume0USD | +forcedExercise__gasUsed | ||
| panopticPool__totalVolume0 | +forcedExercise__gasPrice | ||
| panopticPool__totalVolume0USD | +forcedExercise__tokenId | ||
| panopticPool__mintVolume1 | +forcedExercise__exerciseFee | ||
| panopticPool__mintVolume1USD | +forcedExercise__exerciseFee0 | ||
| panopticPool__burnVolume1 | +forcedExercise__exerciseFee1 | ||
| panopticPool__burnVolume1USD | +forcedExercise__exerciseFeeUSD | ||
| panopticPool__totalVolume1 | +forcedExercise__tickAt | ||
| panopticPool__totalVolume1USD | +forcedExercise__panopticVersion | ||
| panopticPool__totalVolumeUSD | +accountLiquidated | ||
| panopticPool__commissions0 | +accountLiquidated__id | ||
| panopticPool__commissions0USD | +accountLiquidated__hash | ||
| panopticPool__commissions1 | +accountLiquidated__logIndex | ||
| panopticPool__commissions1USD | +accountLiquidated__eventType | ||
| panopticPool__commissionsUSD | +accountLiquidated__from | ||
| panopticPool__protocolLoss0 | +accountLiquidated__to | ||
| panopticPool__protocolLoss0USD | +accountLiquidated__blockNumber | ||
| panopticPool__protocolLoss1 | +accountLiquidated__timestamp | ||
| panopticPool__protocolLoss1USD | +accountLiquidated__gasUsed | ||
| panopticPool__protocolLossUSD | +accountLiquidated__gasPrice | ||
| panopticPool__createdTimestamp | +accountLiquidated__bonusAmounts | ||
| panopticPool__createdBlockNumber | +accountLiquidated__liquidationBonus0 | ||
| commissions0 | +accountLiquidated__liquidationBonus1 | ||
| commissions1 | +accountLiquidated__liquidationBonusUSD | ||
| commissions0USD | +accountLiquidated__tickAt | ||
| commissions1USD | +accountLiquidated__panopticVersion | ||
| commissionsUSD | +panopticVersion | ||
| tickAt | +volume0USD | ||
| panopticVersion | +volume1USD | ++ | |
| shares0 | ++ | ||
| shares1 | ++ | ||
| ethPriceUSDAtBurn | ++ | ||
| token0DerivedEthAtBurn | ++ | ||
| token1DerivedEthAtBurn |
| positionSize | -- | |
| oldTokenId | -- | |
| newTokenId | -- | |
| tickAtRoll | -- | |
| poolUtilizations | -- | |
| premia | -- | |
| panopticPool | -- | |
| panopticPool__id | -- | |
| panopticPool__txCount | -- | |
| panopticPool__feeTier | -- | |
| panopticPool__panopticVersion | -- | |
| panopticPool__oracleContract | -- | |
| panopticPool__mintVolume0 | -- | |
| panopticPool__mintVolume0USD | -- | |
| panopticPool__burnVolume0 | -- | |
| panopticPool__burnVolume0USD | -- | |
| panopticPool__totalVolume0 | -- | |
| panopticPool__totalVolume0USD | -- | |
| panopticPool__mintVolume1 | -- | |
| panopticPool__mintVolume1USD | -- | |
| panopticPool__burnVolume1 | -- | |
| panopticPool__burnVolume1USD | -- | |
| panopticPool__totalVolume1 | -- | |
| panopticPool__totalVolume1USD | +tokenId | |
| panopticPool__totalVolumeUSD | +tokenId__id | |
| panopticPool__commissions0 | +tokenId__idHexString | |
| panopticPool__commissions0USD | +tokenId__tokenCount | |
| panopticPool__commissions1 | +positionSize | |
| panopticPool__commissions1USD | +poolUtilization0 | |
| panopticPool__commissionsUSD | +poolUtilization1 | |
| panopticPool__protocolLoss0 | +currentTick | |
| panopticPool__protocolLoss0USD | +fastOracleTick | |
| panopticPool__protocolLoss1 | +lastObservedTick | |
| panopticPool__protocolLoss1USD | +slowOracleTick | |
| panopticPool__protocolLossUSD | +accountBalance | |
| panopticPool__createdTimestamp | +accountBalance__id | |
| panopticPool__createdBlockNumber | +accountBalance__tokenCount | |
| poolUtilization0 | +accountBalance__positionSize | |
| poolUtilization1 | +accountBalance__premiaSettled0Total | |
| premium0 | +accountBalance__premiaSettled0InEthTotal | |
| premium1 | +accountBalance__premiaSettled0InUsdTotal |
| Value | -Description | -|
|---|---|---|
| asc | +accountBalance__premiaSettled1Total | |
| desc | +accountBalance__premiaSettled1InEthTotal |
| Value | -Description | -|
|---|---|---|
| id | +accountBalance__premiaSettled1InUsdTotal | |
| poolCount | +accountBalance__isOpen | |
| owner | +accountBalance__createdTimestamp | |
| panopticVersion | +accountBalance__createdBlockNumber |
| Value | -Description | -|
|---|---|---|
| id | +accountBalance__closedTimestamp | |
| panopticPool__protocolLoss0 | -- | |
| panopticPool__protocolLoss0USD | -- | |
| panopticPool__protocolLoss1 | -- | |
| panopticPool__protocolLoss1USD | -- | |
| panopticPool__protocolLossUSD | -- | |
| panopticPool__createdTimestamp | ||
| account | -- | |
| account__id | -- | |
| collateral0 | -- | |
| collateral0__id | -- | |
| collateral0__panopticVersion | -- | |
| collateral0__totalShares | -- | |
| collateral0__totalAssets | -- | |
| collateral0__poolAssets | +shares0 | |
| collateral0__inAMM | -- | |
| collateral0__poolUtilization | +shares1 | |
| collateral0__index | +commissions0 | |
| collateral0Shares | +commissions1 | |
| collateral0Assets | +commissions0USD | |
| collateral1 | +commissions1USD | |
| collateral1__id | +commissionsUSD | |
| collateral1__panopticVersion | +tickAt | |
| collateral1__totalShares | +panopticVersion | |
| collateral1__totalAssets | +volume0USD | |
| collateral1__poolAssets | +volume1USD | |
| collateral1__inAMM | +ethPriceUSDAtMint | |
| collateral1__poolUtilization | +token0DerivedEthAtMint | |
| collateral1__index | +token1DerivedEthAtMint |
| collateral1Shares | -+ | Value | +Description |
|---|---|---|---|
| collateral1Assets | +asc | ||
| isLiquidated | +desc |
| accountBalances | -+ | Value | +Description |
|---|---|---|---|
| commissions0 | +id | ||
| commissions0Usd | +poolCount | ||
| commissions1 | +owner | ||
| commissions1Usd | +panopticVersion |
| panopticPool__protocolLoss0 | +panopticPool__createdTimestamp | ++ |
| panopticPool__createdBlockNumber | ++ | |
| account | ++ | |
| account__id | ++ | |
| collateral0 | ++ | |
| collateral0__id | ++ | |
| collateral0__panopticVersion | ++ | |
| collateral0__totalShares | ++ | |
| collateral0__totalDonations | ++ | |
| collateral0__totalPLPCommissions | ++ | |
| collateral0__totalProtocolCommissions | ++ | |
| collateral0__commissionPaidBuilder | ++ | |
| collateral0__totalInsolvencyPenalties | ++ | |
| collateral0__totalProtocolLossRealized | ++ | |
| collateral0__totalProtocolLossRealizedUSD | ++ | |
| collateral0__poolUtilization | ++ | |
| collateral0__index | ++ | |
| collateral0Shares | ++ | |
| collateral1 | ++ | |
| collateral1__id | ++ | |
| collateral1__panopticVersion | ++ | |
| collateral1__totalShares | ++ | |
| collateral1__totalDonations | ++ | |
| collateral1__totalPLPCommissions | ++ | |
| collateral1__totalProtocolCommissions | ++ | |
| collateral1__commissionPaidBuilder | ++ | |
| collateral1__totalInsolvencyPenalties | ++ | |
| collateral1__totalProtocolLossRealized | ++ | |
| collateral1__totalProtocolLossRealizedUSD | ++ | |
| collateral1__poolUtilization | ++ | |
| collateral1__index | ++ | |
| collateral1Shares | ++ | |
| isLiquidated | ++ | |
| accountBalances | ||
| panopticPool__protocolLoss0USD | +commissions0 | |
| panopticPool__protocolLoss1 | +commissions0Usd | |
| panopticPool__protocolLoss1USD | +commissions1 | |
| panopticPool__protocolLossUSD | +commissions1Usd | ++ |
| Value | +Description | +|
|---|---|---|
| id | ++ | |
| panopticPool | ++ | |
| panopticPool__id | ++ | |
| panopticPool__txCount | ++ | |
| panopticPool__feeTier | ++ | |
| panopticPool__panopticVersion | ++ | |
| panopticPool__oracleContract | ++ | |
| panopticPool__mintVolume0 | ++ | |
| panopticPool__mintVolume0USD | ++ | |
| panopticPool__burnVolume0 | ++ | |
| panopticPool__burnVolume0USD | ++ | |
| panopticPool__totalVolume0 | ++ | |
| panopticPool__totalVolume0USD | ++ | |
| panopticPool__mintVolume1 | ++ | |
| panopticPool__mintVolume1USD | ++ | |
| panopticPool__burnVolume1 | ++ | |
| panopticPool__burnVolume1USD | ++ | |
| panopticPool__totalVolume1 | ++ | |
| panopticPool__totalVolume1USD | ++ | |
| panopticPool__totalVolumeUSD | ++ | |
| panopticPool__commissions0 | ++ | |
| panopticPool__commissions0USD | ++ | |
| panopticPool__commissions1 | ++ | |
| panopticPool__commissions1USD | ++ | |
| panopticPool__commissionsUSD | ||
| collateral0__totalAssets | +collateral0__totalDonations | |
| collateral0__poolAssets | +collateral0__totalPLPCommissions | |
| collateral0__inAMM | +collateral0__totalProtocolCommissions | ++ |
| collateral0__commissionPaidBuilder | ++ | |
| collateral0__totalInsolvencyPenalties | ++ | |
| collateral0__totalProtocolLossRealized | ++ | |
| collateral0__totalProtocolLossRealizedUSD | ||
| collateral1__totalAssets | +collateral1__totalDonations | ++ |
| collateral1__totalPLPCommissions | ||
| collateral1__poolAssets | +collateral1__totalProtocolCommissions | |
| collateral1__inAMM | +collateral1__commissionPaidBuilder | ++ |
| collateral1__totalInsolvencyPenalties | ++ | |
| collateral1__totalProtocolLossRealized | ++ | |
| collateral1__totalProtocolLossRealizedUSD | ||
| protocolLoss0 | -- | |
| protocolLoss0USD | -- | |
| protocolLoss1 | -- | |
| protocolLoss1USD | +chunks | |
| protocolLossUSD | +riskEngine | |
| chunks | +riskEngine__id | |
| panopticPool__protocolLoss0 | +panopticPool__createdTimestamp | |
| panopticPool__protocolLoss0USD | +panopticPool__createdBlockNumber | |
| panopticPool__protocolLoss1 | +panopticPools |
| panopticPool__protocolLoss1USD | +Value | +Description | +
|---|---|---|
| id | ||
| panopticPool__protocolLossUSD | +hash | ++ |
| logIndex | ++ | |
| eventType | ++ | |
| from | ++ | |
| to | ++ | |
| blockNumber | ++ | |
| timestamp | ++ | |
| gasUsed | ++ | |
| gasPrice | ++ | |
| pool | ++ | |
| pool__id | ++ | |
| pool__isV4Pool | ++ | |
| pool__hooks | ++ | |
| 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__maxEnforcedTick | ++ | |
| user | ++ | |
| user__id | ++ | |
| tokenId | ++ | |
| tokenId__id | ++ | |
| tokenId__idHexString | ++ | |
| tokenId__tokenCount | ++ | |
| legIndex | ++ | |
| settledAmounts | ++ | |
| settledAmount0 | ++ | |
| settledAmount0InEth | ++ | |
| settledAmount0InUsd | ++ | |
| settledAmount1 | ++ | |
| settledAmount1InEth | ++ | |
| settledAmount1InUsd | ++ | |
| panopticPool | ++ | |
| panopticPool__id | ++ | |
| panopticPool__txCount | ++ | |
| panopticPool__feeTier | ++ | |
| panopticPool__panopticVersion | ++ | |
| panopticPool__oracleContract | ++ | |
| panopticPool__mintVolume0 | ++ | |
| panopticPool__mintVolume0USD | ++ | |
| panopticPool__burnVolume0 | ++ | |
| panopticPool__burnVolume0USD | ++ | |
| panopticPool__totalVolume0 | ++ | |
| panopticPool__totalVolume0USD | ++ | |
| panopticPool__mintVolume1 | ++ | |
| panopticPool__mintVolume1USD | ++ | |
| panopticPool__burnVolume1 | ++ | |
| panopticPool__burnVolume1USD | ++ | |
| panopticPool__totalVolume1 | ++ | |
| panopticPool__totalVolume1USD | ++ | |
| panopticPool__totalVolumeUSD | ++ | |
| panopticPool__commissions0 | ++ | |
| panopticPool__commissions0USD | ++ | |
| panopticPool__commissions1 | ++ | |
| panopticPool__commissions1USD | ++ | |
| panopticPool__commissionsUSD | ||
| panopticPools | +panopticVersion |
| user | -- | |
| user__id | -- | |
| tokenId | -- | |
| tokenId__id | -- | |
| tokenId__idHexString | -- | |
| tokenId__tokenCount | -- | |
| legIndex | -- | |
| settledAmounts | -- | |
| settledAmount0 | -- | |
| settledAmount0InEth | -- | |
| settledAmount0InUsd | -- | |
| settledAmount1 | -- | |
| settledAmount1InEth | -- | |
| settledAmount1InUsd | -- | |
| panopticPool | -- | |
| panopticPool__id | -- | |
| panopticPool__txCount | -- | |
| panopticPool__feeTier | -- | |
| panopticPool__panopticVersion | -- | |
| panopticPool__oracleContract | -- | |
| panopticPool__mintVolume0 | -- | |
| panopticPool__mintVolume0USD | -- | |
| panopticPool__burnVolume0 | -- | |
| panopticPool__burnVolume0USD | -- | |
| panopticPool__totalVolume0 | -- | |
| panopticPool__totalVolume0USD | +liquidatee | |
| panopticPool__mintVolume1 | +liquidatee__id | |
| panopticPool__mintVolume1USD | +liquidator | |
| panopticPool__burnVolume1 | +liquidator__id | |
| panopticPool__burnVolume1USD | +protocolLossAssets | |
| panopticPool__totalVolume1 | +protocolLossShares | |
| panopticPool__totalVolume1USD | +collateral | |
| panopticPool__totalVolumeUSD | +collateral__id | |
| panopticPool__commissions0 | +collateral__panopticVersion | |
| panopticPool__commissions0USD | +collateral__totalShares | |
| panopticPool__commissions1 | +collateral__totalDonations | |
| panopticPool__commissions1USD | +collateral__totalPLPCommissions | |
| panopticPool__commissionsUSD | +collateral__totalProtocolCommissions | |
| panopticPool__protocolLoss0 | +collateral__commissionPaidBuilder | |
| panopticPool__protocolLoss0USD | +collateral__totalInsolvencyPenalties | |
| panopticPool__protocolLoss1 | +collateral__totalProtocolLossRealized | |
| panopticPool__protocolLoss1USD | +collateral__totalProtocolLossRealizedUSD | |
| panopticPool__protocolLossUSD | +collateral__poolUtilization | |
| panopticPool__createdTimestamp | +collateral__index |
| panopticPool__createdBlockNumber | -+ | Value | +Description |
|---|---|---|---|
| panopticVersion | +id |
| recipient | +riskEngine | ||
| recipient__id | +riskEngine__id | ||
| oldTokenId | -- | ||
| oldTokenId__id | -- | ||
| oldTokenId__idHexString | -- | ||
| oldTokenId__tokenCount | -- | ||
| newTokenId | -- | ||
| newTokenId__id | -- | ||
| newTokenId__idHexString | +token | ||
| newTokenId__tokenCount | +recipient | ||
| positionSize | +amount | ||
| Field | +Argument | +Type | +Description | +
|---|---|---|---|
| id | +ID! | ++ + Txn hash + '#' + log index + + | +|
| hash | +String! | ++ + Txn hash of the transaction emitting this event + + | +|
| logIndex | +BigInt! | ++ + Event log index + + | +|
| from | +String! | ++ + Sender of transaction + + | +|
| to | +String! | ++ + Receiver of transaction + + | +|
| blockNumber | +BigInt! | ++ + Block txn was included in + + | +|
| timestamp | +BigInt! | ++ + Timestamp txn was confirmed + + | +|
| gasUsed | +BigInt! | ++ + Gas used during txn execution + + | +|
| gasPrice | +BigInt! | ++ + Gas price during txn execution + + | +|
| eventType | +EventType! | ++ + Type of event. The Graph doesn't allow filtering by __typename meta so it's explicitly required here + + | +|