Nicolás Venturo 91516b2318 Allow overriding of ERC1155 functions (#2263) hace 5 años
..
ERC1155.sol 91516b2318 Allow overriding of ERC1155 functions (#2263) hace 5 años
ERC1155Holder.sol 56de324afe Add SPX license identifier (#2235) hace 5 años
ERC1155Receiver.sol 56de324afe Add SPX license identifier (#2235) hace 5 años
IERC1155.sol 56de324afe Add SPX license identifier (#2235) hace 5 años
IERC1155Receiver.sol 56de324afe Add SPX license identifier (#2235) hace 5 años
README.md 956d6632d9 ERC1155 feature pending tasks (#2014) hace 5 años

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.