ODCinterfacesdataManagers
IERC20FractionDataManagerFactory
Provides a common interface for ERC20 Fraction Data Manager Factories. Can be used to deploy using factory or clones pattern.
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 |