{% extends "base.html" %} {% block footer_classes %}hidden{% endblock %} {% block content %}

Token Data

Token ID {{ token.token_id }}
Copy to clipboard
Token Icon
{% match token.genesis_info %} {% when Some with (genesis_info) %}
Token Ticker
{{ genesis_info.token_ticker|string_from_lossy_utf8 }}
Token Name
{{ genesis_info.token_name|string_from_lossy_utf8 }}
Decimals
{{ genesis_info.decimals }}
{% when None %} {% endmatch %}
Created
{% match token.block %} {% when Some with (block) %}
{% when None %}
Not mined yet
{% endmatch %}
Number of Transactions
{{ num_txs|to_i128|render_integer|safe }}

Transactions

{% endblock %}