Balance Summary
| Wallet Balance | {$BALANCE|number_format:"8"} |
| Locked for users | {$LOCKED|number_format:"8"} |
| Unconfirmed | {$UNCONFIRMED|number_format:"8"} |
| Liquid Assets | {($BALANCE - $LOCKED)|number_format:"8"} |
| PoS New Mint | {$NEWMINT|number_format:"8"} |
| Wallet Balance | {$BALANCE|number_format:"8"} |
| Locked for users | {$LOCKED|number_format:"8"} |
| Unconfirmed | {$UNCONFIRMED|number_format:"8"} |
| Liquid Assets | {($BALANCE - $LOCKED)|number_format:"8"} |
| PoS New Mint | {$NEWMINT|number_format:"8"} |
| Version | Protocol Version | Wallet Version | Connections | Errors |
|---|---|---|---|---|
| {$COININFO.version|default:""} | {$COININFO.protocolversion|default:""} | {$COININFO.walletversion|default:""} | {$COININFO.connections|default:""} | {$COININFO.errors|default:"OK"} |
| # | Address | {assign var=rank value=1} {section address $ADDRESSES}
|---|---|
| {$rank++} | {$ADDRESSES[address]} |