AeraVaultModulesFactory
AeraVaultModulesFactory
Inherits: IAeraVaultAssetRegistryFactory, IAeraVaultHooksFactory, Sweepable
Used to create new asset registry and hooks.
Only one instance of the factory will be required per chain.
State Variables
v2Factory
The address of the v2 factory.
wrappedNativeToken
Wrapped native token.
Functions
onlyOwnerOrV2Factory
MODIFIERS ///
Throws if called by any account other than the owner or v2 factory.
constructor
FUNCTIONS ///
deployAssetRegistry
Deploy asset registry.
Parameters
Returns
deployHooks
Deploy hooks.
Parameters
Returns
Events
AssetRegistryCreated
EVENTS ///
Emitted when the asset registry is created.
HooksCreated
Emitted when the hooks is created.
Errors
Aera_CallerIsNeitherOwnerOrV2Factory
MODIFIERS ///
Aera__V2FactoryIsZeroAddress
Last updated