Installer
Key functions:
function installModules(
address[] memory moduleAddrs
) external onlyAdminParameters:
Emits:
Last updated
Installer.sol Is a module contract that is responsible for installing other modules in the Unlockd Protocol.
function installModules(
address[] memory moduleAddrs
) external onlyAdminInstalls multiple modules by providing an array of module addresses.
moduleAddrs: An array of module addresses to be installed.
InstallerInstallModule event for each installed module.
Last updated