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
- address
- blockNumber
- chain
- cursor
- disableTotal
- fromBlock
- fromDate
- limit
- toBlock
- toDate
- topic0
- topic1
- topic2
- topic3
Properties
address
• address: EvmAddressInput
blockNumber
• blockNumber: undefined
| string
Inherited from
Camelize.blockNumber
chain
• Optional
chain: EvmChainish
cursor
• cursor: undefined
| string
Inherited from
Camelize.cursor
disableTotal
• disableTotal: undefined
| boolean
Inherited from
Camelize.disableTotal
fromBlock
• fromBlock: undefined
| string
Inherited from
Camelize.fromBlock
fromDate
• Optional
fromDate: DateInput
limit
• limit: undefined
| number
Inherited from
Camelize.limit
toBlock
• toBlock: undefined
| string
Inherited from
Camelize.toBlock
toDate
• Optional
toDate: DateInput
topic0
• topic0: undefined
| string
Inherited from
Camelize.topic0
topic1
• topic1: undefined
| string
Inherited from
Camelize.topic1
topic2
• topic2: undefined
| string
Inherited from
Camelize.topic2
topic3
• topic3: undefined
| string
Inherited from
Camelize.topic3