Difficulty
{{ current_difficulty }}
Height
{{ current_height }}
Hashrate
{{ hashrate|default('n/a') }}
Emission
n/a
Transaction
{{ tx.hash }}Transaction Info
| Confirmations | {{ tx.confirmations }} |
| From Block | {{ tx.from_block }} |
| Fee | {{ tx.fee }} |
Contract Calls ({{ tx.n_calls }})
{% for call in tx.calls %}
{% endfor %}
{{ loop.index0 }}
Contract ID
{{ call.contract_id }}
{% if call.contract_tag %}
{{ call.contract_tag }}
{% endif %}
Data
{{ call.func }} {{ call.size }}
Raw Transaction
{{ tx.raw }}