#nft
Read more stories on Hashnode
Articles with this tag
ERC721 示例 // SPDX-License-Identifier: MIT pragma solidity ^0.8.6; // 一个标准方法以发布和检测智能合约实现了哪些接口。 interface IERC165 { /// @notice 查询一个合约时候实现了一个接口 ...