Content Factory
EVENT
ContractsDeployed(content, contentManager)
ContractsDeployed(address content, address contentManager) |
---|
Event emitted when the |
FUNCTIONS
updateContracts(_content, _contentManager, _contentStorage, _accessControlManager)
contentExists(_content)
contentManagerExists(_contentManager)
createContracts(_contractRoyaltyAccount, _contractRoyaltyRate, _contractUri)
updateContracts(address _content, address _contentManager, address _contentStorage, address _accessControlManager) |
---|
Updates contract implementations with |
Requirements:
|
visibility: public |
state mutability: |
contentExists(address _content) -> bool |
---|
Queries whether the contract address |
visibility: public |
state mutability: view |
contentManagerExists(address _contentManager) -> bool |
---|
Queries whether the contract address |
visibility: public |
state mutability: view |
createContracts(address _contractRoyaltyAccount, uint24 _contractRoyaltyRate, string _contractUri) |
---|
Deploys new content contracts onto the blockchain and initializes the contract royalties and uri. |
Emits a |
visibility: external |
state mutability: |
Last updated