From ea3a20014293ae27a5faad44afac1dde9c16e409 Mon Sep 17 00:00:00 2001 From: Konstantin Date: Tue, 23 Jan 2018 23:48:16 +0000 Subject: [PATCH] Update eip-20-token-standard.md --- EIPS/eip-20-token-standard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EIPS/eip-20-token-standard.md b/EIPS/eip-20-token-standard.md index 0faf6cf4..01cd434d 100644 --- a/EIPS/eip-20-token-standard.md +++ b/EIPS/eip-20-token-standard.md @@ -174,7 +174,7 @@ There are already plenty of ERC20-compliant tokens deployed on the Ethereum netw Different implementations have been written by various teams that have different trade-offs: from gas saving to improved security. #### Example implementations are available at -- https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/StandardToken.sol +- https://github.com/OpenZeppelin/zeppelin-solidity/blob/master/contracts/token/ERC20/StandardToken.sol - https://github.com/ConsenSys/Tokens/blob/master/contracts/eip20/EIP20.sol #### Implementation of adding the force to 0 before calling "approve" again: