Function berlin_gas_calc

Source
pub fn berlin_gas_calc(
    base_length: u64,
    exp_length: u64,
    mod_length: u64,
    exp_highp: &U256,
) -> u64
Expand description

Calculate gas cost according to EIP 2565: https://eips.ethereum.org/EIPS/eip-2565