computeCreateAddress
Signature
Section titled “Signature”function computeCreateAddress( address deployer, uint256 nonce) external pure returns (address);Description
Section titled “Description”Compute the address a contract will be deployed at for a given deployer address and nonce.