ERC721Enumerable
Functionality available for contracts that implement the
ERC721
and
ERC721Enumerable
extensions.
get_owned
Get the metadata of all NFTs a wallet owns from this contract.
# Address of the wallet to get the NFTs of
address = "{{wallet_address}}" # Optional - Defaults to the connected wallet
nfts = contract.erc721.get_owned(address)