GlossaryAdvanced
ERC-1155
A token standard that lets a single contract manage both fungible and non-fungible tokens.
ERC-1155 is a multi-token standard that lets one smart contract manage many different token types together, including both fungible and non-fungible tokens, rather than deploying a separate contract per token type.
This is commonly used in gaming and large collectible projects, where many different item types need to be managed efficiently within a single contract.
Examples
- A game might use ERC-1155 to manage both stackable in-game currency and unique item NFTs in one contract.
- ERC-1155 can reduce the technical overhead of deploying many separate token contracts.