Skip to content

Commit 891e486

Browse files
authored
Merge pull request #10841 from ethereum/remove223
remove erc-223 as it is in draft
2 parents 736cd10 + 05ef741 commit 891e486

File tree

6 files changed

+0
-204
lines changed

6 files changed

+0
-204
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ More detailed information on these different types and categories can be found i
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.
4343
- [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.
44-
- [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.
4544
- [ERC-721](/developers/docs/standards/tokens/erc-721/) - A standard interface for non-fungible tokens, like a deed for artwork or a song.
4645
- [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.
4746
- [ERC-4400](https://eips.ethereum.org/EIPS/eip-4400) - Interface extension for EIP-721 consumer role.

src/content/developers/docs/standards/tokens/erc-223/index.md

Lines changed: 0 additions & 198 deletions
This file was deleted.

src/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
- [ERC-721](/developers/docs/standards/tokens/erc-721/) - A standard interface for non-fungible tokens, like a deed for artwork or a song.
2423
- [ERC-777](/developers/docs/standards/tokens/erc-777/) - ERC-777 allows people to build extra functionality on top of tokens such as a mixer contract for improved transaction privacy or an emergency recover function to bail you out if you lose your private keys.
2524
- [ERC-1155](/developers/docs/standards/tokens/erc-1155/) - ERC-1155 allows for more efficient trades and bundling of transactions – thus saving costs. This token standard allows for creating both utility tokens (such as $BNB or $BAT) and Non-Fungible Tokens like CryptoPunks.

src/content/translations/it/developers/docs/standards/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ Informazioni più dettagliate su questi diversi tipi e categorie sono disponibil
4141

4242
- [ERC-20](/developers/docs/standards/tokens/erc-20/) - Un'interfaccia standard per token fungibili (intercambiabili), come i token di voto, i token di staking o le valute virtuali.
4343
- [ERC-1363](https://eips.ethereum.org/EIPS/eip-1363): Definisce l'intefaccia di un token per i token ERC-20, che supporta l'esecuzione del codice del destinatario dopo trasferimenti o transferFrom, o il codice di chi spende dopo l'approvazione.
44-
- [ERC-223](/developers/docs/standards/tokens/erc-223/): Uno standard di token fungibili che fa comportare i token così come l'ether e supporta la gestione dei trasferimenti di token, dal lato dei destinatari.
4544
- [ERC-721](/developers/docs/standards/tokens/erc-721/) - Un'interfaccia standard per token non fungibili, come un atto relativo a opere d'arte o canzoni.
4645
- [ERC-2309](https://eips.ethereum.org/EIPS/eip-2309): Un evento standardizzato emesso alla creazione/trasferimento di uno o più token non fungibili, utilizzando gli identificativi consecutivi del token.
4746
- [ERC-4400](https://eips.ethereum.org/EIPS/eip-4400): Estensione dell'interfaccia per il ruolo del consumatore dell'EIP-721.

src/data/developer-docs-links.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,6 @@
195195
items:
196196
- id: docs-nav-erc-20
197197
to: /developers/docs/standards/tokens/erc-20/
198-
- id: docs-nav-erc-223
199-
to: /developers/docs/standards/tokens/erc-223/
200198
- id: docs-nav-erc-721
201199
to: /developers/docs/standards/tokens/erc-721/
202200
- id: docs-nav-erc-777

src/intl/en/page-developers-docs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"docs-nav-development-networks-description": "Local blockchain environments used to test dapps before deployment",
3333
"docs-nav-dot-net": ".NET",
3434
"docs-nav-erc-20": "ERC-20: Fungible Tokens",
35-
"docs-nav-erc-223": "ERC-223",
3635
"docs-nav-erc-721": "ERC-721: NFTs",
3736
"docs-nav-erc-777": "ERC-777",
3837
"docs-nav-erc-1155": "ERC-1155",

0 commit comments

Comments
 (0)