Skip to content

computeCreateAddress

function computeCreateAddress(
address deployer,
uint256 nonce
) external pure returns (address);

Compute the address a contract will be deployed at for a given deployer address and nonce.