Skip to content

Commit 08874e0

Browse files
authored
Merge pull request #13146 from ethereum/tokenIAupdate
update IA of standards section
2 parents 3d4d784 + b823374 commit 08874e0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/content/developers/docs/standards/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ More detailed information on these different types and categories can be found i
4040
### Token standards {#token-standards}
4141

4242
- [ERC-20](/developers/docs/standards/tokens/erc-20/) - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies.
43-
- [ERC-223](/developers/docs/standards/tokens/erc-223/) - A fungible tokens standard that makes tokens behave identical to ether and supports token transfers handling on the recipients side.
43+
- [ERC-223](/developers/docs/standards/tokens/erc-223/) - A fungible tokens standard that makes tokens behave identical to ether and supports token transfers handling on the recipients side.
4444
- [ERC-1363](https://eips.ethereum.org/EIPS/eip-1363) - Defines a token interface for ERC-20 tokens that supports executing recipient code after transfer or transferFrom, or spender code after approve.
4545
- [ERC-721](/developers/docs/standards/tokens/erc-721/) - A standard interface for non-fungible tokens, like a deed for artwork or a song.
4646
- [ERC-2309](https://eips.ethereum.org/EIPS/eip-2309) - A standardized event emitted when creating/transferring one, or many non-fungible tokens using consecutive token identifiers.

public/content/developers/docs/standards/tokens/erc-20/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ When ERC-20 tokens are sent to a smart contract that is not designed to handle E
162162
3. No built-in handling
163163
- The ERC-20 standard does not include a mandatory function for receiving contracts to implement, leading to a situation where many contracts are unable to manage incoming tokens properly
164164

165+
Some alternative standards have come out of this issue such as [ERC-223](/developers/docs/standards/tokens/erc-223)
166+
165167
## Further reading {#further-reading}
166168

167169
- [EIP-20: ERC-20 Token Standard](https://eips.ethereum.org/EIPS/eip-20)
@@ -172,5 +174,6 @@ When ERC-20 tokens are sent to a smart contract that is not designed to handle E
172174

173175
## Other fungible token standards {#fungible-token-standards}
174176

177+
- [ERC-223](/developers/docs/standards/tokens/erc-223)
175178
- [ERC-777](/developers/docs/standards/tokens/erc-777)
176179
- [ERC-4626 - Tokenized vaults](/developers/docs/standards/tokens/erc-4626)

public/content/developers/docs/standards/tokens/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Many Ethereum development standards focus on token interfaces. These standards h
1919
Here are some of the most popular token standards on Ethereum:
2020

2121
- [ERC-20](/developers/docs/standards/tokens/erc-20/) - A standard interface for fungible (interchangeable) tokens, like voting tokens, staking tokens or virtual currencies.
22-
- [ERC-223](/developers/docs/standards/tokens/erc-223/) - A fungible token standard with "transaction handling" model that makes token behave identical to ether.
2322

2423
### NFT standards {#nft-standards}
2524

src/data/developer-docs-links.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,6 @@
197197
items:
198198
- id: docs-nav-erc-20
199199
to: /developers/docs/standards/tokens/erc-20/
200-
- id: docs-nav-erc-223
201-
to: /developers/docs/standards/tokens/erc-223/
202200
- id: docs-nav-erc-721
203201
to: /developers/docs/standards/tokens/erc-721/
204202
- id: docs-nav-erc-1155

0 commit comments

Comments
 (0)