Class: EvmLogVerbose
moralis-monorepo / @moralisweb3/common-evm-utils / EvmLogVerbose
Class: EvmLogVerbose
@moralisweb3/common-evm-utils.EvmLogVerbose
Table of contents
Methods
Properties
- address
- blockHash
- blockNumber
- blockTimestamp
- data
- decodedEvent
- logIndex
- topic0
- topic1
- topic2
- topic3
- transactionHash
- transactionIndex
Methods
create
▸ Static create(input): EvmLogVerbose
Parameters
| Name | Type |
|---|---|
input | EvmLogVerboseInput | EvmLogVerbose |
Returns
fromJSON
▸ Static fromJSON(json): EvmLogVerbose
Parameters
| Name | Type |
|---|---|
json | EvmLogVerboseJSON |
Returns
toJSON
▸ toJSON(): EvmLogVerboseJSON
Returns
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