Multi-token standard for fungible and non-fungible tokens
IERC1155 defines the multi-token standard that supports both fungible and non-fungible tokens in a single contract. It enables efficient batch transfers and reduces gas costs compared to deploying separate ERC-20 and ERC-721 contracts.
Reference guide to the most important Solidity interfaces from OpenZeppelin Contracts. ERC-20, ERC-721, ERC-1155, vaults, royalties, and more.
View all 14 tools