{% macro render( tx, token_hex, genesis_info, token_entry, token_input, token_output, token_type, action_str, specification, token_icon_url) %} {% let token_ticker %} {% let token_name %} {% let decimals %} {% let token_url %} {% let document_hash %} {% match genesis_info %} {% when Some with (genesis_info) %} {% let token_ticker = genesis_info.token_ticker|string_from_lossy_utf8 %} {% let token_name = genesis_info.token_name|string_from_lossy_utf8 %} {% let decimals = genesis_info.decimals %} {% let token_url = genesis_info.url|string_from_lossy_utf8 %} {% let document_hash = genesis_info.hash|hexify_u8_vector %} {% when None %} {% let token_ticker = "Unknown".into() %} {% let token_name = "Unknown".into() %} {% let decimals = 0 %} {% let token_url = "".into() %} {% let document_hash = "".into() %} {% endmatch %}
Total burnt | {{ entry.entry.actual_burn_amount | string_to_i128 | render_token_amount(decimals) | safe }} {{ token_ticker }} |
Burns mint batons | {% if entry.entry.burns_mint_batons %} Yes {% else %} No {% endif %} |
Error message | {{ entry.entry.burn_summary }} |