github.com/fibonacci-chain/fbc@v0.0.0-20231124064014-c7636198c1e9/x/evm/types/events.go (about) 1 package types 2 3 // Evm module events 4 const ( 5 EventTypeEthereumTx = TypeMsgEthereumTx 6 7 AttributeKeyContractAddress = "contract" 8 AttributeKeyRecipient = "recipient" 9 AttributeValueCategory = ModuleName 10 )