interface EventOptions {
    contractAddress?: string;
    position?: string;
    topic0?: string;
    topic1?: string;
    topic2?: string;
    topic3?: string;
    topic4?: string;
}

Properties

contractAddress?: string

The contract address to filter events by.

position?: string

The block id to start from, defaults to the best block.

topic0?: string

The topic0 to filter events by.

topic1?: string

The topic1 to filter events by.

topic2?: string

The topic2 to filter events by.

topic3?: string

The topic3 to filter events by.

topic4?: string

The topic4 to filter events by.