Skip to content

Commit

Permalink
asset links (#6024)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinaconley authored Nov 22, 2022
1 parent e3ffeeb commit 4235ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EIPS/eip-4987.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ Consumer of this standard will need to be updated to respect this interface in a

## Reference Implementation

A full example implementation including interfaces, a vault token holder, and a consumer, can be found [`here`](../assets/eip-4987/Vault.sol).
A full example implementation including [interfaces](../assets/eip-4987/IERC721Holder.sol), a vault [token holder](../assets/eip-4987/Vault.sol), and a [consumer](../assets/eip-4987/Consumer.sol), can be found at `assets/eip-4987/`.

Notably, consumers of the `IERC721Holder` interface can do a chained lookup for the owner of any specific token ID using the following logic.

Expand Down

0 comments on commit 4235ea8

Please sign in to comment.