Transfer Manager module for limiting percentage of token supply a single address can hold (Percentag
event ModifyHolderPercentage(uint256 _oldHolderPercentage, uint256 _newHolderPercentage);
event ModifyWhitelist(address _investor, address _addedBy, bool _valid);
event SetAllowPrimaryIssuance(bool _allowPrimaryIssuance);Functions
executeTransfer
verifyTransfer
_verifyTransfer
configure
getInitFunction
changeHolderPercentage
modifyWhitelist
modifyWhitelistMulti
setAllowPrimaryIssuance
getPermissions
PreviousDummySTO module Proxy (DummySTOProxy.sol)NextHelps contracts guard against reentrancy attacks. (ReentrancyGuard.sol)
Last updated
Was this helpful?