Skip to main content

PRECOMPILE_EVM_RUNTIME

Constant PRECOMPILE_EVM_RUNTIME 

Source
pub const PRECOMPILE_EVM_RUNTIME: Address;
Expand description

Address of the delegated EVM runtime.

Calls to this address are handled by the EVM execution engine rather than by normal contract bytecode. In other words, this is a dispatcher target, not a “deployed contract” in the usual sense.