Base abstract contract to be implemented by all Transfer Manager modules (TransferManager.sol)
Contract Members
bytes32 public constant LOCKED;
bytes32 public constant UNLOCKED;Modifiers
onlySecurityToken
modifier onlySecurityToken() internalFunctions
getTokensByPartition
PreviousInterface for all security tokens (ISecurityToken.sol)NextStorage layout for VolumeRestrictionTM (VolumeRestrictionTMStorage.sol)
Last updated
Was this helpful?