Enumeration
Trong các hướng dẫn trước, bạn đã xem xét các cách tích hợp chức năng mint vào một skeleton smart contract. Để NFT của bạn hiển thị trong ví, bạn cũng phải deploy một bản vá lỗi đã được implement một trong các enumeration method. In this tutorial, you'll expand on and finish the rest of the enumeration methods as per the standard.
Now you'll extend the NFT smart contract and add a couple of enumeration methods that can be used to return the contract's state.
Giới thiệu
As mentioned in the Upgrade a Contract tutorial, you can deploy patches and fixes to smart contracts. Lần này, bạn sẽ dùng kiến thức đó để implement các enumeration function nft_total_supply
, nft_tokens
và nft_supply_for_owner
.