Interface V3InitializedPoolSnapshot

interface V3InitializedPoolSnapshot {
    schemaVersion: 1;
    blockNumber: bigint;
    deployment: V3LifecycleDeployment;
    key: V3PoolKey;
    feeTickSpacing: number;
    tickSpacing: number;
    poolAddress: `0x${string}`;
    tick: number;
    status: "initialized";
    sqrtPriceX96: bigint;
}

Hierarchy

  • V3ExistingPoolSnapshotBase
    • V3InitializedPoolSnapshot

Properties

schemaVersion: 1
blockNumber: bigint
feeTickSpacing: number
tickSpacing: number
poolAddress: `0x${string}`
tick: number
status: "initialized"
sqrtPriceX96: bigint