pub const ALREADY_CREATED_CONTRACT_SELECTOR: &[u8];Expand description
Fictional selector for creating a contract from a pre-populated account.
This selector is used when instantiating a contract that was already created and populated by Revm during execution. It bypasses the normal constructor flow since the account data is already complete. This does not correspond to any real EVM function.