Search…
⌃K

EntityFactory

EntityFactory contract inherited by OrgFundFactory and future factories.

Methods

registry

function registry() external view returns (contract Registry)
_registry The registry to host the Entity.

Returns

Name
Type
Description
_0
contract Registry
undefined

Events

EntityDeployed

event EntityDeployed(address indexed entity, uint8 indexed entityType, address indexed entityManager)
Emitted when an Entity is deployed.

Parameters

Name
Type
Description
entity indexed
address
undefined
entityType indexed
uint8
undefined
entityManager indexed
address
undefined
Last modified 4mo ago