Module intrinsic

Module intrinsic 

Source
Expand description

Transaction-level intrinsic gas split, mirroring Nitro’s IntrinsicMultiGas.

The intrinsic cost is charged before any opcode runs, so the inspector never sees it; it is classified here from the transaction fields and added to the per-tx accumulator.

Structs§

IntrinsicInput
Transaction fields needed to split the intrinsic gas.

Functions§

intrinsic_multigas
Split the intrinsic gas across resource kinds: base and init-code words are computation, calldata bytes are L2 calldata, access-list entries are storage reads, and EIP-7702 authorizations are storage growth.