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

Verification of Code Impossible? #43

Open
kowmung opened this issue Nov 4, 2017 · 2 comments
Open

Verification of Code Impossible? #43

kowmung opened this issue Nov 4, 2017 · 2 comments

Comments

@kowmung
Copy link

kowmung commented Nov 4, 2017

How is the the actual token code (not the MiniMe factory) obtained to verify the contract on Etherscan?
This seems to be a weakness in this contract creating a contract method?

@ghost
Copy link

ghost commented Nov 4, 2017

Are you talking about contract addresses? I tend to add an extra line to the contract to get the contract address

address public contractAddress = address(this);

I too would like to know if there is a more elegant way to achieve this; or if the above addition to the contract is sound

@kowmung
Copy link
Author

kowmung commented Nov 4, 2017

I'm after the solidity code created by Minime when it makes a token not the address of the resulting contract. Don't you need the contract address to look up a contract?

@kowmung kowmung changed the title Verification of Code Difficulty Verification of Code Impossible? Nov 4, 2017
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

1 participant