This contract can be used to predict the deterministic deployment address of a contract deployed with the CREATE3 technique.
bytes32 createDeployBytecodeHash
bytecode hash of the CreateDeploy helper contract
constructor() public
function _create3Address(bytes32 deploySalt) internal view returns (address deployed)
Compute the deployed address that will result from the CREATE3 method.
| Name | Type | Description |
|---|---|---|
| deploySalt | bytes32 | A salt to influence the contract address |
| Name | Type | Description |
|---|---|---|
| deployed | address | The deterministic contract address if it was deployed |