ODCdataManagersERC1155linked-with-erc20-dm
ERC20FractionDataManagerFactoryClones
Contract for clonning already deployed ERC20 Fraction Data Manager implementation
This contract does not have any access control on who can deploy new contracts It uses Minimal Proxy ERC-1167
WrongParameters
Error thrown when the parameters are wrong
ERC20FractionDataManagerCloneDeployed
Event emitted when a ERC20FractionDataManagerClone contract is deployed
erc20FractionDataManagerImplementation
The address of the ERC20FractionDataManager
base contract.
constructor
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 |