Interface V4UninitializedPoolSnapshot

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

Hierarchy

  • V4PoolSnapshotBase
    • V4UninitializedPoolSnapshot

Properties

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