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

remove tokens held by the 0x0 address from the total supply #7

Open
GriffGreen opened this issue Apr 7, 2017 · 1 comment
Open

Comments

@GriffGreen
Copy link
Member

Add a special function in the total supply function that subtracts the amount in the 0x0

@3esmit
Copy link

3esmit commented May 29, 2017

I see that in MiniMeToken you can only create tokens in 0x0, but never transfer.
I think that a transfer to 0x0 should be a destroy, and 0x0 should not hold tokens.
As far I can see 0x0 can be used for preallocation, that would be the only reason to have balance in 0x0.
But in my opinion 0x0 should not be used for preallocation, since it used as transferTo destroy address. In a event call:: It is being transfered back to preallocation or being destroyed? For preallocation should be used another contract with rules defined for the preallocation release.

And the quite most important question: If preallocation is the reason for using 0x0, and preallocation is done in contract in order to higher totalSupply, why remove it?
And t he most most important question: Why is 0x0 holding any token at all?

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

No branches or pull requests

2 participants