当前位置:主页 > 列表页 > 正文

是技术创新还是披着羊皮的狼?NFT市场火爆背后的安全隐忧

2021-09-17 07:42 | 出处: BlockSec

NFTNFT



2021退使DeFiNFTmetaverseIPNFTUniswap16250BeepleNFT975NFTNFT广NFT仿


NFTNFTtokenNFT

token访https://ethereum.org


NFT


A non fungible token (NFT) is a unit of data stored on a digital ledger, called a blockchain, that certifies a digital asset to be unique and therefore not interchangeable. NFTs can be used to represent items such as photos, videos, audio, and other types of digital files. Access to any copy of the original file, however, is not restricted to the buyer of the NFT. While copies of these digital items are available for anyone to obtain, NFTs are tracked on blockchains to provide the owner with a proof of ownership that is separate from copyright.


NFTnon-fungible tokenFTFungible TokentokenNFTtokentokenNFT


FTNFT


NFTNFT()NFT使NFTNFT使


NFTtokentokenidtokentoken NFT""tokentokenNFT广NFTERC-721NFT


ERC-721

interface ERC721 {            event Transfer(address indexed _from, address indexed _to, uint256 indexed _tokenId)            event Approval(address indexed _owner, address indexed _approved, uint256 indexed _tokenId)            event ApprovalForAll(address indexed _owner, address indexed _operator, bool _approved)
function balanceOf(address _owner) external view returns (uint256) function ownerOf(uint256 _tokenId) external view returns (address) function safeTransferFrom(address _from, address _to, uint256 _tokenId, bytes data) external payable function safeTransferFrom(address _from, address _to, uint256 _tokenId) external payable function transferFrom(address _from, address _to, uint256 _tokenId) external payable function approve(address _approved, uint256 _tokenId) external payable function setApprovalForAll(address _operator, bool _approved) external function getApproved(uint256 _tokenId) external view returns (address) function isApprovedForAll(address _owner, address _operator) external view returns (bool) }


ERC-7213event9functiontoken_tokenIdNFT token

相关文章