Assets
Assets are typically known as markers or tokens. They are the representation of coins on the blockchain. An asset can contain just itself, or other assets and NFTs. In more abstract terms, if an asset is a fund, that fund can contain shares of other funds and distinct non-fungible assets.
Listview
The listview shows a paginated list of assets on the blockchain, sorted by Last Tx descending. This means that the most commonly used assets will show at the top of the list.
Information to note:
- Name: the common name for the asset. This is determined by the asset's metadata, ie
nhash
is more commonly known ashash
- Total Supply: the total circulating supply sitting in regular accounts
- Holding Account: the escrow account for the asset
- Marker Type:
- Coin -> a marker that represents a standard fungible coin (default)
- Restricted -> a marker that represents a denom with
send_enabled = false
- Mintable: whether the asset can be minted through a regular transaction
- Last Tx: the latest transaction timestamp that applied to the asset
- Age: how old the latest transaction is in real time
Detail
Information to note:
- Asset Name: the common name for the asset. This is determined by the asset's metadata, ie
nhash
is more commonly known ashash
- Min Unit / Decimal: the minimum unit is the smallest unit of the asset. When you have a fraction of the asset, it is calculated in terms of the minimum unit. Decimal is how many decimal places from the minimum unit to the asset unit, ie from
nhash
tohash
, its 9 decimal places, where1000000000 nhash = 1 hash
- Holders: how many addresses hold the asset
- Fungible Tokens: how many distinct fungible tokens the asset holds
- Non-Fungible Tokens: how many non-fungible tokens the asset holds
Managing Accounts
An asset can be managed by governance alone, or additional addresses having specific permissions on the asset.
Asset Holders
Work in progress
The asset holder list, although no names are attached to the addresses, shows which accounts hold a larger portion of the asset itself.
Transactions
Two sets of transaction lists show administrative actions performed on the asset, and transfer operations that pertain to the movement of the asset. These can be useful to show what types of operations are commonly performed around the asset.