TxGasuint64=21000// Per transaction not creating a contract. NOTE: Not payable on data of calls between transactions.
TxGasContractCreationuint64=53000// Per transaction that creates a contract. NOTE: Not payable on data of calls between transactions.
TxDataZeroGasuint64=4// Per byte of data attached to a transaction that equals zero. NOTE: Not payable on data of calls between transactions.
TxDataNonZeroGasFrontieruint64=68// Per byte of data attached to a transaction that is not equal to zero. NOTE: Not payable on data of calls between transactions.
TxDataNonZeroGasEIP2028uint64=16// Per byte of non zero data attached to a transaction after EIP 2028 (part in Istanbul)
TxAccessListAddressGasuint64=2400// Per address specified in EIP 2930 access list
TxAccessListStorageKeyGasuint64=1900// Per storage key specified in EIP 2930 access list