Github
Discord
Twitter
Dapp
Search…
👑
Index
🪙
Protocol Info
📈
OS Economics
🔮
EthereansOS Governance
🔢
EthereansOS Addresses
🤖
Factories
Factories Learn
Factories Documentation
Addresses
👾
Items
Items Learn
Items Documentation
Understanding Items
Item V2 Smart Contracts Protocol
Items Protocol Overview
Core Protocol
ItemMainInterface
ItemInteroperableInterface
Extension
Wrapped Items
Deck Items
Dynamic On-chain Metadata
Frontend Integration
Addresses
👻
Guilds
Guilds Learn
Guilds Documentation
Addresses
✨
Covenants
Covenants Learn
Covenants Documentation
Addresses
🇨🇳
Chinese Version
索引
协议信息
工厂学习
Item学习
契约学习
Guilds学习
Powered By
GitBook
Core Protocol
The Core, composed of ItemMainInterface and ItemInteroperableInterface contracts, represents the base of the Items protocol.
The Main Interface is the ERC1155 interface shared by all Items (all items have the same ERC1155 address).
The Interoperable Interface is the ERC20 interface of an Item and it's different for each Items (each Items has a different ERC20 address).
Be sure to read the
Main Interface and Items Collections
and
Main Interface and Interoperable Interface
section first to get a complete understanding of how Items works.
ItemMainInterface
Learn about the ItemMainInterface, a singleton contract shared by all Items, native and wrapped, serving as their default collective ERC1155 interface.
ItemInteroperableInterface
Learn about the Interoperable Interface, one of which each Item has, serving as their unique ERC20 interfaces.
Previous
Items Protocol Overview
Next
ItemMainInterface
Last modified
4d ago
Copy link
Contents
ItemMainInterface
ItemInteroperableInterface