EIP-1014 inputs
The exact formula is `keccak256(0xff ++ deployer20 ++ salt32 ++ keccak256(init_code))[12:]`.
- The deployer is the account executing CREATE2, commonly a factory.
- Hash complete init code after constructor ABI encoding and library linking.
- Never substitute a runtime-bytecode hash.