Crates.io | croncat-mod-nft |
lib.rs | croncat-mod-nft |
version | 1.0.0 |
source | src |
created_at | 2023-05-03 19:29:37.580085 |
updated_at | 2023-05-03 19:29:37.580085 |
description | Provides CosmWasm queries of NFT contracts, helpful when making CronCat tasks with queries. |
homepage | |
repository | https://github.com/CronCats/cw-croncat |
max_upload_size | |
id | 855805 |
size | 40,726 |
The contract has two queries:
Query | Description |
---|---|
OwnerOfNft | Get the owner of the NFT, check if it's the specified address |
AddrHasNft | Check if the address has any NFTs, get a list of them |
This contract doesn't support Execute
actions and it doesn't have any state.