IModulePrivateRegistry

Git Source

Events

LogCreatePrivateModule

Log creation of a private module.

event LogCreatePrivateModule(
    address beacon,
    bytes payload,
    address vault,
    address creator,
    address module
);

Parameters

NameTypeDescription
beaconaddresswhich beacon from who we get the implementation.
payloadbytespayload sent to the module constructor.
vaultaddressaddress of the Arrakis Meta Vault that will own this module
creatoraddressaddress that create the module.
moduleaddressaddress of the newly created module.

Errors

NotPrivateVault

error NotPrivateVault();