Interface RawPairDepositEvent

interface RawPairDepositEvent {
    amount_0: string;
    amount_1: string;
    contractId: string;
    ledger: number;
    liquidity: string;
    new_reserve_0: string;
    new_reserve_1: string;
    timestamp: number;
    to: string;
    topic1: "SoroswapPair";
    topic2: "deposit";
    topic3: never;
    topic4: never;
}

Hierarchy

  • BaseRawPairEvent
    • RawPairDepositEvent

Properties

amount_0: string
amount_1: string
contractId: string
ledger: number
liquidity: string
new_reserve_0: string
new_reserve_1: string
timestamp: number
to: string
topic1
topic2
topic3: never
topic4: never