Skip to main content
Version: 1.0.0

IImmutableCreate2Factory

Methods

findCreate2Address

function findCreate2Address(bytes32 salt, bytes initializationCode) external view returns (address deploymentAddress)

Parameters

NameTypeDescription
saltbytes32undefined
initializationCodebytesundefined

Returns

NameTypeDescription
deploymentAddressaddressundefined

safeCreate2

function safeCreate2(bytes32 salt, bytes initializationCode) external payable returns (address deploymentAddress)

Parameters

NameTypeDescription
saltbytes32undefined
initializationCodebytesundefined

Returns

NameTypeDescription
deploymentAddressaddressundefined