Storage for Module contract (ModuleStorage.sol)
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
Contract Members
Constants & Variables
//public members
address public factory;
contract ISecurityToken public securityToken;
bytes32 public constant ADMIN;
bytes32 public constant OPERATOR;
contract IERC20 public polyToken;
//internal members
bytes32 internal constant TREASURY;
Functions
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
Last updated
Was this helpful?