Versions in this module Expand all Collapse all v0 v0.19.4 Nov 1, 2022 v0.2.4 Nov 1, 2022 Changes in this version + const OpWeightMsgEthCallContract + const OpWeightMsgEthCreateContract + const OpWeightMsgEthSimpleTransfer + const WeightMsgEthCreateContract + const WeightMsgEthSimpleTransfer + var ErrNoEnoughBalance = fmt.Errorf("no enough balance") + func CreateRandomValidEthTx(ctx *simulateContext, from, to *common.Address, amount *big.Int, ...) (ethTx *types.MsgEthereumTx, err error) + func EstimateGas(ctx *simulateContext, from, to *common.Address, data *hexutil.Bytes, ...) (gas uint64, err error) + func GenEnableCall(r *rand.Rand) bool + func GenEnableCreate(r *rand.Rand) bool + func GenExtraEIPs(r *rand.Rand) []int64 + func GetSignedTx(ctx *simulateContext, txBuilder client.TxBuilder, msg *types.MsgEthereumTx, ...) (signedTx signing.Tx, err error) + func NewDecodeStore() func(kvA, kvB kv.Pair) string + func ParamChanges(r *rand.Rand) []simtypes.ParamChange + func RandomTransferableAmount(ctx *simulateContext, address common.Address, estimateGas uint64, ...) (amount *big.Int, err error) + func RandomizedGenState(simState *module.SimulationState) + func SimulateEthCreateContract(ak types.AccountKeeper, k *keeper.Keeper) simtypes.Operation + func SimulateEthSimpleTransfer(ak types.AccountKeeper, k *keeper.Keeper) simtypes.Operation + func SimulateEthTx(ctx *simulateContext, from, to *common.Address, amount *big.Int, ...) (simtypes.OperationMsg, []simtypes.FutureOperation, error) + func WeightedOperations(appParams simtypes.AppParams, cdc codec.JSONCodec, ak types.AccountKeeper, ...) simulation.WeightedOperations