IModulePublicRegistry

Git Source

Events

LogCreatePublicModule

Log creation of a public module.

event LogCreatePublicModule(
    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

NotPublicVault

error NotPublicVault();