# CronCats contract for NFT queries
The contract has two queries:
| 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.