Interface to be implemented by upgradable token factories (IUpgradableTokenFactory.sol)
View Source: contracts/interfaces/IUpgradableTokenFactory.sol
IUpgradableTokenFactory
Functions
upgradeToken
Used to upgrade a token
function upgradeToken(uint8 _maxModuleType) external nonpayable
Arguments
Name
Type
Description
_maxModuleType
uint8
maximum module type enumeration
Last updated
Was this helpful?