Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 1155 (ethereum#2013)
Browse files Browse the repository at this point in the history
Hi, I'm a bot! This change was automatically merged because:

 - It only modifies existing Draft or Last Call EIP(s)
 - The PR was approved or written by at least one author of each modified EIP
 - The build is passing
  • Loading branch information
AC0DEM0NK3Y authored and ilanolkies committed Nov 12, 2019
1 parent 760b2fc commit 5a07874
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions EIPS/eip-1155.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ Smart contracts **MUST** implement this interface to accept transfers. See "Safe
```solidity
pragma solidity ^0.5.8;
/**
Note: The ERC-165 identifier for this interface is 0x43b236a2.
*/
interface ERC1155TokenReceiver {
/**
@notice Handle the receipt of a single ERC1155 token type.
Expand Down

0 comments on commit 5a07874

Please sign in to comment.