x/evm 모듈은 상태 실행 후 Cosmos SDK 이벤트를 내보냅니다. EVM 모듈은 관련 트랜잭션 필드와 트랜잭션 로그(ethereum 이벤트)의 이벤트를 내보냅니다.
MsgEthereumTx
| 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 중에 이벤트를 내보냅니다.
ABCI
| Type | Attribute Key | Attribute Value |
|---|---|---|
| block_bloom | "bloom" | string(bloomBytes) |
