Interface: EvmLogVerboseJSON
moralis-monorepo / @moralisweb3/common-evm-utils / EvmLogVerboseJSON
Interface: EvmLogVerboseJSON
@moralisweb3/common-evm-utils.EvmLogVerboseJSON
Table of contents
Properties
- address
- block_hash
- block_number
- block_timestamp
- data
- decoded_event
- log_index
- topic0
- topic1
- topic2
- topic3
- transaction_hash
- transaction_index
Properties
address
• Readonly address: string
block_hash
• Readonly block_hash: string
block_number
• Readonly block_number: string
block_timestamp
• Readonly block_timestamp: string
data
• Readonly data: string
decoded_event
• Readonly decoded_event: EvmDecodedEventJSON
log_index
• Readonly log_index: string
topic0
• Readonly topic0: string
topic1
• Optional Readonly topic1: string
topic2
• Optional Readonly topic2: string
topic3
• Optional Readonly topic3: string
transaction_hash
• Readonly transaction_hash: string
transaction_index
• Readonly transaction_index: string