Factory for deploying GeneralTransferManager module (TrackedRedemptionFactory.sol)
PreviousInterface that every module factory contract should implement (IModuleFactory.sol)NextSafeMath (SafeMath.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: ↘ Derived Contracts:
TrackedRedemptionFactory
Constructor
Arguments
Name
Type
Description
_setupCost
uint256
Setup cost of module
_polymathRegistry
address
Address of the Polymath registry
_isCostInPoly
bool
true = cost in Poly, false = USD
⤾ overrides
⤿ Overridden Implementation(s):
Used to launch the Module with the help of factory
Returns
Address Contract address of the Module
Arguments
Name
Type
Description
_data
bytes