x/evm 모듈은 상태 실행 후 Cosmos SDK 이벤트를 내보냅니다. EVM 모듈은 관련 트랜잭션 필드와 트랜잭션 로그(ethereum 이벤트)의 이벤트를 내보냅니다.
MsgEthereumTx
또한 EVM 모듈은 filter query block bloom을 위해
EndBlock 중에 이벤트를 내보냅니다.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
x/evm 모듈은 상태 실행 후 Cosmos SDK 이벤트를 내보냅니다. EVM 모듈은 관련 트랜잭션 필드와 트랜잭션 로그(ethereum 이벤트)의 이벤트를 내보냅니다.
| Type | Attribute Key | Attribute Value |
|---|---|---|
| ethereum_tx | "amount" | {amount} |
| ethereum_tx | "recipient" | {hex_address} |
| ethereum_tx | "contract" | {hex_address} |
| ethereum_tx | "txHash" | {tendermint_hex_hash} |
| ethereum_tx | "ethereumTxHash" | {hex_hash} |
| ethereum_tx | "txIndex" | {tx_index} |
| ethereum_tx | "txGasUsed" | {gas_used} |
| tx_log | "txLog" | {tx_log} |
| message | "sender" | {eth_address} |
| message | "action" | "ethereum" |
| message | "module" | "evm" |
EndBlock 중에 이벤트를 내보냅니다.
| Type | Attribute Key | Attribute Value |
|---|---|---|
| block_bloom | "bloom" | string(bloomBytes) |
