<%= gettext "Hash" %> | <%= gettext "Block" %> | <%= gettext "Age" %> | <%= gettext "Value" %> |
---|---|---|---|
<%= link(transaction.hash, to: transaction_path(@conn, :show, @conn.assigns.locale, transaction.hash)) %>
|
<%= link(transaction.block.number, to: block_path(@conn, :show, @conn.assigns.locale, transaction.block.number)) %> | <%= transaction.block.timestamp |> Timex.from_now %> | <%= Decimal.div(Decimal.new(transaction.value), Decimal.new(1_000_000_000_000_000_000)) |> Decimal.to_string(:normal) %> <%= gettext "POA" %> |