Interface RawPairSwapEvent

interface RawPairSwapEvent {
    amount_0_in: string;
    amount_0_out: string;
    amount_1_in: string;
    amount_1_out: string;
    contractId: string;
    ledger: number;
    timestamp: number;
    to: string;
    topic1: "SoroswapPair";
    topic2: "swap";
    topic3: never;
    topic4: never;
}

Hierarchy

  • BaseRawPairEvent
    • RawPairSwapEvent

Properties

amount_0_in: string
amount_0_out: string
amount_1_in: string
amount_1_out: string
contractId: string
ledger: number
timestamp: number
to: string
topic1
topic2
topic3: never
topic4: never