Skip to content

Commit

Permalink
Remove documented requirement in IERC1155's balanceOf (#4847)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming authored Jan 19, 2024
1 parent dfae50f commit e5c6363
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions contracts/token/ERC1155/IERC1155.sol
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ interface IERC1155 is IERC165 {

/**
* @dev Returns the value of tokens of token type `id` owned by `account`.
*
* Requirements:
*
* - `account` cannot be the zero address.
*/
function balanceOf(address account, uint256 id) external view returns (uint256);

Expand Down

0 comments on commit e5c6363

Please sign in to comment.