Get desktop application:
View/edit binary Protocol Buffers messages
Msg defines the erc20 Msg service.
UpdateParams defined a governance operation for updating the x/feemarket module parameters. The authority is hard-coded to the Cosmos SDK x/gov module account
MsgUpdateParams defines a Msg for updating the x/feemarket module parameters.
authority is the address of the governance account.
params defines the x/feemarket parameters to update. NOTE: All parameters must be supplied.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
(message has no fields)
Query defines the gRPC querier service.
Params queries the parameters of x/feemarket module.
QueryParamsRequest defines the request type for querying x/evm parameters.
(message has no fields)
QueryParamsResponse defines the response type for querying x/evm parameters.
params define the evm module parameters.
BaseFee queries the base fee of the parent block of the current block.
QueryBaseFeeRequest defines the request type for querying the EIP1559 base fee.
(message has no fields)
QueryBaseFeeResponse returns the EIP1559 base fee.
base_fee is the EIP1559 base fee
BlockGas queries the gas used at a given block height
QueryBlockGasRequest defines the request type for querying the EIP1559 base fee.
(message has no fields)
QueryBlockGasResponse returns block gas used for a given height.
gas is the returned block gas
EventBlockGas defines an Ethereum block gas event
height of the block
amount of gas wanted by the block
EventFeeMarket is the event type for the fee market module
base_fee for EIP-1559 blocks
GenesisState defines the feemarket module's genesis state.
params defines all the parameters of the feemarket module.
block_gas is the amount of gas wanted on the last block before the upgrade. Zero by default.
Params defines the EVM module parameters
Used in:
, ,no_base_fee forces the EIP-1559 base fee to 0 (needed for 0 price calls)
base_fee_change_denominator bounds the amount the base fee can change between blocks.
elasticity_multiplier bounds the maximum gas limit an EIP-1559 block may have.
enable_height defines at which block height the base fee calculation is enabled.
base_fee for EIP-1559 blocks.
min_gas_price defines the minimum gas price value for cosmos and eth transactions
min_gas_multiplier bounds the minimum gas used to be charged to senders based on gas limit