Page overview
Data table
| Field | Description |
|---|---|
| Project | Project name |
| On-chain address | The project’s on-chain NUSD wallet address (copyable, links to BaseScan) |
| On-chain NUSD balance | NUSD token balance queried from the chain in real time |
| Data sync time | Last time the balance was updated |
Super admin view
In super admin mode, two additional system-level wallets are shown at the top of the table:- NUSD Payment service OUT: outflow service wallet
- NUSD Payment service IN: inflow service wallet
How-to guide
Open the page
After the page loads, on-chain balances are queried for each address one by one (with roughly a 5-second interval between addresses to avoid API rate limits).
Wait for data to load
A loading animation in the balance field means the query is in progress; please wait.
Permissions
| Feature | Super admin | Admin (Payin) | Operator (Payin) | Admin (Payout) | Operator (Payout) |
|---|---|---|---|---|---|
| View OnChain Data | All | Own project | Own project | Own project | Own project |
| View system wallets | Yes |
Notes
On-chain balances are queried in real time via RPC calls to the ERC-20 contract
balanceOf method. The data sync time reflects the last successful query.