{% macro render( tx, token_hex, genesis_info, token_entry, token_input, token_output, token_type, action_str, specification, token_icon_url) %} {% match genesis_info %} {% when Some with (genesis_info) %}
Total burnt | {{ entry.entry.actual_burn_amount | string_to_i128 | render_token_amount(genesis_info.decimals) | safe }} {{ genesis_info.token_ticker|string_from_lossy_utf8 }} |
Burns mint batons | {% if entry.entry.burns_mint_batons %} Yes {% else %} No {% endif %} |
Error message | {{ entry.entry.burn_summary }} |