DCIPs/assets/eip-3267/contracts/ERC1155
David E. Perez Negron R 58b766a923 Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
..
ERC1155.sol Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
ERC1155TokenReceiver.sol Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
ERC1155WithTotals.sol Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
IERC1155.sol Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
IERC1155TokenReceiver.sol Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00
README.md Adding EIPs website fork with some Gem Updates 2023-04-05 10:02:54 -06:00

README.md

sections
title contracts
Core
IERC1155
ERC1155
IERC1155TokenReceiver

This set of interfaces and contracts are all related to the ERC1155 Multi Token Standard.

The EIP consists of two interfaces which fulfill different roles, found here as IERC1155 and IERC1155TokenReceiver. Only IERC1155 is required for a contract to be ERC1155 compliant. The basic functionality is implemented in ERC1155.