ODCdataManagersERC1155linked-with-erc20-dm-with-callback

ERC20FractionWithCallbackDataManagerFactory

Factory contract to deploy ERC20FractionWithCallbackDataManager This contract does not have any access control on who can deploy new contracts

ERC20FractionWithCallbackDataManagerDeployed

event ERC20FractionWithCallbackDataManagerDeployed(uint256 id, address dm)

Event emitted when a ERC20FractionWithCallbackDataManager contract is deployed

deploy

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

Deploys a new ERC20FractionWithCallbackDataManager contract

Parameters

NameTypeDescription
iduint256The id of the contract

Return Values

NameTypeDescription
dmaddressThe address of the deployed contract NOTE: The address of the deployed contract is deterministic based on the sender and id

On this page