We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfae50f commit c6eb3dfCopy full SHA for c6eb3df
contracts/token/ERC1155/IERC1155.sol
@@ -44,10 +44,6 @@ interface IERC1155 is IERC165 {
44
45
/**
46
* @dev Returns the value of tokens of token type `id` owned by `account`.
47
- *
48
- * Requirements:
49
50
- * - `account` cannot be the zero address.
51
*/
52
function balanceOf(address account, uint256 id) external view returns (uint256);
53
0 commit comments