ROJIERC1155Factory
ROJIERC1155Factory
ProxyDeployed
event ProxyDeployed(address proxy)
Emitted when a new clone is created.
Parameters
Name
Type
Description
proxy
address
Address of the created proxy.
constructor
constructor(address diamond, address rojiVerse, address rojiVerseAccessManager) public
createProxy
function createProxy(address organizationAccessManager, struct ROJIERC1155ProxyInitParams params) external returns (address)
togglePause
function togglePause() external
Toggles between paused and unpaused state. Pausing and unpausing this contract is restricted to ROJI
setupDirectMinterRole
function setupDirectMinterRole(contract IAccessManager orgAccessManager, address proxy) internal
Was this helpful?