cast::revm::interpreter::gas

Function extcodecopy_cost

pub const fn extcodecopy_cost(
    spec_id: SpecId,
    len: u64,
    is_cold: bool,
) -> Option<u64>
Expand description

EXTCODECOPY opcode cost calculation.