Skip to content

Commit

Permalink
Merge pull request #799 from linghuccc/main
Browse files Browse the repository at this point in the history
Update 34.ERC721 readme
  • Loading branch information
AmazingAng authored Oct 19, 2024
2 parents 2c467c2 + 8b4a4b7 commit cd07401
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.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 cd07401

Please sign in to comment.