Interface that any module factory contract should implement (ModuleFactory.sol)
Contract Members
//public members
contract IPolymathRegistry public polymathRegistry;
bytes32 public name;
string public title;
string public description;
bool public isCostInPoly;
uint256 public setupCost;
//internal members
string internal initialVersion;
uint8[] internal typesData;
bytes32[] internal tagsData;
string internal constant POLY_ORACLE;
mapping(string => uint24) internal compatibleSTVersionRange;Functions
getTypes
getTags
version
changeSetupCost
changeCostAndType
changeTitle
changeDescription
changeName
changeTags
changeSTVersionBounds
getLowerSTVersionBounds
getUpperSTVersionBounds
setupCostInPoly
_takeFee
_initializeModule
Last updated
Was this helpful?