{% extends "base.html" %} {% block title %}Address {{ address.address }} - LocalScan{% endblock %} {% block content %}
{{ tb.token_address[:16] }}...
{{ tb.formatted_balance }}
No token balances found for this address.
| Txn Hash | Block | From/To | Value |
|---|---|---|---|
| 0x{{ tx.hash }} | #{{ tx.block_number }} |
{% if tx.from_address == address.address %}
OUT
{% if tx.to_address %}
{{ tx.to_address[:12] }}...
{% else %}
Contract Creation
{% endif %}
{% else %}
{% endif %}
|
{{ tx.value | from_wei }} ETH |
No native transactions found.