arc200_has_balance
Determines if an ARC-200 account holds a non-zero token balance on Algorand or Voi mainnets. Returns true when a balance box exists with value > 0, false otherwise.
Instructions
ARC-200 hasBalance(address) — whether the account has a non-zero balance box (ulujs dual-schema read).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | Application ID of the ARC-200 or ARC-72 contract. | |
| address | Yes | 58-character AVM account address. | |
| network | Yes | Algorand or Voi mainnet identifier. |