EntityFactory
EntityFactory contract inherited by OrgFundFactory and future factories.
_registry The registry to host the Entity.
Registry public immutable registry;
constructor(Registry _registry);
Parameters
Name | Type | Description |
---|---|---|
_registry | Registry | The registry to host the Entity. |
Emitted when an Entity is deployed.
event EntityDeployed(address indexed entity, uint8 indexed entityType, address indexed entityManager);
Last modified 2mo ago