Skip to content
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

(DutchCrowdsale) Owner's balance equals minRate after creation of crowdsale #857

Closed
dennis00010011b opened this issue May 8, 2018 · 3 comments

Comments

@dennis00010011b
Copy link

Wizard URL: https://5af093921f12b70ce2f90775--architect-coin-64174.netlify.com/
Steps:

  1. Create Dutch crowdsale with parameters: decimals=, supply= (Step 2), minCap=0,
    1 tier: minRate=200, maxRate=400,Supply=800
  2. Look to owner's balance

Expected result:

  • owners balance should be 0 (since no tokens were sold)

Actual result:

  • owner's balance equals minRate

ExecID: 0xa773fb9c98609db7b8bba35171b6cd2a0a6be9404a5eebd3fea7cf131d0b894c

If you are reporting a problem with Token Wizard, please include the following information:

Which network did you use? (Mainnet, Kovan, Rinkeby, etc.)

Ropsten

If you were able to create it, what is the URL of your crowdsale?

https://5af093921f12b70ce2f90775--architect-coin-64174.netlify.com/invest?exec-id=0xa773fb9c98609db7b8bba35171b6cd2a0a6be9404a5eebd3fea7cf131d0b894c&networkID=3

Do you have screenshots showing the problem?

screen shot 2018-05-07 at 19 53 21

screen shot 2018-05-07 at 20 18 31

screen shot 2018-05-07 at 20 19 10

Do you see errors in the dev console? If yes, please include a screenshot

To open the dev console in Google Chrome, press F12, or go to View -> Developer -> Developer Tools, and open the Console tab

If you see errors, please right click on them and "Save as..". Zip saved file and attach it to the Issue.

Your answer


@dennis00010011b dennis00010011b changed the title (DutchCrowdsale) Owner's balanace equals minRate after creation of crowdsale (DutchCrowdsale) Owner's balance equals minRate after creation of crowdsale May 8, 2018
@vbaranov
Copy link
Collaborator

vbaranov commented May 8, 2018

@dennis00010011b token is allocated in Dutch Auction strategy. For example, if tokens' supply = 1000 and crowdsale supply = 800. Owner's balance = tokens supply - crowdsale supply = 200. If crowdsale supply is zero, then owner owns all tokens.

@vbaranov
Copy link
Collaborator

@dennis00010011b do you have any doubts on this?

@dennis00010011b
Copy link
Author

@vbaranov No, it works as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants