Skip to content

Commit

Permalink
Update 34.ERC721 readme.md
Browse files Browse the repository at this point in the history
add link for "ERC721.sol"
  • Loading branch information
linghuccc authored Oct 14, 2024
1 parent 040310a commit 2af028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 34_ERC721/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ interface ERC721Metadata /* is ERC721 */ {
IERC721Metadata.name.selector ^ IERC721Metadata.symbol.selector ^ IERC721Metadata.tokenURI.selector
```

solmate实现的ERC721.solhttps://github.com/transmissions11/solmate/blob/main/src/tokens/ERC721.sol 是怎么完成这些ERC165要求的特性的呢?
solmate实现的[ERC721.sol](https://github.com/transmissions11/solmate/blob/main/src/tokens/ERC721.sol)是怎么完成这些ERC165要求的特性的呢?

```solidity
function supportsInterface(bytes4 interfaceId) public view virtual returns (bool) {
Expand Down

0 comments on commit 2af028e

Please sign in to comment.