Skip to content

Update ConsenSys StandardToken.sol reference link to current GitHub location #16087

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

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

MozirDmitriy
Copy link

Replaced the outdated ConsenSys Standard_Token.sol GitHub URL in the Token.sol file header with the current valid link:
https://github.com/ConsenSys/Token-Factory/blob/master/contracts/StandardToken.sol
This ensures that future readers and developers are directed to the correct source for the standard token contract reference.

@@ -23,7 +23,7 @@ corresponding approval process. Tokens need to be created by a derived
contract (e.g. TokenCreation.sol).

Thank you ConsenSys, this contract originated from:
https://github.com/ConsenSys/Tokens/blob/master/Token_Contracts/contracts/Standard_Token.sol
https://github.com/ConsenSys/Token-Factory/blob/master/contracts/StandardToken.sol
Copy link
Member

@cameel cameel Jun 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure this is the right link or are you assuming just based on the names?

Comparing even the earliest versions I can find in the repos, they're quite different in terms of implementation - different modifiers, events, inheritance structure:

If it's not certain, I'd rather leave the link as is, even if it's broken. It's more accurate since that's where the code came from and will be more helpful than a wrong link if anyone ever needs to track down the actual source.

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

Successfully merging this pull request may close these issues.

2 participants