Interface V4InitializedPoolSnapshot

interface V4InitializedPoolSnapshot {
    schemaVersion: 1;
    blockNumber: bigint;
    deployment: V4LifecycleDeployment;
    key: V4PoolKey;
    poolId: `0x${string}`;
    tick: number;
    protocolFee: number;
    lpFee: number;
    status: "initialized";
    sqrtPriceX96: bigint;
}

Hierarchy

  • V4PoolSnapshotBase
    • V4InitializedPoolSnapshot

Properties

schemaVersion: 1
blockNumber: bigint
poolId: `0x${string}`
tick: number
protocolFee: number
lpFee: number
status: "initialized"
sqrtPriceX96: bigint