BaseFee
#25EIP-1559 base fee management
Part of EVM & Smart Contracts: Ethereum compatibility and smart contract execution
Filter by:
BaseFeeOverflow event v210 → v393 #1
Emitted when base fee calculation would overflow.
SystemEVM
BaseFeePerGas storage v210 → v393
The current EIP-1559 base fee in wei.
Modified by: set_base_fee_per_gas
SystemEVM
Elasticity storage v210 → v393
The base fee elasticity multiplier.
Modified by: set_elasticity
SystemEVM
NewBaseFeePerGas event v210 → v393 #0
Emitted when the EIP-1559 base fee is updated.
Emitted by: set_base_fee_per_gas Modifies: BaseFeePerGas
SystemEVM
NewElasticity event v210 → v393 #2
Emitted when base fee elasticity parameter is updated.
Emitted by: set_elasticity Modifies: Elasticity
SystemEVM
set_base_fee_per_gas call v210 → v393 #0
Manually sets the EIP-1559 base fee (admin only).
Emits: NewBaseFeePerGas Modifies: BaseFeePerGas
AdminEVM
set_elasticity call v210 → v393 #1
Sets the base fee elasticity parameter (admin only).
Emits: NewElasticity Modifies: Elasticity
AdminEVM