FundFactory
Inherits: Factory
Backward compatibility alias for the generic Factory contract
This contract provides the same interface as the original FundFactory
but uses the new generic Factory architecture with deployment facets
Functions
constructor
Deploy the FundFactory diamond using the generic Factory
constructor(address _facetRegistry, address _globalAccessManager)
Factory("FundFactory", _facetRegistry, _globalAccessManager, "FundFactory");
Parameters
Name
Type
Description
_facetRegistry
address
Address of the FacetRegistry
_globalAccessManager
address
The address of the GlobalAccessManager
Last updated
Was this helpful?