Factory for deploying PreSaleSTO module (PreSaleSTOFactory.sol)
View Source: contracts/modules/STO/PreSale/PreSaleSTOFactory.sol
↗ Extends: UpgradableModuleFactory
PreSaleSTOFactory
Functions
Constructor
Arguments
Name
Type
Description
_setupCost
uint256
Setup cost of the module
_logicContract
address
Contract address that contains the logic related to description
_polymathRegistry
address
Address of the Polymath registry
_isCostInPoly
bool
true = cost in Poly, false = USD
deploy
⤾ overrides IModuleFactory.deploy
Used to launch the Module with the help of factory
Returns
address Contract address of the Module
Arguments
Name
Type
Description
_data
bytes
Data used for the intialization of the module factory variables
PreviousInterface to be implemented by all permission manager modules (IPermissionManager.sol)NextMockPolyOracle.sol
Last updated
Was this helpful?