croncat-mod-nft

Crates.iocroncat-mod-nft
lib.rscroncat-mod-nft
version1.0.0
sourcesrc
created_at2023-05-03 19:29:37.580085
updated_at2023-05-03 19:29:37.580085
descriptionProvides CosmWasm queries of NFT contracts, helpful when making CronCat tasks with queries.
homepage
repositoryhttps://github.com/CronCats/cw-croncat
max_upload_size
id855805
size40,726
Trevor Clarke (TrevorJTClarke)

documentation

README

CronCats contract for NFT queries

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.

Commit count: 1679

cargo fmt