OPNet
    Preparing search index...

    Type Alias SwappedEvent

    type SwappedEvent = {
        amount0In: bigint;
        amount0Out: bigint;
        amount1In: bigint;
        amount1Out: bigint;
        sender: Address;
        to: Address;
    }
    Index

    Properties

    amount0In: bigint
    amount0Out: bigint
    amount1In: bigint
    amount1Out: bigint
    sender: Address
    to: Address