Skip to content

Commit

Permalink
ERC-1155: fix broken link to ERC-1761
Browse files Browse the repository at this point in the history
The link to ERC-1761 (Scoped Approval Interface) was broken when it was moved from the EIP repository.

In general, fixing of these links will be addressed by ethereum#1, but in the mean time it shouldn't hurt to fix links individually.
  • Loading branch information
aspiers authored Jun 18, 2024
1 parent 614b178 commit 25b4720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-1155.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ fr.json:

### Approval

The function `setApprovalForAll` allows an operator to manage one's entire set of tokens on behalf of the approver. To permit approval of a subset of token IDs, an interface such as [ERC-1761 Scoped Approval Interface](./eip-1761.md) is suggested.
The function `setApprovalForAll` allows an operator to manage one's entire set of tokens on behalf of the approver. To permit approval of a subset of token IDs, an interface such as [ERC-1761 Scoped Approval Interface](./erc-1761.md) is suggested.
The counterpart `isApprovedForAll` provides introspection into any status set by `setApprovalForAll`.

An owner SHOULD be assumed to always be able to operate on their own tokens regardless of approval status, so should SHOULD NOT have to call `setApprovalForAll` to approve themselves as an operator before they can operate on them.
Expand Down

0 comments on commit 25b4720

Please sign in to comment.