-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Split ERC-20 contract into token, token registry, ICO and ICO registry #1127
Comments
Most crowdsales are already abstracted from the token (see: OpenZeppelin). You can optionally extend the FinalizableCrowdsale with an option to destroy itself once it's been finalized. Registering token names is probably not the job of a standard, and very much gets into the weeds of how that process is governed. see: #740 likewise for ICO registrars. There are a multitude of other, off-chain services which perform this task as well. Tokens can be owned by an account, which may or may not be a contract. I'm not sure what you're asking, though; |
There has been no activity on this issue for two months. It will be closed in a week if no further activity occurs. If you would like to move this EIP forward, please respond to any outstanding feedback or add a comment indicating that you have addressed all required feedback and are ready for a review. |
I have a erc20 token stuck. |
This issue was closed due to inactivity. If you are still pursuing it, feel free to reopen it and respond to any feedback or request a review in a comment. |
I have several theses:
Well I have no complete code. Just a several ideas which I want to discuss before writing something.
Workflow
As I already mentioned ICO is temporary contract which have short term lifetime. So It could be removed after ICO ends. As I think the workflow should looks like this:
The text was updated successfully, but these errors were encountered: