pub const SYSTEM_PRECOMPILE_STUB: &'static [u8];Expand description
Sentinel bytecode for network-native precompiles that have no deployed code.
The EIP-3541-reserved 0xEF prefix makes extcodesize treat the account as non-empty while
execution remains handled by the precompile.