Expand description
EIP-2780: Reduce intrinsic transaction gas
Replaces the legacy 21,000 intrinsic base with a decomposed model that
prices a reduced sender base plus additional to- and value-based
charges. Composes with EIP-8037 (state gas) and EIP-8038 (state-access
costs) starting at the Amsterdam hardfork.
Constantsยง
- TRANSFER_
LOG_ COST - Regular gas cost of the EIP-7708 transfer log emitted for every nonzero-value transfer to a different account.
- TX_
BASE_ COST - Reduced intrinsic base cost charged to
tx.sender(execution-specsTX_BASE). - TX_
VALUE_ COST - Additional intrinsic regular-gas charge for a value-bearing (non-create,
non-self) transaction (execution-specs
TX_VALUE_COST), on top ofTRANSFER_LOG_COST.