Skip to main content

Class: EvmLogVerbose

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

Class: EvmLogVerbose

@moralisweb3/common-evm-utils.EvmLogVerbose

Table of contents

Methods

Properties

Methods

create

Static create(input): EvmLogVerbose

Parameters

NameType
inputEvmLogVerboseInput | EvmLogVerbose

Returns

EvmLogVerbose


fromJSON

Static fromJSON(json): EvmLogVerbose

Parameters

NameType
jsonEvmLogVerboseJSON

Returns

EvmLogVerbose


toJSON

toJSON(): EvmLogVerboseJSON

Returns

EvmLogVerboseJSON

Properties

address

Readonly address: EvmAddress

Description

The address of the contract


blockHash

Readonly blockHash: string

Description

The hash of the block


blockNumber

Readonly blockNumber: BigNumber

Description

The block number


blockTimestamp

Readonly blockTimestamp: string

Description

The timestamp of the block


data

Readonly data: string

Description

The data of the log


decodedEvent

Readonly decodedEvent: EvmDecodedEvent

Description

The decoded data of the log


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

Description

The hash of the transaction


transactionIndex

Readonly transactionIndex: number