메인 콘텐츠로 건너뛰기
x/evm 모듈은 상태 실행 후 Cosmos SDK 이벤트를 내보냅니다. EVM 모듈은 관련 트랜잭션 필드와 트랜잭션 로그(ethereum 이벤트)의 이벤트를 내보냅니다.

MsgEthereumTx

TypeAttribute KeyAttribute 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"
또한 EVM 모듈은 filter query block bloom을 위해 EndBlock 중에 이벤트를 내보냅니다.

ABCI

TypeAttribute KeyAttribute Value
block_bloom"bloom"string(bloomBytes)