Count Transfer Manager
How it works
Key functionalities (as defined in the Smart Contract)
Initialization
/**
* @notice Used to initialize the variables of the contract
* @param _maxHolderCount Maximum no. of holders this module allows the SecurityToken to have
*/
function configure(uint256 _maxHolderCount) public onlyFactoryTransfer Restriction
VerifyTransfer
ChangeHolderCount
Last updated
Was this helpful?