ODCdataManagersERC1155linked-with-erc20-dm
ERC20FractionDataManagerFactory
Factory contract to deploy ERC20FractionDataManager contracts This contract does not have any access control on who can deploy new contracts
ERC20FractionDataManagerDeployed
Event emitted when a ERC20FractionDataManager contract is deployed
deploy
Deploys a new ERC20FractionDataManager contract The address of the deployed contract is deterministic based on the sender and id
Parameters
Name | Type | Description |
---|---|---|
id | uint256 | The id of the contract |
Return Values
Name | Type | Description |
---|---|---|
dm | address | The address of the deployed contract |