Darwin-Coin / darwin-token-contracts

Darwin Protocol Smart Contracts
https://darwinprotocol.io
0 stars 0 forks source link

DarwinPresale exceeds Darwin token holding limit #49

Closed SonOfMosiah closed 1 year ago

SonOfMosiah commented 1 year ago

The darwin maxTokenHoldingSize is set to 2% of the total supply (200M), however, we are are allocating 5B to the presale.

The presale contract should be whitelisted to not have the max holding enforced.

SomeTimesIInvent commented 1 year ago

Agreed. We do have a list of whitelist addresses we need to include that I have placed on a specification document. They will be finished today foe me to share.

SonOfMosiah commented 1 year ago

Thanks @SomeTimesIInvent.

There's currently no function to add wallets to the holding size whitelist, so this will need to be added on the Darwin token contract.

SomeTimesIInvent commented 1 year ago

Makes sense.

We need to whitelist the following I believe:

1) holding size 2) transfer / sell size limit 3) being able to trade tokens during pre-sale

And we also need a list of addresses not to receive tokens

SomeTimesIInvent commented 1 year ago

Closing this as we have the function and are implementing the script for it