Search
K

EntityFactory

EntityFactory contract inherited by OrgFundFactory and future factories.

State Variables

registry

_registry The registry to host the Entity.
Registry public immutable registry;

Functions

constructor

constructor(Registry _registry);
Parameters
Name
Type
Description
_registry
Registry
The registry to host the Entity.

Events

EntityDeployed

Emitted when an Entity is deployed.
event EntityDeployed(address indexed entity, uint8 indexed entityType, address indexed entityManager);
Last modified 2mo ago