Multi Token Standard (NEP-245)
After a successful deposit, the Verifier contract manages tokens using the Multi Token Standard (NEP-245). This enables uniform handling of all supported token types.Token ID format
Each token is identified by a string-based token ID, prefixed with its standard type.Checking your balance
After a successful deposit, query your balance using mt_balance_of, which adheres to the NEP-245 standard.- NEAR CLI
- NEAR API JS
Batch balance query
To check multiple token balances at once, use mt_batch_balance_of:- NEAR CLI
- NEAR API JS
Balances are returned in the smallest unit of each token (e.g., yoctoNEAR for wrapped NEAR).