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
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/externalTests/solc-js/DAO/Token.sol
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Which is itself based on the Ethereum standardized contract APIs:
https://github.com/ethereum/wiki/wiki/Standardized_Contract_APIs
*/
Expand Down