TokenFactory
The TokenFactory smart contract is used for deploying tokens, sets wallet, root, platform codes and managing ownership.
constructor
constructorconstructor(address _owner) publicName
Type
Description
Token
createToken
createTokenfunction createToken(uint32 callId, string name, string symbol, uint8 decimals, address initialSupplyTo, uint128 initialSupply, uint128 deployWalletValue, bool mintDisabled, bool burnByRootDisabled, bool burnPaused, address remainingGasTo) public overrideName
Type
Description
Owner
transferOwner
transferOwnerName
Type
Description
Type
Description
acceptOwner
acceptOwnerType
Description
Code
setRootCode
setRootCodeName
Type
Description
setWalletCode
setWalletCodeName
Type
Description
setWalletPlatformCode
setWalletPlatformCodeName
Type
Description
Upgrade
upgrade
upgradeName
Type
Description
Key Events
TokenCreated
TokenCreatedLast updated