pub fn estimate_gas_used_boundary(
    gas_target: U256,
    current_base_price: U256,
    last_base_price: U256
) -> (Option<U256>, Option<U256>)