Transfer Manager for limiting maximum number of token holders (CountTransferManager.sol)
Last updated
Was this helpful?
Last updated
Was this helpful?
View Source:
↗ Extends: , ↘ Derived Contracts:
CountTransferManager
Events
Constructor
Arguments
Name
Type
Description
_securityToken
address
Address of the security token
_polyToken
address
Used to verify the transfer transaction and prevent a transfer if it passes the allowed amount of token holders
Arguments
Name
Type
Description
_from
address
Address of the sender
_to
address
Address of the receiver
_amount
uint256
Amount to send
bytes
_from Address of the sender
Used to verify the transfer transaction and prevent a transfer if it passes the allowed amount of token holders
Arguments
Name
Type
Description
_from
address
Address of the sender
_to
address
Address of the receiver
_amount
uint256
Amount to send
bytes
_from Address of the sender
Arguments
Name
Type
Description
_from
address
_to
address
_amount
uint256
_holderCount
uint256
Used to initialize the variables of the contract
Arguments
Name
Type
Description
_maxHolderCount
uint256
Maximum no. of holders this module allows the SecurityToken to have
Sets the cap for the amount of token holders there can be
Arguments
Name
Type
Description
_maxHolderCount
uint256
is the new maximum amount of token holders
This function returns the signature of configure function
Arguments
Name
Type
Description
Returns the permissions flag that are associated with CountTransferManager
Arguments
Name
Type
Description
⤾ overrides
⤾ overrides
⤾ overrides
⤾ overrides