pub fn pop_extcall_target_address(
    interpreter: &mut Interpreter,
) -> Option<Address>
Expand description

Pop target address from stack and check if it is valid.

Valid address has first 12 bytes as zeroes.