ODCinterfacesdataManagers

IERC20FractionDataManagerFactory

Provides a common interface for ERC20 Fraction Data Manager Factories. Can be used to deploy using factory or clones pattern.

deploy

function deploy(uint256 id) external returns (address dm)

Deploys a new ERC20FractionDataManager contract The address of the deployed contract is deterministic based on the sender and id

Parameters

NameTypeDescription
iduint256The id of the contract

Return Values

NameTypeDescription
dmaddressThe address of the deployed contract

On this page