EVM
Available Commands
Name | Description |
---|---|
raw | Build cosmos transaction from raw ethereum transaction. |
code | Gets code from an account. |
params | Get the evm params. |
storage | Gets 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>