Skip to content

Conversation

@adamdossa
Copy link
Contributor

WIP - needs test cases

adamdossa added 9 commits May 3, 2018 19:48
# Conflicts:
#	contracts/modules/TransferManager/ExchangeTransferManager.sol
#	contracts/modules/TransferManager/GeneralTransferManager.sol
#	contracts/modules/TransferManager/ITransferManager.sol
#	contracts/tokens/SecurityToken.sol

contract CountTransferManager is ITransferManager {

uint256 public holderCount;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename this to maxHolderCount or holderCountLimit? readability purposes only.

contract PercentageTransferManager is ITransferManager {
using SafeMath for uint256;

uint256 public holderPercentage; // percentage multiplied by 10**16 - e.g. 20% is 20 * 10**16
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename this to maxHolderPercentage or holderPercentageLimit?

@adamdossa adamdossa merged commit 9e11eeb into master May 10, 2018
@adamdossa adamdossa deleted the add_holder_count branch May 10, 2018 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants