Skip to main content

Interface: GetContractLogsRequest

moralis-monorepo / @moralisweb3/common-evm-utils / GetContractLogsRequest

Interface: GetContractLogsRequest

@moralisweb3/common-evm-utils.GetContractLogsRequest

Hierarchy

  • Camelize<Omit<RequestParams, "chain" | "address" | "from_date" | "to_date">>

    GetContractLogsRequest

Table of contents

Properties

Properties

address

address: EvmAddressInput


blockNumber

blockNumber: undefined | string

Inherited from

Camelize.blockNumber


chain

Optional chain: EvmChainish


cursor

cursor: undefined | string

Inherited from

Camelize.cursor


fromBlock

fromBlock: undefined | string

Inherited from

Camelize.fromBlock


fromDate

Optional fromDate: DateInput


limit

limit: undefined | number

Inherited from

Camelize.limit


order

order: undefined | "ASC" | "DESC"

Inherited from

Camelize.order


toBlock

toBlock: undefined | string

Inherited from

Camelize.toBlock


toDate

Optional toDate: DateInput


topic0

topic0: string

Inherited from

Camelize.topic0