EIP-7997: Deterministic Factory Predeploy

A cross - reference: ERC-8152 ( ERC-8152: Content-Addressable Logic Modules (CALM) ) depends on some constant factory deployer.

Many addressing issues would be omitted if the predeploy was about etching of the runtime bytecode onto the derived address from that provided runtime bytecode (i.e. no initCode, nonce, sender neither salt impact).

That would enable to deploy any further kind of the factory (like CreateX) by anyone effectively creating the permissionless bootstrapping mechanism.