# 什么是ERC-1155

ERC-1155是以太坊区块链的标准，只在简化和优化数字资产的创建和管理。该标准由区块链游戏公司Enjin提出。

此前的ERC-20和ERC-721等以太坊代币标准只能管理一种类型的代币（同质化或非同质化），ERC-1155则很独特，可以在单个合约中管理多种代币类型，从而降低了复杂性，并提高了交互效率。

ERC-20代币与现实中的货币一样，具有同质化属性，每个单位均可与其他币种的每个单位进行互换。ERC-721则属于非同质化代币，代表某项物品或资产独一无二。

ERC-1155集合了上述功能。该标准允许单个智能合约中同时创建同质化和非同质化代币，每个代币都由一个ID标识。这减少了代币交易所需的数据和代码量，从而节省了燃料费并提高了运行效率。

功能多样的ERC-1155适合各种用例，在游戏和数字收藏品领域更是理想之选。例如，在游戏生态系统中，单个ERC-1155合约可以管理代表游戏货币、独特角色、武器、皮肤等各种类型的代币。

如有不明白或者不清楚的地方，请加入官方电报群：<https://t.me/gtokentool>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gtokentool.com/qu-kuai-lian/shen-me-shi-erc1155.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
