Automatically merged updates to draft EIP(s) 1155 (#2013)

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
This commit is contained in:
Andrew Cooke 2019-05-11 00:09:24 -04:00 committed by EIP Automerge Bot
parent 75c9279e22
commit 59160e4ec4

View File

@ -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.