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

(Feature) add Registry contract #1022

Closed
vbaranov opened this issue Jul 6, 2018 · 1 comment
Closed

(Feature) add Registry contract #1022

vbaranov opened this issue Jul 6, 2018 · 1 comment

Comments

@vbaranov
Copy link
Collaborator

vbaranov commented Jul 6, 2018

Relates to migration to Auth-os Proxy #957

Problem: Auth-os cannot track how many crowdsales are created by using proxy. Thus, we cannot retrieve all users' crowdsales to give users access to management page and we cannot get all crowdsales to show statistics.

Solution: Create registry smart-contract, that will track all crowdsales created by Token Wizard.

Specification of registry smart-contract:

  1. It should track every crowdsale created by token-wizard, crowdsale type and address of the owner.
  2. It shoud return the total amount of minted capped crowdsale
  3. It should return thr toal amount of dutch crowdsales
  4. It should return the total amount of crowdsales created by user.
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

1 participant