mirror of
https://github.com/status-im/EIPs.git
synced 2025-02-04 19:13:48 +00:00
Automatically merged updates to draft EIP(s) 1155 (#2114)
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:
parent
4f239f0f94
commit
d95612c820
@ -1,7 +1,7 @@
|
||||
---
|
||||
eip: 1155
|
||||
title: ERC-1155 Multi Token Standard
|
||||
author: Witek Radomski <witek@enjin.com>, Andrew Cooke <ac0dem0nk3y@gmail.com>, Philippe Castonguay <pc@horizongames.net>, James Therien <james@turing-complete.com>, Eric Binet <eric@enjin.com>, Ronan Sandford <wighawag@gmail.com>
|
||||
author: Witek Radomski <witek@enjin.io>, Andrew Cooke <ac0dem0nk3y@gmail.com>, Philippe Castonguay <pc@horizongames.net>, James Therien <james@turing-complete.com>, Eric Binet <eric@enjin.io>, Ronan Sandford <wighawag@gmail.com>
|
||||
type: Standards Track
|
||||
category: ERC
|
||||
status: Last Call
|
||||
@ -668,6 +668,10 @@ balanceOf(baseToken, msg.sender); // Get balance of the base token
|
||||
balanceOf(baseToken + index, msg.sender); // Get balance of the non-fungible token index
|
||||
```
|
||||
|
||||
### Natural Non-Fungible tokens
|
||||
|
||||
Another simple way to represent NFTs is to allow a maximum value of 1 for each non-fungible token. This would naturally mirror the real world, where unique items have a quantity of 1, and fungible items have a quantity greater than 1.
|
||||
|
||||
## References
|
||||
|
||||
**Standards**
|
||||
|
Loading…
x
Reference in New Issue
Block a user