EVM

Available Commands

NameDescription
rawBuild cosmos transaction from raw ethereum transaction.
codeGets code from an account.
paramsGet the evm params.
storageGets storage for an account with a given key and height.

iris tx evm raw

Build cosmos transaction from raw ethereum transaction.

iris tx evm raw <TX_HEX>

iris q evm code

Gets code from an account.

iris q evm code <ADDRESS>

iris q evm params

Get the evm params.

iris q evm params

iris q evm storage

Gets storage for an account with a given key and height.

iris q evm storage <ADDRESS> <KEY>