Interface: EvmLogVerboseInput
moralis-monorepo / @moralisweb3/common-evm-utils / EvmLogVerboseInput
Interface: EvmLogVerboseInput
@moralisweb3/common-evm-utils.EvmLogVerboseInput
Table of contents
Properties
- address
- blockHash
- blockNumber
- blockTimestamp
- data
- decodedEvent
- logIndex
- topic0
- topic1
- topic2
- topic3
- transactionHash
- transactionIndex
Properties
address
• Readonly
address: EvmAddressInput
blockHash
• Readonly
blockHash: string
blockNumber
• Readonly
blockNumber: BigNumberInput
blockTimestamp
• Readonly
blockTimestamp: string
data
• Readonly
data: string
decodedEvent
• Readonly
decodedEvent: EvmDecodedEventInput
| EvmDecodedEvent
logIndex
• Readonly
logIndex: number
topic0
• Readonly
topic0: string
topic1
• Optional
Readonly
topic1: string
topic2
• Optional
Readonly
topic2: string
topic3
• Optional
Readonly
topic3: string
transactionHash
• Readonly
transactionHash: string
transactionIndex
• Readonly
transactionIndex: number