Skip to content

Commit 9d9ea57

Browse files
committed
Merge remote-tracking branch 'upstream/next-v5.0' into next-v5.0
2 parents 8568114 + 2d05db1 commit 9d9ea57

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contracts/token/ERC1155/extensions/ERC1155Supply.sol

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ import "../ERC1155.sol";
1212
* clearly identified. Note: While a totalSupply of 1 might mean the
1313
* corresponding is an NFT, there is no guarantees that no other token with the
1414
* same id are not going to be minted.
15+
*
16+
* NOTE: This contract implies a global limit of 2**256 - 1 to the number of tokens
17+
* that can be minted.
1518
*/
1619
abstract contract ERC1155Supply is ERC1155 {
1720
mapping(uint256 => uint256) private _totalSupply;

0 commit comments

Comments
 (0)