externu256constc_memoryGas;///< Times the address of the (highest referenced byte in memory + 1). NOTE: referencing happens on read, write and in instructions such as RETURN and CALL.
externu256constc_txDataZeroGas;///< Per byte of data attached to a transaction that equals zero. NOTE: Not payable on data of calls between transactions.
externu256constc_txDataNonZeroGas;///< Per byte of data attached to a transaction that is not equal to zero. NOTE: Not payable on data of calls between transactions.
externu256constc_logDataGas;///< Per byte in a LOG* operation's data.
externu256constc_logTopicGas;///< Multiplied by the * of the LOG*, per LOG transaction. e.g. LOG0 incurs 0 * c_txLogTopicGas, LOG4 incurs 4 * c_txLogTopicGas.