Skip to content

Commit c61adf5

Browse files
authored
Update index.md
1 parent 7d7f240 commit c61adf5

File tree

1 file changed

+1
-0
lines changed
  • src/content/developers/docs/standards

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +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.
4344
- [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.
4445
- [ERC-721](/developers/docs/standards/tokens/erc-721/) - A standard interface for non-fungible tokens, like a deed for artwork or a song.
4546
- [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.

0 commit comments

Comments
 (0)