Predict the address of a module deployed through the registry. Note, that this will only work for modules deployed through the deployModule
function and not deployModuleViaFactory
.
bytes32
The salt used to create the module and influence its address.
bytes
The init code of the module.
address
The address of the module.