Difficulty
{{ current_difficulty }}
Height
{{ current_height }}
Hashrate
{{ hashrate|default('n/a') }}
Contracts
{{ contract_count|int }}

Deployed Contracts

{{ contract_count|int }} Total
{% for contract in contracts %} {% else %} {% endfor %}
Contract ID Status WASM Size Deploy Block
{{ contract.contract_id }} {% if contract.locked %} ๐Ÿ”’ Locked {% else %} ๐Ÿ”“ Unlocked {% endif %} {{ contract.wasm_size_formatted }} {{ contract.deploy_block|int }}
No contracts deployed yet