pub(crate) fn exec_create<CTX: EthCheatCtx>(
executor: &mut dyn CheatcodesExecutor<CTX>,
inputs: CreateInputs,
ccx: &mut CheatsCtxt<'_, CTX>,
) -> Result<CreateOutcome, EVMError<DatabaseError>>Expand description
Builds a sub-EVM from the current context and executes the given CREATE frame.