mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/token/ERC1155
Francisco Giordano 956d6632d9
ERC1155 feature pending tasks (#2014)
5 years ago
..
ERC1155.sol ERC1155 feature pending tasks (#2014) 5 years ago
ERC1155Holder.sol ERC1155 feature pending tasks (#2014) 5 years ago
ERC1155Receiver.sol ERC1155 feature pending tasks (#2014) 5 years ago
IERC1155.sol ERC1155 feature pending tasks (#2014) 5 years ago
IERC1155Receiver.sol ERC1155 feature pending tasks (#2014) 5 years ago
README.md ERC1155 feature pending tasks (#2014) 5 years ago

README.md

sections
{title Core} {contracts [IERC1155 ERC1155 IERC1155Receiver]}

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 IERC1155Receiver. Only IERC1155 is required for a contract to be ERC1155 compliant. The basic functionality is implemented in ERC1155.