computeCreate2Address
Signature
Section titled “Signature”function computeCreate2Address( bytes32 salt, bytes32 initCodeHash, address deployer) external pure returns (address);function computeCreate2Address( bytes32 salt, bytes32 initCodeHash) external pure returns (address);Description
Section titled “Description”Compute the address of a contract created with CREATE2. If deployer is not specified, the default CREATE2 deployer is used.