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). Account! - Creator of this AccountToken balance (e.g. NFPM Account, SFPM Account, PanopticPool) + Creator of this AccountToken balance (e.g. NFPM Account, SFPM Account, PanopticPool, Uniswap Migrator) @@ -533,6 +531,389 @@ See some example queries [here](./queries). +### BorrowRateUpdated + + Emitted when a borrow rate is updated in the RiskEngine. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
poolPool!
riskEngineRiskEngine! + + RiskEngine contract address + +
collateralTokenBytes! + + Address of the collateral token whose rate was updated + +
avgBorrowRateBigInt! + + The average borrow rate calculated + +
rateAtTargetBigInt! + + The new rate at target + +
+ +### BuilderDeployed + + Emitted when a new BuilderWallet is deployed through the BuilderFactory. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
poolPool!
builderFactoryBuilderFactory! + + BuilderFactory contract address + +
builderCodeBigInt! + + Builder code (uint48) used as CREATE2 salt + +
walletBytes! + + Address of the deployed BuilderWallet + +
builderAdminBytes! + + Address of the builder admin + +
+ +### BuilderFactory + + BuilderFactory contract - deploys BuilderWallet contracts for fee distribution. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID! + + BuilderFactory contract address + +
riskEngineRiskEngine + + Owner address that can deploy new builder wallets + +
builderWallets[BuilderWallet!]! + + All builder wallets deployed by this factory + +
skipInt
firstInt
orderByBuilderWallet_orderBy
orderDirectionOrderDirection
whereBuilderWallet_filter
builderCountBigInt! + + Total number of builder wallets deployed + +
createdTimestampBigInt! + + Creation timestamp + +
createdBlockNumberBigInt! + + Creation block number + +
+ +### BuilderWallet + + BuilderWallet contract - holds builder fees and allows sweeping by the builder admin. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID! + + BuilderWallet contract address + +
builderCodeBigInt! + + Builder code (uint48) used as CREATE2 salt + +
builderAdminBytes! + + Address allowed to sweep tokens from this wallet + +
factoryBuilderFactory! + + Factory that deployed this wallet + +
createdTimestampBigInt! + + Creation timestamp + +
createdBlockNumberBigInt! + + Creation block number + +
+ ### Bundle Keeps track of ETH/USD price using a configured Uniswap pool. @@ -958,29 +1339,65 @@ See some example queries [here](./queries). -totalAssets -BigInt! +totalDonations +BigInt - Total assets managed by this Collateral vault. Should be equal to `poolAssets + inAMM`. + The total amount of shares donated -poolAssets -BigInt! +totalPLPCommissions +BigInt - Assets accounted to be held by the Panoptic Pool. Ignores donations, pending fee payouts, and other untracked balance changes. + Sum of commissions paid to PLPs – derived from commissionPaidProtocol (builder == 0x0 case) -inAMM -BigInt! +totalProtocolCommissions +BigInt + + + Sum of commissions paid to the protocol – derived from commissionPaidProtocol (builder != 0x0 case) + + + + +commissionPaidBuilder +BigInt - Tokens moved from Panoptic Pool to AMM + Sum of commissions paid to the builder for this CollateralTracker + + + + +totalInsolvencyPenalties +BigInt + + + Sum of interestOwed - interestPaid for each InsolvencyPenaltyApplied event + + + + +totalProtocolLossRealized +BigInt + + + Sum of protocolLossAssets for each ProtocolLossRealized event + + + + +totalProtocolLossRealizedUSD +BigDecimal + + + Sum of protocolLossAssets in USD for each ProtocolLossRealized event @@ -1096,24 +1513,6 @@ See some example queries [here](./queries). Shares - - - -totalAssets -BigInt! - - - Assets - - - - -sharePrice -BigDecimal! - - - Share price (assets/shares) - useful for calculating PLP (collateral depositors) APY - @@ -1241,12 +1640,20 @@ See some example queries [here](./queries). tokenDerivedEthAtDeposit BigDecimal! - + + + Price of token in ETH at time of deposit + + ethPriceUSDAtDeposit BigDecimal! - + + + Price of ETH in USD at time of deposit + + panopticVersion @@ -1536,6 +1943,222 @@ See some example queries [here](./queries). +### CommissionPaid + + Collateral commission paid - Emitted when a commission is paid. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
poolPool!
ownerAccount! + + The address of the owner of the shares being used to pay for the commission + +
builderBytes! + + The address of the account that received the commission if a builderCode is provided + +
commissionPaidProtocolBigInt! + + The amount of assets paid that goes to the PLPs (if builder == address(0)) or to the protocol + +
commissionPaidBuilderBigInt! + + The amount of assets paid that goes to the builder + +
collateralCollateral! + + The collateral entity associated with this commission + +
+ +### Donate + + Collateral donate - Emitted when shares are donated to the protocol. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
poolPool!
senderAccount! + + The address of the account donating shares + +
sharesBigInt! + + The amount of shares donated + +
collateralCollateral! + + The collateral entity that was donated to + +
+ ### Factory Uniswap Factory (deployer of Pools). @@ -1760,6 +2383,204 @@ See some example queries [here](./queries). +### GuardianSafeModeUpdated + + Emitted when the guardian updates the enforced safe mode for a PanopticPool. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
riskEngineRiskEngine!
lockModeBoolean! + + True when safe mode is forcibly locked, false when the lock is lifted + +
+ +### InsolvencyPenaltyApplied + + Collateral insolvency penalty - Emitted when a user attempts to settle interest but lacks sufficient shares to pay in full. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
poolPool!
ownerAccount! + + The address of the insolvent user + +
interestOwedBigInt! + + The total amount of interest the user owed + +
interestPaidBigInt! + + The actual amount of interest paid (value of shares burned) + +
sharesBurnedBigInt! + + The number of shares burned in the partial payment + +
collateralCollateral! + + The collateral entity associated with this penalty + +
+ ### Leg A leg of a TokenId, representing a single option. @@ -1782,7 +2603,6 @@ See some example queries [here](./queries). Id is the tuple (asset, optionRatio, isLong, tokenType, riskPartner, strike, width) from LSB to MSB, in BigInt form, cast to a string See TokenId entity for more details, or the source here: https://github.com/panoptic-labs/Panoptic/blob/b33788f414d3101448309212dd66654e63c6a31d/contracts/libraries/TokenId.sol#L29 - @@ -1862,7 +2682,7 @@ See TokenId entity for more details, or the source here: https://github.com/pano BigInt! - The strike tick, defined as the average of the lower bound tick of this position and the upper bound + Strike @@ -1871,16 +2691,16 @@ See TokenId entity for more details, or the source here: https://github.com/pano BigInt! - The width of this position, defined as the upper bound tick of the position, minus the lower bound, divided by tickSpacing + Width chunk -Chunk! +Chunk - Chunk data + Chunk data (null for zero-width legs that don't have liquidity) @@ -2266,83 +3086,110 @@ See TokenId entity for more details, or the source here: https://github.com/pano -totalShares0 -BigInt +txnOpened +OptionMint! - Collateral0 shares at time of liquidation. Helpful for calculating protocol loss during liquidation + ID of the corresponding OptionMint -totalAssets0 -BigInt +accountBalance +AccountBalance - Collateral0 assets at time of liquidation. Helpful for calculating protocol loss during liquidation + The AccountBalance (a.k.a. user's position) whose closing emitted this OptionBurn event. -totalShares1 -BigInt +forcedExercise +ForcedExercise - Collateral1 shares at time of liquidation. Helpful for calculating protocol loss during liquidation + If this optionBurn was due to a position being exercised, this will be the ID of the related ForceExercise event. -totalAssets1 -BigInt +accountLiquidated +AccountLiquidated - Collateral1 assets at time of liquidation. Helpful for calculating protocol loss during liquidation + If this optionBurn was due to a PanopticPoolAccount being liquidated, this will be the ID of the related AccountLiquidated event. -txnOpened -OptionMint! +panopticVersion +BigDecimal - ID of the corresponding OptionMint + Version of Panoptic contract that emitted this event -accountBalance -AccountBalance +volume0USD +BigDecimal - The AccountBalance (a.k.a. user's position) whose closing emitted this OptionBurn event. + Token0 Volume USD (converted from amount0 using token.derivedETH and ETH prices at time of mint) -forcedExercise -ForcedExercise +volume1USD +BigDecimal - If this optionBurn was due to a position being exercised, this will be the ID of the related ForceExercise event. + Token1 Volume USD (converted from amount1 using token.derivedETH and ETH prices at time of mint) -accountLiquidated -AccountLiquidated +shares0 +BigInt - If this optionBurn was due to a PanopticPoolAccount being liquidated, this will be the ID of the related AccountLiquidated event. + Net Collateral 0 shares burned from and minted to recipient as a result of this OptionBurn -panopticVersion +shares1 +BigInt + + + Net Collateral 1 shares burned from and minted to recipient as a result of this OptionBurn + + + + +ethPriceUSDAtBurn BigDecimal - Version of Panoptic contract that emitted this event + Price of ETH in USD at time of burn + + + + +token0DerivedEthAtBurn +BigDecimal + + + Price of token0 in ETH at time of option burn + + + + +token1DerivedEthAtBurn +BigDecimal + + + Price of token1 in ETH at time of option burn @@ -2515,6 +3362,24 @@ See TokenId entity for more details, or the source here: https://github.com/pano PanopticPool mint is within (from event.address) + + + +shares0 +BigInt + + + Net Collateral 0 shares burned from and minted to recipient as a result of this OptionMint + + + + +shares1 +BigInt + + + Net Collateral 1 shares burned from and minted to recipient as a result of this OptionMint + @@ -2578,183 +3443,50 @@ See TokenId entity for more details, or the source here: https://github.com/pano Version of Panoptic contract that emitted this event - - - - - -### OptionRoll - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + @@ -3078,51 +3810,6 @@ See TokenId entity for more details, or the source here: https://github.com/pano All time commissions for both tokens converted to USD. - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -3160,6 +3847,11 @@ See TokenId entity for more details, or the source here: https://github.com/pano + + + + + - - - - - @@ -3332,15 +4015,6 @@ See TokenId entity for more details, or the source here: https://github.com/pano Number of Collateral1 shares this PanopticPoolAccount controls - - - - - - @@ -4430,6 +5104,149 @@ PanopticPool mint is within (from event.address)
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
poolPool!
recipientAccount! - - User that burnt the option - -
positionSizeBigInt! - - The number of contracts burnt, expressed in terms of the asset -
oldTokenIdBigInt! - - TokenId of the burnt option - -
newTokenIdBigInt! - - TokenId of the minted option - -
tickAtRollInt! - - Tick at which the option was rolled - -
poolUtilizationsBigInt! - - 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 - -
premiaBigInt! - - LeftRight packing for the amount of premia collected for token0 and token1 - -
panopticPoolPanopticPool!volume0USDBigDecimal - PanopticPool roll is within (from event.address) + Token0 Volume USD (converted from amount0 using token.derivedETH and ETH prices at time of mint)
poolUtilization0BigInt!volume1USDBigDecimal - Pool utilization token0 + Token1 Volume USD (converted from amount1 using token.derivedETH and ETH prices at time of mint)
poolUtilization1BigInt!ethPriceUSDAtMintBigDecimal - Pool utilization token1 + Price of ETH in USD at time of mint
premium0BigInt!token0DerivedEthAtMintBigDecimal - Premium collected for token0 + Price of token0 in ETH at time of option mint
premium1BigInt!token1DerivedEthAtMintBigDecimal - Premium collected for token1 + Price of token1 in ETH at time of option mint
protocolLoss0BigDecimal! - - 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. - -
protocolLoss0USDBigDecimal! - - All time protocol loss in token0 converted to USD (calculated using token0's derivedETH and the bundle.ethPriceUSD values). - -
protocolLoss1BigDecimal! - - All time protocol loss in token1. - -
protocolLoss1USDBigDecimal! - - All time protocol loss in token1 converted to USD. - -
protocolLossUSDBigDecimal! - - All time protocol loss in both tokens converted to USD. -
riskEngineRiskEngine
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 -
collateral0AssetsBigInt! - - @deprecated Estimate of Collateral0 assets this PanopticPoolAccount can withdraw. -
collateral1AssetsBigInt! - - @deprecated Estimate of Collateral1 assets this PanopticPoolAccount can withdraw. -
+### ProtocolLossRealized + + Collateral protocol loss - Emitted when protocol loss is realized during liquidation. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID!
hashString!
logIndexBigInt!
eventTypeEventType!
fromString!
toString!
blockNumberBigInt!
timestampBigInt!
gasUsedBigInt!
gasPriceBigInt!
poolPool!
liquidateeAccount! + + The address of the liquidated account + +
liquidatorAccount! + + The address of the liquidator + +
protocolLossAssetsBigInt! + + The protocol loss in asset terms + +
protocolLossSharesBigInt! + + The protocol loss in share terms + +
collateralCollateral! + + The collateral entity associated with this protocol loss + +
+ +### RiskEngine + + The RiskEngine contract - central risk assessment and solvency calculator for Panoptic V2. + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID! + + RiskEngine contract address + +
+ ### Token @@ -4563,7 +5380,6 @@ PanopticPool mint is within (from event.address) The ERC-1155 TokenId for this position. See the TokenId.sol for more information on its structure. - @@ -4880,7 +5696,9 @@ The ERC-1155 TokenId for this position. See the TokenId.sol for more information
-### TokenizedPositionRolled +### TokensCollected + + Emitted when tokens are collected from the RiskEngine contract by the guardian. @@ -4893,93 +5711,93 @@ The ERC-1155 TokenId for this position. See the TokenId.sol for more information - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + @@ -5061,7 +5879,6 @@ will be null if the _meta field has a block constraint that asks for a block number. It will be filled if the _meta field has no block constraint and therefore asks for the latest block - @@ -7751,6 +8568,599 @@ Filter for the block changed event.
idid ID!
hashhash String!
logIndexlogIndex BigInt!
eventTypeeventType EventType!
fromfrom String!
toto String!
blockNumberblockNumber BigInt!
timestamptimestamp BigInt!
gasUsedgasUsed BigInt!
gasPricegasPrice BigInt!
poolpool Pool!
recipientAccount!riskEngineRiskEngine! - User that rolled the position + RiskEngine contract address
oldTokenIdTokenId!tokenBytes! - TokenId of the burnt position + Address of the token collected
newTokenIdTokenId!recipientBytes! - TokenId of the newly minted position + Address receiving the tokens
positionSizeamount BigInt! - The number of contracts rolled, expressed in terms of the asset + Amount of tokens collected
+### BaseEvent_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
hashString
hash_notString
hash_gtString
hash_ltString
hash_gteString
hash_lteString
hash_in[String!]
hash_not_in[String!]
hash_containsString
hash_contains_nocaseString
hash_not_containsString
hash_not_contains_nocaseString
hash_starts_withString
hash_starts_with_nocaseString
hash_not_starts_withString
hash_not_starts_with_nocaseString
hash_ends_withString
hash_ends_with_nocaseString
hash_not_ends_withString
hash_not_ends_with_nocaseString
logIndexBigInt
logIndex_notBigInt
logIndex_gtBigInt
logIndex_ltBigInt
logIndex_gteBigInt
logIndex_lteBigInt
logIndex_in[BigInt!]
logIndex_not_in[BigInt!]
fromString
from_notString
from_gtString
from_ltString
from_gteString
from_lteString
from_in[String!]
from_not_in[String!]
from_containsString
from_contains_nocaseString
from_not_containsString
from_not_contains_nocaseString
from_starts_withString
from_starts_with_nocaseString
from_not_starts_withString
from_not_starts_with_nocaseString
from_ends_withString
from_ends_with_nocaseString
from_not_ends_withString
from_not_ends_with_nocaseString
toString
to_notString
to_gtString
to_ltString
to_gteString
to_lteString
to_in[String!]
to_not_in[String!]
to_containsString
to_contains_nocaseString
to_not_containsString
to_not_contains_nocaseString
to_starts_withString
to_starts_with_nocaseString
to_not_starts_withString
to_not_starts_with_nocaseString
to_ends_withString
to_ends_with_nocaseString
to_not_ends_withString
to_not_ends_with_nocaseString
blockNumberBigInt
blockNumber_notBigInt
blockNumber_gtBigInt
blockNumber_ltBigInt
blockNumber_gteBigInt
blockNumber_lteBigInt
blockNumber_in[BigInt!]
blockNumber_not_in[BigInt!]
timestampBigInt
timestamp_notBigInt
timestamp_gtBigInt
timestamp_ltBigInt
timestamp_gteBigInt
timestamp_lteBigInt
timestamp_in[BigInt!]
timestamp_not_in[BigInt!]
gasUsedBigInt
gasUsed_notBigInt
gasUsed_gtBigInt
gasUsed_ltBigInt
gasUsed_gteBigInt
gasUsed_lteBigInt
gasUsed_in[BigInt!]
gasUsed_not_in[BigInt!]
gasPriceBigInt
gasPrice_notBigInt
gasPrice_gtBigInt
gasPrice_ltBigInt
gasPrice_gteBigInt
gasPrice_lteBigInt
gasPrice_in[BigInt!]
gasPrice_not_in[BigInt!]
eventTypeEventType
eventType_notEventType
eventType_in[EventType!]
eventType_not_in[EventType!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[BaseEvent_filter]
or[BaseEvent_filter]
+ ### BlockChangedFilter @@ -7799,120 +9209,7 @@ Filter for the block changed event.
-### Bundle_filter - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
ethPriceUSDBigDecimal
ethPriceUSD_notBigDecimal
ethPriceUSD_gtBigDecimal
ethPriceUSD_ltBigDecimal
ethPriceUSD_gteBigDecimal
ethPriceUSD_lteBigDecimal
ethPriceUSD_in[BigDecimal!]
ethPriceUSD_not_in[BigDecimal!]
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[Bundle_filter]
or[Bundle_filter]
- -### Burn_filter +### BorrowRateUpdated_filter @@ -7924,2125 +9221,2153 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + - + - + - + - + - + - + - + - - - + + + - - + + - - + + + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashhash String
hash_nothash_not String
hash_gthash_gt String
hash_lthash_lt String
hash_gtehash_gte String
hash_ltehash_lte String
hash_inhash_in [String!]
hash_not_inhash_not_in [String!]
hash_containshash_contains String
hash_contains_nocasehash_contains_nocase String
hash_not_containshash_not_contains String
hash_not_contains_nocasehash_not_contains_nocase String
hash_starts_withhash_starts_with String
hash_starts_with_nocasehash_starts_with_nocase String
hash_not_starts_withhash_not_starts_with String
hash_not_starts_with_nocasehash_not_starts_with_nocase String
hash_ends_withhash_ends_with String
hash_ends_with_nocasehash_ends_with_nocase String
hash_not_ends_withhash_not_ends_with String
hash_not_ends_with_nocasehash_not_ends_with_nocase String
logIndexlogIndex BigInt
logIndex_notlogIndex_not BigInt
logIndex_gtlogIndex_gt BigInt
logIndex_ltlogIndex_lt BigInt
logIndex_gtelogIndex_gte BigInt
logIndex_ltelogIndex_lte BigInt
logIndex_inlogIndex_in [BigInt!]
logIndex_not_inlogIndex_not_in [BigInt!]
eventTypeeventType EventType
eventType_noteventType_not EventType
eventType_ineventType_in [EventType!]
eventType_not_ineventType_not_in [EventType!]
fromfrom String
from_notfrom_not String
from_gtfrom_gt String
from_ltfrom_lt String
from_gtefrom_gte String
from_ltefrom_lte String
from_infrom_in [String!]
from_not_infrom_not_in [String!]
from_containsfrom_contains String
from_contains_nocasefrom_contains_nocase String
from_not_containsfrom_not_contains String
from_not_contains_nocasefrom_not_contains_nocase String
from_starts_withfrom_starts_with String
from_starts_with_nocasefrom_starts_with_nocase String
from_not_starts_withfrom_not_starts_with String
from_not_starts_with_nocasefrom_not_starts_with_nocase String
from_ends_withfrom_ends_with String
from_ends_with_nocasefrom_ends_with_nocase String
from_not_ends_withfrom_not_ends_with String
from_not_ends_with_nocasefrom_not_ends_with_nocase String
toto String
to_notto_not String
to_gtto_gt String
to_ltto_lt String
to_gteto_gte String
to_lteto_lte String
to_into_in [String!]
to_not_into_not_in [String!]
to_containsto_contains String
to_contains_nocaseto_contains_nocase String
to_not_containsto_not_contains String
to_not_contains_nocaseto_not_contains_nocase String
to_starts_withto_starts_with String
to_starts_with_nocaseto_starts_with_nocase String
to_not_starts_withto_not_starts_with String
to_not_starts_with_nocaseto_not_starts_with_nocase String
to_ends_withto_ends_with String
to_ends_with_nocaseto_ends_with_nocase String
to_not_ends_withto_not_ends_with String
to_not_ends_with_nocaseto_not_ends_with_nocase String
blockNumberblockNumber BigInt
blockNumber_notblockNumber_not BigInt
blockNumber_gtblockNumber_gt BigInt
blockNumber_ltblockNumber_lt BigInt
blockNumber_gteblockNumber_gte BigInt
blockNumber_lteblockNumber_lte BigInt
blockNumber_inblockNumber_in [BigInt!]
blockNumber_not_inblockNumber_not_in [BigInt!]
timestamptimestamp BigInt
timestamp_nottimestamp_not BigInt
timestamp_gttimestamp_gt BigInt
timestamp_lttimestamp_lt BigInt
timestamp_gtetimestamp_gte BigInt
timestamp_ltetimestamp_lte BigInt
timestamp_intimestamp_in [BigInt!]
timestamp_not_intimestamp_not_in [BigInt!]
gasUsedgasUsed BigInt
gasUsed_notgasUsed_not BigInt
gasUsed_gtgasUsed_gt BigInt
gasUsed_ltgasUsed_lt BigInt
gasUsed_gtegasUsed_gte BigInt
gasUsed_ltegasUsed_lte BigInt
gasUsed_ingasUsed_in [BigInt!]
gasUsed_not_ingasUsed_not_in [BigInt!]
gasPricegasPrice BigInt
gasPrice_notgasPrice_not BigInt
gasPrice_gtgasPrice_gt BigInt
gasPrice_ltgasPrice_lt BigInt
gasPrice_gtegasPrice_gte BigInt
gasPrice_ltegasPrice_lte BigInt
gasPrice_ingasPrice_in [BigInt!]
gasPrice_not_ingasPrice_not_in [BigInt!]
poolpool String
pool_notpool_not String
pool_gtpool_gt String
pool_ltpool_lt String
pool_gtepool_gte String
pool_ltepool_lte String
pool_inpool_in [String!]
pool_not_inpool_not_in [String!]
pool_containspool_contains String
pool_contains_nocasepool_contains_nocase String
pool_not_containspool_not_contains String
pool_not_contains_nocasepool_not_contains_nocase String
pool_starts_withpool_starts_with String
pool_starts_with_nocasepool_starts_with_nocase String
pool_not_starts_withpool_not_starts_with String
pool_not_starts_with_nocasepool_not_starts_with_nocase String
pool_ends_withpool_ends_with String
pool_ends_with_nocasepool_ends_with_nocase String
pool_not_ends_withpool_not_ends_with String
pool_not_ends_with_nocasepool_not_ends_with_nocase String
pool_pool_ Pool_filter
ownerriskEngine String
owner_notriskEngine_not String
owner_gtriskEngine_gt String
owner_ltriskEngine_lt String
owner_gteriskEngine_gte String
owner_lteriskEngine_lte String
owner_inriskEngine_in [String!]
owner_not_inriskEngine_not_in [String!]
owner_containsriskEngine_contains String
owner_contains_nocaseriskEngine_contains_nocase String
owner_not_containsriskEngine_not_contains String
owner_not_contains_nocaseriskEngine_not_contains_nocase String
owner_starts_withriskEngine_starts_with String
owner_starts_with_nocaseriskEngine_starts_with_nocase String
owner_not_starts_withriskEngine_not_starts_with String
owner_not_starts_with_nocaseriskEngine_not_starts_with_nocase String
owner_ends_withriskEngine_ends_with String
owner_ends_with_nocaseriskEngine_ends_with_nocase String
owner_not_ends_withriskEngine_not_ends_with String
owner_not_ends_with_nocaseriskEngine_not_ends_with_nocase String
owner_Account_filterriskEngine_RiskEngine_filter
tickLowerIntcollateralTokenBytes
tickLower_notIntcollateralToken_notBytes
tickLower_gtIntcollateralToken_gtBytes
tickLower_ltIntcollateralToken_ltBytes
tickLower_gteIntcollateralToken_gteBytes
tickLower_lteIntcollateralToken_lteBytes
tickLower_in[Int!]collateralToken_in[Bytes!]
tickLower_not_in[Int!]collateralToken_not_in[Bytes!]
tickUpperIntcollateralToken_containsBytes
tickUpper_notIntcollateralToken_not_containsBytes
tickUpper_gtIntavgBorrowRateBigInt
tickUpper_ltIntavgBorrowRate_notBigInt
tickUpper_gteIntavgBorrowRate_gtBigInt
tickUpper_lteIntavgBorrowRate_ltBigInt
tickUpper_in[Int!]avgBorrowRate_gteBigInt
tickUpper_not_in[Int!]avgBorrowRate_lteBigInt
amountavgBorrowRate_in[BigInt!]
avgBorrowRate_not_in[BigInt!]
rateAtTarget BigInt
amount_notrateAtTarget_not BigInt
amount_gtrateAtTarget_gt BigInt
amount_ltrateAtTarget_lt BigInt
amount_gterateAtTarget_gte BigInt
amount_lterateAtTarget_lte BigInt
amount_inrateAtTarget_in [BigInt!]
amount_not_inrateAtTarget_not_in [BigInt!]
amount0BigDecimal_change_blockBlockChangedFilter + +Filter for the block changed event. + +
amount0_notBigDecimaland[BorrowRateUpdated_filter]
amount0_gtBigDecimalor[BorrowRateUpdated_filter]
+ +### BuilderDeployed_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - + - + - - + + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - + + - - + + - -
amount0_ltBigDecimalFieldTypeDescription
amount0_gteBigDecimalidID
amount0_lteBigDecimalid_notID
amount0_in[BigDecimal!]id_gtID
amount0_not_in[BigDecimal!]id_ltID
amount1BigDecimalid_gteID
amount1_notBigDecimalid_lteID
amount1_gtBigDecimalid_in[ID!]
amount1_ltBigDecimalid_not_in[ID!]
amount1_gteBigDecimalhashString
amount1_lteBigDecimalhash_notString
amount1_in[BigDecimal!]hash_gtString
amount1_not_in[BigDecimal!]hash_ltString
token0hash_gte String
token0_nothash_lte String
token0_gtStringhash_in[String!]
token0_ltStringhash_not_in[String!]
token0_gtehash_contains String
token0_ltehash_contains_nocase String
token0_in[String!]hash_not_containsString
token0_not_in[String!]hash_not_contains_nocaseString
token0_containshash_starts_with String
token0_contains_nocasehash_starts_with_nocase String
token0_not_containshash_not_starts_with String
token0_not_contains_nocasehash_not_starts_with_nocase String
token0_starts_withhash_ends_with String
token0_starts_with_nocasehash_ends_with_nocase String
token0_not_starts_withhash_not_ends_with String
token0_not_starts_with_nocasehash_not_ends_with_nocase String
token0_ends_withStringlogIndexBigInt
token0_ends_with_nocaseStringlogIndex_notBigInt
token0_not_ends_withStringlogIndex_gtBigInt
token0_not_ends_with_nocaseStringlogIndex_ltBigInt
token0_Token_filterlogIndex_gteBigInt
token1logIndex_lteBigInt
logIndex_in[BigInt!]
logIndex_not_in[BigInt!]
eventTypeEventType
eventType_notEventType
eventType_in[EventType!]
eventType_not_in[EventType!]
from String
token1_notfrom_not String
token1_gtfrom_gt String
token1_ltfrom_lt String
token1_gtefrom_gte String
token1_ltefrom_lte String
token1_infrom_in [String!]
token1_not_infrom_not_in [String!]
token1_containsfrom_contains String
token1_contains_nocasefrom_contains_nocase String
token1_not_containsfrom_not_contains String
token1_not_contains_nocasefrom_not_contains_nocase String
token1_starts_withfrom_starts_with String
token1_starts_with_nocasefrom_starts_with_nocase String
token1_not_starts_withfrom_not_starts_with String
token1_not_starts_with_nocasefrom_not_starts_with_nocase String
token1_ends_withfrom_ends_with String
token1_ends_with_nocasefrom_ends_with_nocase String
token1_not_ends_withfrom_not_ends_with String
token1_not_ends_with_nocasefrom_not_ends_with_nocase String
token1_Token_filtertoString
_change_blockBlockChangedFilter - -Filter for the block changed event. - -to_notString
and[Burn_filter]to_gtString
or[Burn_filter]to_ltString
- -### Chunk_filter - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - - - - - - - - - - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + - - + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteIDto_gteString
id_lteIDto_lteString
id_in[ID!]to_in[String!]
id_not_in[ID!]to_not_in[String!]
ownerto_contains String
owner_notto_contains_nocase String
owner_gtto_not_contains String
owner_ltto_not_contains_nocase String
owner_gteto_starts_with String
owner_lteto_starts_with_nocase String
owner_in[String!]
owner_not_in[String!]
owner_containsto_not_starts_with String
owner_contains_nocaseto_not_starts_with_nocase String
owner_not_containsto_ends_with String
owner_not_contains_nocaseto_ends_with_nocase String
owner_starts_withto_not_ends_with String
owner_starts_with_nocaseto_not_ends_with_nocase String
owner_not_starts_withStringblockNumberBigInt
owner_not_starts_with_nocaseStringblockNumber_notBigInt
owner_ends_withStringblockNumber_gtBigInt
owner_ends_with_nocaseStringblockNumber_ltBigInt
owner_not_ends_withStringblockNumber_gteBigInt
owner_not_ends_with_nocaseStringblockNumber_lteBigInt
owner_Account_filterblockNumber_in[BigInt!]
managerStringblockNumber_not_in[BigInt!]
manager_notStringtimestampBigInt
manager_gtStringtimestamp_notBigInt
manager_ltStringtimestamp_gtBigInt
manager_gteStringtimestamp_ltBigInt
manager_lteStringtimestamp_gteBigInt
manager_in[String!]timestamp_lteBigInt
manager_not_in[String!]timestamp_in[BigInt!]
manager_containsStringtimestamp_not_in[BigInt!]
manager_contains_nocaseStringgasUsedBigInt
manager_not_containsStringgasUsed_notBigInt
manager_not_contains_nocaseStringgasUsed_gtBigInt
manager_starts_withStringgasUsed_ltBigInt
manager_starts_with_nocaseStringgasUsed_gteBigInt
manager_not_starts_withStringgasUsed_lteBigInt
manager_not_starts_with_nocaseStringgasUsed_in[BigInt!]
manager_ends_withStringgasUsed_not_in[BigInt!]
manager_ends_with_nocaseStringgasPriceBigInt
manager_not_ends_withStringgasPrice_notBigInt
manager_not_ends_with_nocaseStringgasPrice_gtBigInt
manager_Account_filtergasPrice_ltBigInt
tickLowergasPrice_gte BigInt
tickLower_notgasPrice_lte BigInt
tickLower_gtBigIntgasPrice_in[BigInt!]
tickLower_ltBigIntgasPrice_not_in[BigInt!]
tickLower_gteBigIntpoolString
tickLower_lteBigIntpool_notString
tickLower_in[BigInt!]pool_gtString
tickLower_not_in[BigInt!]pool_ltString
tickUpperBigIntpool_gteString
tickUpper_notBigIntpool_lteString
tickUpper_gtBigIntpool_in[String!]
tickUpper_ltBigIntpool_not_in[String!]
tickUpper_gteBigIntpool_containsString
tickUpper_lteBigIntpool_contains_nocaseString
tickUpper_in[BigInt!]pool_not_containsString
tickUpper_not_in[BigInt!]pool_not_contains_nocaseString
strikeBigIntpool_starts_withString
strike_notBigIntpool_starts_with_nocaseString
strike_gtBigIntpool_not_starts_withString
strike_ltBigIntpool_not_starts_with_nocaseString
strike_gteBigIntpool_ends_withString
strike_lteBigIntpool_ends_with_nocaseString
strike_in[BigInt!]pool_not_ends_withString
strike_not_in[BigInt!]pool_not_ends_with_nocaseString
widthBigIntpool_Pool_filter
width_notBigIntbuilderFactoryString
width_gtBigIntbuilderFactory_notString
width_ltBigIntbuilderFactory_gtString
width_gteBigIntbuilderFactory_ltString
width_lteBigIntbuilderFactory_gteString
width_in[BigInt!]builderFactory_lteString
width_not_in[BigInt!]builderFactory_in[String!]
tokenTypeBigIntbuilderFactory_not_in[String!]
tokenType_notBigIntbuilderFactory_containsString
tokenType_gtBigIntbuilderFactory_contains_nocaseString
tokenType_ltBigIntbuilderFactory_not_containsString
tokenType_gteBigIntbuilderFactory_not_contains_nocaseString
tokenType_lteBigIntbuilderFactory_starts_withString
tokenType_in[BigInt!]builderFactory_starts_with_nocaseString
tokenType_not_in[BigInt!]builderFactory_not_starts_withString
poolbuilderFactory_not_starts_with_nocase String
pool_notbuilderFactory_ends_with String
pool_gtbuilderFactory_ends_with_nocase String
pool_ltbuilderFactory_not_ends_with String
pool_gtebuilderFactory_not_ends_with_nocase String
pool_lteStringbuilderFactory_BuilderFactory_filter
pool_in[String!]builderCodeBigInt
pool_not_in[String!]builderCode_notBigInt
pool_containsStringbuilderCode_gtBigInt
pool_contains_nocaseStringbuilderCode_ltBigInt
pool_not_containsStringbuilderCode_gteBigInt
pool_not_contains_nocaseStringbuilderCode_lteBigInt
pool_starts_withStringbuilderCode_in[BigInt!]
pool_starts_with_nocaseStringbuilderCode_not_in[BigInt!]
pool_not_starts_withStringwalletBytes
pool_not_starts_with_nocaseStringwallet_notBytes
pool_ends_withStringwallet_gtBytes
pool_ends_with_nocaseStringwallet_ltBytes
pool_not_ends_withStringwallet_gteBytes
pool_not_ends_with_nocaseStringwallet_lteBytes
pool_Pool_filterwallet_in[Bytes!]
panopticPoolStringwallet_not_in[Bytes!]
panopticPool_notStringwallet_containsBytes
panopticPool_gtStringwallet_not_containsBytes
panopticPool_ltStringbuilderAdminBytes
panopticPool_gteStringbuilderAdmin_notBytes
panopticPool_lteStringbuilderAdmin_gtBytes
panopticPool_in[String!]builderAdmin_ltBytes
panopticPool_not_in[String!]builderAdmin_gteBytes
panopticPool_containsStringbuilderAdmin_lteBytes
panopticPool_contains_nocaseStringbuilderAdmin_in[Bytes!]
panopticPool_not_containsStringbuilderAdmin_not_in[Bytes!]
panopticPool_not_contains_nocaseStringbuilderAdmin_containsBytes
panopticPool_starts_withStringbuilderAdmin_not_containsBytes
panopticPool_starts_with_nocaseString_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[BuilderDeployed_filter]
panopticPool_not_starts_withStringor[BuilderDeployed_filter]
+ +### BuilderFactory_filter + + + - - + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + - - + + - - + +
panopticPool_not_starts_with_nocaseStringFieldTypeDescription
idID
panopticPool_ends_withStringid_notID
panopticPool_ends_with_nocaseStringid_gtID
panopticPool_not_ends_withStringid_ltID
panopticPool_not_ends_with_nocaseStringid_gteID
panopticPool_PanopticPool_filterid_lteID
netLiquidityBigIntid_in[ID!]
netLiquidity_notBigIntid_not_in[ID!]
netLiquidity_gtBigIntriskEngineString
netLiquidity_ltBigIntriskEngine_notString
netLiquidity_gteBigIntriskEngine_gtString
netLiquidity_lteBigIntriskEngine_ltString
netLiquidity_in[BigInt!]riskEngine_gteString
netLiquidity_not_in[BigInt!]riskEngine_lteString
shortLiquidityBigIntriskEngine_in[String!]
shortLiquidity_notBigIntriskEngine_not_in[String!]
shortLiquidity_gtBigIntriskEngine_containsString
shortLiquidity_ltBigIntriskEngine_contains_nocaseString
shortLiquidity_gteBigIntriskEngine_not_containsString
shortLiquidity_lteBigIntriskEngine_not_contains_nocaseString
shortLiquidity_in[BigInt!]riskEngine_starts_withString
shortLiquidity_not_in[BigInt!]riskEngine_starts_with_nocaseString
longLiquidityBigIntriskEngine_not_starts_withString
longLiquidity_notBigIntriskEngine_not_starts_with_nocaseString
longLiquidity_gtBigIntriskEngine_ends_withString
longLiquidity_ltBigIntriskEngine_ends_with_nocaseString
longLiquidity_gteBigIntriskEngine_not_ends_withString
longLiquidity_lteBigIntriskEngine_not_ends_with_nocaseString
longLiquidity_in[BigInt!]riskEngine_RiskEngine_filter
longLiquidity_not_in[BigInt!]builderWallets_BuilderWallet_filter
shortCountsbuilderCount BigInt
shortCounts_notbuilderCount_not BigInt
shortCounts_gtbuilderCount_gt BigInt
shortCounts_ltbuilderCount_lt BigInt
shortCounts_gtebuilderCount_gte BigInt
shortCounts_ltebuilderCount_lte BigInt
shortCounts_inbuilderCount_in [BigInt!]
shortCounts_not_inbuilderCount_not_in [BigInt!]
longCountscreatedTimestamp BigInt
longCounts_notcreatedTimestamp_not BigInt
longCounts_gtcreatedTimestamp_gt BigInt
longCounts_ltcreatedTimestamp_lt BigInt
longCounts_gtecreatedTimestamp_gte BigInt
longCounts_ltecreatedTimestamp_lte BigInt
longCounts_increatedTimestamp_in [BigInt!]
longCounts_not_increatedTimestamp_not_in [BigInt!]
totalLiquiditycreatedBlockNumber BigInt
totalLiquidity_notcreatedBlockNumber_not BigInt
totalLiquidity_gtcreatedBlockNumber_gt BigInt
totalLiquidity_ltcreatedBlockNumber_lt BigInt
totalLiquidity_gtecreatedBlockNumber_gte BigInt
totalLiquidity_ltecreatedBlockNumber_lte BigInt
totalLiquidity_increatedBlockNumber_in [BigInt!]
totalLiquidity_not_increatedBlockNumber_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]
-### CollateralDayData_filter +### BuilderWallet_filter @@ -10075,312 +11400,435 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + + + + + + + + + + + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
collateralStringbuilderCodeBigInt
collateral_notStringbuilderCode_notBigInt
collateral_gtStringbuilderCode_gtBigInt
collateral_ltStringbuilderCode_ltBigInt
collateral_gteStringbuilderCode_gteBigInt
collateral_lteStringbuilderCode_lteBigInt
collateral_in[String!]builderCode_in[BigInt!]
collateral_not_in[String!]builderCode_not_in[BigInt!]
collateral_containsStringbuilderAdminBytes
collateral_contains_nocaseStringbuilderAdmin_notBytes
collateral_not_containsbuilderAdmin_gtBytes
builderAdmin_ltBytes
builderAdmin_gteBytes
builderAdmin_lteBytes
builderAdmin_in[Bytes!]
builderAdmin_not_in[Bytes!]
builderAdmin_containsBytes
builderAdmin_not_containsBytes
factory String
collateral_not_contains_nocasefactory_not String
collateral_starts_withfactory_gt String
collateral_starts_with_nocasefactory_lt String
collateral_not_starts_withfactory_gte String
collateral_not_starts_with_nocasefactory_lte String
collateral_ends_withfactory_in[String!]
factory_not_in[String!]
factory_contains String
collateral_ends_with_nocasefactory_contains_nocase String
collateral_not_ends_withfactory_not_contains String
collateral_not_ends_with_nocasefactory_not_contains_nocase String
collateral_Collateral_filterfactory_starts_withString
dateIntfactory_starts_with_nocaseString
date_notIntfactory_not_starts_withString
date_gtIntfactory_not_starts_with_nocaseString
date_ltIntfactory_ends_withString
date_gteIntfactory_ends_with_nocaseString
date_lteIntfactory_not_ends_withString
date_in[Int!]factory_not_ends_with_nocaseString
date_not_in[Int!]factory_BuilderFactory_filter
totalSharescreatedTimestamp BigInt
totalShares_notcreatedTimestamp_not BigInt
totalShares_gtcreatedTimestamp_gt BigInt
totalShares_ltcreatedTimestamp_lt BigInt
totalShares_gtecreatedTimestamp_gte BigInt
totalShares_ltecreatedTimestamp_lte BigInt
totalShares_increatedTimestamp_in [BigInt!]
totalShares_not_increatedTimestamp_not_in [BigInt!]
totalAssetscreatedBlockNumber BigInt
totalAssets_notcreatedBlockNumber_not BigInt
totalAssets_gtcreatedBlockNumber_gt BigInt
totalAssets_ltcreatedBlockNumber_lt BigInt
totalAssets_gtecreatedBlockNumber_gte BigInt
totalAssets_ltecreatedBlockNumber_lte BigInt
totalAssets_increatedBlockNumber_in [BigInt!]
totalAssets_not_increatedBlockNumber_not_in [BigInt!]
sharePrice_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[BuilderWallet_filter]
or[BuilderWallet_filter]
+ +### Bundle_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - - + + - - + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
ethPriceUSD BigDecimal
sharePrice_notethPriceUSD_not BigDecimal
sharePrice_gtethPriceUSD_gt BigDecimal
sharePrice_ltethPriceUSD_lt BigDecimal
sharePrice_gteethPriceUSD_gte BigDecimal
sharePrice_lteethPriceUSD_lte BigDecimal
sharePrice_inethPriceUSD_in [BigDecimal!]
sharePrice_not_inethPriceUSD_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]
-### CollateralDeposit_filter +### Burn_filter @@ -10413,1227 +11861,1187 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - + - + - + - + - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashhash String
hash_nothash_not String
hash_gthash_gt String
hash_lthash_lt String
hash_gtehash_gte String
hash_ltehash_lte String
hash_inhash_in [String!]
hash_not_inhash_not_in [String!]
hash_containshash_contains String
hash_contains_nocasehash_contains_nocase String
hash_not_containshash_not_contains String
hash_not_contains_nocasehash_not_contains_nocase String
hash_starts_withhash_starts_with String
hash_starts_with_nocasehash_starts_with_nocase String
hash_not_starts_withhash_not_starts_with String
hash_not_starts_with_nocasehash_not_starts_with_nocase String
hash_ends_withhash_ends_with String
hash_ends_with_nocasehash_ends_with_nocase String
hash_not_ends_withhash_not_ends_with String
hash_not_ends_with_nocasehash_not_ends_with_nocase String
logIndexlogIndex BigInt
logIndex_notlogIndex_not BigInt
logIndex_gtlogIndex_gt BigInt
logIndex_ltlogIndex_lt BigInt
logIndex_gtelogIndex_gte BigInt
logIndex_ltelogIndex_lte BigInt
logIndex_inlogIndex_in [BigInt!]
logIndex_not_inlogIndex_not_in [BigInt!]
eventTypeeventType EventType
eventType_noteventType_not EventType
eventType_ineventType_in [EventType!]
eventType_not_ineventType_not_in [EventType!]
fromfrom String
from_notfrom_not String
from_gtfrom_gt String
from_ltfrom_lt String
from_gtefrom_gte String
from_ltefrom_lte String
from_infrom_in [String!]
from_not_infrom_not_in [String!]
from_containsfrom_contains String
from_contains_nocasefrom_contains_nocase String
from_not_containsfrom_not_contains String
from_not_contains_nocasefrom_not_contains_nocase String
from_starts_withfrom_starts_with String
from_starts_with_nocasefrom_starts_with_nocase String
from_not_starts_withfrom_not_starts_with String
from_not_starts_with_nocasefrom_not_starts_with_nocase String
from_ends_withfrom_ends_with String
from_ends_with_nocasefrom_ends_with_nocase String
from_not_ends_withfrom_not_ends_with String
from_not_ends_with_nocasefrom_not_ends_with_nocase String
toto String
to_notto_not String
to_gtto_gt String
to_ltto_lt String
to_gteto_gte String
to_lteto_lte String
to_into_in [String!]
to_not_into_not_in [String!]
to_containsto_contains String
to_contains_nocaseto_contains_nocase String
to_not_containsto_not_contains String
to_not_contains_nocaseto_not_contains_nocase String
to_starts_withto_starts_with String
to_starts_with_nocaseto_starts_with_nocase String
to_not_starts_withto_not_starts_with String
to_not_starts_with_nocaseto_not_starts_with_nocase String
to_ends_withto_ends_with String
to_ends_with_nocaseto_ends_with_nocase String
to_not_ends_withto_not_ends_with String
to_not_ends_with_nocaseto_not_ends_with_nocase String
blockNumberblockNumber BigInt
blockNumber_notblockNumber_not BigInt
blockNumber_gtblockNumber_gt BigInt
blockNumber_ltblockNumber_lt BigInt
blockNumber_gteblockNumber_gte BigInt
blockNumber_lteblockNumber_lte BigInt
blockNumber_inblockNumber_in [BigInt!]
blockNumber_not_inblockNumber_not_in [BigInt!]
timestamptimestamp BigInt
timestamp_nottimestamp_not BigInt
timestamp_gttimestamp_gt BigInt
timestamp_lttimestamp_lt BigInt
timestamp_gtetimestamp_gte BigInt
timestamp_ltetimestamp_lte BigInt
timestamp_intimestamp_in [BigInt!]
timestamp_not_intimestamp_not_in [BigInt!]
gasUsedgasUsed BigInt
gasUsed_notgasUsed_not BigInt
gasUsed_gtgasUsed_gt BigInt
gasUsed_ltgasUsed_lt BigInt
gasUsed_gtegasUsed_gte BigInt
gasUsed_ltegasUsed_lte BigInt
gasUsed_ingasUsed_in [BigInt!]
gasUsed_not_ingasUsed_not_in [BigInt!]
gasPricegasPrice BigInt
gasPrice_notgasPrice_not BigInt
gasPrice_gtgasPrice_gt BigInt
gasPrice_ltgasPrice_lt BigInt
gasPrice_gtegasPrice_gte BigInt
gasPrice_ltegasPrice_lte BigInt
gasPrice_ingasPrice_in [BigInt!]
gasPrice_not_ingasPrice_not_in [BigInt!]
poolpool String
pool_notpool_not String
pool_gtpool_gt String
pool_ltpool_lt String
pool_gtepool_gte String
pool_ltepool_lte String
pool_inpool_in [String!]
pool_not_inpool_not_in [String!]
pool_containspool_contains String
pool_contains_nocasepool_contains_nocase String
pool_not_containspool_not_contains String
pool_not_contains_nocasepool_not_contains_nocase String
pool_starts_withpool_starts_with String
pool_starts_with_nocasepool_starts_with_nocase String
pool_not_starts_withpool_not_starts_with String
pool_not_starts_with_nocasepool_not_starts_with_nocase String
pool_ends_withpool_ends_with String
pool_ends_with_nocasepool_ends_with_nocase String
pool_not_ends_withpool_not_ends_with String
pool_not_ends_with_nocasepool_not_ends_with_nocase String
pool_pool_ Pool_filter
senderowner String
sender_notowner_not String
sender_gtowner_gt String
sender_ltowner_lt String
sender_gteowner_gte String
sender_lteowner_lte String
sender_inowner_in [String!]
sender_not_inowner_not_in [String!]
sender_containsowner_contains String
sender_contains_nocaseowner_contains_nocase String
sender_not_containsowner_not_contains String
sender_not_contains_nocaseowner_not_contains_nocase String
sender_starts_withowner_starts_with String
sender_starts_with_nocaseowner_starts_with_nocase String
sender_not_starts_withowner_not_starts_with String
sender_not_starts_with_nocaseowner_not_starts_with_nocase String
sender_ends_withowner_ends_with String
sender_ends_with_nocaseowner_ends_with_nocase String
sender_not_ends_withowner_not_ends_with String
sender_not_ends_with_nocaseowner_not_ends_with_nocase String
sender_owner_ Account_filter
ownerStringtickLowerInt
owner_notStringtickLower_notInt
owner_gtString
owner_ltString
owner_gteString
owner_lteString
owner_in[String!]
owner_not_in[String!]tickLower_gtInt
owner_containsStringtickLower_ltInt
owner_contains_nocaseStringtickLower_gteInt
owner_not_containsStringtickLower_lteInt
owner_not_contains_nocaseStringtickLower_in[Int!]
owner_starts_withStringtickLower_not_in[Int!]
owner_starts_with_nocaseStringtickUpperInt
owner_not_starts_withStringtickUpper_notInt
owner_not_starts_with_nocaseStringtickUpper_gtInt
owner_ends_withStringtickUpper_ltInt
owner_ends_with_nocaseStringtickUpper_gteInt
owner_not_ends_withStringtickUpper_lteInt
owner_not_ends_with_nocaseStringtickUpper_in[Int!]
owner_Account_filtertickUpper_not_in[Int!]
assetsamount BigInt
assets_notamount_not BigInt
assets_gtamount_gt BigInt
assets_ltamount_lt BigInt
assets_gteamount_gte BigInt
assets_lteamount_lte BigInt
assets_inamount_in [BigInt!]
assets_not_inamount_not_in [BigInt!]
sharesBigIntamount0BigDecimal
shares_notBigIntamount0_notBigDecimal
shares_gtBigIntamount0_gtBigDecimal
shares_ltBigIntamount0_ltBigDecimal
shares_gteBigIntamount0_gteBigDecimal
shares_lteBigIntamount0_lteBigDecimal
shares_in[BigInt!]amount0_in[BigDecimal!]
shares_not_in[BigInt!]amount0_not_in[BigDecimal!]
collateralStringamount1BigDecimal
collateral_notStringamount1_notBigDecimal
collateral_gtStringamount1_gtBigDecimal
collateral_ltStringamount1_ltBigDecimal
collateral_gteStringamount1_gteBigDecimal
collateral_lteStringamount1_lteBigDecimal
collateral_in[String!]amount1_in[BigDecimal!]
collateral_not_in[String!]amount1_not_in[BigDecimal!]
collateral_containstoken0 String
collateral_contains_nocasetoken0_not String
collateral_not_containstoken0_gt String
collateral_not_contains_nocasetoken0_lt String
collateral_starts_withtoken0_gte String
collateral_starts_with_nocasetoken0_lte String
collateral_not_starts_withStringtoken0_in[String!]
collateral_not_starts_with_nocaseStringtoken0_not_in[String!]
collateral_ends_withtoken0_contains String
collateral_ends_with_nocasetoken0_contains_nocase String
collateral_not_ends_withtoken0_not_contains String
collateral_not_ends_with_nocasetoken0_not_contains_nocase String
collateral_Collateral_filter
tickAtDepositBigInt
tickAtDeposit_notBigInt
tickAtDeposit_gtBigInttoken0_starts_withString
tickAtDeposit_ltBigInttoken0_starts_with_nocaseString
tickAtDeposit_gteBigInttoken0_not_starts_withString
tickAtDeposit_lteBigInttoken0_not_starts_with_nocaseString
tickAtDeposit_in[BigInt!]token0_ends_withString
tickAtDeposit_not_in[BigInt!]token0_ends_with_nocaseString
tokenDerivedEthAtDepositBigDecimaltoken0_not_ends_withString
tokenDerivedEthAtDeposit_notBigDecimaltoken0_not_ends_with_nocaseString
tokenDerivedEthAtDeposit_gtBigDecimaltoken0_Token_filter
tokenDerivedEthAtDeposit_ltBigDecimaltoken1String
tokenDerivedEthAtDeposit_gteBigDecimaltoken1_notString
tokenDerivedEthAtDeposit_lteBigDecimaltoken1_gtString
tokenDerivedEthAtDeposit_in[BigDecimal!]token1_ltString
tokenDerivedEthAtDeposit_not_in[BigDecimal!]token1_gteString
ethPriceUSDAtDepositBigDecimaltoken1_lteString
ethPriceUSDAtDeposit_notBigDecimaltoken1_in[String!]
ethPriceUSDAtDeposit_gtBigDecimaltoken1_not_in[String!]
ethPriceUSDAtDeposit_ltBigDecimaltoken1_containsString
ethPriceUSDAtDeposit_gteBigDecimaltoken1_contains_nocaseString
ethPriceUSDAtDeposit_lteBigDecimaltoken1_not_containsString
ethPriceUSDAtDeposit_in[BigDecimal!]token1_not_contains_nocaseString
ethPriceUSDAtDeposit_not_in[BigDecimal!]token1_starts_withString
panopticVersionBigDecimaltoken1_starts_with_nocaseString
panopticVersion_notBigDecimaltoken1_not_starts_withString
panopticVersion_gtBigDecimaltoken1_not_starts_with_nocaseString
panopticVersion_ltBigDecimaltoken1_ends_withString
panopticVersion_gteBigDecimaltoken1_ends_with_nocaseString
panopticVersion_lteBigDecimaltoken1_not_ends_withString
panopticVersion_in[BigDecimal!]token1_not_ends_with_nocaseString
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]
-### CollateralWithdraw_filter +### Chunk_filter @@ -11666,3839 +13074,3781 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - - + + - + - - + + - - + + + + + + + - - + + + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashowner String
hash_notowner_not String
hash_gtowner_gt String
hash_ltowner_lt String
hash_gteowner_gte String
hash_lteowner_lte String
hash_inowner_in [String!]
hash_not_inowner_not_in [String!]
hash_containsowner_contains String
hash_contains_nocaseowner_contains_nocase String
hash_not_containsowner_not_contains String
hash_not_contains_nocaseowner_not_contains_nocase String
hash_starts_withowner_starts_with String
hash_starts_with_nocaseowner_starts_with_nocase String
hash_not_starts_withowner_not_starts_with String
hash_not_starts_with_nocaseowner_not_starts_with_nocase String
hash_ends_withowner_ends_with String
hash_ends_with_nocaseowner_ends_with_nocase String
hash_not_ends_withowner_not_ends_with String
hash_not_ends_with_nocaseowner_not_ends_with_nocase String
logIndexBigIntowner_Account_filter
logIndex_notBigIntmanagerString
logIndex_gtBigIntmanager_notString
logIndex_ltBigIntmanager_gtString
logIndex_gteBigIntmanager_ltString
logIndex_lteBigIntmanager_gteString
logIndex_in[BigInt!]manager_lteString
logIndex_not_in[BigInt!]manager_in[String!]
eventTypeEventTypemanager_not_in[String!]
eventType_notEventTypemanager_containsString
eventType_in[EventType!]manager_contains_nocaseString
eventType_not_in[EventType!]manager_not_containsString
frommanager_not_contains_nocase String
from_notmanager_starts_with String
from_gtmanager_starts_with_nocase String
from_ltmanager_not_starts_with String
from_gtemanager_not_starts_with_nocase String
from_ltemanager_ends_with String
from_in[String!]manager_ends_with_nocaseString
from_not_in[String!]manager_not_ends_withString
from_containsmanager_not_ends_with_nocase String
from_contains_nocaseStringmanager_Account_filter
from_not_containsStringtickLowerBigInt
from_not_contains_nocaseStringtickLower_notBigInt
from_starts_withStringtickLower_gtBigInt
from_starts_with_nocaseStringtickLower_ltBigInt
from_not_starts_withStringtickLower_gteBigInt
from_not_starts_with_nocaseStringtickLower_lteBigInt
from_ends_withStringtickLower_in[BigInt!]
from_ends_with_nocaseStringtickLower_not_in[BigInt!]
from_not_ends_withStringtickUpperBigInt
from_not_ends_with_nocaseStringtickUpper_notBigInt
toStringtickUpper_gtBigInt
to_notStringtickUpper_ltBigInt
to_gtString
to_ltString
to_gteString
to_lteString
to_in[String!]
to_not_in[String!]
to_containsString
to_contains_nocaseString
to_not_containsString
to_not_contains_nocaseString
to_starts_withString
to_starts_with_nocaseString
to_not_starts_withString
to_not_starts_with_nocaseString
to_ends_withString
to_ends_with_nocaseString
to_not_ends_withString
to_not_ends_with_nocaseString
blockNumberBigInt
blockNumber_notBigInt
blockNumber_gtBigInt
blockNumber_ltBigInt
blockNumber_gtetickUpper_gte BigInt
blockNumber_ltetickUpper_lte BigInt
blockNumber_intickUpper_in [BigInt!]
blockNumber_not_intickUpper_not_in [BigInt!]
timestampstrike BigInt
timestamp_notstrike_not BigInt
timestamp_gtstrike_gt BigInt
timestamp_ltstrike_lt BigInt
timestamp_gtestrike_gte BigInt
timestamp_ltestrike_lte BigInt
timestamp_instrike_in [BigInt!]
timestamp_not_instrike_not_in [BigInt!]
gasUsedwidth BigInt
gasUsed_notwidth_not BigInt
gasUsed_gtwidth_gt BigInt
gasUsed_ltwidth_lt BigInt
gasUsed_gtewidth_gte BigInt
gasUsed_ltewidth_lte BigInt
gasUsed_inwidth_in [BigInt!]
gasUsed_not_inwidth_not_in [BigInt!]
gasPricetokenType BigInt
gasPrice_nottokenType_not BigInt
gasPrice_gttokenType_gt BigInt
gasPrice_lttokenType_lt BigInt
gasPrice_gtetokenType_gte BigInt
gasPrice_ltetokenType_lte BigInt
gasPrice_intokenType_in [BigInt!]
gasPrice_not_intokenType_not_in [BigInt!]
poolpool String
pool_notpool_not String
pool_gtpool_gt String
pool_ltpool_lt String
pool_gtepool_gte String
pool_ltepool_lte String
pool_inpool_in [String!]
pool_not_inpool_not_in [String!]
pool_containspool_contains String
pool_contains_nocasepool_contains_nocase String
pool_not_containspool_not_contains String
pool_not_contains_nocasepool_not_contains_nocase String
pool_starts_withpool_starts_with String
pool_starts_with_nocasepool_starts_with_nocase String
pool_not_starts_withpool_not_starts_with String
pool_not_starts_with_nocasepool_not_starts_with_nocase String
pool_ends_withpool_ends_with String
pool_ends_with_nocasepool_ends_with_nocase String
pool_not_ends_withpool_not_ends_with String
pool_not_ends_with_nocasepool_not_ends_with_nocase String
pool_pool_ Pool_filter
senderpanopticPool String
sender_notpanopticPool_not String
sender_gtpanopticPool_gt String
sender_ltpanopticPool_lt String
sender_gtepanopticPool_gte String
sender_ltepanopticPool_lte String
sender_inpanopticPool_in [String!]
sender_not_inpanopticPool_not_in [String!]
sender_containspanopticPool_contains String
sender_contains_nocasepanopticPool_contains_nocase String
sender_not_containspanopticPool_not_contains String
sender_not_contains_nocasepanopticPool_not_contains_nocase String
sender_starts_withpanopticPool_starts_with String
sender_starts_with_nocasepanopticPool_starts_with_nocase String
sender_not_starts_withpanopticPool_not_starts_with String
sender_not_starts_with_nocasepanopticPool_not_starts_with_nocase String
sender_ends_withpanopticPool_ends_with String
sender_ends_with_nocasepanopticPool_ends_with_nocase String
sender_not_ends_withpanopticPool_not_ends_with String
sender_not_ends_with_nocasepanopticPool_not_ends_with_nocase String
sender_Account_filter
receiverStringpanopticPool_PanopticPool_filter
receiver_notStringnetLiquidityBigInt
receiver_gtStringnetLiquidity_notBigInt
receiver_ltStringnetLiquidity_gtBigInt
receiver_gteStringnetLiquidity_ltBigInt
receiver_lteStringnetLiquidity_gteBigInt
receiver_in[String!]netLiquidity_lteBigInt
receiver_not_in[String!]netLiquidity_in[BigInt!]
receiver_containsStringnetLiquidity_not_in[BigInt!]
receiver_contains_nocaseStringshortLiquidityBigInt
receiver_not_containsStringshortLiquidity_notBigInt
receiver_not_contains_nocaseStringshortLiquidity_gtBigInt
receiver_starts_withStringshortLiquidity_ltBigInt
receiver_starts_with_nocaseStringshortLiquidity_gteBigInt
receiver_not_starts_withStringshortLiquidity_lteBigInt
receiver_not_starts_with_nocaseStringshortLiquidity_in[BigInt!]
receiver_ends_withStringshortLiquidity_not_in[BigInt!]
receiver_ends_with_nocaseStringlongLiquidityBigInt
receiver_not_ends_withStringlongLiquidity_notBigInt
receiver_not_ends_with_nocaseStringlongLiquidity_gtBigInt
receiver_Account_filterlongLiquidity_ltBigInt
ownerStringlongLiquidity_gteBigInt
owner_notStringlongLiquidity_lteBigInt
owner_gtStringlongLiquidity_in[BigInt!]
owner_ltStringlongLiquidity_not_in[BigInt!]
owner_gteStringshortCountsBigInt
owner_lteStringshortCounts_notBigInt
owner_in[String!]shortCounts_gtBigInt
owner_not_in[String!]shortCounts_ltBigInt
owner_containsStringshortCounts_gteBigInt
owner_contains_nocaseStringshortCounts_lteBigInt
owner_not_containsStringshortCounts_in[BigInt!]
owner_not_contains_nocaseStringshortCounts_not_in[BigInt!]
owner_starts_withStringlongCountsBigInt
owner_starts_with_nocaseStringlongCounts_notBigInt
owner_not_starts_withStringlongCounts_gtBigInt
owner_not_starts_with_nocaseStringlongCounts_ltBigInt
owner_ends_withStringlongCounts_gteBigInt
owner_ends_with_nocaseStringlongCounts_lteBigInt
owner_not_ends_withStringlongCounts_in[BigInt!]
owner_not_ends_with_nocaseStringlongCounts_not_in[BigInt!]
owner_Account_filtertotalLiquidityBigInt
assetstotalLiquidity_not BigInt
assets_nottotalLiquidity_gt BigInt
assets_gttotalLiquidity_lt BigInt
assets_lttotalLiquidity_gte BigInt
assets_gtetotalLiquidity_lte BigInt
assets_lteBigInttotalLiquidity_in[BigInt!]
assets_intotalLiquidity_not_in [BigInt!]
assets_not_in[BigInt!]legs_Leg_filter
sharesBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[Chunk_filter]
shares_notBigIntor[Chunk_filter]
+ +### CollateralDayData_filter + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - - - + + + - - + + - - + + + +
FieldTypeDescription
shares_gtBigIntidID
shares_ltBigIntid_notID
shares_gteBigIntid_gtID
shares_lteBigIntid_ltID
shares_in[BigInt!]id_gteID
shares_not_in[BigInt!]id_lteID
collateralStringid_in[ID!]
collateral_notStringid_not_in[ID!]
collateral_gtcollateral String
collateral_ltcollateral_not String
collateral_gtecollateral_gt String
collateral_ltecollateral_lt String
collateral_incollateral_gteString
collateral_lteString
collateral_in [String!]
collateral_not_incollateral_not_in [String!]
collateral_containscollateral_contains String
collateral_contains_nocasecollateral_contains_nocase String
collateral_not_containscollateral_not_contains String
collateral_not_contains_nocasecollateral_not_contains_nocase String
collateral_starts_withcollateral_starts_with String
collateral_starts_with_nocasecollateral_starts_with_nocase String
collateral_not_starts_withcollateral_not_starts_with String
collateral_not_starts_with_nocasecollateral_not_starts_with_nocase String
collateral_ends_withcollateral_ends_with String
collateral_ends_with_nocasecollateral_ends_with_nocase String
collateral_not_ends_withcollateral_not_ends_with String
collateral_not_ends_with_nocasecollateral_not_ends_with_nocase String
collateral_collateral_ Collateral_filter
tickAtWithdrawdateInt
date_notInt
date_gtInt
date_ltInt
date_gteInt
date_lteInt
date_in[Int!]
date_not_in[Int!]
totalShares BigInt
tickAtWithdraw_nottotalShares_not BigInt
tickAtWithdraw_gttotalShares_gt BigInt
tickAtWithdraw_lttotalShares_lt BigInt
tickAtWithdraw_gtetotalShares_gte BigInt
tickAtWithdraw_ltetotalShares_lte BigInt
tickAtWithdraw_intotalShares_in [BigInt!]
tickAtWithdraw_not_intotalShares_not_in [BigInt!]
tokenDerivedEthAtWithdrawBigDecimal_change_blockBlockChangedFilter + +Filter for the block changed event. + +
tokenDerivedEthAtWithdraw_notBigDecimaland[CollateralDayData_filter]
tokenDerivedEthAtWithdraw_gtBigDecimalor[CollateralDayData_filter]
+ +### CollateralDeposit_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - -
tokenDerivedEthAtWithdraw_ltBigDecimalFieldTypeDescription
tokenDerivedEthAtWithdraw_gteBigDecimalidID
tokenDerivedEthAtWithdraw_lteBigDecimalid_notID
tokenDerivedEthAtWithdraw_in[BigDecimal!]id_gtID
tokenDerivedEthAtWithdraw_not_in[BigDecimal!]id_ltID
ethPriceUSDAtWithdrawBigDecimalid_gteID
ethPriceUSDAtWithdraw_notBigDecimalid_lteID
ethPriceUSDAtWithdraw_gtBigDecimalid_in[ID!]
ethPriceUSDAtWithdraw_ltBigDecimalid_not_in[ID!]
ethPriceUSDAtWithdraw_gteBigDecimalhashString
ethPriceUSDAtWithdraw_lteBigDecimalhash_notString
ethPriceUSDAtWithdraw_in[BigDecimal!]hash_gtString
ethPriceUSDAtWithdraw_not_in[BigDecimal!]hash_ltString
panopticVersionBigDecimalhash_gteString
panopticVersion_notBigDecimalhash_lteString
panopticVersion_gtBigDecimalhash_in[String!]
panopticVersion_ltBigDecimalhash_not_in[String!]
panopticVersion_gteBigDecimalhash_containsString
panopticVersion_lteBigDecimalhash_contains_nocaseString
panopticVersion_in[BigDecimal!]hash_not_containsString
panopticVersion_not_in[BigDecimal!]hash_not_contains_nocaseString
_change_blockBlockChangedFilter - -Filter for the block changed event. - -hash_starts_withString
and[CollateralWithdraw_filter]hash_starts_with_nocaseString
or[CollateralWithdraw_filter]hash_not_starts_withString
- -### Collateral_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - -
FieldTypeDescriptionhash_not_starts_with_nocaseString
idIDhash_ends_withString
id_notIDhash_ends_with_nocaseString
id_gtIDhash_not_ends_withString
id_ltIDhash_not_ends_with_nocaseString
id_gteIDlogIndexBigInt
id_lteIDlogIndex_notBigInt
id_in[ID!]logIndex_gtBigInt
id_not_in[ID!]logIndex_ltBigInt
panopticVersionBigDecimallogIndex_gteBigInt
panopticVersion_notBigDecimallogIndex_lteBigInt
panopticVersion_gtBigDecimallogIndex_in[BigInt!]
panopticVersion_ltBigDecimallogIndex_not_in[BigInt!]
panopticVersion_gteBigDecimaleventTypeEventType
panopticVersion_lteBigDecimaleventType_notEventType
panopticVersion_in[BigDecimal!]eventType_in[EventType!]
panopticVersion_not_in[BigDecimal!]eventType_not_in[EventType!]
tokenfrom String
token_notfrom_not String
token_gtfrom_gt String
token_ltfrom_lt String
token_gtefrom_gte String
token_ltefrom_lte String
token_infrom_in [String!]
token_not_infrom_not_in [String!]
token_containsfrom_contains String
token_contains_nocasefrom_contains_nocase String
token_not_containsfrom_not_contains String
token_not_contains_nocasefrom_not_contains_nocase String
token_starts_withfrom_starts_with String
token_starts_with_nocasefrom_starts_with_nocase String
token_not_starts_withfrom_not_starts_with String
token_not_starts_with_nocasefrom_not_starts_with_nocase String
token_ends_withfrom_ends_with String
token_ends_with_nocasefrom_ends_with_nocase String
token_not_ends_withfrom_not_ends_with String
token_not_ends_with_nocasefrom_not_ends_with_nocase String
token_Token_filtertoString
totalSharesBigIntto_notString
totalShares_notBigIntto_gtString
totalShares_gtBigIntto_ltString
totalShares_ltBigIntto_gteString
totalShares_gteBigIntto_lteString
totalShares_lteBigIntto_in[String!]
totalShares_in[BigInt!]to_not_in[String!]
totalShares_not_in[BigInt!]to_containsString
to_contains_nocaseString
to_not_containsString
to_not_contains_nocaseString
to_starts_withString
to_starts_with_nocaseString
to_not_starts_withString
to_not_starts_with_nocaseString
to_ends_withString
to_ends_with_nocaseString
to_not_ends_withString
totalAssetsto_not_ends_with_nocaseString
blockNumber BigInt
totalAssets_notblockNumber_not BigInt
totalAssets_gtblockNumber_gt BigInt
totalAssets_ltblockNumber_lt BigInt
totalAssets_gteblockNumber_gte BigInt
totalAssets_lteblockNumber_lte BigInt
totalAssets_inblockNumber_in [BigInt!]
totalAssets_not_inblockNumber_not_in [BigInt!]
poolAssetstimestamp BigInt
poolAssets_nottimestamp_not BigInt
poolAssets_gttimestamp_gt BigInt
poolAssets_lttimestamp_lt BigInt
poolAssets_gtetimestamp_gte BigInt
poolAssets_ltetimestamp_lte BigInt
poolAssets_intimestamp_in [BigInt!]
poolAssets_not_intimestamp_not_in [BigInt!]
inAMMgasUsed BigInt
inAMM_notgasUsed_not BigInt
inAMM_gtgasUsed_gt BigInt
inAMM_ltgasUsed_lt BigInt
inAMM_gtegasUsed_gte BigInt
inAMM_ltegasUsed_lte BigInt
inAMM_ingasUsed_in [BigInt!]
inAMM_not_ingasUsed_not_in [BigInt!]
poolUtilizationgasPrice BigInt
poolUtilization_notgasPrice_not BigInt
poolUtilization_gtgasPrice_gt BigInt
poolUtilization_ltgasPrice_lt BigInt
poolUtilization_gtegasPrice_gte BigInt
poolUtilization_ltegasPrice_lte BigInt
poolUtilization_ingasPrice_in [BigInt!]
poolUtilization_not_ingasPrice_not_in [BigInt!]
panopticPoolpool String
panopticPool_notpool_not String
panopticPool_gtpool_gt String
panopticPool_ltpool_lt String
panopticPool_gtepool_gte String
panopticPool_ltepool_lte String
panopticPool_inpool_in [String!]
panopticPool_not_inpool_not_in [String!]
panopticPool_containspool_contains String
panopticPool_contains_nocasepool_contains_nocase String
panopticPool_not_containspool_not_contains String
panopticPool_not_contains_nocasepool_not_contains_nocase String
panopticPool_starts_withpool_starts_with String
panopticPool_starts_with_nocasepool_starts_with_nocase String
panopticPool_not_starts_withpool_not_starts_with String
panopticPool_not_starts_with_nocasepool_not_starts_with_nocase String
panopticPool_ends_withpool_ends_with String
panopticPool_ends_with_nocasepool_ends_with_nocase String
panopticPool_not_ends_withpool_not_ends_with String
panopticPool_not_ends_with_nocasepool_not_ends_with_nocase String
panopticPool_PanopticPool_filterpool_Pool_filter
indexBigIntsenderString
index_notBigIntsender_notString
index_gtBigIntsender_gtString
index_ltBigIntsender_ltString
index_gteBigIntsender_gteString
index_lteBigIntsender_lteString
index_in[BigInt!]sender_in[String!]
index_not_in[BigInt!]sender_not_in[String!]
collateralDayData_CollateralDayData_filtersender_containsString
_change_blockBlockChangedFilter - -Filter for the block changed event. - -sender_contains_nocaseString
and[Collateral_filter]sender_not_containsString
or[Collateral_filter]sender_not_contains_nocaseString
- -### Collect_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - - - - - - - - - - + - + - + - + - + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
FieldTypeDescriptionsender_starts_withString
idIDsender_starts_with_nocaseString
id_notIDsender_not_starts_withString
id_gtIDsender_not_starts_with_nocaseString
id_ltIDsender_ends_withString
id_gteIDsender_ends_with_nocaseString
id_lteIDsender_not_ends_withString
id_in[ID!]sender_not_ends_with_nocaseString
id_not_in[ID!]sender_Account_filter
hashowner String
hash_notowner_not String
hash_gtowner_gt String
hash_ltowner_lt String
hash_gteowner_gte String
hash_lteowner_lte String
hash_inowner_in [String!]
hash_not_inowner_not_in [String!]
hash_containsowner_contains String
hash_contains_nocaseowner_contains_nocase String
hash_not_containsowner_not_contains String
hash_not_contains_nocaseowner_not_contains_nocase String
hash_starts_withowner_starts_with String
hash_starts_with_nocaseowner_starts_with_nocase String
hash_not_starts_withowner_not_starts_with String
hash_not_starts_with_nocaseowner_not_starts_with_nocase String
hash_ends_withowner_ends_with String
hash_ends_with_nocaseowner_ends_with_nocase String
hash_not_ends_withowner_not_ends_with String
hash_not_ends_with_nocaseowner_not_ends_with_nocase String
logIndexBigIntowner_Account_filter
logIndex_notassets BigInt
logIndex_gtassets_not BigInt
logIndex_ltassets_gt BigInt
logIndex_gteassets_lt BigInt
logIndex_lteassets_gte BigInt
logIndex_in[BigInt!]assets_lteBigInt
logIndex_not_inassets_in [BigInt!]
eventTypeEventTypeassets_not_in[BigInt!]
eventType_notEventTypesharesBigInt
eventType_in[EventType!]shares_notBigInt
eventType_not_in[EventType!]shares_gtBigInt
fromStringshares_ltBigInt
from_notStringshares_gteBigInt
from_gtStringshares_lteBigInt
from_ltStringshares_in[BigInt!]
from_gteStringshares_not_in[BigInt!]
from_ltecollateral String
from_in[String!]
from_not_in[String!]
from_containscollateral_not String
from_contains_nocasecollateral_gt String
from_not_containscollateral_lt String
from_not_contains_nocasecollateral_gte String
from_starts_withcollateral_lte String
from_starts_with_nocaseStringcollateral_in[String!]
from_not_starts_withStringcollateral_not_in[String!]
from_not_starts_with_nocasecollateral_contains String
from_ends_withcollateral_contains_nocase String
from_ends_with_nocasecollateral_not_contains String
from_not_ends_withcollateral_not_contains_nocase String
from_not_ends_with_nocasecollateral_starts_with String
tocollateral_starts_with_nocase String
to_notcollateral_not_starts_with String
to_gtcollateral_not_starts_with_nocase String
to_ltcollateral_ends_with String
to_gtecollateral_ends_with_nocase String
to_ltecollateral_not_ends_with String
to_in[String!]collateral_not_ends_with_nocaseString
to_not_in[String!]collateral_Collateral_filter
to_containsStringtickAtDepositBigInt
to_contains_nocaseStringtickAtDeposit_notBigInt
to_not_containsStringtickAtDeposit_gtBigInt
to_not_contains_nocaseStringtickAtDeposit_ltBigInt
to_starts_withStringtickAtDeposit_gteBigInt
to_starts_with_nocaseStringtickAtDeposit_lteBigInt
to_not_starts_withStringtickAtDeposit_in[BigInt!]
to_not_starts_with_nocaseStringtickAtDeposit_not_in[BigInt!]
to_ends_withStringtokenDerivedEthAtDepositBigDecimal
to_ends_with_nocaseStringtokenDerivedEthAtDeposit_notBigDecimal
to_not_ends_withStringtokenDerivedEthAtDeposit_gtBigDecimal
to_not_ends_with_nocaseStringtokenDerivedEthAtDeposit_ltBigDecimal
blockNumberBigInttokenDerivedEthAtDeposit_gteBigDecimal
blockNumber_notBigInttokenDerivedEthAtDeposit_lteBigDecimal
blockNumber_gtBigInttokenDerivedEthAtDeposit_in[BigDecimal!]
blockNumber_ltBigInttokenDerivedEthAtDeposit_not_in[BigDecimal!]
blockNumber_gteBigIntethPriceUSDAtDepositBigDecimal
blockNumber_lteBigIntethPriceUSDAtDeposit_notBigDecimal
blockNumber_in[BigInt!]ethPriceUSDAtDeposit_gtBigDecimal
blockNumber_not_in[BigInt!]ethPriceUSDAtDeposit_ltBigDecimal
timestampBigIntethPriceUSDAtDeposit_gteBigDecimal
timestamp_notBigIntethPriceUSDAtDeposit_lteBigDecimal
timestamp_gtBigIntethPriceUSDAtDeposit_in[BigDecimal!]
timestamp_ltBigIntethPriceUSDAtDeposit_not_in[BigDecimal!]
timestamp_gteBigIntpanopticVersionBigDecimal
timestamp_lteBigIntpanopticVersion_notBigDecimal
timestamp_in[BigInt!]panopticVersion_gtBigDecimal
timestamp_not_in[BigInt!]panopticVersion_ltBigDecimal
gasUsedBigIntpanopticVersion_gteBigDecimal
gasUsed_notBigIntpanopticVersion_lteBigDecimal
gasUsed_gtBigIntpanopticVersion_in[BigDecimal!]
gasUsed_ltBigIntpanopticVersion_not_in[BigDecimal!]
gasUsed_gteBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
gasUsed_lteBigIntand[CollateralDeposit_filter]
gasUsed_in[BigInt!]or[CollateralDeposit_filter]
+ +### CollateralWithdraw_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - - + + - + + + + + + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - -
gasUsed_not_in[BigInt!]FieldTypeDescription
gasPriceBigIntidID
gasPrice_notBigIntid_notID
gasPrice_gtBigIntid_gtID
gasPrice_ltBigIntid_ltID
gasPrice_gteBigIntid_gteID
gasPrice_lteBigIntid_lteID
gasPrice_in[BigInt!]id_in[ID!]
gasPrice_not_in[BigInt!]id_not_in[ID!]
poolhash String
pool_nothash_not String
pool_gthash_gt String
pool_lthash_lt String
pool_gtehash_gte String
pool_ltehash_lte String
pool_inhash_in [String!]
pool_not_inhash_not_in [String!]
pool_containshash_contains String
pool_contains_nocasehash_contains_nocase String
pool_not_containshash_not_contains String
pool_not_contains_nocasehash_not_contains_nocase String
pool_starts_withhash_starts_with String
pool_starts_with_nocasehash_starts_with_nocase String
pool_not_starts_withhash_not_starts_with String
pool_not_starts_with_nocasehash_not_starts_with_nocase String
pool_ends_withhash_ends_with String
pool_ends_with_nocasehash_ends_with_nocase String
pool_not_ends_withhash_not_ends_with String
pool_not_ends_with_nocasehash_not_ends_with_nocase String
pool_Pool_filterlogIndexBigInt
ownerStringlogIndex_notBigInt
owner_notStringlogIndex_gtBigInt
owner_gtlogIndex_ltBigInt
logIndex_gteBigInt
logIndex_lteBigInt
logIndex_in[BigInt!]
logIndex_not_in[BigInt!]
eventTypeEventType
eventType_notEventType
eventType_in[EventType!]
eventType_not_in[EventType!]
from String
owner_ltfrom_not String
owner_gtefrom_gt String
owner_ltefrom_lt String
owner_in[String!]from_gteString
owner_not_infrom_lteString
from_in [String!]
owner_containsStringfrom_not_in[String!]
owner_contains_nocasefrom_contains String
owner_not_containsfrom_contains_nocase String
owner_not_contains_nocasefrom_not_contains String
owner_starts_withfrom_not_contains_nocase String
owner_starts_with_nocasefrom_starts_with String
owner_not_starts_withfrom_starts_with_nocase String
owner_not_starts_with_nocasefrom_not_starts_with String
owner_ends_withfrom_not_starts_with_nocase String
owner_ends_with_nocasefrom_ends_with String
owner_not_ends_withfrom_ends_with_nocase String
owner_not_ends_with_nocasefrom_not_ends_with String
owner_Account_filterfrom_not_ends_with_nocaseString
recipientto String
recipient_notto_not String
recipient_gtto_gt String
recipient_ltto_lt String
recipient_gteto_gte String
recipient_lteto_lte String
recipient_into_in [String!]
recipient_not_into_not_in [String!]
recipient_containsto_contains String
recipient_contains_nocaseto_contains_nocase String
recipient_not_containsto_not_contains String
recipient_not_contains_nocaseto_not_contains_nocase String
recipient_starts_withto_starts_with String
recipient_starts_with_nocaseto_starts_with_nocase String
recipient_not_starts_withto_not_starts_with String
recipient_not_starts_with_nocaseto_not_starts_with_nocase String
recipient_ends_withto_ends_with String
recipient_ends_with_nocaseto_ends_with_nocase String
recipient_not_ends_withto_not_ends_with String
recipient_not_ends_with_nocaseto_not_ends_with_nocase String
recipient_Account_filterblockNumberBigInt
tickLowerIntblockNumber_notBigInt
tickLower_notIntblockNumber_gtBigInt
tickLower_gtIntblockNumber_ltBigInt
tickLower_ltIntblockNumber_gteBigInt
tickLower_gteIntblockNumber_lteBigInt
tickLower_lteIntblockNumber_in[BigInt!]
tickLower_in[Int!]blockNumber_not_in[BigInt!]
tickLower_not_in[Int!]timestampBigInt
tickUpperInttimestamp_notBigInt
tickUpper_notInttimestamp_gtBigInt
tickUpper_gtInttimestamp_ltBigInt
tickUpper_ltInttimestamp_gteBigInt
tickUpper_gteInttimestamp_lteBigInt
tickUpper_lteInttimestamp_in[BigInt!]
tickUpper_in[Int!]timestamp_not_in[BigInt!]
tickUpper_not_in[Int!]gasUsedBigInt
amount0BigDecimalgasUsed_notBigInt
amount0_notBigDecimalgasUsed_gtBigInt
amount0_gtBigDecimalgasUsed_ltBigInt
amount0_ltBigDecimalgasUsed_gteBigInt
amount0_gteBigDecimalgasUsed_lteBigInt
amount0_lteBigDecimalgasUsed_in[BigInt!]
amount0_in[BigDecimal!]gasUsed_not_in[BigInt!]
amount0_not_in[BigDecimal!]gasPriceBigInt
amount1BigDecimalgasPrice_notBigInt
amount1_notBigDecimalgasPrice_gtBigInt
amount1_gtBigDecimalgasPrice_ltBigInt
amount1_ltBigDecimalgasPrice_gteBigInt
amount1_gteBigDecimalgasPrice_lteBigInt
amount1_lteBigDecimalgasPrice_in[BigInt!]
amount1_in[BigDecimal!]gasPrice_not_in[BigInt!]
amount1_not_in[BigDecimal!]poolString
_change_blockBlockChangedFilter - -Filter for the block changed event. - -pool_notString
and[Collect_filter]pool_gtString
or[Collect_filter]pool_ltString
- -### Event_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - + - + - + - + - + - + - - + + - + + + + + + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - + + - - + + - -
FieldTypeDescriptionpool_gteString
idIDpool_lteString
id_notIDpool_in[String!]
id_gtIDpool_not_in[String!]
id_ltIDpool_containsString
id_gteIDpool_contains_nocaseString
id_lteIDpool_not_containsString
id_in[ID!]pool_not_contains_nocaseString
id_not_in[ID!]pool_starts_withString
hashpool_starts_with_nocase String
hash_notpool_not_starts_with String
hash_gtpool_not_starts_with_nocase String
hash_ltpool_ends_with String
hash_gtepool_ends_with_nocase String
hash_ltepool_not_ends_with String
hash_in[String!]pool_not_ends_with_nocaseString
hash_not_in[String!]pool_Pool_filter
hash_containssender String
hash_contains_nocasesender_not String
hash_not_containssender_gt String
hash_not_contains_nocasesender_lt String
hash_starts_withsender_gte String
hash_starts_with_nocasesender_lte String
hash_not_starts_withStringsender_in[String!]
hash_not_starts_with_nocasesender_not_in[String!]
sender_contains String
hash_ends_withsender_contains_nocase String
hash_ends_with_nocasesender_not_contains String
hash_not_ends_withsender_not_contains_nocase String
hash_not_ends_with_nocasesender_starts_with String
logIndexBigIntsender_starts_with_nocaseString
logIndex_notBigIntsender_not_starts_withString
logIndex_gtBigIntsender_not_starts_with_nocaseString
logIndex_ltBigIntsender_ends_withString
logIndex_gteBigIntsender_ends_with_nocaseString
logIndex_lteBigIntsender_not_ends_withString
logIndex_in[BigInt!]sender_not_ends_with_nocaseString
logIndex_not_in[BigInt!]sender_Account_filter
fromreceiver String
from_notreceiver_not String
from_gtreceiver_gt String
from_ltreceiver_lt String
from_gtereceiver_gte String
from_ltereceiver_lte String
from_inreceiver_in [String!]
from_not_inreceiver_not_in [String!]
from_containsreceiver_contains String
from_contains_nocasereceiver_contains_nocase String
from_not_containsreceiver_not_contains String
from_not_contains_nocasereceiver_not_contains_nocase String
from_starts_withreceiver_starts_with String
from_starts_with_nocasereceiver_starts_with_nocase String
from_not_starts_withreceiver_not_starts_with String
from_not_starts_with_nocasereceiver_not_starts_with_nocase String
from_ends_withreceiver_ends_with String
from_ends_with_nocasereceiver_ends_with_nocase String
from_not_ends_withreceiver_not_ends_with String
from_not_ends_with_nocasereceiver_not_ends_with_nocase String
toreceiver_Account_filter
owner String
to_notowner_not String
to_gtowner_gt String
to_ltowner_lt String
to_gteowner_gte String
to_lteowner_lte String
to_inowner_in [String!]
to_not_inowner_not_in [String!]
to_containsowner_contains String
to_contains_nocaseowner_contains_nocase String
to_not_containsowner_not_contains String
to_not_contains_nocaseowner_not_contains_nocase String
to_starts_withowner_starts_with String
to_starts_with_nocaseowner_starts_with_nocase String
to_not_starts_withowner_not_starts_with String
to_not_starts_with_nocaseowner_not_starts_with_nocase String
to_ends_withowner_ends_with String
to_ends_with_nocaseowner_ends_with_nocase String
to_not_ends_withowner_not_ends_with String
to_not_ends_with_nocaseowner_not_ends_with_nocase String
blockNumberBigIntowner_Account_filter
blockNumber_notassets BigInt
blockNumber_gtassets_not BigInt
blockNumber_ltassets_gt BigInt
blockNumber_gteassets_lt BigInt
blockNumber_lteassets_gte BigInt
blockNumber_in[BigInt!]
blockNumber_not_in[BigInt!]
timestampBigInt
timestamp_notBigInt
timestamp_gtBigInt
timestamp_ltBigInt
timestamp_gteBigInt
timestamp_lteBigInt
timestamp_in[BigInt!]
timestamp_not_in[BigInt!]
gasUsedBigInt
gasUsed_notBigInt
gasUsed_gtBigInt
gasUsed_ltBigInt
gasUsed_gteBigInt
gasUsed_lteassets_lte BigInt
gasUsed_inassets_in [BigInt!]
gasUsed_not_inassets_not_in [BigInt!]
gasPriceshares BigInt
gasPrice_notshares_not BigInt
gasPrice_gtshares_gt BigInt
gasPrice_ltshares_lt BigInt
gasPrice_gteshares_gte BigInt
gasPrice_lteshares_lte BigInt
gasPrice_inshares_in [BigInt!]
gasPrice_not_inshares_not_in [BigInt!]
eventTypeEventType
eventType_notEventType
eventType_in[EventType!]
eventType_not_in[EventType!]
poolcollateral String
pool_notcollateral_not String
pool_gtcollateral_gt String
pool_ltcollateral_lt String
pool_gtecollateral_gte String
pool_ltecollateral_lte String
pool_incollateral_in [String!]
pool_not_incollateral_not_in [String!]
pool_containscollateral_contains String
pool_contains_nocasecollateral_contains_nocase String
pool_not_containscollateral_not_contains String
pool_not_contains_nocasecollateral_not_contains_nocase String
pool_starts_withcollateral_starts_with String
pool_starts_with_nocasecollateral_starts_with_nocase String
pool_not_starts_withcollateral_not_starts_with String
pool_not_starts_with_nocasecollateral_not_starts_with_nocase String
pool_ends_withcollateral_ends_with String
pool_ends_with_nocasecollateral_ends_with_nocase String
pool_not_ends_withcollateral_not_ends_with String
pool_not_ends_with_nocasecollateral_not_ends_with_nocase String
pool_Pool_filtercollateral_Collateral_filter
_change_blockBlockChangedFilter - -Filter for the block changed event. - -tickAtWithdrawBigInt
and[Event_filter]tickAtWithdraw_notBigInt
or[Event_filter]tickAtWithdraw_gtBigInt
- -### Factory_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - - + + - - + +
FieldTypeDescriptiontickAtWithdraw_ltBigInt
idIDtickAtWithdraw_gteBigInt
id_notIDtickAtWithdraw_lteBigInt
id_gtIDtickAtWithdraw_in[BigInt!]
id_ltIDtickAtWithdraw_not_in[BigInt!]
id_gteIDtokenDerivedEthAtWithdrawBigDecimal
id_lteIDtokenDerivedEthAtWithdraw_notBigDecimal
id_in[ID!]tokenDerivedEthAtWithdraw_gtBigDecimal
id_not_in[ID!]tokenDerivedEthAtWithdraw_ltBigDecimal
poolCountBigInttokenDerivedEthAtWithdraw_gteBigDecimal
poolCount_notBigInttokenDerivedEthAtWithdraw_lteBigDecimal
poolCount_gtBigInttokenDerivedEthAtWithdraw_in[BigDecimal!]
poolCount_ltBigInttokenDerivedEthAtWithdraw_not_in[BigDecimal!]
poolCount_gteBigIntethPriceUSDAtWithdrawBigDecimal
poolCount_lteBigIntethPriceUSDAtWithdraw_notBigDecimal
poolCount_in[BigInt!]ethPriceUSDAtWithdraw_gtBigDecimal
poolCount_not_in[BigInt!]ethPriceUSDAtWithdraw_ltBigDecimal
ownerIDethPriceUSDAtWithdraw_gteBigDecimal
owner_notIDethPriceUSDAtWithdraw_lteBigDecimal
owner_gtIDethPriceUSDAtWithdraw_in[BigDecimal!]
owner_ltIDethPriceUSDAtWithdraw_not_in[BigDecimal!]
owner_gteIDpanopticVersionBigDecimal
owner_lteIDpanopticVersion_notBigDecimal
owner_in[ID!]panopticVersion_gtBigDecimal
owner_not_in[ID!]panopticVersion_ltBigDecimal
opBackfilledBooleanpanopticVersion_gteBigDecimal
opBackfilled_notBooleanpanopticVersion_lteBigDecimal
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]
-### ForcedExercise_filter +### Collateral_filter @@ -15531,5484 +16881,5925 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashpanopticVersionBigDecimal
panopticVersion_notBigDecimal
panopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
panopticVersion_in[BigDecimal!]
panopticVersion_not_in[BigDecimal!]
token String
hash_nottoken_not String
hash_gttoken_gt String
hash_lttoken_lt String
hash_gtetoken_gte String
hash_ltetoken_lte String
hash_intoken_in [String!]
hash_not_intoken_not_in [String!]
hash_containstoken_contains String
hash_contains_nocasetoken_contains_nocase String
hash_not_containstoken_not_contains String
hash_not_contains_nocasetoken_not_contains_nocase String
hash_starts_withtoken_starts_with String
hash_starts_with_nocasetoken_starts_with_nocase String
hash_not_starts_withtoken_not_starts_with String
hash_not_starts_with_nocasetoken_not_starts_with_nocase String
hash_ends_withtoken_ends_with String
hash_ends_with_nocasetoken_ends_with_nocase String
hash_not_ends_withtoken_not_ends_with String
hash_not_ends_with_nocasetoken_not_ends_with_nocase String
logIndextoken_Token_filter
totalShares BigInt
logIndex_nottotalShares_not BigInt
logIndex_gttotalShares_gt BigInt
logIndex_lttotalShares_lt BigInt
logIndex_gtetotalShares_gte BigInt
logIndex_ltetotalShares_lte BigInt
logIndex_intotalShares_in [BigInt!]
logIndex_not_intotalShares_not_in [BigInt!]
eventTypeEventTypetotalDonationsBigInt
eventType_notEventTypetotalDonations_notBigInt
eventType_in[EventType!]totalDonations_gtBigInt
eventType_not_in[EventType!]totalDonations_ltBigInt
fromStringtotalDonations_gteBigInt
from_notStringtotalDonations_lteBigInt
from_gtStringtotalDonations_in[BigInt!]
from_ltStringtotalDonations_not_in[BigInt!]
from_gteStringtotalPLPCommissionsBigInt
from_lteStringtotalPLPCommissions_notBigInt
from_in[String!]totalPLPCommissions_gtBigInt
from_not_in[String!]totalPLPCommissions_ltBigInt
from_containsStringtotalPLPCommissions_gteBigInt
from_contains_nocaseStringtotalPLPCommissions_lteBigInt
from_not_containsStringtotalPLPCommissions_in[BigInt!]
from_not_contains_nocaseStringtotalPLPCommissions_not_in[BigInt!]
from_starts_withStringtotalProtocolCommissionsBigInt
from_starts_with_nocaseStringtotalProtocolCommissions_notBigInt
from_not_starts_withStringtotalProtocolCommissions_gtBigInt
from_not_starts_with_nocaseStringtotalProtocolCommissions_ltBigInt
from_ends_withStringtotalProtocolCommissions_gteBigInt
from_ends_with_nocaseStringtotalProtocolCommissions_lteBigInt
from_not_ends_withStringtotalProtocolCommissions_in[BigInt!]
from_not_ends_with_nocaseStringtotalProtocolCommissions_not_in[BigInt!]
toStringcommissionPaidBuilderBigInt
to_notString
to_gtString
to_ltString
to_gteString
to_lteString
to_in[String!]
to_not_in[String!]
to_containsString
to_contains_nocaseString
to_not_containsString
to_not_contains_nocaseString
to_starts_withString
to_starts_with_nocaseStringcommissionPaidBuilder_notBigInt
to_not_starts_withStringcommissionPaidBuilder_gtBigInt
to_not_starts_with_nocaseStringcommissionPaidBuilder_ltBigInt
to_ends_withStringcommissionPaidBuilder_gteBigInt
to_ends_with_nocaseStringcommissionPaidBuilder_lteBigInt
to_not_ends_withStringcommissionPaidBuilder_in[BigInt!]
to_not_ends_with_nocaseStringcommissionPaidBuilder_not_in[BigInt!]
blockNumbertotalInsolvencyPenalties BigInt
blockNumber_nottotalInsolvencyPenalties_not BigInt
blockNumber_gttotalInsolvencyPenalties_gt BigInt
blockNumber_lttotalInsolvencyPenalties_lt BigInt
blockNumber_gtetotalInsolvencyPenalties_gte BigInt
blockNumber_ltetotalInsolvencyPenalties_lte BigInt
blockNumber_intotalInsolvencyPenalties_in [BigInt!]
blockNumber_not_intotalInsolvencyPenalties_not_in [BigInt!]
timestamptotalProtocolLossRealized BigInt
timestamp_nottotalProtocolLossRealized_not BigInt
timestamp_gttotalProtocolLossRealized_gt BigInt
timestamp_lttotalProtocolLossRealized_lt BigInt
timestamp_gtetotalProtocolLossRealized_gte BigInt
timestamp_ltetotalProtocolLossRealized_lte BigInt
timestamp_intotalProtocolLossRealized_in [BigInt!]
timestamp_not_intotalProtocolLossRealized_not_in [BigInt!]
gasUsedBigInttotalProtocolLossRealizedUSDBigDecimal
gasUsed_notBigInttotalProtocolLossRealizedUSD_notBigDecimal
gasUsed_gtBigInttotalProtocolLossRealizedUSD_gtBigDecimal
gasUsed_ltBigInttotalProtocolLossRealizedUSD_ltBigDecimal
gasUsed_gteBigInttotalProtocolLossRealizedUSD_gteBigDecimal
gasUsed_lteBigInttotalProtocolLossRealizedUSD_lteBigDecimal
gasUsed_in[BigInt!]totalProtocolLossRealizedUSD_in[BigDecimal!]
gasUsed_not_in[BigInt!]totalProtocolLossRealizedUSD_not_in[BigDecimal!]
gasPricepoolUtilization BigInt
gasPrice_notpoolUtilization_not BigInt
gasPrice_gtpoolUtilization_gt BigInt
gasPrice_ltpoolUtilization_lt BigInt
gasPrice_gtepoolUtilization_gte BigInt
gasPrice_ltepoolUtilization_lte BigInt
gasPrice_inpoolUtilization_in [BigInt!]
gasPrice_not_inpoolUtilization_not_in [BigInt!]
poolpanopticPool String
pool_notpanopticPool_not String
pool_gtpanopticPool_gt String
pool_ltpanopticPool_lt String
pool_gtepanopticPool_gte String
pool_ltepanopticPool_lte String
pool_inpanopticPool_in [String!]
pool_not_inpanopticPool_not_in [String!]
pool_containspanopticPool_contains String
pool_contains_nocasepanopticPool_contains_nocase String
pool_not_containspanopticPool_not_contains String
pool_not_contains_nocasepanopticPool_not_contains_nocase String
pool_starts_withpanopticPool_starts_with String
pool_starts_with_nocasepanopticPool_starts_with_nocase String
pool_not_starts_withpanopticPool_not_starts_with String
pool_not_starts_with_nocasepanopticPool_not_starts_with_nocase String
pool_ends_withpanopticPool_ends_with String
pool_ends_with_nocasepanopticPool_ends_with_nocase String
pool_not_ends_withpanopticPool_not_ends_with String
pool_not_ends_with_nocasepanopticPool_not_ends_with_nocase String
pool_Pool_filterpanopticPool_PanopticPool_filter
exercisorStringindexBigInt
exercisor_notStringindex_notBigInt
exercisor_gtStringindex_gtBigInt
exercisor_ltStringindex_ltBigInt
exercisor_gteStringindex_gteBigInt
exercisor_lteStringindex_lteBigInt
exercisor_in[String!]index_in[BigInt!]
exercisor_not_in[String!]index_not_in[BigInt!]
exercisor_containsStringcollateralDayData_CollateralDayData_filter
exercisor_contains_nocaseString_change_blockBlockChangedFilter + +Filter for the block changed event. + +
exercisor_not_containsStringand[Collateral_filter]
exercisor_not_contains_nocaseStringor[Collateral_filter]
+ +### Collect_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + - + - + - + - + - + - + - + - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - + + - - + + - -
exercisor_starts_withStringFieldTypeDescription
exercisor_starts_with_nocaseStringidID
exercisor_not_starts_withStringid_notID
exercisor_not_starts_with_nocaseStringid_gtID
exercisor_ends_withStringid_ltID
exercisor_ends_with_nocaseStringid_gteID
exercisor_not_ends_withStringid_lteID
exercisor_not_ends_with_nocaseStringid_in[ID!]
exercisor_Account_filterid_not_in[ID!]
userhash String
user_nothash_not String
user_gthash_gt String
user_lthash_lt String
user_gtehash_gte String
user_ltehash_lte String
user_inhash_in [String!]
user_not_inhash_not_in [String!]
user_containshash_contains String
user_contains_nocasehash_contains_nocase String
user_not_containshash_not_contains String
user_not_contains_nocasehash_not_contains_nocase String
user_starts_withhash_starts_with String
user_starts_with_nocasehash_starts_with_nocase String
user_not_starts_withhash_not_starts_with String
user_not_starts_with_nocasehash_not_starts_with_nocase String
user_ends_withhash_ends_with String
user_ends_with_nocasehash_ends_with_nocase String
user_not_ends_withhash_not_ends_with String
user_not_ends_with_nocasehash_not_ends_with_nocase String
user_Account_filter
tokenIdlogIndex BigInt
tokenId_notlogIndex_not BigInt
tokenId_gtlogIndex_gt BigInt
tokenId_ltlogIndex_lt BigInt
tokenId_gtelogIndex_gte BigInt
tokenId_ltelogIndex_lte BigInt
tokenId_inlogIndex_in [BigInt!]
tokenId_not_inlogIndex_not_in [BigInt!]
exerciseFeeBigInt
exerciseFee_notBigInteventTypeEventType
exerciseFee_gtBigInteventType_notEventType
exerciseFee_ltBigInteventType_in[EventType!]
exerciseFee_gteBigInteventType_not_in[EventType!]
exerciseFee_lteBigIntfromString
exerciseFee_in[BigInt!]from_notString
exerciseFee_not_in[BigInt!]from_gtString
exerciseFee0BigIntfrom_ltString
exerciseFee0_notBigIntfrom_gteString
exerciseFee0_gtBigIntfrom_lteString
exerciseFee0_ltBigIntfrom_in[String!]
exerciseFee0_gteBigIntfrom_not_in[String!]
exerciseFee0_lteBigIntfrom_containsString
exerciseFee0_in[BigInt!]from_contains_nocaseString
exerciseFee0_not_in[BigInt!]from_not_containsString
exerciseFee1BigIntfrom_not_contains_nocaseString
exerciseFee1_notBigIntfrom_starts_withString
exerciseFee1_gtBigIntfrom_starts_with_nocaseString
exerciseFee1_ltBigIntfrom_not_starts_withString
exerciseFee1_gteBigIntfrom_not_starts_with_nocaseString
exerciseFee1_lteBigIntfrom_ends_withString
exerciseFee1_in[BigInt!]from_ends_with_nocaseString
exerciseFee1_not_in[BigInt!]from_not_ends_withString
exerciseFeeUSDBigDecimalfrom_not_ends_with_nocaseString
exerciseFeeUSD_notBigDecimaltoString
exerciseFeeUSD_gtBigDecimalto_notString
exerciseFeeUSD_ltBigDecimalto_gtString
exerciseFeeUSD_gteBigDecimalto_ltString
exerciseFeeUSD_lteBigDecimalto_gteString
exerciseFeeUSD_in[BigDecimal!]to_lteString
exerciseFeeUSD_not_in[BigDecimal!]to_in[String!]
tickAtIntto_not_in[String!]
tickAt_notIntto_containsString
tickAt_gtIntto_contains_nocaseString
tickAt_ltIntto_not_containsString
tickAt_gteIntto_not_contains_nocaseString
tickAt_lteIntto_starts_withString
tickAt_in[Int!]to_starts_with_nocaseString
tickAt_not_in[Int!]to_not_starts_withString
panopticPoolto_not_starts_with_nocase String
panopticPool_notto_ends_with String
panopticPool_gtto_ends_with_nocase String
panopticPool_ltto_not_ends_with String
panopticPool_gteto_not_ends_with_nocase String
panopticPool_lteString
panopticPool_in[String!]
panopticPool_not_in[String!]
panopticPool_containsStringblockNumberBigInt
panopticPool_contains_nocaseStringblockNumber_notBigInt
panopticPool_not_containsStringblockNumber_gtBigInt
panopticPool_not_contains_nocaseStringblockNumber_ltBigInt
panopticPool_starts_withStringblockNumber_gteBigInt
panopticPool_starts_with_nocaseStringblockNumber_lteBigInt
panopticPool_not_starts_withStringblockNumber_in[BigInt!]
panopticPool_not_starts_with_nocaseStringblockNumber_not_in[BigInt!]
panopticPool_ends_withStringtimestampBigInt
panopticPool_ends_with_nocaseStringtimestamp_notBigInt
panopticPool_not_ends_withStringtimestamp_gtBigInt
panopticPool_not_ends_with_nocaseStringtimestamp_ltBigInt
panopticPool_PanopticPool_filtertimestamp_gteBigInt
optionBurn_OptionBurn_filtertimestamp_lteBigInt
panopticVersionBigDecimaltimestamp_in[BigInt!]
panopticVersion_notBigDecimaltimestamp_not_in[BigInt!]
panopticVersion_gtBigDecimalgasUsedBigInt
panopticVersion_ltBigDecimalgasUsed_notBigInt
panopticVersion_gteBigDecimalgasUsed_gtBigInt
panopticVersion_lteBigDecimalgasUsed_ltBigInt
panopticVersion_in[BigDecimal!]gasUsed_gteBigInt
panopticVersion_not_in[BigDecimal!]gasUsed_lteBigInt
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[ForcedExercise_filter]gasUsed_in[BigInt!]
or[ForcedExercise_filter]gasUsed_not_in[BigInt!]
- -### LegLiquidities_filter - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - -
FieldTypeDescription
idIDgasPriceBigInt
id_notIDgasPrice_notBigInt
id_gtIDgasPrice_gtBigInt
id_ltIDgasPrice_ltBigInt
id_gteIDgasPrice_gteBigInt
id_lteIDgasPrice_lteBigInt
id_in[ID!]gasPrice_in[BigInt!]
id_not_in[ID!]gasPrice_not_in[BigInt!]
legpool String
leg_notpool_not String
leg_gtpool_gt String
leg_ltpool_lt String
leg_gtepool_gte String
leg_ltepool_lte String
leg_inpool_in [String!]
leg_not_inpool_not_in [String!]
leg_containspool_contains String
leg_contains_nocasepool_contains_nocase String
leg_not_containspool_not_contains String
leg_not_contains_nocasepool_not_contains_nocase String
leg_starts_withpool_starts_with String
leg_starts_with_nocasepool_starts_with_nocase String
leg_not_starts_withpool_not_starts_with String
leg_not_starts_with_nocasepool_not_starts_with_nocase String
leg_ends_withpool_ends_with String
leg_ends_with_nocasepool_ends_with_nocase String
leg_not_ends_withpool_not_ends_with String
leg_not_ends_with_nocasepool_not_ends_with_nocase String
leg_Leg_filterpool_Pool_filter
chunkowner String
chunk_notowner_not String
chunk_gtowner_gt String
chunk_ltowner_lt String
chunk_gteowner_gte String
chunk_lteowner_lte String
chunk_inowner_in [String!]
chunk_not_inowner_not_in [String!]
chunk_containsowner_contains String
chunk_contains_nocaseowner_contains_nocase String
chunk_not_containsowner_not_contains String
chunk_not_contains_nocaseowner_not_contains_nocase String
chunk_starts_withowner_starts_with String
chunk_starts_with_nocaseowner_starts_with_nocase String
chunk_not_starts_withowner_not_starts_with String
chunk_not_starts_with_nocaseowner_not_starts_with_nocase String
chunk_ends_withowner_ends_with String
chunk_ends_with_nocaseowner_ends_with_nocase String
chunk_not_ends_withowner_not_ends_with String
chunk_not_ends_with_nocaseowner_not_ends_with_nocase String
chunk_Chunk_filterowner_Account_filter
liquidityBigIntrecipientString
liquidity_notBigIntrecipient_notString
liquidity_gtBigIntrecipient_gtString
liquidity_ltBigIntrecipient_ltString
liquidity_gteBigIntrecipient_gteString
liquidity_lteBigIntrecipient_lteString
liquidity_in[BigInt!]recipient_in[String!]
liquidity_not_in[BigInt!]recipient_not_in[String!]
_change_blockBlockChangedFilter - -Filter for the block changed event. - -recipient_containsString
and[LegLiquidities_filter]recipient_contains_nocaseString
or[LegLiquidities_filter]recipient_not_containsString
- -### Leg_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
FieldTypeDescriptionrecipient_not_contains_nocaseString
idIDrecipient_starts_withString
id_notIDrecipient_starts_with_nocaseString
id_gtIDrecipient_not_starts_withString
id_ltIDrecipient_not_starts_with_nocaseString
id_gteIDrecipient_ends_withString
id_lteIDrecipient_ends_with_nocaseString
id_in[ID!]recipient_not_ends_withString
id_not_in[ID!]recipient_not_ends_with_nocaseString
indexrecipient_Account_filter
tickLower Int
index_nottickLower_not Int
index_gttickLower_gt Int
index_lttickLower_lt Int
index_gtetickLower_gte Int
index_ltetickLower_lte Int
index_intickLower_in [Int!]
index_not_intickLower_not_in [Int!]
idHexStringStringtickUpperInt
idHexString_notStringtickUpper_notInt
idHexString_gtStringtickUpper_gtInt
idHexString_ltStringtickUpper_ltInt
idHexString_gteStringtickUpper_gteInt
idHexString_lteStringtickUpper_lteInt
idHexString_in[String!]tickUpper_in[Int!]
idHexString_not_in[String!]tickUpper_not_in[Int!]
idHexString_containsStringamount0BigDecimal
idHexString_contains_nocaseStringamount0_notBigDecimal
idHexString_not_containsStringamount0_gtBigDecimal
idHexString_not_contains_nocaseStringamount0_ltBigDecimal
idHexString_starts_withStringamount0_gteBigDecimal
idHexString_starts_with_nocaseStringamount0_lteBigDecimal
idHexString_not_starts_withStringamount0_in[BigDecimal!]
idHexString_not_starts_with_nocaseStringamount0_not_in[BigDecimal!]
idHexString_ends_withStringamount1BigDecimal
idHexString_ends_with_nocaseStringamount1_notBigDecimal
idHexString_not_ends_withStringamount1_gtBigDecimal
idHexString_not_ends_with_nocaseStringamount1_ltBigDecimal
poolStringamount1_gteBigDecimal
pool_notStringamount1_lteBigDecimal
pool_gtStringamount1_in[BigDecimal!]
pool_ltStringamount1_not_in[BigDecimal!]
pool_gteString_change_blockBlockChangedFilter + +Filter for the block changed event. + +
pool_lteStringand[Collect_filter]
pool_in[String!]or[Collect_filter]
+ +### CommissionPaid_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + - + - + - + - + - + - + - + - - + + - - - + + + - - + + - - + + - -
pool_not_in[String!]FieldTypeDescription
pool_containsStringidID
pool_contains_nocaseStringid_notID
pool_not_containsStringid_gtID
pool_not_contains_nocaseStringid_ltID
pool_starts_withStringid_gteID
pool_starts_with_nocaseStringid_lteID
pool_not_starts_withStringid_in[ID!]
pool_not_starts_with_nocaseStringid_not_in[ID!]
pool_ends_withhash String
pool_ends_with_nocasehash_not String
pool_not_ends_withhash_gt String
pool_not_ends_with_nocasehash_lt String
pool_Pool_filter
optionRatioBigInt
optionRatio_notBigInt
optionRatio_gtBigInt
optionRatio_ltBigInt
optionRatio_gteBigInt
optionRatio_lteBigInt
optionRatio_in[BigInt!]
optionRatio_not_in[BigInt!]
assetBigInthash_gteString
asset_notBigInthash_lteString
asset_gtBigInthash_in[String!]
asset_ltBigInthash_not_in[String!]
asset_gteBigInthash_containsString
asset_lteBigInthash_contains_nocaseString
asset_in[BigInt!]hash_not_containsString
asset_not_in[BigInt!]hash_not_contains_nocaseString
tokenTypeBigInthash_starts_withString
tokenType_notBigInthash_starts_with_nocaseString
tokenType_gtBigInthash_not_starts_withString
tokenType_ltBigInthash_not_starts_with_nocaseString
tokenType_gteBigInthash_ends_withString
tokenType_lteBigInthash_ends_with_nocaseString
tokenType_in[BigInt!]hash_not_ends_withString
tokenType_not_in[BigInt!]hash_not_ends_with_nocaseString
isLonglogIndex BigInt
isLong_notlogIndex_not BigInt
isLong_gtlogIndex_gt BigInt
isLong_ltlogIndex_lt BigInt
isLong_gtelogIndex_gte BigInt
isLong_ltelogIndex_lte BigInt
isLong_inlogIndex_in [BigInt!]
isLong_not_inlogIndex_not_in [BigInt!]
riskPartnerBigInteventTypeEventType
riskPartner_notBigInteventType_notEventType
riskPartner_gtBigInteventType_in[EventType!]
riskPartner_ltBigInteventType_not_in[EventType!]
riskPartner_gteBigIntfromString
riskPartner_lteBigIntfrom_notString
riskPartner_in[BigInt!]from_gtString
riskPartner_not_in[BigInt!]from_ltString
strikeBigIntfrom_gteString
strike_notBigIntfrom_lteString
strike_gtBigIntfrom_in[String!]
strike_ltBigIntfrom_not_in[String!]
strike_gteBigIntfrom_containsString
strike_lteBigIntfrom_contains_nocaseString
strike_in[BigInt!]from_not_containsString
strike_not_in[BigInt!]from_not_contains_nocaseString
widthBigIntfrom_starts_withString
width_notBigIntfrom_starts_with_nocaseString
width_gtBigIntfrom_not_starts_withString
width_ltBigIntfrom_not_starts_with_nocaseString
width_gteBigIntfrom_ends_withString
width_lteBigIntfrom_ends_with_nocaseString
width_in[BigInt!]from_not_ends_withString
width_not_in[BigInt!]from_not_ends_with_nocaseString
chunkto String
chunk_notto_not String
chunk_gtto_gt String
chunk_ltto_lt String
chunk_gteto_gte String
chunk_lteto_lte String
chunk_into_in [String!]
chunk_not_into_not_in [String!]
chunk_containsto_contains String
chunk_contains_nocaseto_contains_nocase String
chunk_not_containsto_not_contains String
chunk_not_contains_nocaseto_not_contains_nocase String
chunk_starts_withto_starts_with String
chunk_starts_with_nocaseto_starts_with_nocase String
chunk_not_starts_withto_not_starts_with String
chunk_not_starts_with_nocaseto_not_starts_with_nocase String
chunk_ends_withto_ends_with String
chunk_ends_with_nocaseto_ends_with_nocase String
chunk_not_ends_withto_not_ends_with String
chunk_not_ends_with_nocaseto_not_ends_with_nocase String
chunk_Chunk_filter
legCountblockNumber BigInt
legCount_notblockNumber_not BigInt
legCount_gtblockNumber_gt BigInt
legCount_ltblockNumber_lt BigInt
legCount_gteblockNumber_gte BigInt
legCount_lteblockNumber_lte BigInt
legCount_inblockNumber_in [BigInt!]
legCount_not_inblockNumber_not_in [BigInt!]
tokenIds_TokenId_filtertimestampBigInt
_change_blockBlockChangedFilter - -Filter for the block changed event. - -timestamp_notBigInt
and[Leg_filter]timestamp_gtBigInt
or[Leg_filter]timestamp_ltBigInt
- -### Mint_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - - + + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + - - + + + +
FieldTypeDescriptiontimestamp_gteBigInt
idIDtimestamp_lteBigInt
id_notIDtimestamp_in[BigInt!]
id_gtIDtimestamp_not_in[BigInt!]
id_ltIDgasUsedBigInt
id_gteIDgasUsed_notBigInt
id_lteIDgasUsed_gtBigInt
id_in[ID!]gasUsed_ltBigInt
id_not_in[ID!]gasUsed_gteBigInt
hashStringgasUsed_lteBigInt
hash_notStringgasUsed_in[BigInt!]
hash_gtStringgasUsed_not_in[BigInt!]
hash_ltStringgasPriceBigInt
hash_gteStringgasPrice_notBigInt
hash_lteStringgasPrice_gtBigInt
hash_in[String!]gasPrice_ltBigInt
hash_not_in[String!]gasPrice_gteBigInt
hash_containsStringgasPrice_lteBigInt
hash_contains_nocaseStringgasPrice_in[BigInt!]
hash_not_containsStringgasPrice_not_in[BigInt!]
hash_not_contains_nocasepool String
hash_starts_withpool_not String
hash_starts_with_nocasepool_gt String
hash_not_starts_withpool_lt String
hash_not_starts_with_nocasepool_gte String
hash_ends_withpool_lte String
hash_ends_with_nocaseStringpool_in[String!]
hash_not_ends_withStringpool_not_in[String!]
hash_not_ends_with_nocasepool_contains String
logIndexBigIntpool_contains_nocaseString
logIndex_notBigIntpool_not_containsString
logIndex_gtBigIntpool_not_contains_nocaseString
logIndex_ltBigIntpool_starts_withString
logIndex_gteBigIntpool_starts_with_nocaseString
logIndex_lteBigIntpool_not_starts_withString
logIndex_in[BigInt!]pool_not_starts_with_nocaseString
logIndex_not_in[BigInt!]pool_ends_withString
eventTypeEventTypepool_ends_with_nocaseString
eventType_notEventTypepool_not_ends_withString
eventType_in[EventType!]pool_not_ends_with_nocaseString
eventType_not_in[EventType!]pool_Pool_filter
fromowner String
from_notowner_not String
from_gtowner_gt String
from_ltowner_lt String
from_gteowner_gte String
from_lteowner_lte String
from_inowner_in [String!]
from_not_inowner_not_in [String!]
from_containsowner_contains String
from_contains_nocaseowner_contains_nocase String
from_not_containsowner_not_contains String
from_not_contains_nocaseowner_not_contains_nocase String
from_starts_withowner_starts_with String
from_starts_with_nocaseowner_starts_with_nocase String
from_not_starts_withowner_not_starts_with String
from_not_starts_with_nocaseowner_not_starts_with_nocase String
from_ends_withowner_ends_with String
from_ends_with_nocaseowner_ends_with_nocase String
from_not_ends_withowner_not_ends_with String
from_not_ends_with_nocaseowner_not_ends_with_nocase String
toStringowner_Account_filter
to_notStringbuilderBytes
to_gtStringbuilder_notBytes
to_ltStringbuilder_gtBytes
to_gteStringbuilder_ltBytes
to_lteStringbuilder_gteBytes
to_in[String!]builder_lteBytes
to_not_in[String!]builder_in[Bytes!]
to_containsStringbuilder_not_in[Bytes!]
to_contains_nocaseStringbuilder_containsBytes
to_not_containsStringbuilder_not_containsBytes
to_not_contains_nocaseStringcommissionPaidProtocolBigInt
to_starts_withStringcommissionPaidProtocol_notBigInt
to_starts_with_nocaseStringcommissionPaidProtocol_gtBigInt
to_not_starts_withStringcommissionPaidProtocol_ltBigInt
to_not_starts_with_nocaseStringcommissionPaidProtocol_gteBigInt
to_ends_withStringcommissionPaidProtocol_lteBigInt
to_ends_with_nocaseStringcommissionPaidProtocol_in[BigInt!]
to_not_ends_withStringcommissionPaidProtocol_not_in[BigInt!]
to_not_ends_with_nocaseStringcommissionPaidBuilderBigInt
blockNumbercommissionPaidBuilder_not BigInt
blockNumber_notcommissionPaidBuilder_gt BigInt
blockNumber_gtcommissionPaidBuilder_lt BigInt
blockNumber_ltcommissionPaidBuilder_gte BigInt
blockNumber_gtecommissionPaidBuilder_lte BigInt
blockNumber_lteBigIntcommissionPaidBuilder_in[BigInt!]
blockNumber_incommissionPaidBuilder_not_in [BigInt!]
blockNumber_not_in[BigInt!]collateralString
timestampBigIntcollateral_notString
timestamp_notBigIntcollateral_gtString
timestamp_gtBigIntcollateral_ltString
timestamp_ltBigIntcollateral_gteString
timestamp_gteBigIntcollateral_lteString
timestamp_lteBigIntcollateral_in[String!]
timestamp_in[BigInt!]collateral_not_in[String!]
timestamp_not_in[BigInt!]collateral_containsString
gasUsedBigIntcollateral_contains_nocaseString
gasUsed_notBigIntcollateral_not_containsString
gasUsed_gtBigIntcollateral_not_contains_nocaseString
gasUsed_ltBigIntcollateral_starts_withString
gasUsed_gteBigIntcollateral_starts_with_nocaseString
gasUsed_lteBigIntcollateral_not_starts_withString
gasUsed_in[BigInt!]collateral_not_starts_with_nocaseString
gasUsed_not_in[BigInt!]collateral_ends_withString
gasPriceBigIntcollateral_ends_with_nocaseString
gasPrice_notBigIntcollateral_not_ends_withString
gasPrice_gtBigIntcollateral_not_ends_with_nocaseString
gasPrice_ltBigIntcollateral_Collateral_filter
gasPrice_gteBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[CommissionPaid_filter]
gasPrice_lteBigIntor[CommissionPaid_filter]
+ +### Donate_filter + + + + + + + + + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - + - - + + - + - + - + - + - + - + - - + + - - + + - + - + - + - + - + - + - + - + - - + + - + + + + + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - + + - -
FieldTypeDescription
gasPrice_in[BigInt!]ID
gasPrice_not_in[BigInt!]ID
poolID
ID
ID
ID
[ID!]
[ID!]
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_filterBigInt
senderStringBigInt
sender_notStringBigInt
sender_gtStringBigInt
sender_ltStringBigInt
sender_gteStringBigInt
sender_lteString[BigInt!]
sender_in[String!][BigInt!]
sender_not_in[String!]EventType
sender_containsStringEventType
sender_contains_nocaseString[EventType!]
sender_not_containsString[EventType!]
sender_not_contains_nocase String
sender_starts_with String
sender_starts_with_nocase String
sender_not_starts_with String
sender_not_starts_with_nocase String
sender_ends_with String
sender_ends_with_nocaseString[String!]
sender_not_ends_withString[String!]
sender_not_ends_with_nocase String
sender_Account_filterString
owner String
owner_not String
owner_gt String
owner_lt String
owner_gte String
owner_lte String
owner_in[String!]String
owner_not_in[String!]String
owner_contains String
owner_contains_nocase String
owner_not_contains String
owner_not_contains_nocase String
owner_starts_with String
owner_starts_with_nocase String
owner_not_starts_with String
owner_not_starts_with_nocase String
owner_ends_withString[String!]
owner_ends_with_nocase[String!]
String
owner_not_ends_with String
owner_not_ends_with_nocase String
owner_Account_filterString
tickLowerIntString
tickLower_notIntString
tickLower_gtIntString
tickLower_ltIntString
tickLower_gteIntString
tickLower_lteIntString
tickLower_in[Int!]String
tickLower_not_in[Int!]String
tickUpperIntBigInt
tickUpper_notIntBigInt
tickUpper_gtIntBigInt
tickUpper_ltIntBigInt
tickUpper_gteIntBigInt
tickUpper_lteIntBigInt
tickUpper_in[Int!][BigInt!]
tickUpper_not_in[Int!][BigInt!]
amount BigInt
amount_not BigInt
amount_gt BigInt
amount_lt BigInt
amount_gte BigInt
amount_lte BigInt
amount_in [BigInt!]
amount_not_in [BigInt!]
amount0BigDecimalBigInt
amount0_notBigDecimalBigInt
amount0_gtBigDecimalBigInt
amount0_ltBigDecimalBigInt
amount0_gteBigDecimalBigInt
amount0_lteBigDecimalBigInt
amount0_in[BigDecimal!][BigInt!]
amount0_not_in[BigDecimal!][BigInt!]
amount1BigDecimalBigInt
amount1_notBigDecimalBigInt
amount1_gtBigDecimalBigInt
amount1_ltBigDecimalBigInt
amount1_gteBigDecimalBigInt
amount1_lteBigDecimalBigInt
amount1_in[BigDecimal!][BigInt!]
amount1_not_in[BigDecimal!][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_filterPool_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
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[Mint_filter]
or[Mint_filter]Account_filter
- -### OptionBurn_filter - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - + + - - + + + +
FieldTypeDescription
idIDBigInt
id_notIDBigInt
id_gtIDBigInt
id_ltIDBigInt
id_gteIDBigInt
id_lteIDBigInt
id_in[ID!][BigInt!]
id_not_in[ID!][BigInt!]
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
logIndexBigIntCollateral_filter
logIndex_notBigIntBlockChangedFilter + +Filter for the block changed event. + +
logIndex_gtBigInt[Donate_filter]
logIndex_ltBigInt[Donate_filter]
+ +### Event_filter + + + - - + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - + + - - + + + +
logIndex_gteBigIntFieldTypeDescription
idID
logIndex_lteBigIntid_notID
logIndex_in[BigInt!]id_gtID
logIndex_not_in[BigInt!]id_ltID
eventTypeEventTypeid_gteID
eventType_notEventTypeid_lteID
eventType_in[EventType!]id_in[ID!]
eventType_not_in[EventType!]id_not_in[ID!]
fromhash String
from_nothash_not String
from_gthash_gt String
from_lthash_lt String
from_gtehash_gte String
from_ltehash_lte String
from_inhash_in [String!]
from_not_inhash_not_in [String!]
from_containshash_contains String
from_contains_nocasehash_contains_nocase String
from_not_containshash_not_contains String
from_not_contains_nocasehash_not_contains_nocase String
from_starts_withhash_starts_with String
from_starts_with_nocasehash_starts_with_nocase String
from_not_starts_withhash_not_starts_with String
from_not_starts_with_nocasehash_not_starts_with_nocase String
from_ends_withhash_ends_with String
from_ends_with_nocasehash_ends_with_nocase String
from_not_ends_withhash_not_ends_with String
from_not_ends_with_nocasehash_not_ends_with_nocase String
toStringlogIndexBigInt
to_notStringlogIndex_notBigInt
to_gtStringlogIndex_gtBigInt
to_ltStringlogIndex_ltBigInt
to_gteStringlogIndex_gteBigInt
to_lteStringlogIndex_lteBigInt
to_inlogIndex_in[BigInt!]
logIndex_not_in[BigInt!]
fromString
from_notString
from_gtString
from_ltString
from_gteString
from_lteString
from_in [String!]
to_not_infrom_not_in [String!]
to_containsfrom_contains String
to_contains_nocasefrom_contains_nocase String
to_not_containsfrom_not_contains String
to_not_contains_nocasefrom_not_contains_nocase String
to_starts_withfrom_starts_with String
to_starts_with_nocasefrom_starts_with_nocase String
to_not_starts_withfrom_not_starts_with String
to_not_starts_with_nocasefrom_not_starts_with_nocase String
to_ends_withfrom_ends_with String
to_ends_with_nocasefrom_ends_with_nocase String
to_not_ends_withfrom_not_ends_with String
to_not_ends_with_nocasefrom_not_ends_with_nocase String
blockNumberBigInttoString
blockNumber_notBigIntto_notString
blockNumber_gtBigIntto_gtString
blockNumber_ltBigIntto_ltString
blockNumber_gteBigIntto_gteString
blockNumber_lteBigIntto_lteString
blockNumber_in[BigInt!]to_in[String!]
blockNumber_not_in[BigInt!]to_not_in[String!]
timestampBigIntto_containsString
timestamp_notBigIntto_contains_nocaseString
timestamp_gtBigIntto_not_containsString
timestamp_ltBigIntto_not_contains_nocaseString
timestamp_gteBigIntto_starts_withString
timestamp_lteBigIntto_starts_with_nocaseString
timestamp_in[BigInt!]to_not_starts_withString
timestamp_not_in[BigInt!]to_not_starts_with_nocaseString
gasUsedto_ends_withString
to_ends_with_nocaseString
to_not_ends_withString
to_not_ends_with_nocaseString
blockNumber BigInt
gasUsed_notblockNumber_not BigInt
gasUsed_gtblockNumber_gt BigInt
gasUsed_ltblockNumber_lt BigInt
gasUsed_gteblockNumber_gte BigInt
gasUsed_lteblockNumber_lte BigInt
gasUsed_inblockNumber_in [BigInt!]
gasUsed_not_inblockNumber_not_in [BigInt!]
gasPricetimestamp BigInt
gasPrice_nottimestamp_not BigInt
gasPrice_gttimestamp_gt BigInt
gasPrice_lttimestamp_lt BigInt
gasPrice_gtetimestamp_gte BigInt
gasPrice_ltetimestamp_lte BigInt
gasPrice_intimestamp_in [BigInt!]
gasPrice_not_intimestamp_not_in [BigInt!]
poolString
pool_notStringgasUsedBigInt
pool_gtStringgasUsed_notBigInt
pool_ltStringgasUsed_gtBigInt
pool_gteStringgasUsed_ltBigInt
pool_lteStringgasUsed_gteBigInt
pool_in[String!]gasUsed_lteBigInt
pool_not_in[String!]gasUsed_in[BigInt!]
pool_containsStringgasUsed_not_in[BigInt!]
pool_contains_nocaseStringgasPriceBigInt
pool_not_containsStringgasPrice_notBigInt
pool_not_contains_nocaseStringgasPrice_gtBigInt
pool_starts_withStringgasPrice_ltBigInt
pool_starts_with_nocaseStringgasPrice_gteBigInt
pool_not_starts_withStringgasPrice_lteBigInt
pool_not_starts_with_nocaseStringgasPrice_in[BigInt!]
pool_ends_withStringgasPrice_not_in[BigInt!]
pool_ends_with_nocaseStringeventTypeEventType
pool_not_ends_withStringeventType_notEventType
pool_not_ends_with_nocaseStringeventType_in[EventType!]
pool_Pool_filtereventType_not_in[EventType!]
recipientpool String
recipient_notpool_not String
recipient_gtpool_gt String
recipient_ltpool_lt String
recipient_gtepool_gte String
recipient_ltepool_lte String
recipient_inpool_in [String!]
recipient_not_inpool_not_in [String!]
recipient_containspool_contains String
recipient_contains_nocasepool_contains_nocase String
recipient_not_containspool_not_contains String
recipient_not_contains_nocasepool_not_contains_nocase String
recipient_starts_withpool_starts_with String
recipient_starts_with_nocasepool_starts_with_nocase String
recipient_not_starts_withpool_not_starts_with String
recipient_not_starts_with_nocasepool_not_starts_with_nocase String
recipient_ends_withpool_ends_with String
recipient_ends_with_nocasepool_ends_with_nocase String
recipient_not_ends_withpool_not_ends_with String
recipient_not_ends_with_nocasepool_not_ends_with_nocase String
recipient_Account_filterpool_Pool_filter
positionSizeBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
positionSize_notBigIntand[Event_filter]
positionSize_gtBigIntor[Event_filter]
+ +### Factory_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
positionSize_ltBigIntFieldTypeDescription
positionSize_gteBigIntidID
positionSize_lteBigIntid_notID
positionSize_in[BigInt!]id_gtID
positionSize_not_in[BigInt!]id_ltID
tokenIdStringid_gteID
tokenId_notStringid_lteID
tokenId_gtStringid_in[ID!]
tokenId_ltStringid_not_in[ID!]
tokenId_gteStringpoolCountBigInt
tokenId_lteStringpoolCount_notBigInt
tokenId_in[String!]poolCount_gtBigInt
tokenId_not_in[String!]poolCount_ltBigInt
tokenId_containsStringpoolCount_gteBigInt
tokenId_contains_nocaseStringpoolCount_lteBigInt
tokenId_not_containsStringpoolCount_in[BigInt!]
tokenId_not_contains_nocaseStringpoolCount_not_in[BigInt!]
tokenId_starts_withStringownerID
tokenId_starts_with_nocaseStringowner_notID
tokenId_not_starts_withStringowner_gtID
tokenId_not_starts_with_nocaseStringowner_ltID
tokenId_ends_withStringowner_gteID
tokenId_ends_with_nocaseStringowner_lteID
tokenId_not_ends_withStringowner_in[ID!]
tokenId_not_ends_with_nocaseStringowner_not_in[ID!]
tokenId_TokenId_filteropBackfilledBoolean
tickAtIntopBackfilled_notBoolean
tickAt_notIntopBackfilled_in[Boolean!]
tickAt_gtIntopBackfilled_not_in[Boolean!]
tickAt_ltInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
tickAt_gteIntand[Factory_filter]
tickAt_lteIntor[Factory_filter]
+ +### ForcedExercise_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + - + - - + + - - + + - + - + - + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - - + + - + + + + + + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + +
tickAt_in[Int!]FieldTypeDescription
tickAt_not_in[Int!]idID
panopticPoolStringid_notID
panopticPool_notStringid_gtID
panopticPool_gtStringid_ltID
panopticPool_ltStringid_gteID
panopticPool_gteid_lteID
id_in[ID!]
id_not_in[ID!]
hash String
panopticPool_ltehash_not String
panopticPool_in[String!]hash_gtString
panopticPool_not_in[String!]hash_ltString
panopticPool_containshash_gte String
panopticPool_contains_nocasehash_lte String
panopticPool_not_containshash_in[String!]
hash_not_in[String!]
hash_contains String
panopticPool_not_contains_nocasehash_contains_nocase String
panopticPool_starts_withhash_not_contains String
panopticPool_starts_with_nocasehash_not_contains_nocase String
panopticPool_not_starts_withhash_starts_with String
panopticPool_not_starts_with_nocasehash_starts_with_nocase String
panopticPool_ends_withhash_not_starts_with String
panopticPool_ends_with_nocasehash_not_starts_with_nocase String
panopticPool_not_ends_withhash_ends_with String
panopticPool_not_ends_with_nocasehash_ends_with_nocase String
panopticPool_PanopticPool_filterhash_not_ends_withString
premium0hash_not_ends_with_nocaseString
logIndex BigInt
premium0_notlogIndex_not BigInt
premium0_gtlogIndex_gt BigInt
premium0_ltlogIndex_lt BigInt
premium0_gtelogIndex_gte BigInt
premium0_ltelogIndex_lte BigInt
premium0_inlogIndex_in [BigInt!]
premium0_not_inlogIndex_not_in [BigInt!]
premium1BigInteventTypeEventType
premium1_notBigInteventType_notEventType
premium1_gtBigInteventType_in[EventType!]
premium1_ltBigInteventType_not_in[EventType!]
premium1_gteBigIntfromString
premium1_lteBigIntfrom_notString
premium1_in[BigInt!]from_gtString
premium1_not_in[BigInt!]from_ltString
premiaByLeg[BigInt!]from_gteString
premiaByLeg_not[BigInt!]from_lteString
premiaByLeg_contains[BigInt!]from_in[String!]
premiaByLeg_contains_nocase[BigInt!]from_not_in[String!]
premiaByLeg_not_contains[BigInt!]from_containsString
premiaByLeg_not_contains_nocase[BigInt!]from_contains_nocaseString
totalShares0BigIntfrom_not_containsString
totalShares0_notBigIntfrom_not_contains_nocaseString
totalShares0_gtBigIntfrom_starts_withString
totalShares0_ltBigIntfrom_starts_with_nocaseString
totalShares0_gteBigIntfrom_not_starts_withString
totalShares0_lteBigIntfrom_not_starts_with_nocaseString
totalShares0_in[BigInt!]from_ends_withString
totalShares0_not_in[BigInt!]from_ends_with_nocaseString
totalAssets0BigIntfrom_not_ends_withString
totalAssets0_notBigIntfrom_not_ends_with_nocaseString
totalAssets0_gtBigInttoString
totalAssets0_ltBigIntto_notString
totalAssets0_gteBigIntto_gtString
totalAssets0_lteBigIntto_ltString
totalAssets0_in[BigInt!]to_gteString
totalAssets0_not_in[BigInt!]to_lteString
totalShares1BigIntto_in[String!]
totalShares1_notBigIntto_not_in[String!]
totalShares1_gtBigIntto_containsString
totalShares1_ltBigIntto_contains_nocaseString
totalShares1_gteBigIntto_not_containsString
totalShares1_lteBigIntto_not_contains_nocaseString
totalShares1_in[BigInt!]to_starts_withString
totalShares1_not_in[BigInt!]to_starts_with_nocaseString
to_not_starts_withString
to_not_starts_with_nocaseString
to_ends_withString
to_ends_with_nocaseString
to_not_ends_withString
to_not_ends_with_nocaseString
totalAssets1blockNumber BigInt
totalAssets1_notblockNumber_not BigInt
totalAssets1_gtblockNumber_gt BigInt
totalAssets1_ltblockNumber_lt BigInt
totalAssets1_gteblockNumber_gte BigInt
totalAssets1_lteblockNumber_lte BigInt
totalAssets1_inblockNumber_in [BigInt!]
totalAssets1_not_inblockNumber_not_in [BigInt!]
txnOpenedStringtimestampBigInt
txnOpened_notStringtimestamp_notBigInt
txnOpened_gtStringtimestamp_gtBigInt
txnOpened_ltStringtimestamp_ltBigInt
txnOpened_gteStringtimestamp_gteBigInt
txnOpened_lteStringtimestamp_lteBigInt
txnOpened_in[String!]timestamp_in[BigInt!]
txnOpened_not_in[String!]timestamp_not_in[BigInt!]
txnOpened_containsStringgasUsedBigInt
txnOpened_contains_nocaseStringgasUsed_notBigInt
txnOpened_not_containsStringgasUsed_gtBigInt
txnOpened_not_contains_nocaseStringgasUsed_ltBigInt
txnOpened_starts_withStringgasUsed_gteBigInt
txnOpened_starts_with_nocaseStringgasUsed_lteBigInt
txnOpened_not_starts_withStringgasUsed_in[BigInt!]
txnOpened_not_starts_with_nocaseStringgasUsed_not_in[BigInt!]
txnOpened_ends_withStringgasPriceBigInt
txnOpened_ends_with_nocaseStringgasPrice_notBigInt
txnOpened_not_ends_withStringgasPrice_gtBigInt
txnOpened_not_ends_with_nocaseStringgasPrice_ltBigInt
txnOpened_OptionMint_filtergasPrice_gteBigInt
accountBalancegasPrice_lteBigInt
gasPrice_in[BigInt!]
gasPrice_not_in[BigInt!]
pool String
accountBalance_notpool_not String
accountBalance_gtpool_gt String
accountBalance_ltpool_lt String
accountBalance_gtepool_gte String
accountBalance_ltepool_lte String
accountBalance_inpool_in [String!]
accountBalance_not_inpool_not_in [String!]
accountBalance_containspool_contains String
accountBalance_contains_nocasepool_contains_nocase String
accountBalance_not_containspool_not_contains String
accountBalance_not_contains_nocasepool_not_contains_nocase String
accountBalance_starts_withpool_starts_with String
accountBalance_starts_with_nocasepool_starts_with_nocase String
accountBalance_not_starts_withpool_not_starts_with String
accountBalance_not_starts_with_nocasepool_not_starts_with_nocase String
accountBalance_ends_withpool_ends_with String
accountBalance_ends_with_nocasepool_ends_with_nocase String
accountBalance_not_ends_withpool_not_ends_with String
accountBalance_not_ends_with_nocasepool_not_ends_with_nocase String
accountBalance_AccountBalance_filterpool_Pool_filter
forcedExerciseexercisor String
forcedExercise_notexercisor_not String
forcedExercise_gtexercisor_gt String
forcedExercise_ltexercisor_lt String
forcedExercise_gteexercisor_gte String
forcedExercise_lteexercisor_lte String
forcedExercise_inexercisor_in [String!]
forcedExercise_not_inexercisor_not_in [String!]
forcedExercise_containsexercisor_contains String
forcedExercise_contains_nocaseexercisor_contains_nocase String
forcedExercise_not_containsexercisor_not_contains String
forcedExercise_not_contains_nocaseexercisor_not_contains_nocase String
forcedExercise_starts_withexercisor_starts_with String
forcedExercise_starts_with_nocaseexercisor_starts_with_nocase String
forcedExercise_not_starts_withexercisor_not_starts_with String
forcedExercise_not_starts_with_nocaseexercisor_not_starts_with_nocase String
forcedExercise_ends_withexercisor_ends_with String
forcedExercise_ends_with_nocaseexercisor_ends_with_nocase String
forcedExercise_not_ends_withexercisor_not_ends_with String
forcedExercise_not_ends_with_nocaseexercisor_not_ends_with_nocase String
forcedExercise_ForcedExercise_filterexercisor_Account_filter
accountLiquidateduser String
accountLiquidated_notuser_not String
accountLiquidated_gtuser_gt String
accountLiquidated_ltuser_lt String
accountLiquidated_gteuser_gte String
accountLiquidated_lteuser_lte String
accountLiquidated_inuser_in [String!]
accountLiquidated_not_inuser_not_in [String!]
accountLiquidated_containsuser_contains String
accountLiquidated_contains_nocaseuser_contains_nocase String
accountLiquidated_not_containsuser_not_contains String
accountLiquidated_not_contains_nocaseuser_not_contains_nocase String
accountLiquidated_starts_withuser_starts_with String
accountLiquidated_starts_with_nocaseuser_starts_with_nocase String
accountLiquidated_not_starts_withuser_not_starts_with String
accountLiquidated_not_starts_with_nocaseuser_not_starts_with_nocase String
accountLiquidated_ends_withuser_ends_with String
accountLiquidated_ends_with_nocaseuser_ends_with_nocase String
accountLiquidated_not_ends_withuser_not_ends_with String
accountLiquidated_not_ends_with_nocaseuser_not_ends_with_nocase String
accountLiquidated_AccountLiquidated_filteruser_Account_filter
panopticVersionBigDecimaltokenIdBigInt
panopticVersion_notBigDecimaltokenId_notBigInt
panopticVersion_gtBigDecimaltokenId_gtBigInt
panopticVersion_ltBigDecimaltokenId_ltBigInt
panopticVersion_gteBigDecimaltokenId_gteBigInt
panopticVersion_lteBigDecimaltokenId_lteBigInt
panopticVersion_in[BigDecimal!]tokenId_in[BigInt!]
panopticVersion_not_intokenId_not_in[BigInt!]
exerciseFeeBigInt
exerciseFee_notBigInt
exerciseFee_gtBigInt
exerciseFee_ltBigInt
exerciseFee_gteBigInt
exerciseFee_lteBigInt
exerciseFee_in[BigInt!]
exerciseFee_not_in[BigInt!]
exerciseFee0BigInt
exerciseFee0_notBigInt
exerciseFee0_gtBigInt
exerciseFee0_ltBigInt
exerciseFee0_gteBigInt
exerciseFee0_lteBigInt
exerciseFee0_in[BigInt!]
exerciseFee0_not_in[BigInt!]
exerciseFee1BigInt
exerciseFee1_notBigInt
exerciseFee1_gtBigInt
exerciseFee1_ltBigInt
exerciseFee1_gteBigInt
exerciseFee1_lteBigInt
exerciseFee1_in[BigInt!]
exerciseFee1_not_in[BigInt!]
exerciseFeeUSDBigDecimal
exerciseFeeUSD_notBigDecimal
exerciseFeeUSD_gtBigDecimal
exerciseFeeUSD_ltBigDecimal
exerciseFeeUSD_gteBigDecimal
exerciseFeeUSD_lteBigDecimal
exerciseFeeUSD_in [BigDecimal!]
_change_blockexerciseFeeUSD_not_in[BigDecimal!]
tickAtInt
tickAt_notInt
tickAt_gtInt
tickAt_ltInt
tickAt_gteInt
tickAt_lteInt
tickAt_in[Int!]
tickAt_not_in[Int!]
panopticPoolString
panopticPool_notString
panopticPool_gtString
panopticPool_ltString
panopticPool_gteString
panopticPool_lteString
panopticPool_in[String!]
panopticPool_not_in[String!]
panopticPool_containsString
panopticPool_contains_nocaseString
panopticPool_not_containsString
panopticPool_not_contains_nocaseString
panopticPool_starts_withString
panopticPool_starts_with_nocaseString
panopticPool_not_starts_withString
panopticPool_not_starts_with_nocaseString
panopticPool_ends_withString
panopticPool_ends_with_nocaseString
panopticPool_not_ends_withString
panopticPool_not_ends_with_nocaseString
panopticPool_PanopticPool_filter
optionBurn_OptionBurn_filter
panopticVersionBigDecimal
panopticVersion_notBigDecimal
panopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
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]
-### OptionMint_filter +### GuardianSafeModeUpdated_filter @@ -21041,1652 +22832,1720 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + - - + + + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashhash String
hash_nothash_not String
hash_gthash_gt String
hash_lthash_lt String
hash_gtehash_gte String
hash_ltehash_lte String
hash_inhash_in [String!]
hash_not_inhash_not_in [String!]
hash_containshash_contains String
hash_contains_nocasehash_contains_nocase String
hash_not_containshash_not_contains String
hash_not_contains_nocasehash_not_contains_nocase String
hash_starts_withhash_starts_with String
hash_starts_with_nocasehash_starts_with_nocase String
hash_not_starts_withhash_not_starts_with String
hash_not_starts_with_nocasehash_not_starts_with_nocase String
hash_ends_withhash_ends_with String
hash_ends_with_nocasehash_ends_with_nocase String
hash_not_ends_withhash_not_ends_with String
hash_not_ends_with_nocasehash_not_ends_with_nocase String
logIndexlogIndex BigInt
logIndex_notlogIndex_not BigInt
logIndex_gtlogIndex_gt BigInt
logIndex_ltlogIndex_lt BigInt
logIndex_gtelogIndex_gte BigInt
logIndex_ltelogIndex_lte BigInt
logIndex_inlogIndex_in [BigInt!]
logIndex_not_inlogIndex_not_in [BigInt!]
eventTypeeventType EventType
eventType_noteventType_not EventType
eventType_ineventType_in [EventType!]
eventType_not_ineventType_not_in [EventType!]
fromfrom String
from_notfrom_not String
from_gtfrom_gt String
from_ltfrom_lt String
from_gtefrom_gte String
from_ltefrom_lte String
from_infrom_in [String!]
from_not_infrom_not_in [String!]
from_containsfrom_contains String
from_contains_nocasefrom_contains_nocase String
from_not_containsfrom_not_contains String
from_not_contains_nocasefrom_not_contains_nocase String
from_starts_withfrom_starts_with String
from_starts_with_nocasefrom_starts_with_nocase String
from_not_starts_withfrom_not_starts_with String
from_not_starts_with_nocasefrom_not_starts_with_nocase String
from_ends_withfrom_ends_with String
from_ends_with_nocasefrom_ends_with_nocase String
from_not_ends_withfrom_not_ends_with String
from_not_ends_with_nocasefrom_not_ends_with_nocase String
toto String
to_notto_not String
to_gtto_gt String
to_ltto_lt String
to_gteto_gte String
to_lteto_lte String
to_into_in [String!]
to_not_into_not_in [String!]
to_containsto_contains String
to_contains_nocaseto_contains_nocase String
to_not_containsto_not_contains String
to_not_contains_nocaseto_not_contains_nocase String
to_starts_withto_starts_with String
to_starts_with_nocaseto_starts_with_nocase String
to_not_starts_withto_not_starts_with String
to_not_starts_with_nocaseto_not_starts_with_nocase String
to_ends_withto_ends_with String
to_ends_with_nocaseto_ends_with_nocase String
to_not_ends_withto_not_ends_with String
to_not_ends_with_nocaseto_not_ends_with_nocase String
blockNumberblockNumber BigInt
blockNumber_notblockNumber_not BigInt
blockNumber_gtblockNumber_gt BigInt
blockNumber_ltblockNumber_lt BigInt
blockNumber_gteblockNumber_gte BigInt
blockNumber_lteblockNumber_lte BigInt
blockNumber_inblockNumber_in [BigInt!]
blockNumber_not_inblockNumber_not_in [BigInt!]
timestamptimestamp BigInt
timestamp_nottimestamp_not BigInt
timestamp_gttimestamp_gt BigInt
timestamp_lttimestamp_lt BigInt
timestamp_gtetimestamp_gte BigInt
timestamp_ltetimestamp_lte BigInt
timestamp_intimestamp_in [BigInt!]
timestamp_not_intimestamp_not_in [BigInt!]
gasUsedgasUsed BigInt
gasUsed_notgasUsed_not BigInt
gasUsed_gtgasUsed_gt BigInt
gasUsed_ltgasUsed_lt BigInt
gasUsed_gtegasUsed_gte BigInt
gasUsed_ltegasUsed_lte BigInt
gasUsed_ingasUsed_in [BigInt!]
gasUsed_not_ingasUsed_not_in [BigInt!]
gasPricegasPrice BigInt
gasPrice_notgasPrice_not BigInt
gasPrice_gtgasPrice_gt BigInt
gasPrice_ltgasPrice_lt BigInt
gasPrice_gtegasPrice_gte BigInt
gasPrice_ltegasPrice_lte BigInt
gasPrice_ingasPrice_in [BigInt!]
gasPrice_not_ingasPrice_not_in [BigInt!]
poolriskEngine String
pool_notriskEngine_not String
pool_gtriskEngine_gt String
pool_ltriskEngine_lt String
pool_gteriskEngine_gte String
pool_lteriskEngine_lte String
pool_inriskEngine_in [String!]
pool_not_inriskEngine_not_in [String!]
pool_containsriskEngine_contains String
pool_contains_nocaseriskEngine_contains_nocase String
pool_not_containsriskEngine_not_contains String
pool_not_contains_nocaseriskEngine_not_contains_nocase String
pool_starts_withriskEngine_starts_with String
pool_starts_with_nocaseriskEngine_starts_with_nocase String
pool_not_starts_withriskEngine_not_starts_with String
pool_not_starts_with_nocaseriskEngine_not_starts_with_nocase String
pool_ends_withriskEngine_ends_with String
pool_ends_with_nocaseriskEngine_ends_with_nocase String
pool_not_ends_withriskEngine_not_ends_with String
pool_not_ends_with_nocaseriskEngine_not_ends_with_nocase String
pool_Pool_filterriskEngine_RiskEngine_filter
recipientStringlockModeBoolean
recipient_notStringlockMode_notBoolean
recipient_gtStringlockMode_in[Boolean!]
recipient_ltStringlockMode_not_in[Boolean!]
recipient_gteString_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[GuardianSafeModeUpdated_filter]
recipient_lteStringor[GuardianSafeModeUpdated_filter]
+ +### InsolvencyPenaltyApplied_filter + + + + + + + + + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + + + + + + + + + + + - + - + - + - + - - + + - + - + - + - + - + - + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + + + + + + + + + + + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - + + - - + +
FieldTypeDescription
recipient_in[String!]idID
recipient_not_in[String!]id_notID
recipient_containsStringid_gtID
recipient_contains_nocaseid_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
hash String
recipient_not_containshash_not String
recipient_not_contains_nocasehash_gt String
recipient_starts_withhash_lt String
recipient_starts_with_nocasehash_gte String
recipient_not_starts_withhash_lte String
recipient_not_starts_with_nocasehash_in[String!]
hash_not_in[String!]
hash_contains String
recipient_ends_withhash_contains_nocase String
recipient_ends_with_nocasehash_not_contains String
recipient_not_ends_withhash_not_contains_nocase String
recipient_not_ends_with_nocasehash_starts_with String
recipient_Account_filterhash_starts_with_nocaseString
tokenIdhash_not_starts_with String
tokenId_nothash_not_starts_with_nocase String
tokenId_gthash_ends_with String
tokenId_lthash_ends_with_nocase String
tokenId_gtehash_not_ends_with String
tokenId_ltehash_not_ends_with_nocase String
tokenId_in[String!]logIndexBigInt
tokenId_not_in[String!]logIndex_notBigInt
tokenId_containslogIndex_gtBigInt
logIndex_ltBigInt
logIndex_gteBigInt
logIndex_lteBigInt
logIndex_in[BigInt!]
logIndex_not_in[BigInt!]
eventTypeEventType
eventType_notEventType
eventType_in[EventType!]
eventType_not_in[EventType!]
from String
tokenId_contains_nocasefrom_not String
tokenId_not_containsfrom_gt String
tokenId_not_contains_nocasefrom_lt String
tokenId_starts_withfrom_gte String
tokenId_starts_with_nocasefrom_lte String
tokenId_not_starts_withfrom_in[String!]
from_not_in[String!]
from_contains String
tokenId_not_starts_with_nocasefrom_contains_nocase String
tokenId_ends_withfrom_not_contains String
tokenId_ends_with_nocasefrom_not_contains_nocase String
tokenId_not_ends_withfrom_starts_with String
tokenId_not_ends_with_nocasefrom_starts_with_nocase String
tokenId_TokenId_filterfrom_not_starts_withString
positionSizeBigIntfrom_not_starts_with_nocaseString
positionSize_notBigIntfrom_ends_withString
positionSize_gtBigIntfrom_ends_with_nocaseString
positionSize_ltBigIntfrom_not_ends_withString
positionSize_gteBigIntfrom_not_ends_with_nocaseString
positionSize_lteBigInttoString
positionSize_in[BigInt!]to_notString
positionSize_not_in[BigInt!]to_gtString
poolUtilization0BigIntto_ltString
poolUtilization0_notBigIntto_gteString
poolUtilization0_gtBigIntto_lteString
poolUtilization0_ltBigIntto_in[String!]
poolUtilization0_gteBigIntto_not_in[String!]
poolUtilization0_lteBigIntto_containsString
poolUtilization0_in[BigInt!]to_contains_nocaseString
poolUtilization0_not_in[BigInt!]to_not_containsString
poolUtilization1BigIntto_not_contains_nocaseString
poolUtilization1_notBigIntto_starts_withString
poolUtilization1_gtBigIntto_starts_with_nocaseString
poolUtilization1_ltBigIntto_not_starts_withString
poolUtilization1_gteBigIntto_not_starts_with_nocaseString
poolUtilization1_lteBigIntto_ends_withString
poolUtilization1_in[BigInt!]to_ends_with_nocaseString
poolUtilization1_not_in[BigInt!]to_not_ends_withString
currentTickIntto_not_ends_with_nocaseString
currentTick_notIntblockNumberBigInt
currentTick_gtIntblockNumber_notBigInt
currentTick_ltIntblockNumber_gtBigInt
currentTick_gteIntblockNumber_ltBigInt
currentTick_lteIntblockNumber_gteBigInt
currentTick_in[Int!]blockNumber_lteBigInt
currentTick_not_in[Int!]blockNumber_in[BigInt!]
fastOracleTickIntblockNumber_not_in[BigInt!]
fastOracleTick_notInttimestampBigInt
fastOracleTick_gtInttimestamp_notBigInt
fastOracleTick_ltInttimestamp_gtBigInt
fastOracleTick_gteInttimestamp_ltBigInt
fastOracleTick_lteInttimestamp_gteBigInt
fastOracleTick_in[Int!]timestamp_lteBigInt
fastOracleTick_not_in[Int!]timestamp_in[BigInt!]
lastObservedTickInttimestamp_not_in[BigInt!]
lastObservedTick_notIntgasUsedBigInt
lastObservedTick_gtIntgasUsed_notBigInt
lastObservedTick_ltIntgasUsed_gtBigInt
lastObservedTick_gteIntgasUsed_ltBigInt
lastObservedTick_lteIntgasUsed_gteBigInt
lastObservedTick_in[Int!]gasUsed_lteBigInt
lastObservedTick_not_in[Int!]gasUsed_in[BigInt!]
slowOracleTickIntgasUsed_not_in[BigInt!]
slowOracleTick_notIntgasPriceBigInt
slowOracleTick_gtIntgasPrice_notBigInt
slowOracleTick_ltIntgasPrice_gtBigInt
slowOracleTick_gteIntgasPrice_ltBigInt
slowOracleTick_lteIntgasPrice_gteBigInt
slowOracleTick_in[Int!]gasPrice_lteBigInt
slowOracleTick_not_in[Int!]gasPrice_in[BigInt!]
accountBalancegasPrice_not_in[BigInt!]
pool String
accountBalance_notpool_not String
accountBalance_gtpool_gt String
accountBalance_ltpool_lt String
accountBalance_gtepool_gte String
accountBalance_ltepool_lte String
accountBalance_inpool_in [String!]
accountBalance_not_inpool_not_in [String!]
accountBalance_containspool_contains String
accountBalance_contains_nocasepool_contains_nocase String
accountBalance_not_containspool_not_contains String
accountBalance_not_contains_nocasepool_not_contains_nocase String
accountBalance_starts_withpool_starts_with String
accountBalance_starts_with_nocasepool_starts_with_nocase String
accountBalance_not_starts_withpool_not_starts_with String
accountBalance_not_starts_with_nocasepool_not_starts_with_nocase String
accountBalance_ends_withpool_ends_with String
accountBalance_ends_with_nocasepool_ends_with_nocase String
accountBalance_not_ends_withpool_not_ends_with String
accountBalance_not_ends_with_nocasepool_not_ends_with_nocase String
accountBalance_AccountBalance_filterpool_Pool_filter
panopticPoolowner String
panopticPool_notowner_not String
panopticPool_gtowner_gt String
panopticPool_ltowner_lt String
panopticPool_gteowner_gte String
panopticPool_lteowner_lte String
panopticPool_inowner_in [String!]
panopticPool_not_inowner_not_in [String!]
panopticPool_containsowner_contains String
panopticPool_contains_nocaseowner_contains_nocase String
panopticPool_not_containsowner_not_contains String
panopticPool_not_contains_nocaseowner_not_contains_nocase String
panopticPool_starts_withowner_starts_with String
panopticPool_starts_with_nocaseowner_starts_with_nocase String
panopticPool_not_starts_withowner_not_starts_with String
panopticPool_not_starts_with_nocaseowner_not_starts_with_nocase String
panopticPool_ends_withowner_ends_with String
panopticPool_ends_with_nocaseowner_ends_with_nocase String
panopticPool_not_ends_withowner_not_ends_with String
panopticPool_not_ends_with_nocaseowner_not_ends_with_nocase String
panopticPool_PanopticPool_filter
commissions0BigDecimalowner_Account_filter
commissions0_notBigDecimalinterestOwedBigInt
commissions0_gtBigDecimalinterestOwed_notBigInt
commissions0_ltBigDecimalinterestOwed_gtBigInt
commissions0_gteBigDecimalinterestOwed_ltBigInt
commissions0_lteBigDecimalinterestOwed_gteBigInt
commissions0_in[BigDecimal!]interestOwed_lteBigInt
commissions0_not_in[BigDecimal!]interestOwed_in[BigInt!]
commissions1BigDecimalinterestOwed_not_in[BigInt!]
commissions1_notBigDecimalinterestPaidBigInt
commissions1_gtBigDecimalinterestPaid_notBigInt
commissions1_ltBigDecimalinterestPaid_gtBigInt
commissions1_gteBigDecimalinterestPaid_ltBigInt
commissions1_lteBigDecimalinterestPaid_gteBigInt
commissions1_in[BigDecimal!]interestPaid_lteBigInt
commissions1_not_in[BigDecimal!]interestPaid_in[BigInt!]
commissions0USDBigDecimalinterestPaid_not_in[BigInt!]
commissions0USD_notBigDecimalsharesBurnedBigInt
commissions0USD_gtBigDecimalsharesBurned_notBigInt
commissions0USD_ltBigDecimalsharesBurned_gtBigInt
commissions0USD_gteBigDecimalsharesBurned_ltBigInt
commissions0USD_lteBigDecimalsharesBurned_gteBigInt
commissions0USD_in[BigDecimal!]sharesBurned_lteBigInt
commissions0USD_not_in[BigDecimal!]sharesBurned_in[BigInt!]
commissions1USDBigDecimalsharesBurned_not_in[BigInt!]
commissions1USD_notBigDecimalcollateralString
commissions1USD_gtBigDecimalcollateral_notString
commissions1USD_ltBigDecimalcollateral_gtString
commissions1USD_gteBigDecimalcollateral_ltString
commissions1USD_lteBigDecimalcollateral_gteString
commissions1USD_in[BigDecimal!]collateral_lteString
commissions1USD_not_in[BigDecimal!]collateral_in[String!]
commissionsUSDBigDecimalcollateral_not_in[String!]
commissionsUSD_notBigDecimalcollateral_containsString
commissionsUSD_gtBigDecimalcollateral_contains_nocaseString
commissionsUSD_ltBigDecimalcollateral_not_containsString
commissionsUSD_gteBigDecimalcollateral_not_contains_nocaseString
commissionsUSD_lteBigDecimalcollateral_starts_withString
commissionsUSD_in[BigDecimal!]collateral_starts_with_nocaseString
commissionsUSD_not_in[BigDecimal!]collateral_not_starts_withString
tickAtIntcollateral_not_starts_with_nocaseString
tickAt_notIntcollateral_ends_withString
tickAt_gtIntcollateral_ends_with_nocaseString
tickAt_ltIntcollateral_not_ends_withString
tickAt_gteIntcollateral_not_ends_with_nocaseString
tickAt_lteIntcollateral_Collateral_filter
tickAt_in[Int!]
tickAt_not_in[Int!]
panopticVersionBigDecimal
panopticVersion_notBigDecimal
panopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
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]
-### OptionRoll_filter +### LegLiquidities_filter @@ -22719,1303 +24578,1066 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - - - - - - - - - - - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - - - + + + - - + + - - + + + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashleg String
hash_notleg_not String
hash_gtleg_gt String
hash_ltleg_lt String
hash_gteleg_gte String
hash_lteleg_lte String
hash_inleg_in [String!]
hash_not_inleg_not_in [String!]
hash_containsleg_contains String
hash_contains_nocaseleg_contains_nocase String
hash_not_containsleg_not_contains String
hash_not_contains_nocaseleg_not_contains_nocase String
hash_starts_withleg_starts_with String
hash_starts_with_nocaseleg_starts_with_nocase String
hash_not_starts_withleg_not_starts_with String
hash_not_starts_with_nocaseleg_not_starts_with_nocase String
hash_ends_withleg_ends_with String
hash_ends_with_nocaseleg_ends_with_nocase String
hash_not_ends_withleg_not_ends_with String
hash_not_ends_with_nocaseleg_not_ends_with_nocase String
logIndexBigInt
logIndex_notBigInt
logIndex_gtBigInt
logIndex_ltBigInt
logIndex_gteBigInt
logIndex_lteBigInt
logIndex_in[BigInt!]
logIndex_not_in[BigInt!]
eventTypeEventType
eventType_notEventType
eventType_in[EventType!]
eventType_not_in[EventType!]leg_Leg_filter
fromchunk String
from_notchunk_not String
from_gtchunk_gt String
from_ltchunk_lt String
from_gtechunk_gte String
from_ltechunk_lte String
from_inchunk_in [String!]
from_not_inchunk_not_in [String!]
from_containsString
from_contains_nocaseString
from_not_containsString
from_not_contains_nocaseString
from_starts_withString
from_starts_with_nocaseString
from_not_starts_withString
from_not_starts_with_nocaseString
from_ends_withString
from_ends_with_nocaseString
from_not_ends_withString
from_not_ends_with_nocaseString
toString
to_notString
to_gtchunk_contains String
to_ltchunk_contains_nocase String
to_gtechunk_not_contains String
to_ltechunk_not_contains_nocase String
to_in[String!]
to_not_in[String!]
to_containschunk_starts_with String
to_contains_nocasechunk_starts_with_nocase String
to_not_containschunk_not_starts_with String
to_not_contains_nocasechunk_not_starts_with_nocase String
to_starts_withchunk_ends_with String
to_starts_with_nocasechunk_ends_with_nocase String
to_not_starts_withchunk_not_ends_with String
to_not_starts_with_nocasechunk_not_ends_with_nocase String
to_ends_withStringchunk_Chunk_filter
to_ends_with_nocaseStringliquidityBigInt
to_not_ends_withStringliquidity_notBigInt
to_not_ends_with_nocaseStringliquidity_gtBigInt
blockNumberliquidity_lt BigInt
blockNumber_notliquidity_gte BigInt
blockNumber_gtliquidity_lte BigInt
blockNumber_ltBigIntliquidity_in[BigInt!]
blockNumber_gteBigIntliquidity_not_in[BigInt!]
blockNumber_lteBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
blockNumber_in[BigInt!]and[LegLiquidities_filter]
blockNumber_not_in[BigInt!]or[LegLiquidities_filter]
+ +### Leg_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - + - + - + - + - + - + - + - - + + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + +
timestampBigIntFieldTypeDescription
timestamp_notBigIntidID
timestamp_gtBigIntid_notID
timestamp_ltBigIntid_gtID
timestamp_gteBigIntid_ltID
timestamp_lteBigIntid_gteID
timestamp_in[BigInt!]id_lteID
timestamp_not_in[BigInt!]id_in[ID!]
gasUsedBigIntid_not_in[ID!]
gasUsed_notBigIntindexInt
gasUsed_gtBigIntindex_notInt
gasUsed_ltBigIntindex_gtInt
gasUsed_gteBigIntindex_ltInt
gasUsed_lteBigIntindex_gteInt
gasUsed_in[BigInt!]index_lteInt
gasUsed_not_in[BigInt!]index_in[Int!]
gasPriceBigIntindex_not_in[Int!]
gasPrice_notBigIntidHexStringString
gasPrice_gtBigIntidHexString_notString
gasPrice_ltBigIntidHexString_gtString
gasPrice_gteBigIntidHexString_ltString
gasPrice_lteBigIntidHexString_gteString
gasPrice_in[BigInt!]idHexString_lteString
gasPrice_not_in[BigInt!]idHexString_in[String!]
poolStringidHexString_not_in[String!]
pool_notidHexString_contains String
pool_gtidHexString_contains_nocase String
pool_ltidHexString_not_contains String
pool_gteidHexString_not_contains_nocase String
pool_lteidHexString_starts_with String
pool_in[String!]idHexString_starts_with_nocaseString
pool_not_in[String!]idHexString_not_starts_withString
pool_containsidHexString_not_starts_with_nocase String
pool_contains_nocaseidHexString_ends_with String
pool_not_containsidHexString_ends_with_nocase String
pool_not_contains_nocaseidHexString_not_ends_with String
pool_starts_withidHexString_not_ends_with_nocase String
pool_starts_with_nocasepool String
pool_not_starts_withpool_not String
pool_not_starts_with_nocasepool_gt String
pool_ends_withpool_lt String
pool_ends_with_nocasepool_gte String
pool_not_ends_withpool_lte String
pool_not_ends_with_nocaseStringpool_in[String!]
pool_Pool_filterpool_not_in[String!]
recipientpool_contains String
recipient_notpool_contains_nocase String
recipient_gtpool_not_contains String
recipient_ltpool_not_contains_nocase String
recipient_gtepool_starts_with String
recipient_ltepool_starts_with_nocase String
recipient_in[String!]pool_not_starts_withString
recipient_not_in[String!]pool_not_starts_with_nocaseString
recipient_containspool_ends_with String
recipient_contains_nocasepool_ends_with_nocase String
recipient_not_containspool_not_ends_with String
recipient_not_contains_nocasepool_not_ends_with_nocase String
recipient_starts_withStringpool_Pool_filter
recipient_starts_with_nocaseStringoptionRatioBigInt
recipient_not_starts_withStringoptionRatio_notBigInt
recipient_not_starts_with_nocaseStringoptionRatio_gtBigInt
recipient_ends_withStringoptionRatio_ltBigInt
recipient_ends_with_nocaseStringoptionRatio_gteBigInt
recipient_not_ends_withStringoptionRatio_lteBigInt
recipient_not_ends_with_nocaseStringoptionRatio_in[BigInt!]
recipient_Account_filteroptionRatio_not_in[BigInt!]
positionSizeasset BigInt
positionSize_notasset_not BigInt
positionSize_gtasset_gt BigInt
positionSize_ltasset_lt BigInt
positionSize_gteasset_gte BigInt
positionSize_lteasset_lte BigInt
positionSize_inasset_in [BigInt!]
positionSize_not_inasset_not_in [BigInt!]
oldTokenIdtokenType BigInt
oldTokenId_nottokenType_not BigInt
oldTokenId_gttokenType_gt BigInt
oldTokenId_lttokenType_lt BigInt
oldTokenId_gtetokenType_gte BigInt
oldTokenId_ltetokenType_lte BigInt
oldTokenId_intokenType_in [BigInt!]
oldTokenId_not_intokenType_not_in [BigInt!]
newTokenIdisLong BigInt
newTokenId_notisLong_not BigInt
newTokenId_gtisLong_gt BigInt
newTokenId_ltisLong_lt BigInt
newTokenId_gteisLong_gte BigInt
newTokenId_lteisLong_lte BigInt
newTokenId_inisLong_in [BigInt!]
newTokenId_not_inisLong_not_in [BigInt!]
tickAtRollIntriskPartnerBigInt
tickAtRoll_notIntriskPartner_notBigInt
tickAtRoll_gtIntriskPartner_gtBigInt
tickAtRoll_ltIntriskPartner_ltBigInt
tickAtRoll_gteIntriskPartner_gteBigInt
tickAtRoll_lteIntriskPartner_lteBigInt
tickAtRoll_in[Int!]riskPartner_in[BigInt!]
tickAtRoll_not_in[Int!]riskPartner_not_in[BigInt!]
poolUtilizationsstrike BigInt
poolUtilizations_notstrike_not BigInt
poolUtilizations_gtstrike_gt BigInt
poolUtilizations_ltstrike_lt BigInt
poolUtilizations_gtestrike_gte BigInt
poolUtilizations_ltestrike_lte BigInt
poolUtilizations_instrike_in [BigInt!]
poolUtilizations_not_instrike_not_in [BigInt!]
premiawidth BigInt
premia_notwidth_not BigInt
premia_gtwidth_gt BigInt
premia_ltwidth_lt BigInt
premia_gtewidth_gte BigInt
premia_ltewidth_lte BigInt
premia_inwidth_in [BigInt!]
premia_not_inwidth_not_in [BigInt!]
panopticPoolchunk String
panopticPool_notchunk_not String
panopticPool_gtchunk_gt String
panopticPool_ltchunk_lt String
panopticPool_gtechunk_gte String
panopticPool_ltechunk_lte String
panopticPool_inchunk_in [String!]
panopticPool_not_inchunk_not_in [String!]
panopticPool_containschunk_contains String
panopticPool_contains_nocasechunk_contains_nocase String
panopticPool_not_containschunk_not_contains String
panopticPool_not_contains_nocasechunk_not_contains_nocase String
panopticPool_starts_withchunk_starts_with String
panopticPool_starts_with_nocasechunk_starts_with_nocase String
panopticPool_not_starts_withchunk_not_starts_with String
panopticPool_not_starts_with_nocasechunk_not_starts_with_nocase String
panopticPool_ends_withchunk_ends_with String
panopticPool_ends_with_nocasechunk_ends_with_nocase String
panopticPool_not_ends_withchunk_not_ends_with String
panopticPool_not_ends_with_nocasechunk_not_ends_with_nocase String
panopticPool_PanopticPool_filterchunk_Chunk_filter
poolUtilization0legCount BigInt
poolUtilization0_notlegCount_not BigInt
poolUtilization0_gtlegCount_gt BigInt
poolUtilization0_ltlegCount_lt BigInt
poolUtilization0_gtelegCount_gte BigInt
poolUtilization0_ltelegCount_lte BigInt
poolUtilization0_inlegCount_in [BigInt!]
poolUtilization0_not_inlegCount_not_in [BigInt!]
poolUtilization1BigInttokenIds_TokenId_filter
poolUtilization1_notBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
poolUtilization1_gtBigInt
poolUtilization1_ltBigInt
poolUtilization1_gteBigInt
poolUtilization1_lteBigInt
poolUtilization1_in[BigInt!]
poolUtilization1_not_in[BigInt!]
premium0BigInt
premium0_notBigInt
premium0_gtBigInt
premium0_ltBigInt
premium0_gteBigInt
premium0_lteBigInt
premium0_in[BigInt!]
premium0_not_in[BigInt!]
premium1BigInt
premium1_notBigInt
premium1_gtBigInt
premium1_ltBigInt
premium1_gteBigInt
premium1_lteBigInt
premium1_in[BigInt!]
premium1_not_in[BigInt!]
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[OptionRoll_filter]and[Leg_filter]
or[OptionRoll_filter]or[Leg_filter]
-### PanopticFactory_filter +### Mint_filter @@ -24027,8514 +25649,15712 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - + + - - + + - -
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
poolCountBigInt
poolCount_notBigInt
poolCount_gtBigInthashString
poolCount_ltBigInthash_notString
poolCount_gteBigInthash_gtString
poolCount_lteBigInthash_ltString
poolCount_in[BigInt!]hash_gteString
poolCount_not_in[BigInt!]hash_lteString
ownerIDhash_in[String!]
owner_notIDhash_not_in[String!]
owner_gtIDhash_containsString
owner_ltIDhash_contains_nocaseString
owner_gteIDhash_not_containsString
owner_lteIDhash_not_contains_nocaseString
owner_in[ID!]hash_starts_withString
owner_not_in[ID!]hash_starts_with_nocaseString
panopticVersionBigDecimalhash_not_starts_withString
panopticVersion_notBigDecimalhash_not_starts_with_nocaseString
panopticVersion_gtBigDecimalhash_ends_withString
panopticVersion_ltBigDecimalhash_ends_with_nocaseString
panopticVersion_gteBigDecimalhash_not_ends_withString
panopticVersion_lteBigDecimalhash_not_ends_with_nocaseString
panopticVersion_in[BigDecimal!]logIndexBigInt
panopticVersion_not_in[BigDecimal!]logIndex_notBigInt
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[PanopticFactory_filter]logIndex_gtBigInt
or[PanopticFactory_filter]logIndex_ltBigInt
- -### PanopticPoolAccount_filter - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - - - - - - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - + + - - + + - -
FieldTypeDescription
idIDlogIndex_gteBigInt
id_notIDlogIndex_lteBigInt
id_gtIDlogIndex_in[BigInt!]
id_ltIDlogIndex_not_in[BigInt!]
id_gteIDeventTypeEventType
id_lteIDeventType_notEventType
id_in[ID!]eventType_in[EventType!]
id_not_in[ID!]eventType_not_in[EventType!]
panopticPoolfrom String
panopticPool_notfrom_not String
panopticPool_gtfrom_gt String
panopticPool_ltfrom_lt String
panopticPool_gtefrom_gte String
panopticPool_ltefrom_lte String
panopticPool_infrom_in [String!]
panopticPool_not_infrom_not_in [String!]
panopticPool_containsfrom_contains String
panopticPool_contains_nocasefrom_contains_nocase String
panopticPool_not_containsfrom_not_contains String
panopticPool_not_contains_nocasefrom_not_contains_nocase String
panopticPool_starts_withfrom_starts_with String
panopticPool_starts_with_nocasefrom_starts_with_nocase String
panopticPool_not_starts_withfrom_not_starts_with String
panopticPool_not_starts_with_nocasefrom_not_starts_with_nocase String
panopticPool_ends_withfrom_ends_with String
panopticPool_ends_with_nocasefrom_ends_with_nocase String
panopticPool_not_ends_withfrom_not_ends_with String
panopticPool_not_ends_with_nocasefrom_not_ends_with_nocase String
panopticPool_PanopticPool_filter
accountto String
account_notto_not String
account_gtto_gt String
account_ltto_lt String
account_gteto_gte String
account_lteto_lte String
account_into_in [String!]
account_not_into_not_in [String!]
account_containsString
account_contains_nocaseString
account_not_containsString
account_not_contains_nocaseString
account_starts_withString
account_starts_with_nocaseto_contains String
account_not_starts_withto_contains_nocase String
account_not_starts_with_nocaseto_not_contains String
account_ends_withto_not_contains_nocase String
account_ends_with_nocaseto_starts_with String
account_not_ends_withto_starts_with_nocase String
account_not_ends_with_nocaseto_not_starts_with String
account_Account_filter
collateral0to_not_starts_with_nocase String
collateral0_notto_ends_with String
collateral0_gtto_ends_with_nocase String
collateral0_ltto_not_ends_with String
collateral0_gteto_not_ends_with_nocase String
collateral0_lteStringblockNumberBigInt
collateral0_in[String!]blockNumber_notBigInt
collateral0_not_in[String!]blockNumber_gtBigInt
collateral0_containsStringblockNumber_ltBigInt
collateral0_contains_nocaseStringblockNumber_gteBigInt
collateral0_not_containsStringblockNumber_lteBigInt
collateral0_not_contains_nocaseStringblockNumber_in[BigInt!]
collateral0_starts_withStringblockNumber_not_in[BigInt!]
collateral0_starts_with_nocaseStringtimestampBigInt
collateral0_not_starts_withStringtimestamp_notBigInt
collateral0_not_starts_with_nocaseStringtimestamp_gtBigInt
collateral0_ends_withStringtimestamp_ltBigInt
collateral0_ends_with_nocaseStringtimestamp_gteBigInt
collateral0_not_ends_withStringtimestamp_lteBigInt
collateral0_not_ends_with_nocaseStringtimestamp_in[BigInt!]
collateral0_Collateral_filtertimestamp_not_in[BigInt!]
collateral0SharesgasUsed BigInt
collateral0Shares_notgasUsed_not BigInt
collateral0Shares_gtgasUsed_gt BigInt
collateral0Shares_ltgasUsed_lt BigInt
collateral0Shares_gtegasUsed_gte BigInt
collateral0Shares_ltegasUsed_lte BigInt
collateral0Shares_ingasUsed_in [BigInt!]
collateral0Shares_not_ingasUsed_not_in [BigInt!]
collateral0AssetsgasPrice BigInt
collateral0Assets_notgasPrice_not BigInt
collateral0Assets_gtgasPrice_gt BigInt
collateral0Assets_ltgasPrice_lt BigInt
collateral0Assets_gtegasPrice_gte BigInt
collateral0Assets_ltegasPrice_lte BigInt
collateral0Assets_ingasPrice_in [BigInt!]
collateral0Assets_not_ingasPrice_not_in [BigInt!]
collateral1pool String
collateral1_notpool_not String
collateral1_gtpool_gt String
collateral1_ltpool_lt String
collateral1_gtepool_gte String
collateral1_ltepool_lte String
collateral1_inpool_in [String!]
collateral1_not_inpool_not_in [String!]
collateral1_containspool_contains String
collateral1_contains_nocasepool_contains_nocase String
collateral1_not_containspool_not_contains String
collateral1_not_contains_nocasepool_not_contains_nocase String
collateral1_starts_withpool_starts_with String
collateral1_starts_with_nocasepool_starts_with_nocase String
collateral1_not_starts_withpool_not_starts_with String
collateral1_not_starts_with_nocasepool_not_starts_with_nocase String
collateral1_ends_withpool_ends_with String
collateral1_ends_with_nocasepool_ends_with_nocase String
collateral1_not_ends_withpool_not_ends_with String
collateral1_not_ends_with_nocasepool_not_ends_with_nocase String
collateral1_Collateral_filterpool_Pool_filter
collateral1SharesBigIntsenderString
collateral1Shares_notBigIntsender_notString
collateral1Shares_gtBigIntsender_gtString
collateral1Shares_ltBigIntsender_ltString
collateral1Shares_gteBigIntsender_gteString
collateral1Shares_lteBigIntsender_lteString
collateral1Shares_in[BigInt!]sender_in[String!]
collateral1Shares_not_in[BigInt!]sender_not_in[String!]
collateral1AssetsBigIntsender_containsString
collateral1Assets_notBigIntsender_contains_nocaseString
collateral1Assets_gtBigIntsender_not_containsString
collateral1Assets_ltBigIntsender_not_contains_nocaseString
collateral1Assets_gteBigIntsender_starts_withString
collateral1Assets_lteBigIntsender_starts_with_nocaseString
collateral1Assets_in[BigInt!]sender_not_starts_withString
collateral1Assets_not_in[BigInt!]sender_not_starts_with_nocaseString
isLiquidatedIntsender_ends_withString
isLiquidated_notIntsender_ends_with_nocaseString
isLiquidated_gtIntsender_not_ends_withString
isLiquidated_ltIntsender_not_ends_with_nocaseString
isLiquidated_gteIntsender_Account_filter
isLiquidated_lteIntownerString
isLiquidated_in[Int!]owner_notString
isLiquidated_not_in[Int!]owner_gtString
accountBalances_AccountBalance_filterowner_ltString
commissions0BigDecimalowner_gteString
commissions0_notBigDecimalowner_lteString
commissions0_gtBigDecimalowner_in[String!]
commissions0_ltBigDecimalowner_not_in[String!]
commissions0_gteBigDecimalowner_containsString
commissions0_lteBigDecimalowner_contains_nocaseString
commissions0_in[BigDecimal!]owner_not_containsString
commissions0_not_in[BigDecimal!]owner_not_contains_nocaseString
commissions0UsdBigDecimalowner_starts_withString
commissions0Usd_notBigDecimalowner_starts_with_nocaseString
commissions0Usd_gtBigDecimalowner_not_starts_withString
commissions0Usd_ltBigDecimalowner_not_starts_with_nocaseString
commissions0Usd_gteBigDecimalowner_ends_withString
commissions0Usd_lteBigDecimalowner_ends_with_nocaseString
commissions0Usd_in[BigDecimal!]owner_not_ends_withString
commissions0Usd_not_in[BigDecimal!]owner_not_ends_with_nocaseString
commissions1BigDecimalowner_Account_filter
commissions1_notBigDecimaltickLowerInt
commissions1_gtBigDecimaltickLower_notInt
commissions1_ltBigDecimaltickLower_gtInt
commissions1_gteBigDecimaltickLower_ltInt
commissions1_lteBigDecimaltickLower_gteInt
commissions1_in[BigDecimal!]tickLower_lteInt
commissions1_not_in[BigDecimal!]tickLower_in[Int!]
commissions1UsdBigDecimaltickLower_not_in[Int!]
commissions1Usd_notBigDecimaltickUpperInt
commissions1Usd_gtBigDecimaltickUpper_notInt
commissions1Usd_ltBigDecimaltickUpper_gtInt
commissions1Usd_gteBigDecimaltickUpper_ltInt
commissions1Usd_lteBigDecimaltickUpper_gteInt
commissions1Usd_in[BigDecimal!]tickUpper_lteInt
commissions1Usd_not_in[BigDecimal!]tickUpper_in[Int!]
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[PanopticPoolAccount_filter]tickUpper_not_in[Int!]
or[PanopticPoolAccount_filter]amountBigInt
- -### PanopticPoolDayData_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
FieldTypeDescriptionamount_notBigInt
idIDamount_gtBigInt
id_notIDamount_ltBigInt
id_gtIDamount_gteBigInt
id_ltIDamount_lteBigInt
id_gteIDamount_in[BigInt!]
id_lteIDamount_not_in[BigInt!]
id_in[ID!]amount0BigDecimal
id_not_in[ID!]amount0_notBigDecimal
panopticPoolStringamount0_gtBigDecimal
panopticPool_notStringamount0_ltBigDecimal
panopticPool_gtStringamount0_gteBigDecimal
panopticPool_ltStringamount0_lteBigDecimal
panopticPool_gteStringamount0_in[BigDecimal!]
panopticPool_lteStringamount0_not_in[BigDecimal!]
panopticPool_in[String!]amount1BigDecimal
panopticPool_not_in[String!]amount1_notBigDecimal
panopticPool_containsStringamount1_gtBigDecimal
panopticPool_contains_nocaseStringamount1_ltBigDecimal
panopticPool_not_containsStringamount1_gteBigDecimal
panopticPool_not_contains_nocaseStringamount1_lteBigDecimal
panopticPool_starts_withStringamount1_in[BigDecimal!]
panopticPool_starts_with_nocaseStringamount1_not_in[BigDecimal!]
panopticPool_not_starts_withtoken0 String
panopticPool_not_starts_with_nocasetoken0_not String
panopticPool_ends_withtoken0_gt String
panopticPool_ends_with_nocasetoken0_lt String
panopticPool_not_ends_withtoken0_gte String
panopticPool_not_ends_with_nocasetoken0_lte String
panopticPool_PanopticPool_filtertoken0_in[String!]
dateInttoken0_not_in[String!]
date_notInttoken0_containsString
date_gtInttoken0_contains_nocaseString
date_ltInttoken0_not_containsString
date_gteInttoken0_not_contains_nocaseString
date_lteInttoken0_starts_withString
date_in[Int!]token0_starts_with_nocaseString
date_not_in[Int!]token0_not_starts_withString
mintVolume0BigDecimaltoken0_not_starts_with_nocaseString
mintVolume0_notBigDecimaltoken0_ends_withString
mintVolume0_gtBigDecimaltoken0_ends_with_nocaseString
mintVolume0_ltBigDecimaltoken0_not_ends_withString
mintVolume0_gteBigDecimaltoken0_not_ends_with_nocaseString
mintVolume0_lteBigDecimaltoken0_Token_filter
mintVolume0_in[BigDecimal!]token1String
mintVolume0_not_in[BigDecimal!]token1_notString
mintVolume0USDBigDecimaltoken1_gtString
mintVolume0USD_notBigDecimaltoken1_ltString
mintVolume0USD_gtBigDecimaltoken1_gteString
mintVolume0USD_ltBigDecimaltoken1_lteString
mintVolume0USD_gteBigDecimaltoken1_in[String!]
mintVolume0USD_lteBigDecimaltoken1_not_in[String!]
mintVolume0USD_in[BigDecimal!]token1_containsString
mintVolume0USD_not_in[BigDecimal!]token1_contains_nocaseString
burnVolume0BigDecimaltoken1_not_containsString
burnVolume0_notBigDecimaltoken1_not_contains_nocaseString
burnVolume0_gtBigDecimaltoken1_starts_withString
burnVolume0_ltBigDecimaltoken1_starts_with_nocaseString
burnVolume0_gteBigDecimaltoken1_not_starts_withString
burnVolume0_lteBigDecimaltoken1_not_starts_with_nocaseString
burnVolume0_in[BigDecimal!]token1_ends_withString
burnVolume0_not_in[BigDecimal!]token1_ends_with_nocaseString
burnVolume0USDBigDecimaltoken1_not_ends_withString
burnVolume0USD_notBigDecimaltoken1_not_ends_with_nocaseString
burnVolume0USD_gtBigDecimaltoken1_Token_filter
burnVolume0USD_ltBigDecimal_change_blockBlockChangedFilter + +Filter for the block changed event. + +
burnVolume0USD_gteBigDecimaland[Mint_filter]
burnVolume0USD_lteBigDecimalor[Mint_filter]
+ +### OptionBurn_filter + + + - - + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - -
burnVolume0USD_in[BigDecimal!]FieldTypeDescription
idID
burnVolume0USD_not_in[BigDecimal!]id_notID
totalVolume0BigDecimalid_gtID
totalVolume0_notBigDecimalid_ltID
totalVolume0_gtBigDecimalid_gteID
totalVolume0_ltBigDecimalid_lteID
totalVolume0_gteBigDecimalid_in[ID!]
totalVolume0_lteBigDecimalid_not_in[ID!]
totalVolume0_in[BigDecimal!]hashString
totalVolume0_not_in[BigDecimal!]hash_notString
totalVolume0USDBigDecimalhash_gtString
totalVolume0USD_notBigDecimalhash_ltString
totalVolume0USD_gtBigDecimalhash_gteString
totalVolume0USD_ltBigDecimalhash_lteString
totalVolume0USD_gteBigDecimalhash_in[String!]
totalVolume0USD_lteBigDecimalhash_not_in[String!]
totalVolume0USD_in[BigDecimal!]hash_containsString
totalVolume0USD_not_in[BigDecimal!]hash_contains_nocaseString
mintVolume1BigDecimalhash_not_containsString
mintVolume1_notBigDecimalhash_not_contains_nocaseString
mintVolume1_gtBigDecimalhash_starts_withString
mintVolume1_ltBigDecimalhash_starts_with_nocaseString
mintVolume1_gteBigDecimalhash_not_starts_withString
mintVolume1_lteBigDecimalhash_not_starts_with_nocaseString
mintVolume1_in[BigDecimal!]hash_ends_withString
mintVolume1_not_in[BigDecimal!]hash_ends_with_nocaseString
mintVolume1USDBigDecimalhash_not_ends_withString
mintVolume1USD_notBigDecimalhash_not_ends_with_nocaseString
mintVolume1USD_gtBigDecimallogIndexBigInt
mintVolume1USD_ltBigDecimallogIndex_notBigInt
mintVolume1USD_gteBigDecimallogIndex_gtBigInt
mintVolume1USD_lteBigDecimallogIndex_ltBigInt
mintVolume1USD_in[BigDecimal!]logIndex_gteBigInt
mintVolume1USD_not_in[BigDecimal!]logIndex_lteBigInt
burnVolume1BigDecimallogIndex_in[BigInt!]
burnVolume1_notBigDecimallogIndex_not_in[BigInt!]
burnVolume1_gtBigDecimaleventTypeEventType
burnVolume1_ltBigDecimaleventType_notEventType
burnVolume1_gteBigDecimaleventType_in[EventType!]
burnVolume1_lteBigDecimaleventType_not_in[EventType!]
burnVolume1_in[BigDecimal!]fromString
burnVolume1_not_in[BigDecimal!]from_notString
burnVolume1USDBigDecimalfrom_gtString
burnVolume1USD_notBigDecimalfrom_ltString
burnVolume1USD_gtBigDecimalfrom_gteString
burnVolume1USD_ltBigDecimalfrom_lteString
burnVolume1USD_gteBigDecimalfrom_in[String!]
burnVolume1USD_lteBigDecimalfrom_not_in[String!]
burnVolume1USD_in[BigDecimal!]from_containsString
burnVolume1USD_not_in[BigDecimal!]from_contains_nocaseString
totalVolume1BigDecimalfrom_not_containsString
totalVolume1_notBigDecimalfrom_not_contains_nocaseString
totalVolume1_gtBigDecimalfrom_starts_withString
totalVolume1_ltBigDecimalfrom_starts_with_nocaseString
totalVolume1_gteBigDecimalfrom_not_starts_withString
totalVolume1_lteBigDecimalfrom_not_starts_with_nocaseString
totalVolume1_in[BigDecimal!]from_ends_withString
totalVolume1_not_in[BigDecimal!]from_ends_with_nocaseString
totalVolume1USDBigDecimalfrom_not_ends_withString
totalVolume1USD_notBigDecimalfrom_not_ends_with_nocaseString
totalVolume1USD_gtBigDecimaltoString
totalVolume1USD_ltBigDecimalto_notString
totalVolume1USD_gteBigDecimalto_gtString
totalVolume1USD_lteBigDecimalto_ltString
totalVolume1USD_in[BigDecimal!]to_gteString
totalVolume1USD_not_in[BigDecimal!]to_lteString
totalVolumeUSDBigDecimalto_in[String!]
totalVolumeUSD_notBigDecimalto_not_in[String!]
totalVolumeUSD_gtBigDecimalto_containsString
totalVolumeUSD_ltBigDecimalto_contains_nocaseString
totalVolumeUSD_gteBigDecimalto_not_containsString
totalVolumeUSD_lteBigDecimalto_not_contains_nocaseString
totalVolumeUSD_in[BigDecimal!]to_starts_withString
totalVolumeUSD_not_in[BigDecimal!]to_starts_with_nocaseString
commissions0BigDecimalto_not_starts_withString
commissions0_notBigDecimalto_not_starts_with_nocaseString
commissions0_gtBigDecimalto_ends_withString
commissions0_ltBigDecimalto_ends_with_nocaseString
commissions0_gteBigDecimalto_not_ends_withString
commissions0_lteBigDecimalto_not_ends_with_nocaseString
commissions0_in[BigDecimal!]blockNumberBigInt
commissions0_not_in[BigDecimal!]blockNumber_notBigInt
commissions0USDBigDecimalblockNumber_gtBigInt
commissions0USD_notBigDecimalblockNumber_ltBigInt
commissions0USD_gtBigDecimalblockNumber_gteBigInt
commissions0USD_ltBigDecimalblockNumber_lteBigInt
commissions0USD_gteBigDecimalblockNumber_in[BigInt!]
commissions0USD_lteBigDecimalblockNumber_not_in[BigInt!]
commissions0USD_in[BigDecimal!]timestampBigInt
commissions0USD_not_in[BigDecimal!]timestamp_notBigInt
commissions1BigDecimaltimestamp_gtBigInt
commissions1_notBigDecimaltimestamp_ltBigInt
commissions1_gtBigDecimaltimestamp_gteBigInt
commissions1_ltBigDecimaltimestamp_lteBigInt
commissions1_gteBigDecimaltimestamp_in[BigInt!]
commissions1_lteBigDecimaltimestamp_not_in[BigInt!]
commissions1_in[BigDecimal!]gasUsedBigInt
commissions1_not_in[BigDecimal!]gasUsed_notBigInt
commissions1USDBigDecimalgasUsed_gtBigInt
commissions1USD_notBigDecimalgasUsed_ltBigInt
commissions1USD_gtBigDecimalgasUsed_gteBigInt
commissions1USD_ltBigDecimalgasUsed_lteBigInt
commissions1USD_gteBigDecimalgasUsed_in[BigInt!]
commissions1USD_lteBigDecimalgasUsed_not_in[BigInt!]
commissions1USD_in[BigDecimal!]gasPriceBigInt
commissions1USD_not_in[BigDecimal!]gasPrice_notBigInt
commissionsUSDBigDecimalgasPrice_gtBigInt
commissionsUSD_notBigDecimalgasPrice_ltBigInt
commissionsUSD_gtBigDecimalgasPrice_gteBigInt
commissionsUSD_ltBigDecimalgasPrice_lteBigInt
commissionsUSD_gteBigDecimalgasPrice_in[BigInt!]
commissionsUSD_lteBigDecimalgasPrice_not_in[BigInt!]
commissionsUSD_in[BigDecimal!]poolString
commissionsUSD_not_in[BigDecimal!]pool_notString
_change_blockBlockChangedFilter - -Filter for the block changed event. - -pool_gtString
and[PanopticPoolDayData_filter]pool_ltString
or[PanopticPoolDayData_filter]pool_gteString
- -### PanopticPool_filter - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - + + + - - + + - - + + + +
FieldTypeDescription
idIDpool_lteString
id_notIDpool_in[String!]
id_gtIDpool_not_in[String!]
id_ltIDpool_containsString
id_gteIDpool_contains_nocaseString
id_lteIDpool_not_containsString
id_in[ID!]pool_not_contains_nocaseString
id_not_in[ID!]pool_starts_withString
txCountBigIntpool_starts_with_nocaseString
txCount_notBigIntpool_not_starts_withString
txCount_gtBigIntpool_not_starts_with_nocaseString
txCount_ltBigIntpool_ends_withString
txCount_gteBigIntpool_ends_with_nocaseString
txCount_lteBigIntpool_not_ends_withString
txCount_in[BigInt!]pool_not_ends_with_nocaseString
txCount_not_in[BigInt!]pool_Pool_filter
token0recipient String
token0_notrecipient_not String
token0_gtrecipient_gt String
token0_ltrecipient_lt String
token0_gterecipient_gte String
token0_lterecipient_lte String
token0_inrecipient_in [String!]
token0_not_inrecipient_not_in [String!]
token0_containsrecipient_contains String
token0_contains_nocaserecipient_contains_nocase String
token0_not_containsrecipient_not_contains String
token0_not_contains_nocaserecipient_not_contains_nocase String
token0_starts_withrecipient_starts_with String
token0_starts_with_nocaserecipient_starts_with_nocase String
token0_not_starts_withrecipient_not_starts_with String
token0_not_starts_with_nocaserecipient_not_starts_with_nocase String
token0_ends_withrecipient_ends_with String
token0_ends_with_nocaserecipient_ends_with_nocase String
token0_not_ends_withrecipient_not_ends_with String
token0_not_ends_with_nocaserecipient_not_ends_with_nocase String
token0_Token_filterrecipient_Account_filter
token1positionSizeBigInt
positionSize_notBigInt
positionSize_gtBigInt
positionSize_ltBigInt
positionSize_gteBigInt
positionSize_lteBigInt
positionSize_in[BigInt!]
positionSize_not_in[BigInt!]
tokenId String
token1_nottokenId_not String
token1_gttokenId_gt String
token1_lttokenId_lt String
token1_gtetokenId_gte String
token1_ltetokenId_lte String
token1_intokenId_in [String!]
token1_not_intokenId_not_in [String!]
token1_containstokenId_contains String
token1_contains_nocasetokenId_contains_nocase String
token1_not_containstokenId_not_contains String
token1_not_contains_nocasetokenId_not_contains_nocase String
token1_starts_withtokenId_starts_with String
token1_starts_with_nocasetokenId_starts_with_nocase String
token1_not_starts_withtokenId_not_starts_with String
token1_not_starts_with_nocasetokenId_not_starts_with_nocase String
token1_ends_withtokenId_ends_with String
token1_ends_with_nocasetokenId_ends_with_nocase String
token1_not_ends_withtokenId_not_ends_with String
token1_not_ends_with_nocasetokenId_not_ends_with_nocase String
token1_Token_filtertokenId_TokenId_filter
feeTierBigInttickAtInt
feeTier_notBigInttickAt_notInt
feeTier_gtBigInttickAt_gtInt
feeTier_ltBigInttickAt_ltInt
feeTier_gteBigInttickAt_gteInt
feeTier_lteBigInttickAt_lteInt
feeTier_in[BigInt!]tickAt_in[Int!]
feeTier_not_in[BigInt!]tickAt_not_in[Int!]
collateral0panopticPool String
collateral0_notpanopticPool_not String
collateral0_gtpanopticPool_gt String
collateral0_ltpanopticPool_lt String
collateral0_gtepanopticPool_gte String
collateral0_ltepanopticPool_lte String
collateral0_inpanopticPool_in [String!]
collateral0_not_inpanopticPool_not_in [String!]
collateral0_containspanopticPool_contains String
collateral0_contains_nocasepanopticPool_contains_nocase String
collateral0_not_containspanopticPool_not_contains String
collateral0_not_contains_nocasepanopticPool_not_contains_nocase String
collateral0_starts_withpanopticPool_starts_with String
collateral0_starts_with_nocasepanopticPool_starts_with_nocase String
collateral0_not_starts_withpanopticPool_not_starts_with String
collateral0_not_starts_with_nocasepanopticPool_not_starts_with_nocase String
collateral0_ends_withpanopticPool_ends_with String
collateral0_ends_with_nocasepanopticPool_ends_with_nocase String
collateral0_not_ends_withpanopticPool_not_ends_with String
collateral0_not_ends_with_nocasepanopticPool_not_ends_with_nocase String
collateral0_Collateral_filterpanopticPool_PanopticPool_filter
collateral1Stringpremium0BigInt
collateral1_notStringpremium0_notBigInt
collateral1_gtStringpremium0_gtBigInt
collateral1_ltStringpremium0_ltBigInt
collateral1_gteStringpremium0_gteBigInt
collateral1_lteStringpremium0_lteBigInt
collateral1_in[String!]premium0_in[BigInt!]
collateral1_not_in[String!]premium0_not_in[BigInt!]
collateral1_containsStringpremium1BigInt
collateral1_contains_nocaseStringpremium1_notBigInt
collateral1_not_containsStringpremium1_gtBigInt
collateral1_not_contains_nocaseStringpremium1_ltBigInt
collateral1_starts_withStringpremium1_gteBigInt
collateral1_starts_with_nocaseStringpremium1_lteBigInt
collateral1_not_starts_withStringpremium1_in[BigInt!]
collateral1_not_starts_with_nocaseStringpremium1_not_in[BigInt!]
collateral1_ends_withStringpremiaByLeg[BigInt!]
collateral1_ends_with_nocaseStringpremiaByLeg_not[BigInt!]
collateral1_not_ends_withStringpremiaByLeg_contains[BigInt!]
collateral1_not_ends_with_nocaseStringpremiaByLeg_contains_nocase[BigInt!]
collateral1_Collateral_filterpremiaByLeg_not_contains[BigInt!]
underlyingPoolpremiaByLeg_not_contains_nocase[BigInt!]
txnOpened String
underlyingPool_nottxnOpened_not String
underlyingPool_gttxnOpened_gt String
underlyingPool_lttxnOpened_lt String
underlyingPool_gtetxnOpened_gte String
underlyingPool_ltetxnOpened_lte String
underlyingPool_intxnOpened_in [String!]
underlyingPool_not_intxnOpened_not_in [String!]
underlyingPool_containstxnOpened_contains String
underlyingPool_contains_nocasetxnOpened_contains_nocase String
underlyingPool_not_containstxnOpened_not_contains String
underlyingPool_not_contains_nocasetxnOpened_not_contains_nocase String
underlyingPool_starts_withtxnOpened_starts_with String
underlyingPool_starts_with_nocasetxnOpened_starts_with_nocase String
underlyingPool_not_starts_withtxnOpened_not_starts_with String
underlyingPool_not_starts_with_nocasetxnOpened_not_starts_with_nocase String
underlyingPool_ends_withtxnOpened_ends_with String
underlyingPool_ends_with_nocasetxnOpened_ends_with_nocase String
underlyingPool_not_ends_withtxnOpened_not_ends_with String
underlyingPool_not_ends_with_nocasetxnOpened_not_ends_with_nocase String
underlyingPool_Pool_filtertxnOpened_OptionMint_filter
panopticVersionBigDecimalaccountBalanceString
panopticVersion_notBigDecimalaccountBalance_notString
panopticVersion_gtBigDecimalaccountBalance_gtString
panopticVersion_ltBigDecimalaccountBalance_ltString
panopticVersion_gteBigDecimalaccountBalance_gteString
panopticVersion_lteBigDecimalaccountBalance_lteString
panopticVersion_in[BigDecimal!]accountBalance_in[String!]
panopticVersion_not_in[BigDecimal!]accountBalance_not_in[String!]
oracleContractBytesaccountBalance_containsString
oracleContract_notBytesaccountBalance_contains_nocaseString
oracleContract_gtBytesaccountBalance_not_containsString
oracleContract_ltBytesaccountBalance_not_contains_nocaseString
oracleContract_gteBytesaccountBalance_starts_withString
oracleContract_lteBytesaccountBalance_starts_with_nocaseString
oracleContract_in[Bytes!]accountBalance_not_starts_withString
oracleContract_not_in[Bytes!]accountBalance_not_starts_with_nocaseString
oracleContract_containsBytesaccountBalance_ends_withString
oracleContract_not_containsBytesaccountBalance_ends_with_nocaseString
mintVolume0BigDecimalaccountBalance_not_ends_withString
mintVolume0_notBigDecimalaccountBalance_not_ends_with_nocaseString
mintVolume0_gtBigDecimalaccountBalance_AccountBalance_filter
mintVolume0_ltBigDecimalforcedExerciseString
mintVolume0_gteBigDecimalforcedExercise_notString
mintVolume0_lteBigDecimalforcedExercise_gtString
mintVolume0_in[BigDecimal!]forcedExercise_ltString
mintVolume0_not_in[BigDecimal!]forcedExercise_gteString
mintVolume0USDBigDecimal
mintVolume0USD_notBigDecimal
mintVolume0USD_gtBigDecimal
mintVolume0USD_ltBigDecimalforcedExercise_lteString
mintVolume0USD_gteBigDecimalforcedExercise_in[String!]
mintVolume0USD_lteBigDecimalforcedExercise_not_in[String!]
mintVolume0USD_in[BigDecimal!]forcedExercise_containsString
mintVolume0USD_not_in[BigDecimal!]forcedExercise_contains_nocaseString
burnVolume0BigDecimalforcedExercise_not_containsString
burnVolume0_notBigDecimalforcedExercise_not_contains_nocaseString
burnVolume0_gtBigDecimalforcedExercise_starts_withString
burnVolume0_ltBigDecimalforcedExercise_starts_with_nocaseString
burnVolume0_gteBigDecimalforcedExercise_not_starts_withString
burnVolume0_lteBigDecimalforcedExercise_not_starts_with_nocaseString
burnVolume0_in[BigDecimal!]forcedExercise_ends_withString
burnVolume0_not_in[BigDecimal!]forcedExercise_ends_with_nocaseString
burnVolume0USDBigDecimalforcedExercise_not_ends_withString
burnVolume0USD_notBigDecimalforcedExercise_not_ends_with_nocaseString
burnVolume0USD_gtBigDecimalforcedExercise_ForcedExercise_filter
burnVolume0USD_ltBigDecimalaccountLiquidatedString
burnVolume0USD_gteBigDecimalaccountLiquidated_notString
burnVolume0USD_lteBigDecimalaccountLiquidated_gtString
burnVolume0USD_in[BigDecimal!]accountLiquidated_ltString
burnVolume0USD_not_in[BigDecimal!]accountLiquidated_gteString
totalVolume0BigDecimalaccountLiquidated_lteString
totalVolume0_notBigDecimalaccountLiquidated_in[String!]
totalVolume0_gtBigDecimalaccountLiquidated_not_in[String!]
totalVolume0_ltBigDecimalaccountLiquidated_containsString
totalVolume0_gteBigDecimalaccountLiquidated_contains_nocaseString
totalVolume0_lteBigDecimalaccountLiquidated_not_containsString
totalVolume0_in[BigDecimal!]accountLiquidated_not_contains_nocaseString
totalVolume0_not_in[BigDecimal!]accountLiquidated_starts_withString
totalVolume0USDBigDecimalaccountLiquidated_starts_with_nocaseString
totalVolume0USD_notBigDecimalaccountLiquidated_not_starts_withString
totalVolume0USD_gtBigDecimalaccountLiquidated_not_starts_with_nocaseString
totalVolume0USD_ltBigDecimalaccountLiquidated_ends_withString
totalVolume0USD_gteBigDecimalaccountLiquidated_ends_with_nocaseString
totalVolume0USD_lteBigDecimalaccountLiquidated_not_ends_withString
totalVolume0USD_in[BigDecimal!]accountLiquidated_not_ends_with_nocaseString
totalVolume0USD_not_in[BigDecimal!]accountLiquidated_AccountLiquidated_filter
mintVolume1panopticVersion BigDecimal
mintVolume1_notpanopticVersion_not BigDecimal
mintVolume1_gtpanopticVersion_gt BigDecimal
mintVolume1_ltpanopticVersion_lt BigDecimal
mintVolume1_gtepanopticVersion_gte BigDecimal
mintVolume1_ltepanopticVersion_lte BigDecimal
mintVolume1_inpanopticVersion_in [BigDecimal!]
mintVolume1_not_inpanopticVersion_not_in [BigDecimal!]
mintVolume1USDvolume0USD BigDecimal
mintVolume1USD_notvolume0USD_not BigDecimal
mintVolume1USD_gtvolume0USD_gt BigDecimal
mintVolume1USD_ltvolume0USD_lt BigDecimal
mintVolume1USD_gtevolume0USD_gte BigDecimal
mintVolume1USD_ltevolume0USD_lte BigDecimal
mintVolume1USD_involume0USD_in [BigDecimal!]
mintVolume1USD_not_involume0USD_not_in [BigDecimal!]
burnVolume1volume1USD BigDecimal
burnVolume1_notvolume1USD_not BigDecimal
burnVolume1_gtvolume1USD_gt BigDecimal
burnVolume1_ltvolume1USD_lt BigDecimal
burnVolume1_gtevolume1USD_gte BigDecimal
burnVolume1_ltevolume1USD_lte BigDecimal
burnVolume1_involume1USD_in [BigDecimal!]
burnVolume1_not_involume1USD_not_in [BigDecimal!]
burnVolume1USDBigDecimalshares0BigInt
burnVolume1USD_notBigDecimalshares0_notBigInt
burnVolume1USD_gtBigDecimalshares0_gtBigInt
burnVolume1USD_ltBigDecimalshares0_ltBigInt
burnVolume1USD_gteBigDecimalshares0_gteBigInt
burnVolume1USD_lteBigDecimalshares0_lteBigInt
burnVolume1USD_in[BigDecimal!]shares0_in[BigInt!]
burnVolume1USD_not_in[BigDecimal!]shares0_not_in[BigInt!]
totalVolume1BigDecimalshares1BigInt
totalVolume1_notBigDecimalshares1_notBigInt
totalVolume1_gtBigDecimalshares1_gtBigInt
totalVolume1_ltBigDecimalshares1_ltBigInt
totalVolume1_gteBigDecimalshares1_gteBigInt
totalVolume1_lteBigDecimalshares1_lteBigInt
totalVolume1_in[BigDecimal!]shares1_in[BigInt!]
totalVolume1_not_in[BigDecimal!]shares1_not_in[BigInt!]
totalVolume1USDethPriceUSDAtBurn BigDecimal
totalVolume1USD_notethPriceUSDAtBurn_not BigDecimal
totalVolume1USD_gtethPriceUSDAtBurn_gt BigDecimal
totalVolume1USD_ltethPriceUSDAtBurn_lt BigDecimal
totalVolume1USD_gteethPriceUSDAtBurn_gte BigDecimal
totalVolume1USD_lteethPriceUSDAtBurn_lte BigDecimal
totalVolume1USD_inethPriceUSDAtBurn_in [BigDecimal!]
totalVolume1USD_not_inethPriceUSDAtBurn_not_in [BigDecimal!]
totalVolumeUSDtoken0DerivedEthAtBurn BigDecimal
totalVolumeUSD_nottoken0DerivedEthAtBurn_not BigDecimal
totalVolumeUSD_gttoken0DerivedEthAtBurn_gt BigDecimal
totalVolumeUSD_lttoken0DerivedEthAtBurn_lt BigDecimal
totalVolumeUSD_gtetoken0DerivedEthAtBurn_gte BigDecimal
totalVolumeUSD_ltetoken0DerivedEthAtBurn_lte BigDecimal
totalVolumeUSD_intoken0DerivedEthAtBurn_in [BigDecimal!]
totalVolumeUSD_not_intoken0DerivedEthAtBurn_not_in [BigDecimal!]
commissions0token1DerivedEthAtBurn BigDecimal
commissions0_nottoken1DerivedEthAtBurn_not BigDecimal
commissions0_gttoken1DerivedEthAtBurn_gt BigDecimal
commissions0_lttoken1DerivedEthAtBurn_lt BigDecimal
commissions0_gtetoken1DerivedEthAtBurn_gte BigDecimal
commissions0_ltetoken1DerivedEthAtBurn_lte BigDecimal
commissions0_intoken1DerivedEthAtBurn_in [BigDecimal!]
commissions0_not_intoken1DerivedEthAtBurn_not_in [BigDecimal!]
commissions0USDBigDecimal_change_blockBlockChangedFilter + +Filter for the block changed event. + +
commissions0USD_notBigDecimaland[OptionBurn_filter]
commissions0USD_gtBigDecimalor[OptionBurn_filter]
+ +### OptionMint_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - + + + - - + + - - + + - -
commissions0USD_ltBigDecimalFieldTypeDescription
commissions0USD_gteBigDecimalidID
commissions0USD_lteBigDecimalid_notID
commissions0USD_in[BigDecimal!]id_gtID
commissions0USD_not_in[BigDecimal!]id_ltID
commissions1BigDecimalid_gteID
commissions1_notBigDecimalid_lteID
commissions1_gtBigDecimalid_in[ID!]
commissions1_ltBigDecimalid_not_in[ID!]
commissions1_gteBigDecimalhashString
commissions1_lteBigDecimalhash_notString
commissions1_in[BigDecimal!]hash_gtString
commissions1_not_in[BigDecimal!]hash_ltString
commissions1USDBigDecimalhash_gteString
commissions1USD_notBigDecimalhash_lteString
commissions1USD_gtBigDecimalhash_in[String!]
commissions1USD_ltBigDecimalhash_not_in[String!]
commissions1USD_gteBigDecimalhash_containsString
commissions1USD_lteBigDecimalhash_contains_nocaseString
commissions1USD_in[BigDecimal!]hash_not_containsString
commissions1USD_not_in[BigDecimal!]hash_not_contains_nocaseString
commissionsUSDBigDecimalhash_starts_withString
commissionsUSD_notBigDecimalhash_starts_with_nocaseString
commissionsUSD_gtBigDecimalhash_not_starts_withString
commissionsUSD_ltBigDecimalhash_not_starts_with_nocaseString
commissionsUSD_gteBigDecimalhash_ends_withString
commissionsUSD_lteBigDecimalhash_ends_with_nocaseString
commissionsUSD_in[BigDecimal!]hash_not_ends_withString
commissionsUSD_not_in[BigDecimal!]hash_not_ends_with_nocaseString
protocolLoss0BigDecimallogIndexBigInt
protocolLoss0_notBigDecimallogIndex_notBigInt
protocolLoss0_gtBigDecimallogIndex_gtBigInt
protocolLoss0_ltBigDecimallogIndex_ltBigInt
protocolLoss0_gteBigDecimallogIndex_gteBigInt
protocolLoss0_lteBigDecimallogIndex_lteBigInt
protocolLoss0_in[BigDecimal!]logIndex_in[BigInt!]
protocolLoss0_not_in[BigDecimal!]logIndex_not_in[BigInt!]
protocolLoss0USDBigDecimaleventTypeEventType
protocolLoss0USD_notBigDecimaleventType_notEventType
protocolLoss0USD_gtBigDecimaleventType_in[EventType!]
protocolLoss0USD_ltBigDecimaleventType_not_in[EventType!]
protocolLoss0USD_gteBigDecimalfromString
protocolLoss0USD_lteBigDecimalfrom_notString
protocolLoss0USD_in[BigDecimal!]from_gtString
protocolLoss0USD_not_in[BigDecimal!]from_ltString
protocolLoss1BigDecimalfrom_gteString
protocolLoss1_notBigDecimalfrom_lteString
protocolLoss1_gtBigDecimalfrom_in[String!]
protocolLoss1_ltBigDecimalfrom_not_in[String!]
protocolLoss1_gteBigDecimalfrom_containsString
protocolLoss1_lteBigDecimalfrom_contains_nocaseString
protocolLoss1_in[BigDecimal!]from_not_containsString
protocolLoss1_not_in[BigDecimal!]from_not_contains_nocaseString
protocolLoss1USDBigDecimalfrom_starts_withString
protocolLoss1USD_notBigDecimalfrom_starts_with_nocaseString
protocolLoss1USD_gtBigDecimalfrom_not_starts_withString
protocolLoss1USD_ltBigDecimalfrom_not_starts_with_nocaseString
protocolLoss1USD_gteBigDecimalfrom_ends_withString
protocolLoss1USD_lteBigDecimalfrom_ends_with_nocaseString
protocolLoss1USD_in[BigDecimal!]from_not_ends_withString
protocolLoss1USD_not_in[BigDecimal!]from_not_ends_with_nocaseString
protocolLossUSDBigDecimaltoString
protocolLossUSD_notBigDecimalto_notString
protocolLossUSD_gtBigDecimalto_gtString
protocolLossUSD_ltBigDecimalto_ltString
protocolLossUSD_gteBigDecimalto_gteString
protocolLossUSD_lteBigDecimalto_lteString
protocolLossUSD_in[BigDecimal!]to_in[String!]
protocolLossUSD_not_in[BigDecimal!]to_not_in[String!]
chunks_Chunk_filterto_containsString
panopticPoolDayData_PanopticPoolDayData_filterto_contains_nocaseString
panopticPoolAccounts_PanopticPoolAccount_filterto_not_containsString
createdTimestampto_not_contains_nocaseString
to_starts_withString
to_starts_with_nocaseString
to_not_starts_withString
to_not_starts_with_nocaseString
to_ends_withString
to_ends_with_nocaseString
to_not_ends_withString
to_not_ends_with_nocaseString
blockNumber BigInt
createdTimestamp_notblockNumber_not BigInt
createdTimestamp_gtblockNumber_gt BigInt
createdTimestamp_ltblockNumber_lt BigInt
createdTimestamp_gteblockNumber_gte BigInt
createdTimestamp_lteblockNumber_lte BigInt
createdTimestamp_inblockNumber_in [BigInt!]
createdTimestamp_not_inblockNumber_not_in [BigInt!]
createdBlockNumbertimestamp BigInt
createdBlockNumber_nottimestamp_not BigInt
createdBlockNumber_gttimestamp_gt BigInt
createdBlockNumber_lttimestamp_lt BigInt
createdBlockNumber_gtetimestamp_gte BigInt
createdBlockNumber_ltetimestamp_lte BigInt
createdBlockNumber_intimestamp_in [BigInt!]
createdBlockNumber_not_intimestamp_not_in [BigInt!]
_change_blockBlockChangedFilter - -Filter for the block changed event. - -gasUsedBigInt
and[PanopticPool_filter]gasUsed_notBigInt
or[PanopticPool_filter]gasUsed_gtBigInt
- -### PoolDayData_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescriptiongasUsed_ltBigInt
idIDgasUsed_gteBigInt
id_notIDgasUsed_lteBigInt
id_gtIDgasUsed_in[BigInt!]
id_ltIDgasUsed_not_in[BigInt!]
id_gteIDgasPriceBigInt
id_lteIDgasPrice_notBigInt
id_in[ID!]gasPrice_gtBigInt
id_not_in[ID!]gasPrice_ltBigInt
poolgasPrice_gteBigInt
gasPrice_lteBigInt
gasPrice_in[BigInt!]
gasPrice_not_in[BigInt!]
pool String
pool_notpool_not String
pool_gtpool_gt String
pool_ltpool_lt String
pool_gtepool_gte String
pool_ltepool_lte String
pool_inpool_in [String!]
pool_not_inpool_not_in [String!]
pool_containspool_contains String
pool_contains_nocasepool_contains_nocase String
pool_not_containspool_not_contains String
pool_not_contains_nocasepool_not_contains_nocase String
pool_starts_withpool_starts_with String
pool_starts_with_nocasepool_starts_with_nocase String
pool_not_starts_withpool_not_starts_with String
pool_not_starts_with_nocasepool_not_starts_with_nocase String
pool_ends_withpool_ends_with String
pool_ends_with_nocasepool_ends_with_nocase String
pool_not_ends_withpool_not_ends_with String
pool_not_ends_with_nocasepool_not_ends_with_nocase String
pool_pool_ Pool_filter
dateIntrecipientString
date_notIntrecipient_notString
date_gtIntrecipient_gtString
date_ltIntrecipient_ltString
date_gteIntrecipient_gteString
date_lteIntrecipient_lteString
date_in[Int!]recipient_in[String!]
date_not_in[Int!]recipient_not_in[String!]
txCountBigIntrecipient_containsString
txCount_notBigIntrecipient_contains_nocaseString
txCount_gtBigIntrecipient_not_containsString
txCount_ltBigIntrecipient_not_contains_nocaseString
txCount_gteBigIntrecipient_starts_withString
txCount_lteBigIntrecipient_starts_with_nocaseString
txCount_in[BigInt!]recipient_not_starts_withString
txCount_not_in[BigInt!]recipient_not_starts_with_nocaseString
liquidityBigIntrecipient_ends_withString
liquidity_notBigIntrecipient_ends_with_nocaseString
liquidity_gtBigIntrecipient_not_ends_withString
liquidity_ltBigIntrecipient_not_ends_with_nocaseString
liquidity_gteBigIntrecipient_Account_filter
liquidity_lteBigInttokenIdString
liquidity_in[BigInt!]tokenId_notString
liquidity_not_in[BigInt!]tokenId_gtString
token0PriceBigDecimaltokenId_ltString
token0Price_notBigDecimaltokenId_gteString
token0Price_gtBigDecimaltokenId_lteString
token0Price_ltBigDecimaltokenId_in[String!]
token0Price_gteBigDecimaltokenId_not_in[String!]
token0Price_lteBigDecimaltokenId_containsString
token0Price_in[BigDecimal!]tokenId_contains_nocaseString
token0Price_not_in[BigDecimal!]tokenId_not_containsString
token1PriceBigDecimaltokenId_not_contains_nocaseString
token1Price_notBigDecimaltokenId_starts_withString
token1Price_gtBigDecimaltokenId_starts_with_nocaseString
token1Price_ltBigDecimaltokenId_not_starts_withString
token1Price_gteBigDecimaltokenId_not_starts_with_nocaseString
token1Price_lteBigDecimaltokenId_ends_withString
token1Price_in[BigDecimal!]tokenId_ends_with_nocaseString
token1Price_not_in[BigDecimal!]tokenId_not_ends_withString
volumeToken0BigDecimaltokenId_not_ends_with_nocaseString
volumeToken0_notBigDecimaltokenId_TokenId_filter
volumeToken0_gtBigDecimalpositionSizeBigInt
volumeToken0_ltBigDecimalpositionSize_notBigInt
volumeToken0_gteBigDecimalpositionSize_gtBigInt
volumeToken0_lteBigDecimalpositionSize_ltBigInt
volumeToken0_in[BigDecimal!]positionSize_gteBigInt
volumeToken0_not_in[BigDecimal!]positionSize_lteBigInt
volumeToken1BigDecimalpositionSize_in[BigInt!]
volumeToken1_notBigDecimalpositionSize_not_in[BigInt!]
volumeToken1_gtBigDecimalpoolUtilization0BigInt
volumeToken1_ltBigDecimalpoolUtilization0_notBigInt
volumeToken1_gteBigDecimalpoolUtilization0_gtBigInt
volumeToken1_lteBigDecimalpoolUtilization0_ltBigInt
volumeToken1_in[BigDecimal!]poolUtilization0_gteBigInt
volumeToken1_not_in[BigDecimal!]poolUtilization0_lteBigInt
volumeUSDBigDecimalpoolUtilization0_in[BigInt!]
volumeUSD_notBigDecimalpoolUtilization0_not_in[BigInt!]
volumeUSD_gtBigDecimalpoolUtilization1BigInt
volumeUSD_ltBigDecimalpoolUtilization1_notBigInt
volumeUSD_gteBigDecimalpoolUtilization1_gtBigInt
volumeUSD_lteBigDecimalpoolUtilization1_ltBigInt
volumeUSD_in[BigDecimal!]poolUtilization1_gteBigInt
volumeUSD_not_in[BigDecimal!]poolUtilization1_lteBigInt
feesUSDBigDecimalpoolUtilization1_in[BigInt!]
feesUSD_notBigDecimalpoolUtilization1_not_in[BigInt!]
feesUSD_gtBigDecimalcurrentTickInt
feesUSD_ltBigDecimalcurrentTick_notInt
feesUSD_gteBigDecimalcurrentTick_gtInt
currentTick_ltInt
currentTick_gteInt
currentTick_lteInt
currentTick_in[Int!]
currentTick_not_in[Int!]
fastOracleTickInt
fastOracleTick_notInt
fastOracleTick_gtInt
fastOracleTick_ltInt
fastOracleTick_gteInt
fastOracleTick_lteInt
fastOracleTick_in[Int!]
fastOracleTick_not_in[Int!]
lastObservedTickInt
lastObservedTick_notInt
lastObservedTick_gtInt
lastObservedTick_ltInt
lastObservedTick_gteInt
lastObservedTick_lteInt
lastObservedTick_in[Int!]
lastObservedTick_not_in[Int!]
slowOracleTickInt
slowOracleTick_notInt
slowOracleTick_gtInt
slowOracleTick_ltInt
slowOracleTick_gteInt
slowOracleTick_lteInt
slowOracleTick_in[Int!]
slowOracleTick_not_in[Int!]
accountBalanceString
accountBalance_notString
accountBalance_gtString
accountBalance_ltString
accountBalance_gteString
accountBalance_lteString
accountBalance_in[String!]
accountBalance_not_in[String!]
accountBalance_containsString
accountBalance_contains_nocaseString
accountBalance_not_containsString
accountBalance_not_contains_nocaseString
accountBalance_starts_withString
accountBalance_starts_with_nocaseString
accountBalance_not_starts_withString
accountBalance_not_starts_with_nocaseString
accountBalance_ends_withString
accountBalance_ends_with_nocaseString
accountBalance_not_ends_withString
accountBalance_not_ends_with_nocaseString
accountBalance_AccountBalance_filter
panopticPoolString
panopticPool_notString
panopticPool_gtString
panopticPool_ltString
panopticPool_gteString
panopticPool_lteString
panopticPool_in[String!]
panopticPool_not_in[String!]
panopticPool_containsString
panopticPool_contains_nocaseString
panopticPool_not_containsString
panopticPool_not_contains_nocaseString
panopticPool_starts_withString
panopticPool_starts_with_nocaseString
panopticPool_not_starts_withString
panopticPool_not_starts_with_nocaseString
panopticPool_ends_withString
panopticPool_ends_with_nocaseString
panopticPool_not_ends_withString
panopticPool_not_ends_with_nocaseString
panopticPool_PanopticPool_filter
shares0BigInt
shares0_notBigInt
shares0_gtBigInt
shares0_ltBigInt
shares0_gteBigInt
shares0_lteBigInt
shares0_in[BigInt!]
shares0_not_in[BigInt!]
shares1BigInt
shares1_notBigInt
shares1_gtBigInt
shares1_ltBigInt
shares1_gteBigInt
shares1_lteBigInt
shares1_in[BigInt!]
shares1_not_in[BigInt!]
commissions0BigDecimal
commissions0_notBigDecimal
commissions0_gtBigDecimal
commissions0_ltBigDecimal
commissions0_gteBigDecimal
commissions0_lteBigDecimal
commissions0_in[BigDecimal!]
commissions0_not_in[BigDecimal!]
commissions1BigDecimal
commissions1_notBigDecimal
commissions1_gtBigDecimal
commissions1_ltBigDecimal
commissions1_gteBigDecimal
commissions1_lteBigDecimal
commissions1_in[BigDecimal!]
commissions1_not_in[BigDecimal!]
commissions0USDBigDecimal
commissions0USD_notBigDecimal
commissions0USD_gtBigDecimal
commissions0USD_ltBigDecimal
commissions0USD_gteBigDecimal
commissions0USD_lteBigDecimal
commissions0USD_in[BigDecimal!]
commissions0USD_not_in[BigDecimal!]
commissions1USDBigDecimal
commissions1USD_notBigDecimal
commissions1USD_gtBigDecimal
commissions1USD_ltBigDecimal
commissions1USD_gteBigDecimal
commissions1USD_lteBigDecimal
commissions1USD_in[BigDecimal!]
commissions1USD_not_in[BigDecimal!]
commissionsUSDBigDecimal
commissionsUSD_notBigDecimal
commissionsUSD_gtBigDecimal
commissionsUSD_ltBigDecimal
commissionsUSD_gteBigDecimal
commissionsUSD_lteBigDecimal
commissionsUSD_in[BigDecimal!]
commissionsUSD_not_in[BigDecimal!]
tickAtInt
tickAt_notInt
tickAt_gtInt
tickAt_ltInt
tickAt_gteInt
tickAt_lteInt
tickAt_in[Int!]
tickAt_not_in[Int!]
panopticVersionBigDecimal
panopticVersion_notBigDecimal
panopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
panopticVersion_in[BigDecimal!]
panopticVersion_not_in[BigDecimal!]
volume0USDBigDecimal
volume0USD_notBigDecimal
volume0USD_gtBigDecimal
volume0USD_ltBigDecimal
volume0USD_gteBigDecimal
volume0USD_lteBigDecimal
volume0USD_in[BigDecimal!]
volume0USD_not_in[BigDecimal!]
volume1USDBigDecimal
volume1USD_notBigDecimal
volume1USD_gtBigDecimal
volume1USD_ltBigDecimal
volume1USD_gteBigDecimal
volume1USD_lteBigDecimal
volume1USD_in[BigDecimal!]
volume1USD_not_in[BigDecimal!]
ethPriceUSDAtMintBigDecimal
ethPriceUSDAtMint_notBigDecimal
ethPriceUSDAtMint_gtBigDecimal
ethPriceUSDAtMint_ltBigDecimal
ethPriceUSDAtMint_gteBigDecimal
ethPriceUSDAtMint_lteBigDecimal
ethPriceUSDAtMint_in[BigDecimal!]
ethPriceUSDAtMint_not_in[BigDecimal!]
token0DerivedEthAtMintBigDecimal
token0DerivedEthAtMint_notBigDecimal
token0DerivedEthAtMint_gtBigDecimal
token0DerivedEthAtMint_ltBigDecimal
token0DerivedEthAtMint_gteBigDecimal
token0DerivedEthAtMint_lteBigDecimal
token0DerivedEthAtMint_in[BigDecimal!]
token0DerivedEthAtMint_not_in[BigDecimal!]
token1DerivedEthAtMintBigDecimal
token1DerivedEthAtMint_notBigDecimal
token1DerivedEthAtMint_gtBigDecimal
token1DerivedEthAtMint_ltBigDecimal
token1DerivedEthAtMint_gteBigDecimal
token1DerivedEthAtMint_lteBigDecimal
token1DerivedEthAtMint_in[BigDecimal!]
token1DerivedEthAtMint_not_in[BigDecimal!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[OptionMint_filter]
or[OptionMint_filter]
+ +### PanopticFactory_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
poolCountBigInt
poolCount_notBigInt
poolCount_gtBigInt
poolCount_ltBigInt
poolCount_gteBigInt
poolCount_lteBigInt
poolCount_in[BigInt!]
poolCount_not_in[BigInt!]
ownerID
owner_notID
owner_gtID
owner_ltID
owner_gteID
owner_lteID
owner_in[ID!]
owner_not_in[ID!]
panopticVersionBigDecimal
panopticVersion_notBigDecimal
panopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
panopticVersion_in[BigDecimal!]
panopticVersion_not_in[BigDecimal!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[PanopticFactory_filter]
or[PanopticFactory_filter]
+ +### PanopticPoolAccount_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
panopticPoolString
panopticPool_notString
panopticPool_gtString
panopticPool_ltString
panopticPool_gteString
panopticPool_lteString
panopticPool_in[String!]
panopticPool_not_in[String!]
panopticPool_containsString
panopticPool_contains_nocaseString
panopticPool_not_containsString
panopticPool_not_contains_nocaseString
panopticPool_starts_withString
panopticPool_starts_with_nocaseString
panopticPool_not_starts_withString
panopticPool_not_starts_with_nocaseString
panopticPool_ends_withString
panopticPool_ends_with_nocaseString
panopticPool_not_ends_withString
panopticPool_not_ends_with_nocaseString
panopticPool_PanopticPool_filter
accountString
account_notString
account_gtString
account_ltString
account_gteString
account_lteString
account_in[String!]
account_not_in[String!]
account_containsString
account_contains_nocaseString
account_not_containsString
account_not_contains_nocaseString
account_starts_withString
account_starts_with_nocaseString
account_not_starts_withString
account_not_starts_with_nocaseString
account_ends_withString
account_ends_with_nocaseString
account_not_ends_withString
account_not_ends_with_nocaseString
account_Account_filter
collateral0String
collateral0_notString
collateral0_gtString
collateral0_ltString
collateral0_gteString
collateral0_lteString
collateral0_in[String!]
collateral0_not_in[String!]
collateral0_containsString
collateral0_contains_nocaseString
collateral0_not_containsString
collateral0_not_contains_nocaseString
collateral0_starts_withString
collateral0_starts_with_nocaseString
collateral0_not_starts_withString
collateral0_not_starts_with_nocaseString
collateral0_ends_withString
collateral0_ends_with_nocaseString
collateral0_not_ends_withString
collateral0_not_ends_with_nocaseString
collateral0_Collateral_filter
collateral0SharesBigInt
collateral0Shares_notBigInt
collateral0Shares_gtBigInt
collateral0Shares_ltBigInt
collateral0Shares_gteBigInt
collateral0Shares_lteBigInt
collateral0Shares_in[BigInt!]
collateral0Shares_not_in[BigInt!]
collateral1String
collateral1_notString
collateral1_gtString
collateral1_ltString
collateral1_gteString
collateral1_lteString
collateral1_in[String!]
collateral1_not_in[String!]
collateral1_containsString
collateral1_contains_nocaseString
collateral1_not_containsString
collateral1_not_contains_nocaseString
collateral1_starts_withString
collateral1_starts_with_nocaseString
collateral1_not_starts_withString
collateral1_not_starts_with_nocaseString
collateral1_ends_withString
collateral1_ends_with_nocaseString
collateral1_not_ends_withString
collateral1_not_ends_with_nocaseString
collateral1_Collateral_filter
collateral1SharesBigInt
collateral1Shares_notBigInt
collateral1Shares_gtBigInt
collateral1Shares_ltBigInt
collateral1Shares_gteBigInt
collateral1Shares_lteBigInt
collateral1Shares_in[BigInt!]
collateral1Shares_not_in[BigInt!]
isLiquidatedInt
isLiquidated_notInt
isLiquidated_gtInt
isLiquidated_ltInt
isLiquidated_gteInt
isLiquidated_lteInt
isLiquidated_in[Int!]
isLiquidated_not_in[Int!]
accountBalances_AccountBalance_filter
commissions0BigDecimal
commissions0_notBigDecimal
commissions0_gtBigDecimal
commissions0_ltBigDecimal
commissions0_gteBigDecimal
commissions0_lteBigDecimal
commissions0_in[BigDecimal!]
commissions0_not_in[BigDecimal!]
commissions0UsdBigDecimal
commissions0Usd_notBigDecimal
commissions0Usd_gtBigDecimal
commissions0Usd_ltBigDecimal
commissions0Usd_gteBigDecimal
commissions0Usd_lteBigDecimal
commissions0Usd_in[BigDecimal!]
commissions0Usd_not_in[BigDecimal!]
commissions1BigDecimal
commissions1_notBigDecimal
commissions1_gtBigDecimal
commissions1_ltBigDecimal
commissions1_gteBigDecimal
commissions1_lteBigDecimal
commissions1_in[BigDecimal!]
commissions1_not_in[BigDecimal!]
commissions1UsdBigDecimal
commissions1Usd_notBigDecimal
commissions1Usd_gtBigDecimal
commissions1Usd_ltBigDecimal
commissions1Usd_gteBigDecimal
commissions1Usd_lteBigDecimal
commissions1Usd_in[BigDecimal!]
commissions1Usd_not_in[BigDecimal!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[PanopticPoolAccount_filter]
or[PanopticPoolAccount_filter]
+ +### PanopticPoolDayData_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
panopticPoolString
panopticPool_notString
panopticPool_gtString
panopticPool_ltString
panopticPool_gteString
panopticPool_lteString
panopticPool_in[String!]
panopticPool_not_in[String!]
panopticPool_containsString
panopticPool_contains_nocaseString
panopticPool_not_containsString
panopticPool_not_contains_nocaseString
panopticPool_starts_withString
panopticPool_starts_with_nocaseString
panopticPool_not_starts_withString
panopticPool_not_starts_with_nocaseString
panopticPool_ends_withString
panopticPool_ends_with_nocaseString
panopticPool_not_ends_withString
panopticPool_not_ends_with_nocaseString
panopticPool_PanopticPool_filter
dateInt
date_notInt
date_gtInt
date_ltInt
date_gteInt
date_lteInt
date_in[Int!]
date_not_in[Int!]
mintVolume0BigDecimal
mintVolume0_notBigDecimal
mintVolume0_gtBigDecimal
mintVolume0_ltBigDecimal
mintVolume0_gteBigDecimal
mintVolume0_lteBigDecimal
mintVolume0_in[BigDecimal!]
mintVolume0_not_in[BigDecimal!]
mintVolume0USDBigDecimal
mintVolume0USD_notBigDecimal
mintVolume0USD_gtBigDecimal
mintVolume0USD_ltBigDecimal
mintVolume0USD_gteBigDecimal
mintVolume0USD_lteBigDecimal
mintVolume0USD_in[BigDecimal!]
mintVolume0USD_not_in[BigDecimal!]
burnVolume0BigDecimal
burnVolume0_notBigDecimal
burnVolume0_gtBigDecimal
burnVolume0_ltBigDecimal
burnVolume0_gteBigDecimal
burnVolume0_lteBigDecimal
burnVolume0_in[BigDecimal!]
burnVolume0_not_in[BigDecimal!]
burnVolume0USDBigDecimal
burnVolume0USD_notBigDecimal
burnVolume0USD_gtBigDecimal
burnVolume0USD_ltBigDecimal
burnVolume0USD_gteBigDecimal
burnVolume0USD_lteBigDecimal
burnVolume0USD_in[BigDecimal!]
burnVolume0USD_not_in[BigDecimal!]
totalVolume0BigDecimal
totalVolume0_notBigDecimal
totalVolume0_gtBigDecimal
totalVolume0_ltBigDecimal
totalVolume0_gteBigDecimal
totalVolume0_lteBigDecimal
totalVolume0_in[BigDecimal!]
totalVolume0_not_in[BigDecimal!]
totalVolume0USDBigDecimal
totalVolume0USD_notBigDecimal
totalVolume0USD_gtBigDecimal
totalVolume0USD_ltBigDecimal
totalVolume0USD_gteBigDecimal
totalVolume0USD_lteBigDecimal
totalVolume0USD_in[BigDecimal!]
totalVolume0USD_not_in[BigDecimal!]
mintVolume1BigDecimal
mintVolume1_notBigDecimal
mintVolume1_gtBigDecimal
mintVolume1_ltBigDecimal
mintVolume1_gteBigDecimal
mintVolume1_lteBigDecimal
mintVolume1_in[BigDecimal!]
mintVolume1_not_in[BigDecimal!]
mintVolume1USDBigDecimal
mintVolume1USD_notBigDecimal
mintVolume1USD_gtBigDecimal
mintVolume1USD_ltBigDecimal
mintVolume1USD_gteBigDecimal
mintVolume1USD_lteBigDecimal
mintVolume1USD_in[BigDecimal!]
mintVolume1USD_not_in[BigDecimal!]
burnVolume1BigDecimal
burnVolume1_notBigDecimal
burnVolume1_gtBigDecimal
burnVolume1_ltBigDecimal
burnVolume1_gteBigDecimal
burnVolume1_lteBigDecimal
burnVolume1_in[BigDecimal!]
burnVolume1_not_in[BigDecimal!]
burnVolume1USDBigDecimal
burnVolume1USD_notBigDecimal
burnVolume1USD_gtBigDecimal
burnVolume1USD_ltBigDecimal
burnVolume1USD_gteBigDecimal
burnVolume1USD_lteBigDecimal
burnVolume1USD_in[BigDecimal!]
burnVolume1USD_not_in[BigDecimal!]
totalVolume1BigDecimal
totalVolume1_notBigDecimal
totalVolume1_gtBigDecimal
totalVolume1_ltBigDecimal
totalVolume1_gteBigDecimal
totalVolume1_lteBigDecimal
totalVolume1_in[BigDecimal!]
totalVolume1_not_in[BigDecimal!]
totalVolume1USDBigDecimal
totalVolume1USD_notBigDecimal
totalVolume1USD_gtBigDecimal
totalVolume1USD_ltBigDecimal
totalVolume1USD_gteBigDecimal
totalVolume1USD_lteBigDecimal
totalVolume1USD_in[BigDecimal!]
totalVolume1USD_not_in[BigDecimal!]
totalVolumeUSDBigDecimal
totalVolumeUSD_notBigDecimal
totalVolumeUSD_gtBigDecimal
totalVolumeUSD_ltBigDecimal
totalVolumeUSD_gteBigDecimal
totalVolumeUSD_lteBigDecimal
totalVolumeUSD_in[BigDecimal!]
totalVolumeUSD_not_in[BigDecimal!]
commissions0BigDecimal
commissions0_notBigDecimal
commissions0_gtBigDecimal
commissions0_ltBigDecimal
commissions0_gteBigDecimal
commissions0_lteBigDecimal
commissions0_in[BigDecimal!]
commissions0_not_in[BigDecimal!]
commissions0USDBigDecimal
commissions0USD_notBigDecimal
commissions0USD_gtBigDecimal
commissions0USD_ltBigDecimal
commissions0USD_gteBigDecimal
commissions0USD_lteBigDecimal
commissions0USD_in[BigDecimal!]
commissions0USD_not_in[BigDecimal!]
commissions1BigDecimal
commissions1_notBigDecimal
commissions1_gtBigDecimal
commissions1_ltBigDecimal
commissions1_gteBigDecimal
commissions1_lteBigDecimal
commissions1_in[BigDecimal!]
commissions1_not_in[BigDecimal!]
commissions1USDBigDecimal
commissions1USD_notBigDecimal
commissions1USD_gtBigDecimal
commissions1USD_ltBigDecimal
commissions1USD_gteBigDecimal
commissions1USD_lteBigDecimal
commissions1USD_in[BigDecimal!]
commissions1USD_not_in[BigDecimal!]
commissionsUSDBigDecimal
commissionsUSD_notBigDecimal
commissionsUSD_gtBigDecimal
commissionsUSD_ltBigDecimal
commissionsUSD_gteBigDecimal
commissionsUSD_lteBigDecimal
commissionsUSD_in[BigDecimal!]
commissionsUSD_not_in[BigDecimal!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[PanopticPoolDayData_filter]
or[PanopticPoolDayData_filter]
+ +### PanopticPool_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
txCountBigInt
txCount_notBigInt
txCount_gtBigInt
txCount_ltBigInt
txCount_gteBigInt
txCount_lteBigInt
txCount_in[BigInt!]
txCount_not_in[BigInt!]
token0String
token0_notString
token0_gtString
token0_ltString
token0_gteString
token0_lteString
token0_in[String!]
token0_not_in[String!]
token0_containsString
token0_contains_nocaseString
token0_not_containsString
token0_not_contains_nocaseString
token0_starts_withString
token0_starts_with_nocaseString
token0_not_starts_withString
token0_not_starts_with_nocaseString
token0_ends_withString
token0_ends_with_nocaseString
token0_not_ends_withString
token0_not_ends_with_nocaseString
token0_Token_filter
token1String
token1_notString
token1_gtString
token1_ltString
token1_gteString
token1_lteString
token1_in[String!]
token1_not_in[String!]
token1_containsString
token1_contains_nocaseString
token1_not_containsString
token1_not_contains_nocaseString
token1_starts_withString
token1_starts_with_nocaseString
token1_not_starts_withString
token1_not_starts_with_nocaseString
token1_ends_withString
token1_ends_with_nocaseString
token1_not_ends_withString
token1_not_ends_with_nocaseString
token1_Token_filter
feeTierBigInt
feeTier_notBigInt
feeTier_gtBigInt
feeTier_ltBigInt
feeTier_gteBigInt
feeTier_lteBigInt
feeTier_in[BigInt!]
feeTier_not_in[BigInt!]
collateral0String
collateral0_notString
collateral0_gtString
collateral0_ltString
collateral0_gteString
collateral0_lteString
collateral0_in[String!]
collateral0_not_in[String!]
collateral0_containsString
collateral0_contains_nocaseString
collateral0_not_containsString
collateral0_not_contains_nocaseString
collateral0_starts_withString
collateral0_starts_with_nocaseString
collateral0_not_starts_withString
collateral0_not_starts_with_nocaseString
collateral0_ends_withString
collateral0_ends_with_nocaseString
collateral0_not_ends_withString
collateral0_not_ends_with_nocaseString
collateral0_Collateral_filter
collateral1String
collateral1_notString
collateral1_gtString
collateral1_ltString
collateral1_gteString
collateral1_lteString
collateral1_in[String!]
collateral1_not_in[String!]
collateral1_containsString
collateral1_contains_nocaseString
collateral1_not_containsString
collateral1_not_contains_nocaseString
collateral1_starts_withString
collateral1_starts_with_nocaseString
collateral1_not_starts_withString
collateral1_not_starts_with_nocaseString
collateral1_ends_withString
collateral1_ends_with_nocaseString
collateral1_not_ends_withString
collateral1_not_ends_with_nocaseString
collateral1_Collateral_filter
underlyingPoolString
underlyingPool_notString
underlyingPool_gtString
underlyingPool_ltString
underlyingPool_gteString
underlyingPool_lteString
underlyingPool_in[String!]
underlyingPool_not_in[String!]
underlyingPool_containsString
underlyingPool_contains_nocaseString
underlyingPool_not_containsString
underlyingPool_not_contains_nocaseString
underlyingPool_starts_withString
underlyingPool_starts_with_nocaseString
underlyingPool_not_starts_withString
underlyingPool_not_starts_with_nocaseString
underlyingPool_ends_withString
underlyingPool_ends_with_nocaseString
underlyingPool_not_ends_withString
underlyingPool_not_ends_with_nocaseString
underlyingPool_Pool_filter
panopticVersionBigDecimal
panopticVersion_notBigDecimal
panopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
panopticVersion_in[BigDecimal!]
panopticVersion_not_in[BigDecimal!]
oracleContractBytes
oracleContract_notBytes
oracleContract_gtBytes
oracleContract_ltBytes
oracleContract_gteBytes
oracleContract_lteBytes
oracleContract_in[Bytes!]
oracleContract_not_in[Bytes!]
oracleContract_containsBytes
oracleContract_not_containsBytes
mintVolume0BigDecimal
mintVolume0_notBigDecimal
mintVolume0_gtBigDecimal
mintVolume0_ltBigDecimal
mintVolume0_gteBigDecimal
mintVolume0_lteBigDecimal
mintVolume0_in[BigDecimal!]
mintVolume0_not_in[BigDecimal!]
mintVolume0USDBigDecimal
mintVolume0USD_notBigDecimal
mintVolume0USD_gtBigDecimal
mintVolume0USD_ltBigDecimal
mintVolume0USD_gteBigDecimal
mintVolume0USD_lteBigDecimal
mintVolume0USD_in[BigDecimal!]
mintVolume0USD_not_in[BigDecimal!]
burnVolume0BigDecimal
burnVolume0_notBigDecimal
burnVolume0_gtBigDecimal
burnVolume0_ltBigDecimal
burnVolume0_gteBigDecimal
burnVolume0_lteBigDecimal
burnVolume0_in[BigDecimal!]
burnVolume0_not_in[BigDecimal!]
burnVolume0USDBigDecimal
burnVolume0USD_notBigDecimal
burnVolume0USD_gtBigDecimal
burnVolume0USD_ltBigDecimal
burnVolume0USD_gteBigDecimal
burnVolume0USD_lteBigDecimal
burnVolume0USD_in[BigDecimal!]
burnVolume0USD_not_in[BigDecimal!]
totalVolume0BigDecimal
totalVolume0_notBigDecimal
totalVolume0_gtBigDecimal
totalVolume0_ltBigDecimal
totalVolume0_gteBigDecimal
totalVolume0_lteBigDecimal
totalVolume0_in[BigDecimal!]
totalVolume0_not_in[BigDecimal!]
totalVolume0USDBigDecimal
totalVolume0USD_notBigDecimal
totalVolume0USD_gtBigDecimal
totalVolume0USD_ltBigDecimal
totalVolume0USD_gteBigDecimal
totalVolume0USD_lteBigDecimal
totalVolume0USD_in[BigDecimal!]
totalVolume0USD_not_in[BigDecimal!]
mintVolume1BigDecimal
mintVolume1_notBigDecimal
mintVolume1_gtBigDecimal
mintVolume1_ltBigDecimal
mintVolume1_gteBigDecimal
mintVolume1_lteBigDecimal
mintVolume1_in[BigDecimal!]
mintVolume1_not_in[BigDecimal!]
mintVolume1USDBigDecimal
mintVolume1USD_notBigDecimal
mintVolume1USD_gtBigDecimal
mintVolume1USD_ltBigDecimal
mintVolume1USD_gteBigDecimal
mintVolume1USD_lteBigDecimal
mintVolume1USD_in[BigDecimal!]
mintVolume1USD_not_in[BigDecimal!]
burnVolume1BigDecimal
burnVolume1_notBigDecimal
burnVolume1_gtBigDecimal
burnVolume1_ltBigDecimal
burnVolume1_gteBigDecimal
burnVolume1_lteBigDecimal
burnVolume1_in[BigDecimal!]
burnVolume1_not_in[BigDecimal!]
burnVolume1USDBigDecimal
burnVolume1USD_notBigDecimal
burnVolume1USD_gtBigDecimal
burnVolume1USD_ltBigDecimal
burnVolume1USD_gteBigDecimal
burnVolume1USD_lteBigDecimal
burnVolume1USD_in[BigDecimal!]
burnVolume1USD_not_in[BigDecimal!]
totalVolume1BigDecimal
totalVolume1_notBigDecimal
totalVolume1_gtBigDecimal
totalVolume1_ltBigDecimal
totalVolume1_gteBigDecimal
totalVolume1_lteBigDecimal
totalVolume1_in[BigDecimal!]
totalVolume1_not_in[BigDecimal!]
totalVolume1USDBigDecimal
totalVolume1USD_notBigDecimal
totalVolume1USD_gtBigDecimal
totalVolume1USD_ltBigDecimal
totalVolume1USD_gteBigDecimal
totalVolume1USD_lteBigDecimal
totalVolume1USD_in[BigDecimal!]
totalVolume1USD_not_in[BigDecimal!]
totalVolumeUSDBigDecimal
totalVolumeUSD_notBigDecimal
totalVolumeUSD_gtBigDecimal
totalVolumeUSD_ltBigDecimal
totalVolumeUSD_gteBigDecimal
totalVolumeUSD_lteBigDecimal
totalVolumeUSD_in[BigDecimal!]
totalVolumeUSD_not_in[BigDecimal!]
commissions0BigDecimal
commissions0_notBigDecimal
commissions0_gtBigDecimal
commissions0_ltBigDecimal
commissions0_gteBigDecimal
commissions0_lteBigDecimal
commissions0_in[BigDecimal!]
commissions0_not_in[BigDecimal!]
commissions0USDBigDecimal
commissions0USD_notBigDecimal
commissions0USD_gtBigDecimal
commissions0USD_ltBigDecimal
commissions0USD_gteBigDecimal
commissions0USD_lteBigDecimal
commissions0USD_in[BigDecimal!]
commissions0USD_not_in[BigDecimal!]
commissions1BigDecimal
commissions1_notBigDecimal
commissions1_gtBigDecimal
commissions1_ltBigDecimal
commissions1_gteBigDecimal
commissions1_lteBigDecimal
commissions1_in[BigDecimal!]
commissions1_not_in[BigDecimal!]
commissions1USDBigDecimal
commissions1USD_notBigDecimal
commissions1USD_gtBigDecimal
commissions1USD_ltBigDecimal
commissions1USD_gteBigDecimal
commissions1USD_lteBigDecimal
commissions1USD_in[BigDecimal!]
commissions1USD_not_in[BigDecimal!]
commissionsUSDBigDecimal
commissionsUSD_notBigDecimal
commissionsUSD_gtBigDecimal
commissionsUSD_ltBigDecimal
commissionsUSD_gteBigDecimal
commissionsUSD_lteBigDecimal
commissionsUSD_in[BigDecimal!]
commissionsUSD_not_in[BigDecimal!]
chunks_Chunk_filter
riskEngineString
riskEngine_notString
riskEngine_gtString
riskEngine_ltString
riskEngine_gteString
riskEngine_lteString
riskEngine_in[String!]
riskEngine_not_in[String!]
riskEngine_containsString
riskEngine_contains_nocaseString
riskEngine_not_containsString
riskEngine_not_contains_nocaseString
riskEngine_starts_withString
riskEngine_starts_with_nocaseString
riskEngine_not_starts_withString
riskEngine_not_starts_with_nocaseString
riskEngine_ends_withString
riskEngine_ends_with_nocaseString
riskEngine_not_ends_withString
riskEngine_not_ends_with_nocaseString
riskEngine_RiskEngine_filter
panopticPoolDayData_PanopticPoolDayData_filter
panopticPoolAccounts_PanopticPoolAccount_filter
createdTimestampBigInt
createdTimestamp_notBigInt
createdTimestamp_gtBigInt
createdTimestamp_ltBigInt
createdTimestamp_gteBigInt
createdTimestamp_lteBigInt
createdTimestamp_in[BigInt!]
createdTimestamp_not_in[BigInt!]
createdBlockNumberBigInt
createdBlockNumber_notBigInt
createdBlockNumber_gtBigInt
createdBlockNumber_ltBigInt
createdBlockNumber_gteBigInt
createdBlockNumber_lteBigInt
createdBlockNumber_in[BigInt!]
createdBlockNumber_not_in[BigInt!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[PanopticPool_filter]
or[PanopticPool_filter]
+ +### PoolDayData_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
poolString
pool_notString
pool_gtString
pool_ltString
pool_gteString
pool_lteString
pool_in[String!]
pool_not_in[String!]
pool_containsString
pool_contains_nocaseString
pool_not_containsString
pool_not_contains_nocaseString
pool_starts_withString
pool_starts_with_nocaseString
pool_not_starts_withString
pool_not_starts_with_nocaseString
pool_ends_withString
pool_ends_with_nocaseString
pool_not_ends_withString
pool_not_ends_with_nocaseString
pool_Pool_filter
dateInt
date_notInt
date_gtInt
date_ltInt
date_gteInt
date_lteInt
date_in[Int!]
date_not_in[Int!]
txCountBigInt
txCount_notBigInt
txCount_gtBigInt
txCount_ltBigInt
txCount_gteBigInt
txCount_lteBigInt
txCount_in[BigInt!]
txCount_not_in[BigInt!]
liquidityBigInt
liquidity_notBigInt
liquidity_gtBigInt
liquidity_ltBigInt
liquidity_gteBigInt
liquidity_lteBigInt
liquidity_in[BigInt!]
liquidity_not_in[BigInt!]
token0PriceBigDecimal
token0Price_notBigDecimal
token0Price_gtBigDecimal
token0Price_ltBigDecimal
token0Price_gteBigDecimal
token0Price_lteBigDecimal
token0Price_in[BigDecimal!]
token0Price_not_in[BigDecimal!]
token1PriceBigDecimal
token1Price_notBigDecimal
token1Price_gtBigDecimal
token1Price_ltBigDecimal
token1Price_gteBigDecimal
token1Price_lteBigDecimal
token1Price_in[BigDecimal!]
token1Price_not_in[BigDecimal!]
volumeToken0BigDecimal
volumeToken0_notBigDecimal
volumeToken0_gtBigDecimal
volumeToken0_ltBigDecimal
volumeToken0_gteBigDecimal
volumeToken0_lteBigDecimal
volumeToken0_in[BigDecimal!]
volumeToken0_not_in[BigDecimal!]
volumeToken1BigDecimal
volumeToken1_notBigDecimal
volumeToken1_gtBigDecimal
volumeToken1_ltBigDecimal
volumeToken1_gteBigDecimal
volumeToken1_lteBigDecimal
volumeToken1_in[BigDecimal!]
volumeToken1_not_in[BigDecimal!]
volumeUSDBigDecimal
volumeUSD_notBigDecimal
volumeUSD_gtBigDecimal
volumeUSD_ltBigDecimal
volumeUSD_gteBigDecimal
volumeUSD_lteBigDecimal
volumeUSD_in[BigDecimal!]
volumeUSD_not_in[BigDecimal!]
feesUSDBigDecimal
feesUSD_notBigDecimal
feesUSD_gtBigDecimal
feesUSD_ltBigDecimal
feesUSD_gteBigDecimal
feesUSD_lteBigDecimal
feesUSD_in[BigDecimal!]
feesUSD_not_in[BigDecimal!]
openBigDecimal
open_notBigDecimal
open_gtBigDecimal
open_ltBigDecimal
open_gteBigDecimal
open_lteBigDecimal
open_in[BigDecimal!]
open_not_in[BigDecimal!]
highBigDecimal
high_notBigDecimal
high_gtBigDecimal
high_ltBigDecimal
high_gteBigDecimal
high_lteBigDecimal
high_in[BigDecimal!]
high_not_in[BigDecimal!]
lowBigDecimal
low_notBigDecimal
low_gtBigDecimal
low_ltBigDecimal
low_gteBigDecimal
low_lteBigDecimal
low_in[BigDecimal!]
low_not_in[BigDecimal!]
closeBigDecimal
close_notBigDecimal
close_gtBigDecimal
close_ltBigDecimal
close_gteBigDecimal
close_lteBigDecimal
close_in[BigDecimal!]
close_not_in[BigDecimal!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[PoolDayData_filter]
or[PoolDayData_filter]
+ +### PoolHourData_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
poolString
pool_notString
pool_gtString
pool_ltString
pool_gteString
pool_lteString
pool_in[String!]
pool_not_in[String!]
pool_containsString
pool_contains_nocaseString
pool_not_containsString
pool_not_contains_nocaseString
pool_starts_withString
pool_starts_with_nocaseString
pool_not_starts_withString
pool_not_starts_with_nocaseString
pool_ends_withString
pool_ends_with_nocaseString
pool_not_ends_withString
pool_not_ends_with_nocaseString
pool_Pool_filter
txCountBigInt
txCount_notBigInt
txCount_gtBigInt
txCount_ltBigInt
txCount_gteBigInt
txCount_lteBigInt
txCount_in[BigInt!]
txCount_not_in[BigInt!]
liquidityBigInt
liquidity_notBigInt
liquidity_gtBigInt
liquidity_ltBigInt
liquidity_gteBigInt
liquidity_lteBigInt
liquidity_in[BigInt!]
liquidity_not_in[BigInt!]
token0PriceBigDecimal
token0Price_notBigDecimal
token0Price_gtBigDecimal
token0Price_ltBigDecimal
token0Price_gteBigDecimal
token0Price_lteBigDecimal
token0Price_in[BigDecimal!]
token0Price_not_in[BigDecimal!]
token1PriceBigDecimal
token1Price_notBigDecimal
token1Price_gtBigDecimal
token1Price_ltBigDecimal
token1Price_gteBigDecimal
token1Price_lteBigDecimal
token1Price_in[BigDecimal!]
token1Price_not_in[BigDecimal!]
volumeToken0BigDecimal
volumeToken0_notBigDecimal
volumeToken0_gtBigDecimal
volumeToken0_ltBigDecimal
volumeToken0_gteBigDecimal
volumeToken0_lteBigDecimal
volumeToken0_in[BigDecimal!]
volumeToken0_not_in[BigDecimal!]
volumeToken1BigDecimal
volumeToken1_notBigDecimal
volumeToken1_gtBigDecimal
volumeToken1_ltBigDecimal
volumeToken1_gteBigDecimal
volumeToken1_lteBigDecimal
volumeToken1_in[BigDecimal!]
volumeToken1_not_in[BigDecimal!]
volumeUSDBigDecimal
volumeUSD_notBigDecimal
volumeUSD_gtBigDecimal
volumeUSD_ltBigDecimal
volumeUSD_gteBigDecimal
volumeUSD_lteBigDecimal
volumeUSD_in[BigDecimal!]
volumeUSD_not_in[BigDecimal!]
openBigDecimal
open_notBigDecimal
open_gtBigDecimal
open_ltBigDecimal
open_gteBigDecimal
open_lteBigDecimal
open_in[BigDecimal!]
open_not_in[BigDecimal!]
highBigDecimal
high_notBigDecimal
high_gtBigDecimal
high_ltBigDecimal
high_gteBigDecimal
high_lteBigDecimal
high_in[BigDecimal!]
high_not_in[BigDecimal!]
lowBigDecimal
low_notBigDecimal
low_gtBigDecimal
low_ltBigDecimal
low_gteBigDecimal
low_lteBigDecimal
low_in[BigDecimal!]
low_not_in[BigDecimal!]
closeBigDecimal
close_notBigDecimal
close_gtBigDecimal
close_ltBigDecimal
close_gteBigDecimal
close_lteBigDecimal
close_in[BigDecimal!]
close_not_in[BigDecimal!]
periodStartUnixInt
periodStartUnix_notInt
periodStartUnix_gtInt
periodStartUnix_ltInt
periodStartUnix_gteInt
periodStartUnix_lteInt
periodStartUnix_in[Int!]
periodStartUnix_not_in[Int!]
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[PoolHourData_filter]
or[PoolHourData_filter]
+ +### Pool_filter + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + + +
FieldTypeDescription
idID
id_notID
id_gtID
id_ltID
id_gteID
id_lteID
id_in[ID!]
id_not_in[ID!]
isV4PoolBoolean
isV4Pool_notBoolean
isV4Pool_in[Boolean!]
isV4Pool_not_in[Boolean!]
hooksBytes
hooks_notBytes
hooks_gtBytes
hooks_ltBytes
hooks_gteBytes
hooks_lteBytes
hooks_in[Bytes!]
hooks_not_in[Bytes!]
hooks_containsBytes
hooks_not_containsBytes
poolIdString
poolId_notString
poolId_gtString
poolId_ltString
poolId_gteString
poolId_lteString
poolId_in[String!]
poolId_not_in[String!]
poolId_containsString
poolId_contains_nocaseString
poolId_not_containsString
poolId_not_contains_nocaseString
poolId_starts_withString
poolId_starts_with_nocaseString
poolId_not_starts_withString
poolId_not_starts_with_nocaseString
poolId_ends_withString
poolId_ends_with_nocaseString
poolId_not_ends_withString
poolId_not_ends_with_nocaseString
feeTierBigInt
feeTier_notBigInt
feeTier_gtBigInt
feeTier_ltBigInt
feeTier_gteBigInt
feeTier_lteBigInt
feeTier_in[BigInt!]
feeTier_not_in[BigInt!]
tickSpacingBigInt
tickSpacing_notBigInt
tickSpacing_gtBigInt
tickSpacing_ltBigInt
tickSpacing_gteBigInt
tickSpacing_lteBigInt
tickSpacing_in[BigInt!]
tickSpacing_not_in[BigInt!]
token0String
token0_notString
token0_gtString
token0_ltString
token0_gteString
token0_lteString
token0_in[String!]
token0_not_in[String!]
token0_containsString
token0_contains_nocaseString
token0_not_containsString
token0_not_contains_nocaseString
token0_starts_withString
token0_starts_with_nocaseString
token0_not_starts_withString
token0_not_starts_with_nocaseString
token0_ends_withString
token0_ends_with_nocaseString
token0_not_ends_withString
token0_not_ends_with_nocaseString
token0_Token_filter
token1String
token1_notString
token1_gtString
token1_ltString
token1_gteString
token1_lteString
token1_in[String!]
token1_not_in[String!]
token1_containsString
token1_contains_nocaseString
token1_not_containsString
token1_not_contains_nocaseString
token1_starts_withString
token1_starts_with_nocaseString
token1_not_starts_withString
token1_not_starts_with_nocaseString
token1_ends_withString
token1_ends_with_nocaseString
token1_not_ends_withString
token1_not_ends_with_nocaseString
token1_Token_filter
txCountBigInt
txCount_notBigInt
txCount_gtBigInt
txCount_ltBigInt
txCount_gteBigInt
txCount_lteBigInt
txCount_in[BigInt!]
txCount_not_in[BigInt!]
liquidityBigInt
liquidity_notBigInt
liquidity_gtBigInt
liquidity_ltBigInt
liquidity_gteBigInt
liquidity_lteBigInt
liquidity_in[BigInt!]
liquidity_not_in[BigInt!]
sqrtPriceBigInt
sqrtPrice_notBigInt
sqrtPrice_gtBigInt
sqrtPrice_ltBigInt
sqrtPrice_gteBigInt
sqrtPrice_lteBigInt
sqrtPrice_in[BigInt!]
sqrtPrice_not_in[BigInt!]
tickBigInt
tick_notBigInt
tick_gtBigInt
tick_ltBigInt
tick_gteBigInt
tick_lteBigInt
tick_in[BigInt!]
tick_not_in[BigInt!]
tickLastUpdateTimestampBigInt
tickLastUpdateTimestamp_notBigInt
tickLastUpdateTimestamp_gtBigInt
tickLastUpdateTimestamp_ltBigInt
tickLastUpdateTimestamp_gteBigInt
tickLastUpdateTimestamp_lteBigInt
tickLastUpdateTimestamp_in[BigInt!]
tickLastUpdateTimestamp_not_in[BigInt!]
tickLastUpdateBlockNumberBigInt
tickLastUpdateBlockNumber_notBigInt
tickLastUpdateBlockNumber_gtBigInt
tickLastUpdateBlockNumber_ltBigInt
tickLastUpdateBlockNumber_gteBigInt
tickLastUpdateBlockNumber_lteBigInt
tickLastUpdateBlockNumber_in[BigInt!]
tickLastUpdateBlockNumber_not_in[BigInt!]
poolHourData_PoolHourData_filter
poolDayData_PoolDayData_filter
token0PriceBigDecimal
token0Price_notBigDecimal
token0Price_gtBigDecimal
token0Price_ltBigDecimal
token0Price_gteBigDecimal
token0Price_lteBigDecimal
token0Price_in[BigDecimal!]
token0Price_not_in[BigDecimal!]
token1PriceBigDecimal
token1Price_notBigDecimal
token1Price_gtBigDecimal
token1Price_ltBigDecimal
token1Price_gteBigDecimal
token1Price_lteBigDecimal
token1Price_in[BigDecimal!]
token1Price_not_in[BigDecimal!]
totalValueLockedToken0BigDecimal
totalValueLockedToken0_notBigDecimal
totalValueLockedToken0_gtBigDecimal
totalValueLockedToken0_ltBigDecimal
totalValueLockedToken0_gteBigDecimal
totalValueLockedToken0_lteBigDecimal
totalValueLockedToken0_in[BigDecimal!]
totalValueLockedToken0_not_in[BigDecimal!]
totalValueLockedToken1BigDecimal
totalValueLockedToken1_notBigDecimal
totalValueLockedToken1_gtBigDecimal
totalValueLockedToken1_ltBigDecimal
totalValueLockedToken1_gteBigDecimal
totalValueLockedToken1_lteBigDecimal
totalValueLockedToken1_in[BigDecimal!]
totalValueLockedToken1_not_in[BigDecimal!]
totalValueLockedETHBigDecimal
totalValueLockedETH_notBigDecimal
totalValueLockedETH_gtBigDecimal
totalValueLockedETH_ltBigDecimal
totalValueLockedETH_gteBigDecimal
totalValueLockedETH_lteBigDecimal
totalValueLockedETH_in[BigDecimal!]
totalValueLockedETH_not_in[BigDecimal!]
totalValueLockedUSDBigDecimal
totalValueLockedUSD_notBigDecimal
totalValueLockedUSD_gtBigDecimal
totalValueLockedUSD_ltBigDecimal
totalValueLockedUSD_gteBigDecimal
totalValueLockedUSD_lteBigDecimal
totalValueLockedUSD_in[BigDecimal!]
totalValueLockedUSD_not_in[BigDecimal!]
minEnforcedTickBigInt
minEnforcedTick_notBigInt
minEnforcedTick_gtBigInt
minEnforcedTick_ltBigInt
minEnforcedTick_gteBigInt
minEnforcedTick_lteBigInt
minEnforcedTick_in[BigInt!]
minEnforcedTick_not_in[BigInt!]
maxEnforcedTickBigInt
maxEnforcedTick_notBigInt
maxEnforcedTick_gtBigInt
maxEnforcedTick_ltBigInt
maxEnforcedTick_gteBigInt
maxEnforcedTick_lteBigInt
maxEnforcedTick_in[BigInt!]
maxEnforcedTick_not_in[BigInt!]
panopticPoolString
panopticPool_notString
panopticPool_gtString
panopticPool_ltString
panopticPool_gteString
panopticPool_lteString
panopticPool_in[String!]
panopticPool_not_in[String!]
panopticPool_containsString
panopticPool_contains_nocaseString
panopticPool_not_containsString
panopticPool_not_contains_nocaseString
panopticPool_starts_withString
panopticPool_starts_with_nocaseString
panopticPool_not_starts_withString
panopticPool_not_starts_with_nocaseString
panopticPool_ends_withString
panopticPool_ends_with_nocaseString
panopticPool_not_ends_withString
panopticPool_not_ends_with_nocaseString
panopticPool_PanopticPool_filter
panopticPools_PanopticPool_filter
_change_blockBlockChangedFilter + +Filter for the block changed event. + +
feesUSD_lteBigDecimaland[Pool_filter]
feesUSD_in[BigDecimal!]or[Pool_filter]
+ +### PremiumSettled_filter + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + - -
FieldTypeDescription
feesUSD_not_in[BigDecimal!]idID
openBigDecimalid_notID
open_notBigDecimalid_gtID
open_gtBigDecimalid_ltID
open_ltBigDecimalid_gteID
open_gteBigDecimalid_lteID
open_lteBigDecimalid_in[ID!]
open_in[BigDecimal!]id_not_in[ID!]
open_not_in[BigDecimal!]hashString
highBigDecimalhash_notString
high_notBigDecimalhash_gtString
high_gtBigDecimalhash_ltString
high_ltBigDecimalhash_gteString
high_gteBigDecimalhash_lteString
high_lteBigDecimalhash_in[String!]
high_in[BigDecimal!]hash_not_in[String!]
high_not_in[BigDecimal!]hash_containsString
lowBigDecimalhash_contains_nocaseString
low_notBigDecimalhash_not_containsString
low_gtBigDecimalhash_not_contains_nocaseString
low_ltBigDecimalhash_starts_withString
low_gteBigDecimalhash_starts_with_nocaseString
low_lteBigDecimalhash_not_starts_withString
low_in[BigDecimal!]hash_not_starts_with_nocaseString
low_not_in[BigDecimal!]hash_ends_withString
closeBigDecimalhash_ends_with_nocaseString
close_notBigDecimalhash_not_ends_withString
close_gtBigDecimalhash_not_ends_with_nocaseString
close_ltBigDecimallogIndexBigInt
close_gteBigDecimallogIndex_notBigInt
close_lteBigDecimallogIndex_gtBigInt
close_in[BigDecimal!]logIndex_ltBigInt
close_not_in[BigDecimal!]logIndex_gteBigInt
_change_blockBlockChangedFilter - -Filter for the block changed event. - -logIndex_lteBigInt
and[PoolDayData_filter]logIndex_in[BigInt!]
or[PoolDayData_filter]logIndex_not_in[BigInt!]
- -### PoolHourData_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + + + + + + + + + + + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - + + - - + + - -
FieldTypeDescriptioneventTypeEventType
idIDeventType_notEventType
id_notIDeventType_in[EventType!]
id_gtIDeventType_not_in[EventType!]
id_ltIDfromString
id_gteIDfrom_notString
id_lteIDfrom_gtString
id_in[ID!]from_ltString
id_not_in[ID!]from_gteString
poolfrom_lte String
pool_notfrom_in[String!]
from_not_in[String!]
from_contains String
pool_gtfrom_contains_nocase String
pool_ltfrom_not_contains String
pool_gtefrom_not_contains_nocase String
pool_ltefrom_starts_with String
pool_infrom_starts_with_nocaseString
from_not_starts_withString
from_not_starts_with_nocaseString
from_ends_withString
from_ends_with_nocaseString
from_not_ends_withString
from_not_ends_with_nocaseString
toString
to_notString
to_gtString
to_ltString
to_gteString
to_lteString
to_in [String!]
pool_not_into_not_in [String!]
pool_containsto_contains String
pool_contains_nocaseto_contains_nocase String
pool_not_containsto_not_containsString
to_not_contains_nocaseString
to_starts_withString
to_starts_with_nocaseString
to_not_starts_withString
to_not_starts_with_nocaseString
to_ends_withString
to_ends_with_nocaseString
to_not_ends_withString
to_not_ends_with_nocase String
pool_not_contains_nocaseStringblockNumberBigInt
blockNumber_notBigInt
blockNumber_gtBigInt
blockNumber_ltBigInt
blockNumber_gteBigInt
blockNumber_lteBigInt
blockNumber_in[BigInt!]
blockNumber_not_in[BigInt!]
timestampBigInt
timestamp_notBigInt
timestamp_gtBigInt
timestamp_ltBigInt
timestamp_gteBigInt
timestamp_lteBigInt
timestamp_in[BigInt!]
timestamp_not_in[BigInt!]
gasUsedBigInt
gasUsed_notBigInt
gasUsed_gtBigInt
gasUsed_ltBigInt
gasUsed_gteBigInt
gasUsed_lteBigInt
gasUsed_in[BigInt!]
gasUsed_not_in[BigInt!]
gasPriceBigInt
gasPrice_notBigInt
gasPrice_gtBigInt
gasPrice_ltBigInt
gasPrice_gteBigInt
gasPrice_lteBigInt
pool_starts_withStringgasPrice_in[BigInt!]
pool_starts_with_nocaseStringgasPrice_not_in[BigInt!]
pool_not_starts_withpool String
pool_not_starts_with_nocasepool_not String
pool_ends_withpool_gt String
pool_ends_with_nocasepool_lt String
pool_not_ends_withpool_gte String
pool_not_ends_with_nocasepool_lte String
pool_Pool_filterpool_in[String!]
txCountBigIntpool_not_in[String!]
txCount_notBigIntpool_containsString
txCount_gtBigIntpool_contains_nocaseString
txCount_ltBigIntpool_not_containsString
txCount_gteBigIntpool_not_contains_nocaseString
txCount_lteBigIntpool_starts_withString
txCount_in[BigInt!]pool_starts_with_nocaseString
txCount_not_in[BigInt!]pool_not_starts_withString
liquidityBigIntpool_not_starts_with_nocaseString
liquidity_notBigIntpool_ends_withString
liquidity_gtBigIntpool_ends_with_nocaseString
liquidity_ltBigIntpool_not_ends_withString
liquidity_gteBigIntpool_not_ends_with_nocaseString
liquidity_lteBigIntpool_Pool_filter
liquidity_in[BigInt!]userString
liquidity_not_in[BigInt!]user_notString
token0PriceBigDecimaluser_gtString
token0Price_notBigDecimaluser_ltString
token0Price_gtBigDecimaluser_gteString
token0Price_ltBigDecimaluser_lteString
token0Price_gteBigDecimaluser_in[String!]
token0Price_lteBigDecimaluser_not_in[String!]
token0Price_in[BigDecimal!]user_containsString
token0Price_not_in[BigDecimal!]user_contains_nocaseString
token1PriceBigDecimaluser_not_containsString
token1Price_notBigDecimaluser_not_contains_nocaseString
token1Price_gtBigDecimaluser_starts_withString
token1Price_ltBigDecimaluser_starts_with_nocaseString
token1Price_gteBigDecimaluser_not_starts_withString
token1Price_lteBigDecimaluser_not_starts_with_nocaseString
token1Price_in[BigDecimal!]user_ends_withString
token1Price_not_in[BigDecimal!]user_ends_with_nocaseString
volumeToken0BigDecimaluser_not_ends_withString
volumeToken0_notBigDecimaluser_not_ends_with_nocaseString
volumeToken0_gtBigDecimaluser_Account_filter
volumeToken0_ltBigDecimaltokenIdString
volumeToken0_gteBigDecimaltokenId_notString
volumeToken0_lteBigDecimaltokenId_gtString
volumeToken0_in[BigDecimal!]tokenId_ltString
volumeToken0_not_in[BigDecimal!]tokenId_gteString
volumeToken1BigDecimaltokenId_lteString
volumeToken1_notBigDecimaltokenId_in[String!]
volumeToken1_gtBigDecimaltokenId_not_in[String!]
volumeToken1_ltBigDecimaltokenId_containsString
volumeToken1_gteBigDecimaltokenId_contains_nocaseString
volumeToken1_lteBigDecimaltokenId_not_containsString
volumeToken1_in[BigDecimal!]tokenId_not_contains_nocaseString
volumeToken1_not_in[BigDecimal!]tokenId_starts_withString
volumeUSDBigDecimaltokenId_starts_with_nocaseString
volumeUSD_notBigDecimaltokenId_not_starts_withString
volumeUSD_gtBigDecimaltokenId_not_starts_with_nocaseString
volumeUSD_ltBigDecimaltokenId_ends_withString
volumeUSD_gteBigDecimaltokenId_ends_with_nocaseString
volumeUSD_lteBigDecimaltokenId_not_ends_withString
volumeUSD_in[BigDecimal!]tokenId_not_ends_with_nocaseString
volumeUSD_not_in[BigDecimal!]tokenId_TokenId_filter
openBigDecimallegIndexBigInt
open_notBigDecimallegIndex_notBigInt
open_gtBigDecimallegIndex_gtBigInt
open_ltBigDecimallegIndex_ltBigInt
open_gteBigDecimallegIndex_gteBigInt
open_lteBigDecimallegIndex_lteBigInt
open_in[BigDecimal!]legIndex_in[BigInt!]
open_not_in[BigDecimal!]legIndex_not_in[BigInt!]
highBigDecimalsettledAmountsBigInt
high_notBigDecimalsettledAmounts_notBigInt
high_gtBigDecimalsettledAmounts_gtBigInt
high_ltBigDecimalsettledAmounts_ltBigInt
high_gteBigDecimalsettledAmounts_gteBigInt
high_lteBigDecimalsettledAmounts_lteBigInt
high_in[BigDecimal!]settledAmounts_in[BigInt!]
high_not_in[BigDecimal!]settledAmounts_not_in[BigInt!]
lowBigDecimalsettledAmount0BigInt
low_notBigDecimalsettledAmount0_notBigInt
low_gtBigDecimalsettledAmount0_gtBigInt
low_ltBigDecimalsettledAmount0_ltBigInt
low_gteBigDecimalsettledAmount0_gteBigInt
low_lteBigDecimalsettledAmount0_lteBigInt
low_in[BigDecimal!]settledAmount0_in[BigInt!]
low_not_in[BigDecimal!]settledAmount0_not_in[BigInt!]
closesettledAmount0InEth BigDecimal
close_notsettledAmount0InEth_not BigDecimal
close_gtsettledAmount0InEth_gt BigDecimal
close_ltsettledAmount0InEth_lt BigDecimal
close_gtesettledAmount0InEth_gte BigDecimal
close_ltesettledAmount0InEth_lte BigDecimal
close_insettledAmount0InEth_in [BigDecimal!]
close_not_insettledAmount0InEth_not_in [BigDecimal!]
periodStartUnixIntsettledAmount0InUsdBigDecimal
periodStartUnix_notIntsettledAmount0InUsd_notBigDecimal
periodStartUnix_gtIntsettledAmount0InUsd_gtBigDecimal
periodStartUnix_ltIntsettledAmount0InUsd_ltBigDecimal
periodStartUnix_gteIntsettledAmount0InUsd_gteBigDecimal
periodStartUnix_lteIntsettledAmount0InUsd_lteBigDecimal
periodStartUnix_in[Int!]settledAmount0InUsd_in[BigDecimal!]
periodStartUnix_not_in[Int!]settledAmount0InUsd_not_in[BigDecimal!]
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[PoolHourData_filter]settledAmount1BigInt
or[PoolHourData_filter]settledAmount1_notBigInt
- -### Pool_filter - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + + + + + + - - + + + +
FieldTypeDescription
idIDsettledAmount1_gtBigInt
id_notIDsettledAmount1_ltBigInt
id_gtIDsettledAmount1_gteBigInt
id_ltIDsettledAmount1_lteBigInt
id_gteIDsettledAmount1_in[BigInt!]
id_lteIDsettledAmount1_not_in[BigInt!]
id_in[ID!]settledAmount1InEthBigDecimal
id_not_in[ID!]settledAmount1InEth_notBigDecimal
isV4PoolBooleansettledAmount1InEth_gtBigDecimal
isV4Pool_notBooleansettledAmount1InEth_ltBigDecimal
isV4Pool_in[Boolean!]settledAmount1InEth_gteBigDecimal
isV4Pool_not_in[Boolean!]settledAmount1InEth_lteBigDecimal
hooksBytessettledAmount1InEth_in[BigDecimal!]
hooks_notBytessettledAmount1InEth_not_in[BigDecimal!]
hooks_gtBytessettledAmount1InUsdBigDecimal
hooks_ltBytessettledAmount1InUsd_notBigDecimal
hooks_gteBytessettledAmount1InUsd_gtBigDecimal
hooks_lteBytessettledAmount1InUsd_ltBigDecimal
hooks_in[Bytes!]settledAmount1InUsd_gteBigDecimal
hooks_not_in[Bytes!]settledAmount1InUsd_lteBigDecimal
hooks_containsBytessettledAmount1InUsd_in[BigDecimal!]
hooks_not_containsBytessettledAmount1InUsd_not_in[BigDecimal!]
poolIdpanopticPool String
poolId_notpanopticPool_not String
poolId_gtpanopticPool_gt String
poolId_ltpanopticPool_lt String
poolId_gtepanopticPool_gte String
poolId_ltepanopticPool_lte String
poolId_inpanopticPool_in [String!]
poolId_not_inpanopticPool_not_in [String!]
poolId_containspanopticPool_contains String
poolId_contains_nocasepanopticPool_contains_nocase String
poolId_not_containspanopticPool_not_contains String
poolId_not_contains_nocasepanopticPool_not_contains_nocase String
poolId_starts_withpanopticPool_starts_with String
poolId_starts_with_nocasepanopticPool_starts_with_nocase String
poolId_not_starts_withpanopticPool_not_starts_with String
poolId_not_starts_with_nocasepanopticPool_not_starts_with_nocase String
poolId_ends_withpanopticPool_ends_with String
poolId_ends_with_nocasepanopticPool_ends_with_nocase String
poolId_not_ends_withpanopticPool_not_ends_with String
poolId_not_ends_with_nocasepanopticPool_not_ends_with_nocase String
feeTierBigIntpanopticPool_PanopticPool_filter
feeTier_notBigIntpanopticVersionBigDecimal
feeTier_gtBigIntpanopticVersion_notBigDecimal
feeTier_ltBigIntpanopticVersion_gtBigDecimal
feeTier_gteBigIntpanopticVersion_ltBigDecimal
feeTier_lteBigIntpanopticVersion_gteBigDecimal
feeTier_in[BigInt!]panopticVersion_lteBigDecimal
feeTier_not_in[BigInt!]panopticVersion_in[BigDecimal!]
tickSpacingBigIntpanopticVersion_not_in[BigDecimal!]
tickSpacing_notBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
and[PremiumSettled_filter]
tickSpacing_gtBigIntor[PremiumSettled_filter]
+ +### ProtocolLossRealized_filter + + + - - + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - - + + - - + + - + - - + + - - + + - + - + - + - + - + - + - + - + - + - - + + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - - + + + - - + + - - + + - -
tickSpacing_ltBigIntFieldTypeDescription
idID
tickSpacing_gteBigIntid_notID
tickSpacing_lteBigIntid_gtID
tickSpacing_in[BigInt!]id_ltID
tickSpacing_not_in[BigInt!]id_gteID
token0Stringid_lteID
token0_notStringid_in[ID!]
token0_gtStringid_not_in[ID!]
token0_lthash String
token0_gtehash_not String
token0_ltehash_gt String
token0_in[String!]hash_ltString
token0_not_in[String!]hash_gteString
token0_containshash_lte String
token0_contains_nocaseStringhash_in[String!]
token0_not_containsStringhash_not_in[String!]
token0_not_contains_nocasehash_contains String
token0_starts_withhash_contains_nocase String
token0_starts_with_nocasehash_not_contains String
token0_not_starts_withhash_not_contains_nocase String
token0_not_starts_with_nocasehash_starts_with String
token0_ends_withhash_starts_with_nocase String
token0_ends_with_nocasehash_not_starts_with String
token0_not_ends_withhash_not_starts_with_nocase String
token0_not_ends_with_nocasehash_ends_with String
token0_Token_filterhash_ends_with_nocaseString
token1hash_not_ends_with String
token1_nothash_not_ends_with_nocase String
token1_gtStringlogIndexBigInt
token1_ltStringlogIndex_notBigInt
token1_gteStringlogIndex_gtBigInt
token1_lteStringlogIndex_ltBigInt
token1_in[String!]logIndex_gteBigInt
token1_not_in[String!]logIndex_lteBigInt
token1_containsStringlogIndex_in[BigInt!]
token1_contains_nocaseStringlogIndex_not_in[BigInt!]
token1_not_containsStringeventTypeEventType
token1_not_contains_nocaseStringeventType_notEventType
token1_starts_withStringeventType_in[EventType!]
token1_starts_with_nocaseStringeventType_not_in[EventType!]
token1_not_starts_withfrom String
token1_not_starts_with_nocasefrom_not String
token1_ends_withfrom_gt String
token1_ends_with_nocasefrom_lt String
token1_not_ends_withfrom_gte String
token1_not_ends_with_nocasefrom_lte String
token1_Token_filterfrom_in[String!]
txCountBigIntfrom_not_in[String!]
txCount_notBigIntfrom_containsString
txCount_gtBigIntfrom_contains_nocaseString
txCount_ltBigIntfrom_not_containsString
txCount_gteBigIntfrom_not_contains_nocaseString
txCount_lteBigIntfrom_starts_withString
txCount_in[BigInt!]from_starts_with_nocaseString
txCount_not_in[BigInt!]from_not_starts_withString
liquidityBigIntfrom_not_starts_with_nocaseString
liquidity_notBigIntfrom_ends_withString
liquidity_gtBigIntfrom_ends_with_nocaseString
liquidity_ltBigIntfrom_not_ends_withString
liquidity_gteBigIntfrom_not_ends_with_nocaseString
liquidity_lteBigInttoString
liquidity_in[BigInt!]to_notString
liquidity_not_in[BigInt!]to_gtString
sqrtPriceBigIntto_ltString
sqrtPrice_notBigIntto_gteString
sqrtPrice_gtBigIntto_lteString
sqrtPrice_ltBigIntto_in[String!]
sqrtPrice_gteBigIntto_not_in[String!]
sqrtPrice_lteBigIntto_containsString
sqrtPrice_in[BigInt!]to_contains_nocaseString
sqrtPrice_not_in[BigInt!]to_not_containsString
tickBigIntto_not_contains_nocaseString
tick_notBigIntto_starts_withString
tick_gtBigIntto_starts_with_nocaseString
tick_ltBigIntto_not_starts_withString
tick_gteBigIntto_not_starts_with_nocaseString
tick_lteBigIntto_ends_withString
tick_in[BigInt!]to_ends_with_nocaseString
tick_not_in[BigInt!]to_not_ends_withString
tickLastUpdateTimestampto_not_ends_with_nocaseString
blockNumber BigInt
tickLastUpdateTimestamp_notblockNumber_not BigInt
tickLastUpdateTimestamp_gtblockNumber_gt BigInt
tickLastUpdateTimestamp_ltblockNumber_lt BigInt
tickLastUpdateTimestamp_gteblockNumber_gte BigInt
tickLastUpdateTimestamp_lteblockNumber_lte BigInt
tickLastUpdateTimestamp_inblockNumber_in [BigInt!]
tickLastUpdateTimestamp_not_inblockNumber_not_in [BigInt!]
tickLastUpdateBlockNumbertimestamp BigInt
tickLastUpdateBlockNumber_nottimestamp_not BigInt
tickLastUpdateBlockNumber_gttimestamp_gt BigInt
tickLastUpdateBlockNumber_lttimestamp_lt BigInt
tickLastUpdateBlockNumber_gtetimestamp_gte BigInt
tickLastUpdateBlockNumber_ltetimestamp_lte BigInt
tickLastUpdateBlockNumber_intimestamp_in [BigInt!]
tickLastUpdateBlockNumber_not_intimestamp_not_in [BigInt!]
poolHourData_PoolHourData_filter
poolDayData_PoolDayData_filter
token0PriceBigDecimal
token0Price_notBigDecimal
token0Price_gtBigDecimal
token0Price_ltBigDecimal
token0Price_gteBigDecimal
token0Price_lteBigDecimal
token0Price_in[BigDecimal!]gasUsedBigInt
token0Price_not_in[BigDecimal!]gasUsed_notBigInt
token1PriceBigDecimalgasUsed_gtBigInt
token1Price_notBigDecimalgasUsed_ltBigInt
token1Price_gtBigDecimalgasUsed_gteBigInt
token1Price_ltBigDecimalgasUsed_lteBigInt
token1Price_gteBigDecimalgasUsed_in[BigInt!]
token1Price_lteBigDecimalgasUsed_not_in[BigInt!]
token1Price_in[BigDecimal!]gasPriceBigInt
token1Price_not_in[BigDecimal!]gasPrice_notBigInt
totalValueLockedToken0BigDecimalgasPrice_gtBigInt
totalValueLockedToken0_notBigDecimalgasPrice_ltBigInt
totalValueLockedToken0_gtBigDecimalgasPrice_gteBigInt
totalValueLockedToken0_ltBigDecimalgasPrice_lteBigInt
totalValueLockedToken0_gteBigDecimalgasPrice_in[BigInt!]
totalValueLockedToken0_lteBigDecimalgasPrice_not_in[BigInt!]
totalValueLockedToken0_in[BigDecimal!]poolString
totalValueLockedToken0_not_in[BigDecimal!]pool_notString
totalValueLockedToken1BigDecimalpool_gtString
totalValueLockedToken1_notBigDecimalpool_ltString
totalValueLockedToken1_gtBigDecimalpool_gteString
totalValueLockedToken1_ltBigDecimalpool_lteString
totalValueLockedToken1_gteBigDecimalpool_in[String!]
totalValueLockedToken1_lteBigDecimalpool_not_in[String!]
totalValueLockedToken1_in[BigDecimal!]pool_containsString
totalValueLockedToken1_not_in[BigDecimal!]pool_contains_nocaseString
totalValueLockedETHBigDecimalpool_not_containsString
totalValueLockedETH_notBigDecimalpool_not_contains_nocaseString
totalValueLockedETH_gtBigDecimalpool_starts_withString
totalValueLockedETH_ltBigDecimalpool_starts_with_nocaseString
totalValueLockedETH_gteBigDecimalpool_not_starts_withString
totalValueLockedETH_lteBigDecimalpool_not_starts_with_nocaseString
totalValueLockedETH_in[BigDecimal!]pool_ends_withString
totalValueLockedETH_not_in[BigDecimal!]pool_ends_with_nocaseString
totalValueLockedUSDBigDecimalpool_not_ends_withString
totalValueLockedUSD_notBigDecimalpool_not_ends_with_nocaseString
totalValueLockedUSD_gtBigDecimalpool_Pool_filter
totalValueLockedUSD_ltBigDecimalliquidateeString
totalValueLockedUSD_gteBigDecimalliquidatee_notString
totalValueLockedUSD_lteBigDecimalliquidatee_gtString
totalValueLockedUSD_in[BigDecimal!]liquidatee_ltString
totalValueLockedUSD_not_in[BigDecimal!]liquidatee_gteString
minEnforcedTickBigIntliquidatee_lteString
minEnforcedTick_notBigIntliquidatee_in[String!]
minEnforcedTick_gtBigIntliquidatee_not_in[String!]
minEnforcedTick_ltBigIntliquidatee_containsString
minEnforcedTick_gteBigIntliquidatee_contains_nocaseString
minEnforcedTick_lteBigIntliquidatee_not_containsString
minEnforcedTick_in[BigInt!]liquidatee_not_contains_nocaseString
minEnforcedTick_not_in[BigInt!]liquidatee_starts_withString
maxEnforcedTickBigIntliquidatee_starts_with_nocaseString
maxEnforcedTick_notBigIntliquidatee_not_starts_withString
maxEnforcedTick_gtBigIntliquidatee_not_starts_with_nocaseString
maxEnforcedTick_ltBigIntliquidatee_ends_withString
maxEnforcedTick_gteBigIntliquidatee_ends_with_nocaseString
maxEnforcedTick_lteBigIntliquidatee_not_ends_withString
maxEnforcedTick_in[BigInt!]liquidatee_not_ends_with_nocaseString
maxEnforcedTick_not_in[BigInt!]liquidatee_Account_filter
panopticPoolliquidator String
panopticPool_notliquidator_not String
panopticPool_gtliquidator_gt String
panopticPool_ltliquidator_lt String
panopticPool_gteliquidator_gte String
panopticPool_lteliquidator_lte String
panopticPool_inliquidator_in [String!]
panopticPool_not_inliquidator_not_in [String!]
panopticPool_containsliquidator_contains String
panopticPool_contains_nocaseliquidator_contains_nocase String
panopticPool_not_containsliquidator_not_contains String
panopticPool_not_contains_nocaseliquidator_not_contains_nocase String
panopticPool_starts_withliquidator_starts_with String
panopticPool_starts_with_nocaseliquidator_starts_with_nocase String
panopticPool_not_starts_withliquidator_not_starts_with String
panopticPool_not_starts_with_nocaseliquidator_not_starts_with_nocase String
panopticPool_ends_withliquidator_ends_with String
panopticPool_ends_with_nocaseliquidator_ends_with_nocase String
panopticPool_not_ends_withliquidator_not_ends_with String
panopticPool_not_ends_with_nocaseliquidator_not_ends_with_nocase String
panopticPool_PanopticPool_filterliquidator_Account_filter
panopticPools_PanopticPool_filterprotocolLossAssetsBigInt
_change_blockBlockChangedFilter - -Filter for the block changed event. - -protocolLossAssets_notBigInt
and[Pool_filter]protocolLossAssets_gtBigInt
or[Pool_filter]protocolLossAssets_ltBigInt
- -### PremiumSettled_filter - - - - - - + + + - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - - + + + - - + + - - + + + +
FieldTypeDescriptionprotocolLossAssets_gteBigInt
idIDprotocolLossAssets_lteBigInt
id_notIDprotocolLossAssets_in[BigInt!]
id_gtIDprotocolLossAssets_not_in[BigInt!]
id_ltIDprotocolLossSharesBigInt
id_gteIDprotocolLossShares_notBigInt
id_lteIDprotocolLossShares_gtBigInt
id_in[ID!]protocolLossShares_ltBigInt
id_not_in[ID!]protocolLossShares_gteBigInt
hashprotocolLossShares_lteBigInt
protocolLossShares_in[BigInt!]
protocolLossShares_not_in[BigInt!]
collateral String
hash_notcollateral_not String
hash_gtcollateral_gt String
hash_ltcollateral_lt String
hash_gtecollateral_gte String
hash_ltecollateral_lte String
hash_incollateral_in [String!]
hash_not_incollateral_not_in [String!]
hash_containscollateral_contains String
hash_contains_nocasecollateral_contains_nocase String
hash_not_containscollateral_not_contains String
hash_not_contains_nocasecollateral_not_contains_nocase String
hash_starts_withcollateral_starts_with String
hash_starts_with_nocasecollateral_starts_with_nocase String
hash_not_starts_withcollateral_not_starts_with String
hash_not_starts_with_nocasecollateral_not_starts_with_nocase String
hash_ends_withcollateral_ends_with String
hash_ends_with_nocasecollateral_ends_with_nocase String
hash_not_ends_withcollateral_not_ends_with String
hash_not_ends_with_nocasecollateral_not_ends_with_nocase String
logIndexBigIntcollateral_Collateral_filter
logIndex_notBigInt_change_blockBlockChangedFilter + +Filter for the block changed event. + +
logIndex_gtBigIntand[ProtocolLossRealized_filter]
logIndex_ltBigIntor[ProtocolLossRealized_filter]
+ +### RiskEngine_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
logIndex_gteBigIntFieldTypeDescription
logIndex_lteBigIntidID
logIndex_in[BigInt!]id_notID
logIndex_not_in[BigInt!]id_gtID
eventTypeEventTypeid_ltID
eventType_notEventTypeid_gteID
eventType_in[EventType!]id_lteID
eventType_not_in[EventType!]id_in[ID!]
fromStringid_not_in[ID!]
from_notString_change_blockBlockChangedFilter + +Filter for the block changed event. + +
from_gtStringand[RiskEngine_filter]
from_ltStringor[RiskEngine_filter]
+ +### TokenId_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - - + + - - + + - + - + - + - + - + - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
from_gteStringFieldTypeDescription
from_lteStringidID
from_in[String!]id_notID
from_not_in[String!]id_gtID
from_containsStringid_ltID
from_contains_nocaseStringid_gteID
from_not_containsStringid_lteID
from_not_contains_nocaseStringid_in[ID!]
from_starts_withStringid_not_in[ID!]
from_starts_with_nocaseidHexString String
from_not_starts_withidHexString_not String
from_not_starts_with_nocaseidHexString_gt String
from_ends_withidHexString_lt String
from_ends_with_nocaseidHexString_gte String
from_not_ends_withidHexString_lte String
from_not_ends_with_nocaseStringidHexString_in[String!]
toStringidHexString_not_in[String!]
to_notidHexString_contains String
to_gtidHexString_contains_nocase String
to_ltidHexString_not_contains String
to_gteidHexString_not_contains_nocase String
to_lteidHexString_starts_with String
to_in[String!]
to_not_in[String!]
to_containsidHexString_starts_with_nocase String
to_contains_nocaseidHexString_not_starts_with String
to_not_containsidHexString_not_starts_with_nocase String
to_not_contains_nocaseidHexString_ends_with String
to_starts_withidHexString_ends_with_nocase String
to_starts_with_nocaseidHexString_not_ends_with String
to_not_starts_withidHexString_not_ends_with_nocase String
to_not_starts_with_nocasepool String
to_ends_withpool_not String
to_ends_with_nocasepool_gt String
to_not_ends_withpool_lt String
to_not_ends_with_nocasepool_gte String
blockNumberBigIntpool_lteString
blockNumber_notBigIntpool_in[String!]
blockNumber_gtBigIntpool_not_in[String!]
blockNumber_ltBigIntpool_containsString
blockNumber_gteBigIntpool_contains_nocaseString
blockNumber_lteBigIntpool_not_containsString
blockNumber_in[BigInt!]pool_not_contains_nocaseString
blockNumber_not_in[BigInt!]pool_starts_withString
timestampBigIntpool_starts_with_nocaseString
timestamp_notBigIntpool_not_starts_withString
timestamp_gtBigIntpool_not_starts_with_nocaseString
timestamp_ltBigIntpool_ends_withString
timestamp_gteBigIntpool_ends_with_nocaseString
timestamp_lteBigIntpool_not_ends_withString
timestamp_in[BigInt!]pool_not_ends_with_nocaseString
timestamp_not_in[BigInt!]pool_Pool_filter
gasUsedtokenCount BigInt
gasUsed_nottokenCount_not BigInt
gasUsed_gttokenCount_gt BigInt
gasUsed_lttokenCount_lt BigInt
gasUsed_gtetokenCount_gte BigInt
gasUsed_ltetokenCount_lte BigInt
gasUsed_intokenCount_in [BigInt!]
gasUsed_not_intokenCount_not_in [BigInt!]
gasPriceBigInt
gasPrice_notBigIntaccountBalances_AccountBalance_filter
gasPrice_gtBigIntlegs[String!]
gasPrice_ltBigIntlegs_not[String!]
gasPrice_gteBigIntlegs_contains[String!]
gasPrice_lteBigIntlegs_contains_nocase[String!]
gasPrice_in[BigInt!]legs_not_contains[String!]
gasPrice_not_in[BigInt!]legs_not_contains_nocase[String!]
poolStringlegs_Leg_filter
pool_notString_change_blockBlockChangedFilter + +Filter for the block changed event. + +
pool_gtStringand[TokenId_filter]
pool_ltStringor[TokenId_filter]
+ +### Token_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - - + + + - - + + - - + + + +
pool_gteStringFieldTypeDescription
pool_lteStringidID
pool_in[String!]id_notID
pool_not_in[String!]id_gtID
pool_containsStringid_ltID
pool_contains_nocaseStringid_gteID
pool_not_containsStringid_lteID
pool_not_contains_nocaseStringid_in[ID!]
pool_starts_withStringid_not_in[ID!]
pool_starts_with_nocaseStringdecimalsBigInt
pool_not_starts_withStringdecimals_notBigInt
pool_not_starts_with_nocaseStringdecimals_gtBigInt
pool_ends_withStringdecimals_ltBigInt
pool_ends_with_nocaseStringdecimals_gteBigInt
pool_not_ends_withStringdecimals_lteBigInt
pool_not_ends_with_nocaseStringdecimals_in[BigInt!]
pool_Pool_filterdecimals_not_in[BigInt!]
username String
user_notname_not String
user_gtname_gt String
user_ltname_lt String
user_gtename_gte String
user_ltename_lte String
user_inname_in [String!]
user_not_inname_not_in [String!]
user_containsname_contains String
user_contains_nocasename_contains_nocase String
user_not_containsname_not_contains String
user_not_contains_nocasename_not_contains_nocase String
user_starts_withname_starts_with String
user_starts_with_nocasename_starts_with_nocase String
user_not_starts_withname_not_starts_with String
user_not_starts_with_nocasename_not_starts_with_nocase String
user_ends_withname_ends_with String
user_ends_with_nocasename_ends_with_nocase String
user_not_ends_withname_not_ends_with String
user_not_ends_with_nocasename_not_ends_with_nocase String
user_Account_filter
tokenIdsymbol String
tokenId_notsymbol_not String
tokenId_gtsymbol_gt String
tokenId_ltsymbol_lt String
tokenId_gtesymbol_gte String
tokenId_ltesymbol_lte String
tokenId_insymbol_in [String!]
tokenId_not_insymbol_not_in [String!]
tokenId_containssymbol_contains String
tokenId_contains_nocasesymbol_contains_nocase String
tokenId_not_containssymbol_not_contains String
tokenId_not_contains_nocasesymbol_not_contains_nocase String
tokenId_starts_withsymbol_starts_with String
tokenId_starts_with_nocasesymbol_starts_with_nocase String
tokenId_not_starts_withsymbol_not_starts_with String
tokenId_not_starts_with_nocasesymbol_not_starts_with_nocase String
tokenId_ends_withsymbol_ends_with String
tokenId_ends_with_nocasesymbol_ends_with_nocase String
tokenId_not_ends_withsymbol_not_ends_with String
tokenId_not_ends_with_nocasesymbol_not_ends_with_nocase String
tokenId_TokenId_filter
legIndexBigInt
legIndex_notBigInt
legIndex_gtBigInt
legIndex_ltBigInt
legIndex_gteBigInt
legIndex_lteBigInt
legIndex_in[BigInt!]
legIndex_not_in[BigInt!]
settledAmountstotalSupply BigInt
settledAmounts_nottotalSupply_not BigInt
settledAmounts_gttotalSupply_gt BigInt
settledAmounts_lttotalSupply_lt BigInt
settledAmounts_gtetotalSupply_gte BigInt
settledAmounts_ltetotalSupply_lte BigInt
settledAmounts_intotalSupply_in [BigInt!]
settledAmounts_not_intotalSupply_not_in [BigInt!]
settledAmount0txCount BigInt
settledAmount0_nottxCount_not BigInt
settledAmount0_gttxCount_gt BigInt
settledAmount0_lttxCount_lt BigInt
settledAmount0_gtetxCount_gte BigInt
settledAmount0_ltetxCount_lte BigInt
settledAmount0_intxCount_in [BigInt!]
settledAmount0_not_intxCount_not_in [BigInt!]
settledAmount0InEthBigDecimal
settledAmount0InEth_notBigDecimal
settledAmount0InEth_gtBigDecimal
settledAmount0InEth_ltBigDecimal
settledAmount0InEth_gteBigDecimal
settledAmount0InEth_lteBigDecimal
settledAmount0InEth_in[BigDecimal!]
settledAmount0InEth_not_in[BigDecimal!]
settledAmount0InUsdderivedETH BigDecimal
settledAmount0InUsd_notderivedETH_not BigDecimal
settledAmount0InUsd_gtderivedETH_gt BigDecimal
settledAmount0InUsd_ltderivedETH_lt BigDecimal
settledAmount0InUsd_gtederivedETH_gte BigDecimal
settledAmount0InUsd_ltederivedETH_lte BigDecimal
settledAmount0InUsd_inderivedETH_in [BigDecimal!]
settledAmount0InUsd_not_inderivedETH_not_in [BigDecimal!]
settledAmount1BigInt
settledAmount1_notBigInt
settledAmount1_gtBigInt
settledAmount1_ltBigInt
settledAmount1_gteBigInt
settledAmount1_lteBigIntwhitelistPools[String!]
settledAmount1_in[BigInt!]whitelistPools_not[String!]
settledAmount1_not_in[BigInt!]whitelistPools_contains[String!]
settledAmount1InEthBigDecimalwhitelistPools_contains_nocase[String!]
settledAmount1InEth_notBigDecimalwhitelistPools_not_contains[String!]
settledAmount1InEth_gtBigDecimalwhitelistPools_not_contains_nocase[String!]
settledAmount1InEth_ltBigDecimalwhitelistPools_Pool_filter
settledAmount1InEth_gteBigDecimal_change_blockBlockChangedFilter + +Filter for the block changed event. + +
settledAmount1InEth_lteBigDecimaland[Token_filter]
settledAmount1InEth_in[BigDecimal!]or[Token_filter]
+ +### TokenizedPositionBurnt_filter + + + - - - + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - + + - - - - - - - + + - - + + - -
settledAmount1InEth_not_in[BigDecimal!]FieldTypeDescription
settledAmount1InUsdBigDecimalidID
settledAmount1InUsd_notBigDecimalid_notID
settledAmount1InUsd_gtBigDecimalid_gtID
settledAmount1InUsd_ltBigDecimalid_ltID
settledAmount1InUsd_gteBigDecimalid_gteID
settledAmount1InUsd_lteBigDecimalid_lteID
settledAmount1InUsd_in[BigDecimal!]id_in[ID!]
settledAmount1InUsd_not_in[BigDecimal!]id_not_in[ID!]
panopticPoolhash String
panopticPool_nothash_not String
panopticPool_gthash_gt String
panopticPool_lthash_lt String
panopticPool_gtehash_gte String
panopticPool_ltehash_lte String
panopticPool_inhash_in [String!]
panopticPool_not_inhash_not_in [String!]
panopticPool_containshash_contains String
panopticPool_contains_nocasehash_contains_nocase String
panopticPool_not_containshash_not_contains String
panopticPool_not_contains_nocasehash_not_contains_nocase String
panopticPool_starts_withhash_starts_with String
panopticPool_starts_with_nocasehash_starts_with_nocase String
panopticPool_not_starts_withhash_not_starts_with String
panopticPool_not_starts_with_nocasehash_not_starts_with_nocase String
panopticPool_ends_withhash_ends_with String
panopticPool_ends_with_nocasehash_ends_with_nocase String
panopticPool_not_ends_withhash_not_ends_with String
panopticPool_not_ends_with_nocasehash_not_ends_with_nocase String
panopticPool_PanopticPool_filter
panopticVersionBigDecimal
panopticVersion_notBigDecimal
panopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
panopticVersion_in[BigDecimal!]logIndexBigInt
panopticVersion_not_in[BigDecimal!]logIndex_notBigInt
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[PremiumSettled_filter]logIndex_gtBigInt
or[PremiumSettled_filter]logIndex_ltBigInt
- -### TokenId_filter - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - + - + - + - + - + - + - + - + - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - - - - - - + + - - + + - -
FieldTypeDescription
idIDlogIndex_gteBigInt
id_notIDlogIndex_lteBigInt
id_gtIDlogIndex_in[BigInt!]
id_ltIDlogIndex_not_in[BigInt!]
id_gteIDeventTypeEventType
id_lteIDeventType_notEventType
id_in[ID!]eventType_in[EventType!]
id_not_in[ID!]eventType_not_in[EventType!]
idHexStringfrom String
idHexString_notfrom_not String
idHexString_gtfrom_gt String
idHexString_ltfrom_lt String
idHexString_gtefrom_gte String
idHexString_ltefrom_lte String
idHexString_infrom_in [String!]
idHexString_not_infrom_not_in [String!]
idHexString_containsfrom_contains String
idHexString_contains_nocasefrom_contains_nocase String
idHexString_not_containsfrom_not_contains String
idHexString_not_contains_nocasefrom_not_contains_nocase String
idHexString_starts_withfrom_starts_with String
idHexString_starts_with_nocasefrom_starts_with_nocase String
idHexString_not_starts_withfrom_not_starts_with String
idHexString_not_starts_with_nocasefrom_not_starts_with_nocase String
idHexString_ends_withfrom_ends_with String
idHexString_ends_with_nocasefrom_ends_with_nocase String
idHexString_not_ends_withfrom_not_ends_with String
idHexString_not_ends_with_nocasefrom_not_ends_with_nocase String
poolto String
pool_notto_not String
pool_gtto_gt String
pool_ltto_lt String
pool_gteto_gte String
pool_lteto_lte String
pool_into_in [String!]
pool_not_into_not_in [String!]
pool_containsto_contains String
pool_contains_nocaseto_contains_nocase String
pool_not_containsto_not_contains String
pool_not_contains_nocaseto_not_contains_nocase String
pool_starts_withto_starts_with String
pool_starts_with_nocaseto_starts_with_nocase String
pool_not_starts_withto_not_starts_with String
pool_not_starts_with_nocaseto_not_starts_with_nocase String
pool_ends_withto_ends_with String
pool_ends_with_nocaseto_ends_with_nocase String
pool_not_ends_withto_not_ends_with String
pool_not_ends_with_nocaseto_not_ends_with_nocase String
pool_Pool_filter
tokenCountblockNumber BigInt
tokenCount_notblockNumber_not BigInt
tokenCount_gtblockNumber_gt BigInt
tokenCount_ltblockNumber_lt BigInt
tokenCount_gteblockNumber_gte BigInt
tokenCount_lteblockNumber_lte BigInt
tokenCount_inblockNumber_in [BigInt!]
tokenCount_not_inblockNumber_not_in [BigInt!]
accountBalances_AccountBalance_filter
legs[String!]
legs_not[String!]timestampBigInt
legs_contains[String!]timestamp_notBigInt
legs_contains_nocase[String!]timestamp_gtBigInt
legs_not_contains[String!]timestamp_ltBigInt
legs_not_contains_nocase[String!]timestamp_gteBigInt
legs_Leg_filtertimestamp_lteBigInt
_change_blockBlockChangedFilter - -Filter for the block changed event. - -
and[TokenId_filter]timestamp_in[BigInt!]
or[TokenId_filter]timestamp_not_in[BigInt!]
- -### Token_filter - - - - - - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + - + - + - + - + - + - + - + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + +
FieldTypeDescription
idIDgasUsedBigInt
id_notIDgasUsed_notBigInt
id_gtIDgasUsed_gtBigInt
id_ltIDgasUsed_ltBigInt
id_gteIDgasUsed_gteBigInt
id_lteIDgasUsed_lteBigInt
id_in[ID!]gasUsed_in[BigInt!]
id_not_in[ID!]gasUsed_not_in[BigInt!]
decimalsgasPrice BigInt
decimals_notgasPrice_not BigInt
decimals_gtgasPrice_gt BigInt
decimals_ltgasPrice_lt BigInt
decimals_gtegasPrice_gte BigInt
decimals_ltegasPrice_lte BigInt
decimals_ingasPrice_in [BigInt!]
decimals_not_ingasPrice_not_in [BigInt!]
namepool String
name_notpool_not String
name_gtpool_gt String
name_ltpool_lt String
name_gtepool_gte String
name_ltepool_lte String
name_inpool_in [String!]
name_not_inpool_not_in [String!]
name_containspool_contains String
name_contains_nocasepool_contains_nocase String
name_not_containspool_not_contains String
name_not_contains_nocasepool_not_contains_nocase String
name_starts_withpool_starts_with String
name_starts_with_nocasepool_starts_with_nocase String
name_not_starts_withpool_not_starts_with String
name_not_starts_with_nocasepool_not_starts_with_nocase String
name_ends_withpool_ends_with String
name_ends_with_nocasepool_ends_with_nocase String
name_not_ends_withpool_not_ends_with String
name_not_ends_with_nocasepool_not_ends_with_nocase String
symbolpool_Pool_filter
recipient String
symbol_notrecipient_not String
symbol_gtrecipient_gt String
symbol_ltrecipient_lt String
symbol_gterecipient_gte String
symbol_lterecipient_lte String
symbol_inrecipient_in [String!]
symbol_not_inrecipient_not_in [String!]
symbol_containsrecipient_contains String
symbol_contains_nocaserecipient_contains_nocase String
symbol_not_containsrecipient_not_contains String
symbol_not_contains_nocaserecipient_not_contains_nocase String
symbol_starts_withrecipient_starts_with String
symbol_starts_with_nocaserecipient_starts_with_nocase String
symbol_not_starts_withrecipient_not_starts_with String
symbol_not_starts_with_nocaserecipient_not_starts_with_nocase String
symbol_ends_withrecipient_ends_with String
symbol_ends_with_nocaserecipient_ends_with_nocase String
symbol_not_ends_withrecipient_not_ends_with String
symbol_not_ends_with_nocaserecipient_not_ends_with_nocase String
totalSupplyrecipient_Account_filter
positionSize BigInt
totalSupply_notpositionSize_not BigInt
totalSupply_gtpositionSize_gt BigInt
totalSupply_ltpositionSize_lt BigInt
totalSupply_gtepositionSize_gte BigInt
totalSupply_ltepositionSize_lte BigInt
totalSupply_inpositionSize_in [BigInt!]
totalSupply_not_inpositionSize_not_in [BigInt!]
txCountBigInttokenIdString
txCount_notBigInttokenId_notString
txCount_gtBigInttokenId_gtString
txCount_ltBigInttokenId_ltString
txCount_gteBigInttokenId_gteString
txCount_lteBigInttokenId_lteString
txCount_in[BigInt!]tokenId_in[String!]
txCount_not_in[BigInt!]tokenId_not_in[String!]
derivedETHBigDecimaltokenId_containsString
derivedETH_notBigDecimaltokenId_contains_nocaseString
derivedETH_gtBigDecimaltokenId_not_containsString
derivedETH_ltBigDecimaltokenId_not_contains_nocaseString
derivedETH_gteBigDecimaltokenId_starts_withString
derivedETH_lteBigDecimaltokenId_starts_with_nocaseString
derivedETH_in[BigDecimal!]tokenId_not_starts_withString
derivedETH_not_in[BigDecimal!]tokenId_not_starts_with_nocaseString
whitelistPools[String!]tokenId_ends_withString
whitelistPools_not[String!]tokenId_ends_with_nocaseString
whitelistPools_contains[String!]tokenId_not_ends_withString
whitelistPools_contains_nocase[String!]tokenId_not_ends_with_nocaseString
whitelistPools_not_contains[String!]tokenId_TokenId_filter
whitelistPools_not_contains_nocase[String!]panopticVersionBigDecimal
whitelistPools_Pool_filterpanopticVersion_notBigDecimal
_change_blockpanopticVersion_gtBigDecimal
panopticVersion_ltBigDecimal
panopticVersion_gteBigDecimal
panopticVersion_lteBigDecimal
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]
-### TokenizedPositionBurnt_filter +### TokenizedPositionMinted_filter @@ -32567,962 +41387,962 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - + + - - + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashhash String
hash_nothash_not String
hash_gthash_gt String
hash_lthash_lt String
hash_gtehash_gte String
hash_ltehash_lte String
hash_inhash_in [String!]
hash_not_inhash_not_in [String!]
hash_containshash_contains String
hash_contains_nocasehash_contains_nocase String
hash_not_containshash_not_contains String
hash_not_contains_nocasehash_not_contains_nocase String
hash_starts_withhash_starts_with String
hash_starts_with_nocasehash_starts_with_nocase String
hash_not_starts_withhash_not_starts_with String
hash_not_starts_with_nocasehash_not_starts_with_nocase String
hash_ends_withhash_ends_with String
hash_ends_with_nocasehash_ends_with_nocase String
hash_not_ends_withhash_not_ends_with String
hash_not_ends_with_nocasehash_not_ends_with_nocase String
logIndexlogIndex BigInt
logIndex_notlogIndex_not BigInt
logIndex_gtlogIndex_gt BigInt
logIndex_ltlogIndex_lt BigInt
logIndex_gtelogIndex_gte BigInt
logIndex_ltelogIndex_lte BigInt
logIndex_inlogIndex_in [BigInt!]
logIndex_not_inlogIndex_not_in [BigInt!]
eventTypeeventType EventType
eventType_noteventType_not EventType
eventType_ineventType_in [EventType!]
eventType_not_ineventType_not_in [EventType!]
fromfrom String
from_notfrom_not String
from_gtfrom_gt String
from_ltfrom_lt String
from_gtefrom_gte String
from_ltefrom_lte String
from_infrom_in [String!]
from_not_infrom_not_in [String!]
from_containsfrom_contains String
from_contains_nocasefrom_contains_nocase String
from_not_containsfrom_not_contains String
from_not_contains_nocasefrom_not_contains_nocase String
from_starts_withfrom_starts_with String
from_starts_with_nocasefrom_starts_with_nocase String
from_not_starts_withfrom_not_starts_with String
from_not_starts_with_nocasefrom_not_starts_with_nocase String
from_ends_withfrom_ends_with String
from_ends_with_nocasefrom_ends_with_nocase String
from_not_ends_withfrom_not_ends_with String
from_not_ends_with_nocasefrom_not_ends_with_nocase String
toto String
to_notto_not String
to_gtto_gt String
to_ltto_lt String
to_gteto_gte String
to_lteto_lte String
to_into_in [String!]
to_not_into_not_in [String!]
to_containsto_contains String
to_contains_nocaseto_contains_nocase String
to_not_containsto_not_contains String
to_not_contains_nocaseto_not_contains_nocase String
to_starts_withto_starts_with String
to_starts_with_nocaseto_starts_with_nocase String
to_not_starts_withto_not_starts_with String
to_not_starts_with_nocaseto_not_starts_with_nocase String
to_ends_withto_ends_with String
to_ends_with_nocaseto_ends_with_nocase String
to_not_ends_withto_not_ends_with String
to_not_ends_with_nocaseto_not_ends_with_nocase String
blockNumberblockNumber BigInt
blockNumber_notblockNumber_not BigInt
blockNumber_gtblockNumber_gt BigInt
blockNumber_ltblockNumber_lt BigInt
blockNumber_gteblockNumber_gte BigInt
blockNumber_lteblockNumber_lte BigInt
blockNumber_inblockNumber_in [BigInt!]
blockNumber_not_inblockNumber_not_in [BigInt!]
timestamptimestamp BigInt
timestamp_nottimestamp_not BigInt
timestamp_gttimestamp_gt BigInt
timestamp_lttimestamp_lt BigInt
timestamp_gtetimestamp_gte BigInt
timestamp_ltetimestamp_lte BigInt
timestamp_intimestamp_in [BigInt!]
timestamp_not_intimestamp_not_in [BigInt!]
gasUsedgasUsed BigInt
gasUsed_notgasUsed_not BigInt
gasUsed_gtgasUsed_gt BigInt
gasUsed_ltgasUsed_lt BigInt
gasUsed_gtegasUsed_gte BigInt
gasUsed_ltegasUsed_lte BigInt
gasUsed_ingasUsed_in [BigInt!]
gasUsed_not_ingasUsed_not_in [BigInt!]
gasPricegasPrice BigInt
gasPrice_notgasPrice_not BigInt
gasPrice_gtgasPrice_gt BigInt
gasPrice_ltgasPrice_lt BigInt
gasPrice_gtegasPrice_gte BigInt
gasPrice_ltegasPrice_lte BigInt
gasPrice_ingasPrice_in [BigInt!]
gasPrice_not_ingasPrice_not_in [BigInt!]
poolpool String
pool_notpool_not String
pool_gtpool_gt String
pool_ltpool_lt String
pool_gtepool_gte String
pool_ltepool_lte String
pool_inpool_in [String!]
pool_not_inpool_not_in [String!]
pool_containspool_contains String
pool_contains_nocasepool_contains_nocase String
pool_not_containspool_not_contains String
pool_not_contains_nocasepool_not_contains_nocase String
pool_starts_withpool_starts_with String
pool_starts_with_nocasepool_starts_with_nocase String
pool_not_starts_withpool_not_starts_with String
pool_not_starts_with_nocasepool_not_starts_with_nocase String
pool_ends_withpool_ends_with String
pool_ends_with_nocasepool_ends_with_nocase String
pool_not_ends_withpool_not_ends_with String
pool_not_ends_with_nocasepool_not_ends_with_nocase String
pool_pool_ Pool_filter
recipientcaller String
recipient_notcaller_not String
recipient_gtcaller_gt String
recipient_ltcaller_lt String
recipient_gtecaller_gte String
recipient_ltecaller_lte String
recipient_incaller_in [String!]
recipient_not_incaller_not_in [String!]
recipient_containscaller_contains String
recipient_contains_nocasecaller_contains_nocase String
recipient_not_containscaller_not_contains String
recipient_not_contains_nocasecaller_not_contains_nocase String
recipient_starts_withcaller_starts_with String
recipient_starts_with_nocasecaller_starts_with_nocase String
recipient_not_starts_withcaller_not_starts_with String
recipient_not_starts_with_nocasecaller_not_starts_with_nocase String
recipient_ends_withcaller_ends_with String
recipient_ends_with_nocasecaller_ends_with_nocase String
recipient_not_ends_withcaller_not_ends_with String
recipient_not_ends_with_nocasecaller_not_ends_with_nocase String
recipient_caller_ Account_filter
positionSizepositionSize BigInt
positionSize_notpositionSize_not BigInt
positionSize_gtpositionSize_gt BigInt
positionSize_ltpositionSize_lt BigInt
positionSize_gtepositionSize_gte BigInt
positionSize_ltepositionSize_lte BigInt
positionSize_inpositionSize_in [BigInt!]
positionSize_not_inpositionSize_not_in [BigInt!]
tokenIdtokenId String
tokenId_nottokenId_not String
tokenId_gttokenId_gt String
tokenId_lttokenId_lt String
tokenId_gtetokenId_gte String
tokenId_ltetokenId_lte String
tokenId_intokenId_in [String!]
tokenId_not_intokenId_not_in [String!]
tokenId_containstokenId_contains String
tokenId_contains_nocasetokenId_contains_nocase String
tokenId_not_containstokenId_not_contains String
tokenId_not_contains_nocasetokenId_not_contains_nocase String
tokenId_starts_withtokenId_starts_with String
tokenId_starts_with_nocasetokenId_starts_with_nocase String
tokenId_not_starts_withtokenId_not_starts_with String
tokenId_not_starts_with_nocasetokenId_not_starts_with_nocase String
tokenId_ends_withtokenId_ends_with String
tokenId_ends_with_nocasetokenId_ends_with_nocase String
tokenId_not_ends_withtokenId_not_ends_with String
tokenId_not_ends_with_nocasetokenId_not_ends_with_nocase String
tokenId_tokenId_ TokenId_filter
panopticVersionpanopticVersion BigDecimal
panopticVersion_notpanopticVersion_not BigDecimal
panopticVersion_gtpanopticVersion_gt BigDecimal
panopticVersion_ltpanopticVersion_lt BigDecimal
panopticVersion_gtepanopticVersion_gte BigDecimal
panopticVersion_ltepanopticVersion_lte BigDecimal
panopticVersion_inpanopticVersion_in [BigDecimal!]
panopticVersion_not_inpanopticVersion_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]
-### TokenizedPositionMinted_filter +### TokensCollected_filter @@ -33555,2038 +42375,1959 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - - - - - - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - - + + - + - + - + - + - + - + - + - + - - - + + + - - + + - - + + + +
idid ID
id_notid_not ID
id_gtid_gt ID
id_ltid_lt ID
id_gteid_gte ID
id_lteid_lte ID
id_inid_in [ID!]
id_not_inid_not_in [ID!]
hashhash String
hash_nothash_not String
hash_gthash_gt String
hash_lthash_lt String
hash_gtehash_gte String
hash_ltehash_lte String
hash_inhash_in [String!]
hash_not_inhash_not_in [String!]
hash_containshash_contains String
hash_contains_nocasehash_contains_nocase String
hash_not_containshash_not_contains String
hash_not_contains_nocasehash_not_contains_nocase String
hash_starts_withhash_starts_with String
hash_starts_with_nocasehash_starts_with_nocase String
hash_not_starts_withhash_not_starts_with String
hash_not_starts_with_nocasehash_not_starts_with_nocase String
hash_ends_withhash_ends_with String
hash_ends_with_nocasehash_ends_with_nocase String
hash_not_ends_withhash_not_ends_with String
hash_not_ends_with_nocasehash_not_ends_with_nocase String
logIndexlogIndex BigInt
logIndex_notlogIndex_not BigInt
logIndex_gtlogIndex_gt BigInt
logIndex_ltlogIndex_lt BigInt
logIndex_gtelogIndex_gte BigInt
logIndex_ltelogIndex_lte BigInt
logIndex_inlogIndex_in [BigInt!]
logIndex_not_inlogIndex_not_in [BigInt!]
eventTypeeventType EventType
eventType_noteventType_not EventType
eventType_ineventType_in [EventType!]
eventType_not_ineventType_not_in [EventType!]
fromfrom String
from_notfrom_not String
from_gtfrom_gt String
from_ltfrom_lt String
from_gtefrom_gte String
from_ltefrom_lte String
from_infrom_in [String!]
from_not_infrom_not_in [String!]
from_containsfrom_contains String
from_contains_nocasefrom_contains_nocase String
from_not_containsfrom_not_contains String
from_not_contains_nocasefrom_not_contains_nocase String
from_starts_withfrom_starts_with String
from_starts_with_nocasefrom_starts_with_nocase String
from_not_starts_withfrom_not_starts_with String
from_not_starts_with_nocasefrom_not_starts_with_nocase String
from_ends_withfrom_ends_with String
from_ends_with_nocasefrom_ends_with_nocase String
from_not_ends_withfrom_not_ends_with String
from_not_ends_with_nocasefrom_not_ends_with_nocase String
toto String
to_notto_not String
to_gtto_gt String
to_ltto_lt String
to_gteto_gte String
to_lteto_lte String
to_into_in [String!]
to_not_into_not_in [String!]
to_containsto_contains String
to_contains_nocaseto_contains_nocase String
to_not_containsto_not_contains String
to_not_contains_nocaseto_not_contains_nocase String
to_starts_withto_starts_with String
to_starts_with_nocaseto_starts_with_nocase String
to_not_starts_withto_not_starts_with String
to_not_starts_with_nocaseto_not_starts_with_nocase String
to_ends_withto_ends_with String
to_ends_with_nocaseto_ends_with_nocase String
to_not_ends_withto_not_ends_with String
to_not_ends_with_nocaseto_not_ends_with_nocase String
blockNumberblockNumber BigInt
blockNumber_notblockNumber_not BigInt
blockNumber_gtblockNumber_gt BigInt
blockNumber_ltblockNumber_lt BigInt
blockNumber_gteblockNumber_gte BigInt
blockNumber_lteblockNumber_lte BigInt
blockNumber_inblockNumber_in [BigInt!]
blockNumber_not_inblockNumber_not_in [BigInt!]
timestamptimestamp BigInt
timestamp_nottimestamp_not BigInt
timestamp_gttimestamp_gt BigInt
timestamp_lttimestamp_lt BigInt
timestamp_gtetimestamp_gte BigInt
timestamp_ltetimestamp_lte BigInt
timestamp_intimestamp_in [BigInt!]
timestamp_not_intimestamp_not_in [BigInt!]
gasUsedgasUsed BigInt
gasUsed_notgasUsed_not BigInt
gasUsed_gtgasUsed_gt BigInt
gasUsed_ltgasUsed_lt BigInt
gasUsed_gtegasUsed_gte BigInt
gasUsed_ltegasUsed_lte BigInt
gasUsed_ingasUsed_in [BigInt!]
gasUsed_not_ingasUsed_not_in [BigInt!]
gasPricegasPriceBigInt
gasPrice_notBigInt
gasPrice_gtBigInt
gasPrice_ltBigInt
gasPrice_gteBigInt
gasPrice_lte BigInt
gasPrice_notBigIntgasPrice_in[BigInt!]
gasPrice_not_in[BigInt!]
poolString
pool_notString
pool_gtString
pool_ltString
pool_gteString
pool_lteString
pool_in[String!]
pool_not_in[String!]
pool_containsString
pool_contains_nocaseString
pool_not_containsString
pool_not_contains_nocaseString
pool_starts_withString
pool_starts_with_nocaseString
pool_not_starts_withString
gasPrice_gtBigIntpool_not_starts_with_nocaseString
gasPrice_ltBigIntpool_ends_withString
gasPrice_gteBigIntpool_ends_with_nocaseString
gasPrice_lteBigIntpool_not_ends_withString
gasPrice_in[BigInt!]pool_not_ends_with_nocaseString
gasPrice_not_in[BigInt!]pool_Pool_filter
poolriskEngine String
pool_notriskEngine_not String
pool_gtriskEngine_gt String
pool_ltriskEngine_lt String
pool_gteriskEngine_gte String
pool_lteriskEngine_lte String
pool_inriskEngine_in [String!]
pool_not_inriskEngine_not_in [String!]
pool_containsriskEngine_contains String
pool_contains_nocaseriskEngine_contains_nocase String
pool_not_containsriskEngine_not_contains String
pool_not_contains_nocaseriskEngine_not_contains_nocase String
pool_starts_withriskEngine_starts_with String
pool_starts_with_nocaseriskEngine_starts_with_nocase String
pool_not_starts_withriskEngine_not_starts_with String
pool_not_starts_with_nocaseriskEngine_not_starts_with_nocase String
pool_ends_withriskEngine_ends_with String
pool_ends_with_nocaseriskEngine_ends_with_nocase String
pool_not_ends_withriskEngine_not_ends_with String
pool_not_ends_with_nocaseriskEngine_not_ends_with_nocase String
pool_Pool_filter
callerStringriskEngine_RiskEngine_filter
caller_notStringtokenBytes
caller_gtStringtoken_notBytes
caller_ltStringtoken_gtBytes
caller_gteStringtoken_ltBytes
caller_lteStringtoken_gteBytes
caller_in[String!]token_lteBytes
caller_not_in[String!]token_in[Bytes!]
caller_containsStringtoken_not_in[Bytes!]
caller_contains_nocaseStringtoken_containsBytes
caller_not_containsStringtoken_not_containsBytes
caller_not_contains_nocaseStringrecipientBytes
caller_starts_withStringrecipient_notBytes
caller_starts_with_nocaseStringrecipient_gtBytes
caller_not_starts_withStringrecipient_ltBytes
caller_not_starts_with_nocaseStringrecipient_gteBytes
caller_ends_withStringrecipient_lteBytes
caller_ends_with_nocaseStringrecipient_in[Bytes!]
caller_not_ends_withStringrecipient_not_in[Bytes!]
caller_not_ends_with_nocaseStringrecipient_containsBytes
caller_Account_filterrecipient_not_containsBytes
positionSizeamount BigInt
positionSize_notamount_not BigInt
positionSize_gtamount_gt BigInt
positionSize_ltamount_lt BigInt
positionSize_gteamount_gte BigInt
positionSize_lteamount_lte BigInt
positionSize_inamount_in [BigInt!]
positionSize_not_inamount_not_in [BigInt!]
tokenIdString_change_blockBlockChangedFilter + +Filter for the block changed event. + +
tokenId_notStringand[TokensCollected_filter]
tokenId_gtStringor[TokensCollected_filter]
+ +## Enums + +### AccountBalance_orderBy + + + - - - + + + + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - - + + - - + - - + - -
tokenId_ltStringValueDescription
tokenId_gteStringid
tokenId_lteStringowner
tokenId_in[String!]owner__id
tokenId_not_in[String!]sender
tokenId_containsStringsender__id
tokenId_contains_nocaseStringtokenId
tokenId_not_containsStringtokenId__id
tokenId_not_contains_nocaseStringtokenId__idHexString
tokenId_starts_withStringtokenId__tokenCount
tokenId_starts_with_nocaseStringlegLiquidities
tokenId_not_starts_withStringtokenCount
tokenId_not_starts_with_nocaseStringpositionSize
tokenId_ends_withStringpanopticPoolAccount
tokenId_ends_with_nocaseStringpanopticPoolAccount__id
tokenId_not_ends_withStringpanopticPoolAccount__collateral0Shares
tokenId_not_ends_with_nocaseStringpanopticPoolAccount__collateral1Shares
tokenId_TokenId_filterpanopticPoolAccount__isLiquidated
panopticVersionBigDecimalpanopticPoolAccount__commissions0
panopticVersion_notBigDecimalpanopticPoolAccount__commissions0Usd
panopticVersion_gtBigDecimalpanopticPoolAccount__commissions1
panopticVersion_ltBigDecimalpanopticPoolAccount__commissions1Usd
panopticVersion_gteBigDecimalpremiaSettled0Total
panopticVersion_lteBigDecimalpremiaSettled0InEthTotal
panopticVersion_in[BigDecimal!]premiaSettled0InUsdTotal
panopticVersion_not_in[BigDecimal!]premiaSettled1Total
_change_blockBlockChangedFilter - -Filter for the block changed event. - -premiaSettled1InEthTotal
and[TokenizedPositionMinted_filter]premiaSettled1InUsdTotal
or[TokenizedPositionMinted_filter]underlyingPool
- -### TokenizedPositionRolled_filter - - - - - - + + - - - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + + +
FieldTypeDescriptionunderlyingPool__id
idIDunderlyingPool__isV4Pool
id_notIDunderlyingPool__hooks
id_gtIDunderlyingPool__poolId
id_ltIDunderlyingPool__feeTier
id_gteIDunderlyingPool__tickSpacing
id_lteIDunderlyingPool__txCount
id_in[ID!]underlyingPool__liquidity
id_not_in[ID!]underlyingPool__sqrtPrice
hashStringunderlyingPool__tick
hash_notStringunderlyingPool__tickLastUpdateTimestamp
hash_gtStringunderlyingPool__tickLastUpdateBlockNumber
hash_ltStringunderlyingPool__token0Price
hash_gteStringunderlyingPool__token1Price
hash_lteStringunderlyingPool__totalValueLockedToken0
hash_in[String!]underlyingPool__totalValueLockedToken1
hash_not_in[String!]underlyingPool__totalValueLockedETH
hash_containsStringunderlyingPool__totalValueLockedUSD
hash_contains_nocaseStringunderlyingPool__minEnforcedTick
hash_not_containsStringunderlyingPool__maxEnforcedTick
hash_not_contains_nocaseStringtxnOpened
hash_starts_withStringtxnOpened__id
hash_starts_with_nocaseStringtxnOpened__hash
hash_not_starts_withStringtxnOpened__logIndex
hash_not_starts_with_nocaseStringtxnOpened__from
hash_ends_withStringtxnOpened__to
hash_ends_with_nocaseStringtxnOpened__blockNumber
hash_not_ends_withStringtxnOpened__timestamp
hash_not_ends_with_nocaseStringtxnOpened__gasUsed
logIndexBigInttxnOpened__gasPrice
logIndex_notBigInttxnOpened__eventType
logIndex_gtBigInttxnClosed
logIndex_ltBigInttxnClosed__id
logIndex_gteBigInttxnClosed__hash
logIndex_lteBigInttxnClosed__logIndex
logIndex_in[BigInt!]txnClosed__from
logIndex_not_in[BigInt!]txnClosed__to
eventTypeEventTypetxnClosed__blockNumber
eventType_notEventTypetxnClosed__timestamp
eventType_in[EventType!]txnClosed__gasUsed
eventType_not_in[EventType!]txnClosed__gasPrice
fromStringtxnClosed__eventType
from_notStringisOpen
from_gtStringcreatedTimestamp
from_ltStringcreatedBlockNumber
from_gteStringclosedTimestamp
+ +### AccountLiquidated_orderBy + + + + + + + + + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + + +
ValueDescription
from_lteStringid
from_in[String!]hash
from_not_in[String!]logIndex
from_containsStringeventType
from_contains_nocaseStringfrom
from_not_containsStringto
from_not_contains_nocaseStringblockNumber
from_starts_withStringtimestamp
from_starts_with_nocaseStringgasUsed
from_not_starts_withStringgasPrice
from_not_starts_with_nocaseStringpool
from_ends_withStringpool__id
from_ends_with_nocaseStringpool__isV4Pool
from_not_ends_withStringpool__hooks
from_not_ends_with_nocaseStringpool__poolId
toStringpool__feeTier
to_notStringpool__tickSpacing
to_gtStringpool__txCount
to_ltStringpool__liquidity
to_gteStringpool__sqrtPrice
to_lteStringpool__tick
to_in[String!]pool__tickLastUpdateTimestamp
to_not_in[String!]pool__tickLastUpdateBlockNumber
to_containsStringpool__token0Price
to_contains_nocaseStringpool__token1Price
to_not_containsStringpool__totalValueLockedToken0
to_not_contains_nocaseStringpool__totalValueLockedToken1
to_starts_withStringpool__totalValueLockedETH
to_starts_with_nocaseStringpool__totalValueLockedUSD
to_not_starts_withStringpool__minEnforcedTick
to_not_starts_with_nocaseStringpool__maxEnforcedTick
to_ends_withStringliquidator
to_ends_with_nocaseStringliquidator__id
to_not_ends_withStringliquidatee
to_not_ends_with_nocaseStringliquidatee__id
blockNumberBigIntbonusAmounts
blockNumber_notBigIntliquidationBonus0
blockNumber_gtBigIntliquidationBonus1
blockNumber_ltBigIntliquidationBonusUSD
blockNumber_gteBigInttickAt
blockNumber_lteBigIntpanopticPool
blockNumber_in[BigInt!]panopticPool__id
blockNumber_not_in[BigInt!]panopticPool__txCount
timestampBigIntpanopticPool__feeTier
timestamp_notBigIntpanopticPool__panopticVersion
timestamp_gtBigIntpanopticPool__oracleContract
timestamp_ltBigIntpanopticPool__mintVolume0
timestamp_gteBigIntpanopticPool__mintVolume0USD
timestamp_lteBigIntpanopticPool__burnVolume0
timestamp_in[BigInt!]panopticPool__burnVolume0USD
timestamp_not_in[BigInt!]panopticPool__totalVolume0
gasUsedBigIntpanopticPool__totalVolume0USD
gasUsed_notBigIntpanopticPool__mintVolume1
gasUsed_gtBigIntpanopticPool__mintVolume1USD
gasUsed_ltBigIntpanopticPool__burnVolume1
gasUsed_gteBigIntpanopticPool__burnVolume1USD
gasUsed_lteBigIntpanopticPool__totalVolume1
gasUsed_in[BigInt!]panopticPool__totalVolume1USD
gasUsed_not_in[BigInt!]panopticPool__totalVolumeUSD
gasPriceBigIntpanopticPool__commissions0
gasPrice_notBigIntpanopticPool__commissions0USD
gasPrice_gtBigIntpanopticPool__commissions1
gasPrice_ltBigIntpanopticPool__commissions1USD
gasPrice_gteBigIntpanopticPool__commissionsUSD
gasPrice_lteBigIntpanopticPool__createdTimestamp
gasPrice_in[BigInt!]panopticPool__createdBlockNumber
gasPrice_not_in[BigInt!]optionBurns
poolStringpanopticVersion
+ +### Account_orderBy + + + - - + + + + + + + - - + - - + + +
pool_notStringValueDescription
id
pool_gtStringaccountBalances
pool_ltStringpanopticPoolAccount
+ +### Aggregation_interval + + + - - - + + + + - - + - - + + +
pool_gteStringValueDescription
pool_lteStringhour
pool_in[String!]day
+ +### BaseEvent_orderBy + + + - - - + + + + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + + +
pool_not_in[String!]ValueDescription
pool_containsStringid
pool_contains_nocaseStringhash
pool_not_containsStringlogIndex
pool_not_contains_nocaseStringfrom
pool_starts_withStringto
pool_starts_with_nocaseStringblockNumber
pool_not_starts_withStringtimestamp
pool_not_starts_with_nocaseStringgasUsed
pool_ends_withStringgasPrice
pool_ends_with_nocaseStringeventType
+ +### BorrowRateUpdated_orderBy + + + - - - + + + + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + + +
pool_not_ends_withStringValueDescription
pool_not_ends_with_nocaseStringid
pool_Pool_filterhash
recipientStringlogIndex
recipient_notStringeventType
recipient_gtStringfrom
recipient_ltStringto
recipient_gteStringblockNumber
recipient_lteStringtimestamp
recipient_in[String!]gasUsed
recipient_not_in[String!]gasPrice
recipient_containsStringpool
recipient_contains_nocaseStringpool__id
recipient_not_containsStringpool__isV4Pool
recipient_not_contains_nocaseStringpool__hooks
recipient_starts_withStringpool__poolId
recipient_starts_with_nocaseStringpool__feeTier
recipient_not_starts_withStringpool__tickSpacing
recipient_not_starts_with_nocaseStringpool__txCount
recipient_ends_withStringpool__liquidity
recipient_ends_with_nocaseStringpool__sqrtPrice
recipient_not_ends_withStringpool__tick
recipient_not_ends_with_nocaseStringpool__tickLastUpdateTimestamp
recipient_Account_filterpool__tickLastUpdateBlockNumber
oldTokenIdStringpool__token0Price
oldTokenId_notStringpool__token1Price
oldTokenId_gtStringpool__totalValueLockedToken0
oldTokenId_ltStringpool__totalValueLockedToken1
oldTokenId_gteStringpool__totalValueLockedETH
oldTokenId_lteStringpool__totalValueLockedUSD
oldTokenId_in[String!]pool__minEnforcedTick
oldTokenId_not_in[String!]pool__maxEnforcedTick
oldTokenId_containsStringriskEngine
oldTokenId_contains_nocaseStringriskEngine__id
oldTokenId_not_containsStringcollateralToken
oldTokenId_not_contains_nocaseStringavgBorrowRate
oldTokenId_starts_withStringrateAtTarget
+ +### BuilderDeployed_orderBy + + + - - - + + + + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - - + + - - + - - +
oldTokenId_starts_with_nocaseStringValueDescription
oldTokenId_not_starts_withStringid
oldTokenId_not_starts_with_nocaseStringhash
oldTokenId_ends_withStringlogIndex
oldTokenId_ends_with_nocaseStringeventType
oldTokenId_not_ends_withStringfrom
oldTokenId_not_ends_with_nocaseStringto
oldTokenId_TokenId_filterblockNumber
newTokenIdStringtimestamp
newTokenId_notStringgasUsed
newTokenId_gtStringgasPrice
newTokenId_ltStringpool
newTokenId_gteStringpool__id
newTokenId_lteStringpool__isV4Pool
newTokenId_in[String!]pool__hooks
newTokenId_not_in[String!]pool__poolId
newTokenId_containsStringpool__feeTier
newTokenId_contains_nocaseStringpool__tickSpacing
newTokenId_not_containsStringpool__txCount
newTokenId_not_contains_nocaseStringpool__liquidity
newTokenId_starts_withStringpool__sqrtPrice
newTokenId_starts_with_nocaseStringpool__tick
newTokenId_not_starts_withStringpool__tickLastUpdateTimestamp
newTokenId_not_starts_with_nocaseStringpool__tickLastUpdateBlockNumber
newTokenId_ends_withStringpool__token0Price
newTokenId_ends_with_nocaseStringpool__token1Price
newTokenId_not_ends_withStringpool__totalValueLockedToken0
newTokenId_not_ends_with_nocaseStringpool__totalValueLockedToken1
newTokenId_TokenId_filterpool__totalValueLockedETH
positionSizeBigIntpool__totalValueLockedUSD
positionSize_notBigIntpool__minEnforcedTick
positionSize_gtBigIntpool__maxEnforcedTick
positionSize_ltBigIntbuilderFactory
positionSize_gteBigIntbuilderFactory__id
positionSize_lteBigIntbuilderFactory__builderCount
positionSize_in[BigInt!]builderFactory__createdTimestamp
positionSize_not_in[BigInt!]builderFactory__createdBlockNumber
_change_blockBlockChangedFilter - -Filter for the block changed event. - -builderCode
and[TokenizedPositionRolled_filter]wallet
or[TokenizedPositionRolled_filter]builderAdmin
-## Enums - -### AccountBalance_orderBy +### BuilderFactory_orderBy @@ -35601,309 +44342,336 @@ Filter for the block changed event. - + - + - + - + - + - + + +
ownerriskEngine
owner__idriskEngine__id
senderbuilderWallets
sender__idbuilderCount
tokenIdcreatedTimestamp
tokenId__idcreatedBlockNumber
+ +### BuilderWallet_orderBy + + + - - + + + + - + - + - + - + - + - + - + - + - + - + + +
tokenId__idHexStringValueDescription
tokenId__tokenCountid
legLiquiditiesbuilderCode
tokenCountbuilderAdmin
positionSizefactory
panopticPoolAccountfactory__id
panopticPoolAccount__idfactory__builderCount
panopticPoolAccount__collateral0Sharesfactory__createdTimestamp
panopticPoolAccount__collateral0Assetsfactory__createdBlockNumber
panopticPoolAccount__collateral1SharescreatedTimestamp
panopticPoolAccount__collateral1AssetscreatedBlockNumber
+ +### Bundle_orderBy + + + - - + + + + - + - + + +
panopticPoolAccount__isLiquidatedValueDescription
panopticPoolAccount__commissions0id
panopticPoolAccount__commissions0UsdethPriceUSD
+ +### Burn_orderBy + + + - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
panopticPoolAccount__commissions1ValueDescription
panopticPoolAccount__commissions1Usdid
premiaSettled0Totalhash
premiaSettled0InEthTotallogIndex
premiaSettled0InUsdTotaleventType
premiaSettled1Totalfrom
premiaSettled1InEthTotalto
premiaSettled1InUsdTotalblockNumber
underlyingPooltimestamp
underlyingPool__idgasUsed
underlyingPool__isV4PoolgasPrice
underlyingPool__hookspool
underlyingPool__poolIdpool__id
underlyingPool__feeTierpool__isV4Pool
underlyingPool__tickSpacingpool__hooks
underlyingPool__txCountpool__poolId
underlyingPool__liquiditypool__feeTier
underlyingPool__sqrtPricepool__tickSpacing
underlyingPool__tickpool__txCount
underlyingPool__tickLastUpdateTimestamppool__liquidity
underlyingPool__tickLastUpdateBlockNumberpool__sqrtPrice
underlyingPool__token0Pricepool__tick
underlyingPool__token1Pricepool__tickLastUpdateTimestamp
underlyingPool__totalValueLockedToken0pool__tickLastUpdateBlockNumber
underlyingPool__totalValueLockedToken1pool__token0Price
underlyingPool__totalValueLockedETHpool__token1Price
underlyingPool__totalValueLockedUSDpool__totalValueLockedToken0
underlyingPool__minEnforcedTickpool__totalValueLockedToken1
underlyingPool__maxEnforcedTickpool__totalValueLockedETH
txnOpenedpool__totalValueLockedUSD
txnOpened__idpool__minEnforcedTick
txnOpened__hashpool__maxEnforcedTick
txnOpened__logIndexowner
txnOpened__fromowner__id
txnOpened__totickLower
txnOpened__blockNumbertickUpper
txnOpened__timestampamount
txnOpened__gasUsedamount0
txnOpened__gasPriceamount1
txnOpened__eventTypetoken0
txnClosedtoken0__id
txnClosed__idtoken0__decimals
txnClosed__hashtoken0__name
txnClosed__logIndextoken0__symbol
txnClosed__fromtoken0__totalSupply
txnClosed__totoken0__txCount
txnClosed__blockNumbertoken0__derivedETH
txnClosed__timestamptoken1
txnClosed__gasUsedtoken1__id
txnClosed__gasPricetoken1__decimals
txnClosed__eventTypetoken1__name
isOpentoken1__symbol
createdTimestamptoken1__totalSupply
createdBlockNumbertoken1__txCount
closedTimestamptoken1__derivedETH
-### AccountLiquidated_orderBy +### Chunk_orderBy @@ -35918,39 +44686,39 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + @@ -36038,42 +44806,6 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -36170,45 +44902,45 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - +
hashowner
logIndexowner__id
eventTypemanager
frommanager__id
totickLower
blockNumbertickUpper
timestampstrike
gasUsedwidth
gasPricetokenType
liquidator
liquidator__id
liquidatee
liquidatee__id
bonusAmounts
liquidationBonus0
liquidationBonus1
liquidationBonusUSD
tickAt
panopticPool
panopticPool__protocolLoss0panopticPool__createdTimestamp
panopticPool__protocolLoss0USDpanopticPool__createdBlockNumber
panopticPool__protocolLoss1netLiquidity
panopticPool__protocolLoss1USDshortLiquidity
panopticPool__protocolLossUSDlongLiquidity
panopticPool__createdTimestampshortCounts
panopticPool__createdBlockNumberlongCounts
optionBurnstotalLiquidity
panopticVersionlegs
-### Account_orderBy +### CollateralDayData_orderBy @@ -36223,59 +44955,69 @@ Filter for the block changed event. - + - + - -
accountBalancescollateral
panopticPoolAccountcollateral__id
- -### Aggregation_interval - - - - - + + - - - + - + - -
ValueDescriptioncollateral__panopticVersion
hourcollateral__totalShares
daycollateral__totalDonations
- -### Bundle_orderBy - - - - - + + - - - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ValueDescriptioncollateral__totalPLPCommissions
idcollateral__totalProtocolCommissions
ethPriceUSDcollateral__commissionPaidBuilder
collateral__totalInsolvencyPenalties
collateral__totalProtocolLossRealized
collateral__totalProtocolLossRealizedUSD
collateral__poolUtilization
collateral__index
date
totalShares
-### Burn_orderBy +### CollateralDeposit_orderBy @@ -36410,101 +45152,101 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
ownersender
owner__idsender__id
tickLowerowner
tickUpperowner__id
amountassets
amount0shares
amount1collateral
token0collateral__id
token0__idcollateral__panopticVersion
token0__decimalscollateral__totalShares
token0__namecollateral__totalDonations
token0__symbolcollateral__totalPLPCommissions
token0__totalSupplycollateral__totalProtocolCommissions
token0__txCountcollateral__commissionPaidBuilder
token0__derivedETHcollateral__totalInsolvencyPenalties
token1collateral__totalProtocolLossRealized
token1__idcollateral__totalProtocolLossRealizedUSD
token1__decimalscollateral__poolUtilization
token1__namecollateral__index
token1__symboltickAtDeposit
token1__totalSupplytokenDerivedEthAtDeposit
token1__txCountethPriceUSDAtDeposit
token1__derivedETHpanopticVersion
-### Chunk_orderBy +### CollateralWithdraw_orderBy @@ -36519,39 +45261,39 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + @@ -36639,200 +45381,79 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - -
ownerhash
owner__idlogIndex
managereventType
manager__idfrom
tickLowerto
tickUpperblockNumber
striketimestamp
widthgasUsed
tokenTypegasPrice
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__protocolLoss1USDsender
panopticPool__protocolLossUSDsender__id
panopticPool__createdTimestampreceiver
panopticPool__createdBlockNumberreceiver__id
netLiquidityowner
shortLiquidityowner__id
longLiquidityassets
shortCountsshares
longCountscollateral
totalLiquiditycollateral__id
legscollateral__panopticVersion
- -### CollateralDayData_orderBy - - - - - - - - - - + - + - + - + - + - + - + - + @@ -36844,25 +45465,25 @@ Filter for the block changed event. - + - + - + - +
ValueDescription
idcollateral__totalShares
collateralcollateral__totalDonations
collateral__idcollateral__totalPLPCommissions
collateral__panopticVersioncollateral__totalProtocolCommissions
collateral__totalSharescollateral__commissionPaidBuilder
collateral__totalAssetscollateral__totalInsolvencyPenalties
collateral__poolAssetscollateral__totalProtocolLossRealized
collateral__inAMMcollateral__totalProtocolLossRealizedUSD
datetickAtWithdraw
totalSharestokenDerivedEthAtWithdraw
totalAssetsethPriceUSDAtWithdraw
sharePricepanopticVersion
-### CollateralDeposit_orderBy +### Collateral_orderBy @@ -36877,205 +45498,193 @@ Filter for the block changed event. - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - +
hash
logIndex
eventType
frompanopticVersion
totoken
blockNumbertoken__id
timestamptoken__decimals
gasUsedtoken__name
gasPricetoken__symbol
pooltoken__totalSupply
pool__idtoken__txCount
pool__isV4Pooltoken__derivedETH
pool__hookstotalShares
pool__poolIdtotalDonations
pool__feeTiertotalPLPCommissions
pool__tickSpacingtotalProtocolCommissions
pool__txCountcommissionPaidBuilder
pool__liquiditytotalInsolvencyPenalties
pool__sqrtPricetotalProtocolLossRealized
pool__ticktotalProtocolLossRealizedUSD
pool__tickLastUpdateTimestamppoolUtilization
pool__tickLastUpdateBlockNumberpanopticPool
pool__token0PricepanopticPool__id
pool__token1PricepanopticPool__txCount
pool__totalValueLockedToken0panopticPool__feeTier
pool__totalValueLockedToken1panopticPool__panopticVersion
pool__totalValueLockedETHpanopticPool__oracleContract
pool__totalValueLockedUSDpanopticPool__mintVolume0
pool__minEnforcedTickpanopticPool__mintVolume0USD
pool__maxEnforcedTickpanopticPool__burnVolume0
senderpanopticPool__burnVolume0USD
sender__idpanopticPool__totalVolume0
ownerpanopticPool__totalVolume0USD
owner__idpanopticPool__mintVolume1
assetspanopticPool__mintVolume1USD
sharespanopticPool__burnVolume1
collateralpanopticPool__burnVolume1USD
collateral__idpanopticPool__totalVolume1
collateral__panopticVersionpanopticPool__totalVolume1USD
collateral__totalSharespanopticPool__totalVolumeUSD
collateral__totalAssetspanopticPool__commissions0
collateral__poolAssetspanopticPool__commissions0USD
collateral__inAMMpanopticPool__commissions1
collateral__poolUtilizationpanopticPool__commissions1USD
collateral__indexpanopticPool__commissionsUSD
tickAtDepositpanopticPool__createdTimestamp
tokenDerivedEthAtDepositpanopticPool__createdBlockNumber
ethPriceUSDAtDepositindex
panopticVersioncollateralDayData
-### CollateralWithdraw_orderBy +### Collect_orderBy @@ -37210,22 +45819,6 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - @@ -37234,69 +45827,33 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - +
sender
sender__id
receiver
receiver__id
owner
assets
shares
collateral
collateral__id
collateral__panopticVersion
collateral__totalShares
collateral__totalAssets
collateral__poolAssets
collateral__inAMM
collateral__poolUtilizationrecipient
collateral__indexrecipient__id
tickAtWithdrawtickLower
tokenDerivedEthAtWithdrawtickUpper
ethPriceUSDAtWithdrawamount0
panopticVersionamount1
-### Collateral_orderBy +### CommissionPaid_orderBy @@ -37311,197 +45868,201 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + - + - + - + - + - + - + - + - + - +
panopticVersionhash
tokenlogIndex
token__ideventType
token__decimalsfrom
token__nameto
token__symbolblockNumber
token__totalSupplytimestamp
token__txCountgasUsed
token__derivedETHgasPrice
totalSharespool
totalAssetspool__id
poolAssetspool__isV4Pool
inAMMpool__hooks
poolUtilizationpool__poolId
panopticPoolpool__feeTier
panopticPool__idpool__tickSpacing
panopticPool__txCountpool__txCount
panopticPool__feeTierpool__liquidity
panopticPool__panopticVersionpool__sqrtPrice
panopticPool__oracleContractpool__tick
panopticPool__mintVolume0pool__tickLastUpdateTimestamp
panopticPool__mintVolume0USDpool__tickLastUpdateBlockNumber
panopticPool__burnVolume0pool__token0Price
panopticPool__burnVolume0USDpool__token1Price
panopticPool__totalVolume0pool__totalValueLockedToken0
panopticPool__totalVolume0USDpool__totalValueLockedToken1
panopticPool__mintVolume1pool__totalValueLockedETH
panopticPool__mintVolume1USDpool__totalValueLockedUSD
panopticPool__burnVolume1pool__minEnforcedTick
panopticPool__burnVolume1USDpool__maxEnforcedTick
panopticPool__totalVolume1owner
panopticPool__totalVolume1USDowner__id
panopticPool__totalVolumeUSDbuilder
panopticPool__commissions0commissionPaidProtocol
panopticPool__commissions0USDcommissionPaidBuilder
panopticPool__commissions1collateral
panopticPool__commissions1USDcollateral__id
panopticPool__commissionsUSDcollateral__panopticVersion
collateral__totalShares
panopticPool__protocolLoss0collateral__totalDonations
panopticPool__protocolLoss0USDcollateral__totalPLPCommissions
panopticPool__protocolLoss1collateral__totalProtocolCommissions
panopticPool__protocolLoss1USDcollateral__commissionPaidBuilder
panopticPool__protocolLossUSDcollateral__totalInsolvencyPenalties
panopticPool__createdTimestampcollateral__totalProtocolLossRealized
panopticPool__createdBlockNumbercollateral__totalProtocolLossRealizedUSD
indexcollateral__poolUtilization
collateralDayDatacollateral__index
-### Collect_orderBy +### Donate_orderBy @@ -37636,35 +46197,67 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -37790,6 +46383,62 @@ Filter for the block changed event. Emitted when premium is settled independent of a mint/burn (e.g. during `settleLongPremium`) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -38064,283 +46713,549 @@ Filter for the block changed event. - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + - + + +
ownersender
owner__idsender__id
recipientshares
recipient__idcollateral
tickLowercollateral__id
tickUppercollateral__panopticVersion
amount0collateral__totalShares
amount1collateral__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__token0Pricepool__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__token1PriceoptionBurn__shares1
pool__totalValueLockedToken0optionBurn__ethPriceUSDAtBurn
pool__totalValueLockedToken1optionBurn__token0DerivedEthAtBurn
pool__totalValueLockedETHoptionBurn__token1DerivedEthAtBurn
pool__totalValueLockedUSDpanopticVersion
+ +### GuardianSafeModeUpdated_orderBy + + + - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + + +
pool__minEnforcedTickValueDescription
pool__maxEnforcedTickid
exercisorhash
exercisor__idlogIndex
usereventType
user__idfrom
tokenIdto
exerciseFeeblockNumber
exerciseFee0timestamp
exerciseFee1gasUsed
exerciseFeeUSDgasPrice
tickAtriskEngine
panopticPoolriskEngine__id
panopticPool__idlockMode
+ +### InsolvencyPenaltyApplied_orderBy + + + - - + + + + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -39016,696 +47931,299 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - -
panopticPool__txCountValueDescription
panopticPool__feeTierid
panopticPool__panopticVersionhash
panopticPool__oracleContractlogIndex
panopticPool__mintVolume0eventType
panopticPool__mintVolume0USDfrom
panopticPool__burnVolume0to
panopticPool__burnVolume0USDblockNumber
panopticPool__totalVolume0timestamp
panopticPool__totalVolume0USDgasUsed
panopticPool__mintVolume1gasPrice
panopticPool__mintVolume1USDpool
panopticPool__burnVolume1pool__id
panopticPool__burnVolume1USDpool__isV4Pool
panopticPool__totalVolume1pool__hooks
panopticPool__totalVolume1USDpool__poolId
panopticPool__totalVolumeUSDpool__feeTier
panopticPool__commissions0pool__tickSpacing
panopticPool__commissions0USDpool__txCount
panopticPool__commissions1pool__liquidity
panopticPool__commissions1USDpool__sqrtPrice
panopticPool__commissionsUSDpool__tick
panopticPool__protocolLoss0pool__tickLastUpdateTimestamp
panopticPool__protocolLoss0USDpool__tickLastUpdateBlockNumber
panopticPool__protocolLoss1pool__token0Price
panopticPool__protocolLoss1USDpool__token1Price
panopticPool__protocolLossUSDpool__totalValueLockedToken0
panopticPool__createdTimestamppool__totalValueLockedToken1
panopticPool__createdBlockNumberpool__totalValueLockedETH
optionBurnpool__totalValueLockedUSD
optionBurn__idpool__minEnforcedTick
optionBurn__hashpool__maxEnforcedTick
optionBurn__logIndexowner
optionBurn__eventTypeowner__id
optionBurn__frominterestOwed
optionBurn__tointerestPaid
optionBurn__blockNumbersharesBurned
optionBurn__timestampcollateral
optionBurn__gasUsedcollateral__id
optionBurn__gasPricecollateral__panopticVersion
optionBurn__positionSizecollateral__totalShares
optionBurn__tickAtcollateral__totalDonations
optionBurn__premium0collateral__totalPLPCommissions
optionBurn__premium1collateral__totalProtocolCommissions
optionBurn__totalShares0collateral__commissionPaidBuilder
optionBurn__totalAssets0collateral__totalInsolvencyPenalties
optionBurn__totalShares1collateral__totalProtocolLossRealized
optionBurn__totalAssets1collateral__totalProtocolLossRealizedUSD
optionBurn__panopticVersioncollateral__poolUtilization
panopticVersioncollateral__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__blockNumberpool__totalValueLockedToken1
forcedExercise__timestamppool__totalValueLockedETH
forcedExercise__gasUsedpool__totalValueLockedUSD
forcedExercise__gasPricepool__minEnforcedTick
forcedExercise__tokenIdpool__maxEnforcedTick
forcedExercise__exerciseFeerecipient
forcedExercise__exerciseFee0recipient__id
forcedExercise__exerciseFee1positionSize
forcedExercise__exerciseFeeUSDtokenId
forcedExercise__tickAttokenId__id
forcedExercise__panopticVersiontokenId__idHexString
accountLiquidatedtokenId__tokenCount
accountLiquidated__idtickAt
accountLiquidated__hashpanopticPool
accountLiquidated__logIndexpanopticPool__id
accountLiquidated__eventTypepanopticPool__txCount
accountLiquidated__frompanopticPool__feeTier
accountLiquidated__topanopticPool__panopticVersion
accountLiquidated__blockNumberpanopticPool__oracleContract
accountLiquidated__timestamppanopticPool__mintVolume0
accountLiquidated__gasUsedpanopticPool__mintVolume0USD
accountLiquidated__gasPricepanopticPool__burnVolume0
accountLiquidated__bonusAmountspanopticPool__burnVolume0USD
accountLiquidated__liquidationBonus0panopticPool__totalVolume0
accountLiquidated__liquidationBonus1panopticPool__totalVolume0USD
accountLiquidated__liquidationBonusUSDpanopticPool__mintVolume1
accountLiquidated__tickAtpanopticPool__mintVolume1USD
accountLiquidated__panopticVersionpanopticPool__burnVolume1
panopticVersionpanopticPool__burnVolume1USD
- -### OptionMint_orderBy - - - - - + + - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + @@ -39765,161 +48283,181 @@ Filter for the block changed event. - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + + + + + + + + + + + + + + + + + + + +
ValueDescriptionpanopticPool__totalVolume1
idpanopticPool__totalVolume1USD
hashpanopticPool__totalVolumeUSD
logIndexpanopticPool__commissions0
eventTypepanopticPool__commissions0USD
frompanopticPool__commissions1
topanopticPool__commissions1USD
blockNumberpanopticPool__commissionsUSD
timestamppanopticPool__createdTimestamp
gasUsedpanopticPool__createdBlockNumber
gasPricepremium0
poolpremium1
pool__idpremiaByLeg
pool__isV4PooltxnOpened
pool__hookstxnOpened__id
pool__poolIdtxnOpened__hash
pool__feeTiertxnOpened__logIndex
pool__tickSpacingtxnOpened__eventType
pool__txCounttxnOpened__from
pool__liquiditytxnOpened__to
pool__sqrtPricetxnOpened__blockNumber
pool__ticktxnOpened__timestamp
pool__tickLastUpdateTimestamptxnOpened__gasUsed
pool__tickLastUpdateBlockNumbertxnOpened__gasPrice
pool__token0PricetxnOpened__positionSize
pool__token1PricetxnOpened__poolUtilization0
pool__totalValueLockedToken0txnOpened__poolUtilization1
pool__totalValueLockedToken1txnOpened__currentTick
pool__totalValueLockedETHtxnOpened__fastOracleTick
pool__totalValueLockedUSDtxnOpened__lastObservedTick
pool__minEnforcedTicktxnOpened__slowOracleTick
pool__maxEnforcedTicktxnOpened__shares0
recipienttxnOpened__shares1
recipient__idtxnOpened__commissions0
tokenIdtxnOpened__commissions1
tokenId__idtxnOpened__commissions0USD
tokenId__idHexStringtxnOpened__commissions1USD
tokenId__tokenCounttxnOpened__commissionsUSD
positionSizetxnOpened__tickAt
poolUtilization0txnOpened__panopticVersion
poolUtilization1txnOpened__volume0USD
currentTicktxnOpened__volume1USD
fastOracleTicktxnOpened__ethPriceUSDAtMint
lastObservedTicktxnOpened__token0DerivedEthAtMint
slowOracleTicktxnOpened__token1DerivedEthAtMint
panopticPoolforcedExercise
panopticPool__idforcedExercise__id
panopticPool__txCountforcedExercise__hash
panopticPool__feeTierforcedExercise__logIndex
panopticPool__panopticVersionforcedExercise__eventType
panopticPool__oracleContractforcedExercise__from
panopticPool__mintVolume0forcedExercise__to
panopticPool__mintVolume0USDforcedExercise__blockNumber
panopticPool__burnVolume0forcedExercise__timestamp
panopticPool__burnVolume0USDforcedExercise__gasUsed
panopticPool__totalVolume0forcedExercise__gasPrice
panopticPool__totalVolume0USDforcedExercise__tokenId
panopticPool__mintVolume1forcedExercise__exerciseFee
panopticPool__mintVolume1USDforcedExercise__exerciseFee0
panopticPool__burnVolume1forcedExercise__exerciseFee1
panopticPool__burnVolume1USDforcedExercise__exerciseFeeUSD
panopticPool__totalVolume1forcedExercise__tickAt
panopticPool__totalVolume1USDforcedExercise__panopticVersion
panopticPool__totalVolumeUSDaccountLiquidated
panopticPool__commissions0accountLiquidated__id
panopticPool__commissions0USDaccountLiquidated__hash
panopticPool__commissions1accountLiquidated__logIndex
panopticPool__commissions1USDaccountLiquidated__eventType
panopticPool__commissionsUSDaccountLiquidated__from
panopticPool__protocolLoss0accountLiquidated__to
panopticPool__protocolLoss0USDaccountLiquidated__blockNumber
panopticPool__protocolLoss1accountLiquidated__timestamp
panopticPool__protocolLoss1USDaccountLiquidated__gasUsed
panopticPool__protocolLossUSDaccountLiquidated__gasPrice
panopticPool__createdTimestampaccountLiquidated__bonusAmounts
panopticPool__createdBlockNumberaccountLiquidated__liquidationBonus0
commissions0accountLiquidated__liquidationBonus1
commissions1accountLiquidated__liquidationBonusUSD
commissions0USDaccountLiquidated__tickAt
commissions1USDaccountLiquidated__panopticVersion
commissionsUSDpanopticVersion
tickAtvolume0USD
panopticVersionvolume1USD
shares0
shares1
ethPriceUSDAtBurn
token0DerivedEthAtBurn
token1DerivedEthAtBurn
-### OptionRoll_orderBy +### OptionMint_orderBy @@ -40062,236 +48600,103 @@ Filter for the block changed event. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - -
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__totalVolume1USDtokenId
panopticPool__totalVolumeUSDtokenId__id
panopticPool__commissions0tokenId__idHexString
panopticPool__commissions0USDtokenId__tokenCount
panopticPool__commissions1positionSize
panopticPool__commissions1USDpoolUtilization0
panopticPool__commissionsUSDpoolUtilization1
panopticPool__protocolLoss0currentTick
panopticPool__protocolLoss0USDfastOracleTick
panopticPool__protocolLoss1lastObservedTick
panopticPool__protocolLoss1USDslowOracleTick
panopticPool__protocolLossUSDaccountBalance
panopticPool__createdTimestampaccountBalance__id
panopticPool__createdBlockNumberaccountBalance__tokenCount
poolUtilization0accountBalance__positionSize
poolUtilization1accountBalance__premiaSettled0Total
premium0accountBalance__premiaSettled0InEthTotal
premium1accountBalance__premiaSettled0InUsdTotal
- -### OrderDirection - -Defines the order direction, either ascending or descending - - - - - - - - - - + - + - -
ValueDescription
ascaccountBalance__premiaSettled1Total
descaccountBalance__premiaSettled1InEthTotal
- -### PanopticFactory_orderBy - - - - - - - - - - + - + - + - + - -
ValueDescription
idaccountBalance__premiaSettled1InUsdTotal
poolCountaccountBalance__isOpen
owneraccountBalance__createdTimestamp
panopticVersionaccountBalance__createdBlockNumber
- -### PanopticPoolAccount_orderBy - - - - - - - - - - + @@ -40391,26 +48796,6 @@ Defines the order direction, either ascending or descending - - - - - - - - - - - - - - - - - - - - @@ -40419,129 +48804,117 @@ Defines the order direction, either ascending or descending - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + + +
ValueDescription
idaccountBalance__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__poolAssetsshares0
collateral0__inAMM
collateral0__poolUtilizationshares1
collateral0__indexcommissions0
collateral0Sharescommissions1
collateral0Assetscommissions0USD
collateral1commissions1USD
collateral1__idcommissionsUSD
collateral1__panopticVersiontickAt
collateral1__totalSharespanopticVersion
collateral1__totalAssetsvolume0USD
collateral1__poolAssetsvolume1USD
collateral1__inAMMethPriceUSDAtMint
collateral1__poolUtilizationtoken0DerivedEthAtMint
collateral1__indextoken1DerivedEthAtMint
+ +### OrderDirection + +Defines the order direction, either ascending or descending + + + - - + + + + - + - + + +
collateral1SharesValueDescription
collateral1Assetsasc
isLiquidateddesc
+ +### PanopticFactory_orderBy + + + - - + + + + - + - + - + - +
accountBalancesValueDescription
commissions0id
commissions0UsdpoolCount
commissions1owner
commissions1UsdpanopticVersion
-### PanopticPoolDayData_orderBy +### PanopticPoolAccount_orderBy @@ -40652,23 +49025,268 @@ Defines the order direction, either ascending or descending - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - + - + + + + +
panopticPool__protocolLoss0panopticPool__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__protocolLoss0USDcommissions0
panopticPool__protocolLoss1commissions0Usd
panopticPool__protocolLoss1USDcommissions1
panopticPool__protocolLossUSDcommissions1Usd
+ +### PanopticPoolDayData_orderBy + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -40861,15 +49479,31 @@ Defines the order direction, either ascending or descending - + - + - + + + + + + + + + + + + + + + + + @@ -40897,15 +49531,31 @@ Defines the order direction, either ascending or descending - + + + + + - + - + + + + + + + + + + + + + @@ -41081,27 +49731,15 @@ Defines the order direction, either ascending or descending - - - - - - - - - - - - - + - + - + @@ -41684,23 +50322,304 @@ Defines the order direction, either ascending or descending - + - + - + + +
ValueDescription
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__totalAssetscollateral0__totalDonations
collateral0__poolAssetscollateral0__totalPLPCommissions
collateral0__inAMMcollateral0__totalProtocolCommissions
collateral0__commissionPaidBuilder
collateral0__totalInsolvencyPenalties
collateral0__totalProtocolLossRealized
collateral0__totalProtocolLossRealizedUSD
collateral1__totalAssetscollateral1__totalDonations
collateral1__totalPLPCommissions
collateral1__poolAssetscollateral1__totalProtocolCommissions
collateral1__inAMMcollateral1__commissionPaidBuilder
collateral1__totalInsolvencyPenalties
collateral1__totalProtocolLossRealized
collateral1__totalProtocolLossRealizedUSD
protocolLoss0
protocolLoss0USD
protocolLoss1
protocolLoss1USDchunks
protocolLossUSDriskEngine
chunksriskEngine__id
panopticPool__protocolLoss0panopticPool__createdTimestamp
panopticPool__protocolLoss0USDpanopticPool__createdBlockNumber
panopticPool__protocolLoss1panopticPools
+ +### PremiumSettled_orderBy + + + - + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -41712,13 +50631,13 @@ Defines the order direction, either ascending or descending - +
panopticPool__protocolLoss1USDValueDescription
id
panopticPool__protocolLossUSDhash
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
panopticPoolspanopticVersion
-### PremiumSettled_orderBy +### ProtocolLossRealized_orderBy @@ -41853,187 +50772,96 @@ Defines the order direction, either ascending or descending - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + + +
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__totalVolume0USDliquidatee
panopticPool__mintVolume1liquidatee__id
panopticPool__mintVolume1USDliquidator
panopticPool__burnVolume1liquidator__id
panopticPool__burnVolume1USDprotocolLossAssets
panopticPool__totalVolume1protocolLossShares
panopticPool__totalVolume1USDcollateral
panopticPool__totalVolumeUSDcollateral__id
panopticPool__commissions0collateral__panopticVersion
panopticPool__commissions0USDcollateral__totalShares
panopticPool__commissions1collateral__totalDonations
panopticPool__commissions1USDcollateral__totalPLPCommissions
panopticPool__commissionsUSDcollateral__totalProtocolCommissions
panopticPool__protocolLoss0collateral__commissionPaidBuilder
panopticPool__protocolLoss0USDcollateral__totalInsolvencyPenalties
panopticPool__protocolLoss1collateral__totalProtocolLossRealized
panopticPool__protocolLoss1USDcollateral__totalProtocolLossRealizedUSD
panopticPool__protocolLossUSDcollateral__poolUtilization
panopticPool__createdTimestampcollateral__index
+ +### RiskEngine_orderBy + + + - - + + + + - + @@ -42539,7 +51367,7 @@ Defines the order direction, either ascending or descending
panopticPool__createdBlockNumberValueDescription
panopticVersionid
-### TokenizedPositionRolled_orderBy +### TokensCollected_orderBy @@ -42674,47 +51502,23 @@ Defines the order direction, either ascending or descending - + - + - - - - - - - - - - - - - - - - - - - - - - - - - + - + - + @@ -42767,12 +51571,10 @@ If the subgraph has indexing errors, data will be omitted. The default. 4 bytes signed integer - ### Int8 8 bytes signed integer - ### String ### Timestamp @@ -42780,13 +51582,121 @@ If the subgraph has indexing errors, data will be omitted. The default. A string representation of microseconds UNIX timestamp (16 digits) - ## Interfaces +### BaseEvent + + A generic entity for events which are not pool-specific that get emitted throughout the Panoptic protocol (similar interface to Event but without `pool` field). + +
recipientriskEngine
recipient__idriskEngine__id
oldTokenId
oldTokenId__id
oldTokenId__idHexString
oldTokenId__tokenCount
newTokenId
newTokenId__id
newTokenId__idHexStringtoken
newTokenId__tokenCountrecipient
positionSizeamount
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FieldArgumentTypeDescription
idID! + + Txn hash + '#' + log index + +
hashString! + + Txn hash of the transaction emitting this event + +
logIndexBigInt! + + Event log index + +
fromString! + + Sender of transaction + +
toString! + + Receiver of transaction + +
blockNumberBigInt! + + Block txn was included in + +
timestampBigInt! + + Timestamp txn was confirmed + +
gasUsedBigInt! + + Gas used during txn execution + +
gasPriceBigInt! + + Gas price during txn execution + +
eventTypeEventType! + + Type of event. The Graph doesn't allow filtering by __typename meta so it's explicitly required here + +
+ +**Possible Types:** [BorrowRateUpdated](#borrowrateupdated), [TokensCollected](#tokenscollected), [GuardianSafeModeUpdated](#guardiansafemodeupdated) + ### Event - A generic entity for the many events that get emitted throughout the Panoptic protocol. + A generic entity for the many account-facing events that get emitted throughout the Panoptic protocol. @@ -42900,4 +51810,4 @@ A string representation of microseconds UNIX timestamp (16 digits)
-**Possible Types:** [Mint](#mint), [Burn](#burn), [Collect](#collect), [TokenizedPositionBurnt](#tokenizedpositionburnt), [TokenizedPositionMinted](#tokenizedpositionminted), [TokenizedPositionRolled](#tokenizedpositionrolled), [OptionRoll](#optionroll), [CollateralDeposit](#collateraldeposit), [CollateralWithdraw](#collateralwithdraw), [OptionMint](#optionmint), [OptionBurn](#optionburn), [AccountLiquidated](#accountliquidated), [ForcedExercise](#forcedexercise), [PremiumSettled](#premiumsettled) +**Possible Types:** [Mint](#mint), [Burn](#burn), [Collect](#collect), [TokenizedPositionBurnt](#tokenizedpositionburnt), [TokenizedPositionMinted](#tokenizedpositionminted), [CollateralDeposit](#collateraldeposit), [CollateralWithdraw](#collateralwithdraw), [Donate](#donate), [CommissionPaid](#commissionpaid), [InsolvencyPenaltyApplied](#insolvencypenaltyapplied), [ProtocolLossRealized](#protocollossrealized), [OptionMint](#optionmint), [OptionBurn](#optionburn), [AccountLiquidated](#accountliquidated), [ForcedExercise](#forcedexercise), [PremiumSettled](#premiumsettled), [BuilderDeployed](#builderdeployed)