Skip to main content

Interface: EvmLogVerboseInput

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

Interface: EvmLogVerboseInput

@moralisweb3/common-evm-utils.EvmLogVerboseInput

Table of contents

Properties

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