58b766a923 | ||
---|---|---|
.. | ||
ERC1155.sol | ||
ERC1155TokenReceiver.sol | ||
ERC1155WithTotals.sol | ||
IERC1155.sol | ||
IERC1155TokenReceiver.sol | ||
README.md |
README.md
sections | ||||||||
---|---|---|---|---|---|---|---|---|
|
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
.