Balances
#5Native TAO token management
Part of Economy & Balances: TAO token management, transfers, and transaction fees
Account balance data including free, reserved, and frozen amounts.
Emitted when an account's balance is set by root.
Burns TAO from the caller, permanently reducing total issuance.
Emitted when tokens are permanently burned.
The beneficiary account must pre-exist before receiving funds.
The balance adjustment amount cannot be zero.
Emitted when tokens are deposited into an account.
Emitted when an account's remaining balance is below existential deposit.
Emitted when an account is created with some free balance.
Minimum balance required to keep an account alive.
The transfer would leave the sender's account below the existential deposit (minimum balance).
A vesting schedule already exists for this account.
The transfer or payment would kill the account.
Adjusts TotalIssuance up or down (root only).
Sets an account balance to a specific value (root only).
Transfers TAO between accounts (root only, can specify source).
Unreserves balance from an account (root only).
Frozen balance entries for accounts.
Emitted when balance is frozen.
Held balance entries with reason identifiers.
Total amount of tokens that are inactive (not in circulation).
Your account doesn't have enough free balance for this transfer.
The issuance cannot be modified because it is already deactivated.
Emitted when total issuance is increased.
Account liquidity restrictions prevent this withdrawal.
Emitted when balance is locked.
Locks on an account's balance.
Maximum number of freezes on a single account.
Maximum number of locks on a single account.
Maximum number of named reserves on a single account.
Emitted when new tokens are minted into an account.
Emitted when total issuance is decreased.
Emitted when balance is moved from free to reserved.
Emitted when reserved balance is moved from one account to another.
Named reserves on an account's balance.
Emitted when suspended balance is restored to an account.
Emitted when tokens are removed as punishment.
Emitted when balance is suspended from an account (can be restored later).
Emitted when frozen balance is thawed.
The number of freezes on this account exceeds the maximum allowed.
The number of holds on this account exceeds the maximum allowed.
The number of named reserves on this account exceeds MaxReserves.
Total tokens in circulation.
Emitted when total issuance is forcefully changed.
Emitted when tokens are transferred between accounts.
Transfers entire free balance to recipient.
Transfers TAO allowing sender account to be reaped.
Transfers TAO while ensuring sender account stays alive.
Emitted when balance is unlocked.
Emitted when balance is moved from reserved to free.
Upgrades legacy accounts to the new balance format.
Emitted when an account is upgraded to a new balance format.
Vesting balance is too high to send the requested value.
Emitted when tokens are withdrawn from an account.