Crates.io | croncat-mod-balances |
lib.rs | croncat-mod-balances |
version | 1.0.4 |
source | src |
created_at | 2023-04-15 21:15:46.713914 |
updated_at | 2023-09-25 13:37:33.871538 |
description | Allows querying CosmWasm balances, helpful when making CronCat tasks with queries. |
homepage | |
repository | https://github.com/CronCats/cw-croncat |
max_upload_size | |
id | 840187 |
size | 102,727 |
The contract can perform these queries:
Query | Description |
---|---|
GetBalance | Get native balance of the address |
GetCw20Balance | Get cw20 balance of the address |
HasBalanceComparator | Compare balance of the address to the given coin (either native or cw20) |
This contract doesn't support Execute
actions and it doesn't have any state.