Interface for the Polymath Module Registry contract (IModuleRegistry.sol)
event Pause(address account);
event Unpause(address account);
event ModuleUsed(address indexed _moduleFactory, address indexed _securityToken);
event ModuleRegistered(address indexed _moduleFactory, address indexed _owner);
event ModuleVerified(address indexed _moduleFactory);
event ModuleUnverified(address indexed _moduleFactory);
event ModuleRemoved(address indexed _moduleFactory, address indexed _decisionMaker);
event OwnershipTransferred(address indexed previousOwner, address indexed newOwner);Functions
useModule
useModule
registerModule
removeModule
isCompatibleModule
verifyModule
unverifyModule
getFactoryDetails
getTagsByTypeAndToken
getTagsByType
getAllModulesByType
getModulesByType
getModulesByTypeAndToken
updateFromRegistry
owner
isPaused
reclaimERC20
pause
unpause
transferOwnership
PreviousWeightedVoteCheckpointStorage.solNextInterface for security token proxy deployment (ISTFactory.sol)
Last updated
Was this helpful?