{% extends "base.html" %} {% block title %}Contract {{ address.address }} - LocalScan{% endblock %} {% block content %}
| Txn Hash | Block | From/To | Value |
|---|---|---|---|
| 0x{{ tx.hash }} | #{{ tx.block_number }} | {% if tx.from_address == address.address %} {% else %} {% endif %} | {{ tx.value | from_wei }} ETH |
No transactions found for this contract.