TokenDeployer

Solidity API

TokenDeployer

Deployed

event Deployed(address deployer, uint256 pid, address token, string metadataURI, uint256 timestamp)

deploy

function deploy(uint256 pid, address owner, string metadataURI, struct DataTypes.TaxableTokenData args) public returns (contract TaxableToken)

lzDeploy

function lzDeploy(uint256 pid, address owner, string metadataURI, struct DataTypes.TaxableTokenData args) external returns (contract TaxableToken)

Last updated