Can any smart contract be an "NFT owner"?
Can any smart contract be an "NFT owner"?
Any blockchain account can hold NFT items. The NFT item contract just stores the address of its owner in storage, and there are no restrictions on the owner contract.
NFT item source code:
- https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-item.fc
Any blockchain account can hold NFT items. The NFT item contract just stores the address of its owner in storage, and there are no restrictions on the owner contract.
`nft-item.fc` source code:
- https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-item.fc
Can any smart contract be an "NFT owner"?
Any blockchain account can hold NFT items. The NFT item contract just stores the address of its owner in storage, and there are no restrictions on the owner contract.
`nft-item.fc` source code:
- https://github.com/ton-blockchain/token-contract/blob/main/nft/nft-item.fc