View Source: contracts/storage/modules/ModuleStorage.sol
↘ Derived Contracts: BlacklistTransferManagerProxy, CappedSTOProxy, CountTransferManagerProxy, DummySTOProxy, ERC20DividendCheckpointProxy, EtherDividendCheckpointProxy, GeneralPermissionManagerProxy, GeneralTransferManagerProxy, LockUpTransferManagerProxy, ManualApprovalTransferManagerProxy, Module, PercentageTransferManagerProxy, PLCRVotingCheckpointProxy, PreSaleSTOProxy, USDTieredSTOProxy, VestingEscrowWalletProxy, VolumeRestrictionTMProxy, WeightedVoteCheckpointProxy
ModuleStorage
Contract is abstract
Constants & Variables
//public membersaddress public factory;contract ISecurityToken public securityToken;bytes32 public constant ADMIN;bytes32 public constant OPERATOR;contract IERC20 public polyToken;//internal membersbytes32 internal constant TREASURY;
Constructor
function (address _securityToken, address _polyAddress) public nonpayable
Arguments
Name | Type | Description |
_securityToken | address | Address of the security token |
_polyAddress | address | Address of the polytoken |