Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 1155 (ethereum#2089)
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 MadeofTin committed Nov 13, 2019
1 parent e399c3f commit cc9d6bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EIPS/eip-1155.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
**Smart contracts implementing the ERC-1155 standard MUST implement the `ERC1155` and `ERC165` interfaces.**

```solidity
pragma solidity ^0.5.8;
pragma solidity ^0.5.9;
/**
@title ERC-1155 Multi Token Standard
Expand Down Expand Up @@ -151,7 +151,7 @@ interface ERC1155 /* is ERC165 */ {
Smart contracts **MUST** implement this interface to accept transfers. See "Safe Transfer Rules" for further detail.

```solidity
pragma solidity ^0.5.8;
pragma solidity ^0.5.9;
/**
Note: The ERC-165 identifier for this interface is 0x43b236a2.
Expand Down Expand Up @@ -398,7 +398,7 @@ The following optional extensions can be identified with the (ERC-165 Standard I
Changes to the URI MUST emit the `URI` event if the change can be expressed with an event (i.e. it isn't dynamic). If the optional ERC1155Metadata_URI extension is included, the 'uri' function SHOULD be used to retrieve values for which no event was emitted. The function MUST return the same value as the event if it was emitted.
```solidity
pragma solidity ^0.5.8;
pragma solidity ^0.5.9;
/**
Note: The ERC-165 identifier for this interface is 0x0e89341c.
Expand Down

0 comments on commit cc9d6bc

Please sign in to comment.