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) publiccreateProxy
function createProxy(address organizationAccessManager, struct ROJIERC1155ProxyInitParams params) external returns (address)togglePause
function togglePause() externalToggles between paused and unpaused state. Pausing and unpausing this contract is restricted to ROJI
setupDirectMinterRole
Was this helpful?