Skip to content

Commit 1187dbd

Browse files
authored
Update index.md
1 parent 3df37f9 commit 1187dbd

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

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

0 commit comments

Comments
 (0)