Contract Byte Code -> Deployed Contract Byte Code

pull/4323/head
nikitosing 3 years ago
parent a9995748ff
commit 1bc2a254e0
  1. 4
      apps/block_scout_web/lib/block_scout_web/templates/address_contract/index.html.eex

@ -134,7 +134,7 @@
<% {:ok, contract_code} -> %>
<%= if smart_contract_verified do %>
<div class="d-flex justify-content-between align-items-baseline">
<h3><%= gettext "Contract Byte Code" %></h3>
<h3><%= gettext "Deployed Contract Byte Code" %></h3>
<button type="button" class="btn-line" style="float: left;" id="button" data-clipboard-text="<%= contract_code %>" aria-label="copy contract creation code">
<%= gettext "Copy Byte Code" %>
</button>
@ -142,7 +142,7 @@
<% else %>
<div class="d-flex justify-content-between align-items-baseline contract-code-container">
<div>
<h3><%= gettext "Contract Byte Code" %></h3>
<h3><%= gettext "Deployed Contract Byte Code" %></h3>
</div>
<div class="buttons">
<button type="button" class="btn-line" style="float: left;" id="button" data-clipboard-text="<%= contract_code %>" aria-label="copy contract creation code">

Loading…
Cancel
Save