-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue editing early participant whitelist for muti-tiered crowdsale #458
Comments
As I can see from your test crowdsale, you didn't add a whitelist for every tier. For example, your 2nd tier (0x8be099b1dfed640790d3c5d2e23eec3ce71fdaca) has no whitelist. And your tiers are very short in a time interval. Are you sure, that when you tried to buy tokens, you were on the same tier in time, where you have added whitelist participants? If you want your whitelist participant can buy at every tier, you should add it to every tier (if you do it manually). |
Yes, I didn't add a whitelist for every tier as I want to separate which wallet address can buy at which tier. When I launched the crowdsale all the tiers have empty whitelist, I then manually added addresses to the different tier's whitelist following the instructions in the wiki. The only time this functionality worked was for the last tier. |
Thank you for the detailed explanation. This is because whitelists in ICO Wizard strategy are inherited* in the tiers. And if you need to make it work manually, you should add the same whitelist object to the next tiers too. *it means, that if an address is whitelisted in the previous tier, it can buy on the next tiers too provided that the cap (hard and individual) was not redeemed earlier. I've updated the wiki post https://github.com/poanetwork/ico-wizard/wiki/Add-address-to-white-list
|
Great! It works now, thank you! |
If you are reporting a problem with ICO Wizard, please include the following information:
Which network did you use? (Mainnet, Kovan, Rinkeby, etc.)
Ropstern Testnet
If you were able to create it, what is the URL of your crowdsale?
https://wizard.oracles.org/crowdsale?addr=0x2335D385679F01b7Ce8202d6Df1c0554199557fd&networkID=3
I’m having problems adding wallet addresses to the participant whitelist after the crowdsale has started.
The crowdsale is set up with 4 tiers, each initialised with a blank participant whitelist.
Following the instructions on the wiki (https://github.com/poanetwork/ico-wizard/wiki/Add-address-to-white-list) on how to add participants to the whitelist does not work.
The wallet addresses get added to the list as I can see that the whitelistedParticipantLength number increase, I can also see that the address is added through the earlyParticipantWhitelist method but the address is still unable to buy tokens as the transaction fails.
The strange thing is, the instructions only work on the final tier of the crowdsale, the previous tiers will not accept any purchases from any wallets, but the last tier will accept those wallets that are added to its whitelist.
I did the exact same steps for all the tiers, but only the last tier accepts payments from the added addresses.
The text was updated successfully, but these errors were encountered: