EntityFactory
EntityFactory contract inherited by OrgFundFactory and future factories.
function registry() external view returns (contract Registry)
_registry The registry to host the Entity.
Name | Type | Description |
---|---|---|
_0 | contract Registry | undefined |
event EntityDeployed(address indexed entity, uint8 indexed entityType, address indexed entityManager)
Emitted when an Entity is deployed.
Name | Type | Description |
---|---|---|
entity indexed | address | undefined |
entityType indexed | uint8 | undefined |
entityManager indexed | address | undefined |
Last modified 4mo ago