Interface V4InitializeEvidence

interface V4InitializeEvidence {
    poolId: `0x${string}`;
    currency0: `0x${string}`;
    currency1: `0x${string}`;
    fee: number;
    tickSpacing: number;
    hooks: `0x${string}`;
    sqrtPriceX96: bigint;
    tick: number;
    logIndex: number;
}

Properties

poolId: `0x${string}`
currency0: `0x${string}`
currency1: `0x${string}`
fee: number
tickSpacing: number
hooks: `0x${string}`
sqrtPriceX96: bigint
tick: number
logIndex: number