MISOTokenFactory Contracts
Create a token
function addTokenTemplate(address _template)function createToken(
uint256 _templateId,
address payable _integratorFeeAccount,
bytes calldata _data
)function deployToken(
uint256 _templateId,
address payable _integratorFeeAccount
)
public
payable
returns (address token)Read only functions
Last updated
Was this helpful?