Skip to content

Commit

Permalink
Automatically merged updates to draft EIP(s) 1155 (ethereum#2120)
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 tkstanczak committed Nov 7, 2020
1 parent babb4f7 commit 49ea6e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions EIPS/eip-1155.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ If the optional `ERC1155Metadata_URI` extension is included:
- An implementation MAY emit the `URI` event during a mint operation but it is NOT mandatory. An observer MAY fetch the metadata uri at mint time from the `uri` function if it was not emitted.
* The `uri` function SHOULD be used to retrieve values if no event was emitted.
* The `uri` function MUST return the same value as the latest event for an `_id` if it was emitted.
* The `uri` function MUST NOT be used to check for the existence of a token as it is possible for an implementation to return a valid string even if the token does not exist.

```solidity
pragma solidity ^0.5.9;
Expand Down

0 comments on commit 49ea6e0

Please sign in to comment.