mirror of https://github.com/status-im/EIPs.git
Merge pull request #710 from MaxXor/token-url
Fix broken url in example section of EIP-20
This commit is contained in:
commit
f9d1b2d5d5
|
@ -175,7 +175,7 @@ Different implementations have been written by various teams that have different
|
|||
|
||||
#### Example implementations are available at
|
||||
- https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/StandardToken.sol
|
||||
- https://github.com/ConsenSys/Tokens/blob/master/Token_Contracts/contracts/StandardToken.sol
|
||||
- https://github.com/ConsenSys/Tokens/blob/master/contracts/StandardToken.sol
|
||||
|
||||
#### Implementation of adding the force to 0 before calling "approve" again:
|
||||
- https://github.com/Giveth/minime/blob/master/contracts/MiniMeToken.sol
|
||||
|
|
Loading…
Reference in New Issue