Merge pull request #5977 from blockscout/vb-fix-overview.html-nil-implementation-address

Fix address overview.html.eex in case of nil implementation address hash
pull/5978/head
Victor Baranov 2 years ago committed by GitHub
commit 1fc6a96929
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 32
      apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex
  3. 54
      apps/block_scout_web/priv/gettext/default.pot
  4. 54
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po

@ -5,6 +5,7 @@
- [#5860](https://github.com/blockscout/blockscout/pull/5860) - Integrate rust verifier micro-service ([blockscout-rs/verifier](https://github.com/blockscout/blockscout-rs/tree/main/verification)) - [#5860](https://github.com/blockscout/blockscout/pull/5860) - Integrate rust verifier micro-service ([blockscout-rs/verifier](https://github.com/blockscout/blockscout-rs/tree/main/verification))
### Fixes ### Fixes
- [#5977](https://github.com/blockscout/blockscout/pull/5977) - Fix address overview.html.eex in case of nil implementation address hash
- [#5975](https://github.com/blockscout/blockscout/pull/5975) - Fix CSV export of internal transactions - [#5975](https://github.com/blockscout/blockscout/pull/5975) - Fix CSV export of internal transactions
- [#5957](https://github.com/blockscout/blockscout/pull/5957) - Server-side reCAPTCHA check for CSV export - [#5957](https://github.com/blockscout/blockscout/pull/5957) - Server-side reCAPTCHA check for CSV export
- [#5954](https://github.com/blockscout/blockscout/pull/5954) - Fix ace editor appearance - [#5954](https://github.com/blockscout/blockscout/pull/5954) - Fix ace editor appearance

@ -142,21 +142,23 @@
<!-- Implementation --> <!-- Implementation -->
<%= if @is_proxy do %> <%= if @is_proxy do %>
<% {implementation_address, name} = Chain.get_implementation_address_hash(@address.hash, @address.smart_contract.abi) || "0x0000000000000000000000000000000000000000" %> <% {implementation_address, name} = Chain.get_implementation_address_hash(@address.hash, @address.smart_contract.abi) || "0x0000000000000000000000000000000000000000" %>
<dl class="row"> <%= if implementation_address do %>
<dt class="col-sm-4 col-md-4 col-lg-3 text-muted"> <dl class="row">
<%= render BlockScoutWeb.CommonComponentsView, "_i_tooltip_2.html", <dt class="col-sm-4 col-md-4 col-lg-3 text-muted">
text: gettext("Implementation address of the proxy contract.") %> <%= render BlockScoutWeb.CommonComponentsView, "_i_tooltip_2.html",
<%= gettext("Implementation") %> text: gettext("Implementation address of the proxy contract.") %>
</dt> <%= gettext("Implementation") %>
<dd class="col-sm-8 col-md-8 col-lg-9" data-test="address_contract_implementation"> </dt>
<%= link( <dd class="col-sm-8 col-md-8 col-lg-9" data-test="address_contract_implementation">
(if name, do: name <> " | " <> implementation_address, else: implementation_address), <%= link(
to: address_path(@conn, :show, implementation_address), (if name, do: name <> " | " <> implementation_address, else: implementation_address),
class: "contract-address" to: address_path(@conn, :show, implementation_address),
) class: "contract-address"
%> )
</dd> %>
</dl> </dd>
</dl>
<% end %>
<% end %> <% end %>
<!-- Balance --> <!-- Balance -->
<dl class="row"> <dl class="row">

@ -158,7 +158,7 @@ msgstr ""
msgid "Address (external or contract) sending the transaction." msgid "Address (external or contract) sending the transaction."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:165 #: lib/block_scout_web/templates/address/overview.html.eex:167
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Address balance in" msgid "Address balance in"
msgstr "" msgstr ""
@ -194,7 +194,7 @@ msgstr ""
msgid "All metadata displayed below is from that contract. In order to verify current contract, click" msgid "All metadata displayed below is from that contract. In order to verify current contract, click"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:190 #: lib/block_scout_web/templates/address/overview.html.eex:192
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "All tokens in the account and total value." msgid "All tokens in the account and total value."
msgstr "" msgstr ""
@ -234,7 +234,7 @@ msgstr ""
msgid "Back Home" msgid "Back Home"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:166 #: lib/block_scout_web/templates/address/overview.html.eex:168
#: lib/block_scout_web/templates/address_token/overview.html.eex:51 #: lib/block_scout_web/templates/address_token/overview.html.eex:51
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Balance" msgid "Balance"
@ -315,7 +315,7 @@ msgstr ""
msgid "Block number containing the transaction." msgid "Block number containing the transaction."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:273 #: lib/block_scout_web/templates/address/overview.html.eex:275
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Block number in which the address was updated." msgid "Block number in which the address was updated."
msgstr "" msgstr ""
@ -338,7 +338,7 @@ msgid "Blocks Indexed"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/_tabs.html.eex:48 #: lib/block_scout_web/templates/address/_tabs.html.eex:48
#: lib/block_scout_web/templates/address/overview.html.eex:291 #: lib/block_scout_web/templates/address/overview.html.eex:293
#: lib/block_scout_web/templates/address_validation/index.html.eex:11 #: lib/block_scout_web/templates/address_validation/index.html.eex:11
#: lib/block_scout_web/views/address_view.ex:371 #: lib/block_scout_web/views/address_view.ex:371
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -944,7 +944,7 @@ msgstr ""
#: lib/block_scout_web/templates/address/_current_coin_balance.html.eex:11 #: lib/block_scout_web/templates/address/_current_coin_balance.html.eex:11
#: lib/block_scout_web/templates/address/index.html.eex:5 #: lib/block_scout_web/templates/address/index.html.eex:5
#: lib/block_scout_web/templates/address/overview.html.eex:179 #: lib/block_scout_web/templates/address/overview.html.eex:181
#: lib/block_scout_web/templates/block/overview.html.eex:215 #: lib/block_scout_web/templates/block/overview.html.eex:215
#: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:24 #: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:24
#: lib/block_scout_web/templates/layout/_topnav.html.eex:79 #: lib/block_scout_web/templates/layout/_topnav.html.eex:79
@ -1000,7 +1000,7 @@ msgstr ""
msgid "Fast" msgid "Fast"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:263 #: lib/block_scout_web/templates/address/overview.html.eex:265
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Fetching gas used..." msgid "Fetching gas used..."
msgstr "" msgstr ""
@ -1015,14 +1015,14 @@ msgstr ""
msgid "Fetching tokens..." msgid "Fetching tokens..."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:210 #: lib/block_scout_web/templates/address/overview.html.eex:212
#: lib/block_scout_web/templates/address/overview.html.eex:218 #: lib/block_scout_web/templates/address/overview.html.eex:220
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Fetching transactions..." msgid "Fetching transactions..."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:237 #: lib/block_scout_web/templates/address/overview.html.eex:239
#: lib/block_scout_web/templates/address/overview.html.eex:245 #: lib/block_scout_web/templates/address/overview.html.eex:247
#: lib/block_scout_web/templates/tokens/overview/_details.html.eex:122 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:122
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Fetching transfers..." msgid "Fetching transfers..."
@ -1071,7 +1071,7 @@ msgstr ""
msgid "Gas Price" msgid "Gas Price"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:256 #: lib/block_scout_web/templates/address/overview.html.eex:258
#: lib/block_scout_web/templates/block/_tile.html.eex:73 #: lib/block_scout_web/templates/block/_tile.html.eex:73
#: lib/block_scout_web/templates/block/overview.html.eex:178 #: lib/block_scout_web/templates/block/overview.html.eex:178
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -1089,7 +1089,7 @@ msgstr ""
msgid "Gas tracker" msgid "Gas tracker"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:255 #: lib/block_scout_web/templates/address/overview.html.eex:257
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Gas used by the address." msgid "Gas used by the address."
msgstr "" msgstr ""
@ -1167,12 +1167,12 @@ msgstr ""
msgid "If you have just submitted this transaction please wait for at least 30 seconds before refreshing this page." msgid "If you have just submitted this transaction please wait for at least 30 seconds before refreshing this page."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:149 #: lib/block_scout_web/templates/address/overview.html.eex:150
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Implementation" msgid "Implementation"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:148 #: lib/block_scout_web/templates/address/overview.html.eex:149
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Implementation address of the proxy contract." msgid "Implementation address of the proxy contract."
msgstr "" msgstr ""
@ -1239,7 +1239,7 @@ msgstr ""
msgid "It could still be in the TX Pool of a different node, waiting to be broadcasted." msgid "It could still be in the TX Pool of a different node, waiting to be broadcasted."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:274 #: lib/block_scout_web/templates/address/overview.html.eex:276
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Last Balance Update" msgid "Last Balance Update"
msgstr "" msgstr ""
@ -1500,7 +1500,7 @@ msgstr ""
msgid "Number of accounts holding the token" msgid "Number of accounts holding the token"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:290 #: lib/block_scout_web/templates/address/overview.html.eex:292
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Number of blocks validated by this validator." msgid "Number of blocks validated by this validator."
msgstr "" msgstr ""
@ -1510,7 +1510,7 @@ msgstr ""
msgid "Number of digits that come after the decimal place when displaying token value" msgid "Number of digits that come after the decimal place when displaying token value"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:201 #: lib/block_scout_web/templates/address/overview.html.eex:203
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Number of transactions related to this address." msgid "Number of transactions related to this address."
msgstr "" msgstr ""
@ -1520,7 +1520,7 @@ msgstr ""
msgid "Number of transfers for the token" msgid "Number of transfers for the token"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:228 #: lib/block_scout_web/templates/address/overview.html.eex:230
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Number of transfers to/from this address." msgid "Number of transfers to/from this address."
msgstr "" msgstr ""
@ -2222,7 +2222,7 @@ msgid "Token type"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/_tabs.html.eex:21 #: lib/block_scout_web/templates/address/_tabs.html.eex:21
#: lib/block_scout_web/templates/address/overview.html.eex:191 #: lib/block_scout_web/templates/address/overview.html.eex:193
#: lib/block_scout_web/templates/address_token/overview.html.eex:58 #: lib/block_scout_web/templates/address_token/overview.html.eex:58
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:13 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:13
#: lib/block_scout_web/templates/layout/_topnav.html.eex:70 #: lib/block_scout_web/templates/layout/_topnav.html.eex:70
@ -2366,9 +2366,9 @@ msgid "Transaction type, introduced in EIP-2718."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/_tabs.html.eex:7 #: lib/block_scout_web/templates/address/_tabs.html.eex:7
#: lib/block_scout_web/templates/address/overview.html.eex:202 #: lib/block_scout_web/templates/address/overview.html.eex:204
#: lib/block_scout_web/templates/address/overview.html.eex:208 #: lib/block_scout_web/templates/address/overview.html.eex:210
#: lib/block_scout_web/templates/address/overview.html.eex:216 #: lib/block_scout_web/templates/address/overview.html.eex:218
#: lib/block_scout_web/templates/address_transaction/index.html.eex:13 #: lib/block_scout_web/templates/address_transaction/index.html.eex:13
#: lib/block_scout_web/templates/block/overview.html.eex:80 #: lib/block_scout_web/templates/block/overview.html.eex:80
#: lib/block_scout_web/templates/block_transaction/index.html.eex:10 #: lib/block_scout_web/templates/block_transaction/index.html.eex:10
@ -2389,9 +2389,9 @@ msgstr ""
msgid "Transactions sent" msgid "Transactions sent"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:229 #: lib/block_scout_web/templates/address/overview.html.eex:231
#: lib/block_scout_web/templates/address/overview.html.eex:235 #: lib/block_scout_web/templates/address/overview.html.eex:237
#: lib/block_scout_web/templates/address/overview.html.eex:243 #: lib/block_scout_web/templates/address/overview.html.eex:245
#: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:50 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:50
#: lib/block_scout_web/templates/tokens/overview/_details.html.eex:118 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:118
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -2711,7 +2711,7 @@ msgstr ""
msgid "custom RPC" msgid "custom RPC"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:165 #: lib/block_scout_web/templates/address/overview.html.eex:167
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "doesn't include ERC20, ERC721, ERC1155 tokens)." msgid "doesn't include ERC20, ERC721, ERC1155 tokens)."
msgstr "" msgstr ""

@ -158,7 +158,7 @@ msgstr ""
msgid "Address (external or contract) sending the transaction." msgid "Address (external or contract) sending the transaction."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:165 #: lib/block_scout_web/templates/address/overview.html.eex:167
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Address balance in" msgid "Address balance in"
msgstr "" msgstr ""
@ -194,7 +194,7 @@ msgstr ""
msgid "All metadata displayed below is from that contract. In order to verify current contract, click" msgid "All metadata displayed below is from that contract. In order to verify current contract, click"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:190 #: lib/block_scout_web/templates/address/overview.html.eex:192
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "All tokens in the account and total value." msgid "All tokens in the account and total value."
msgstr "" msgstr ""
@ -234,7 +234,7 @@ msgstr ""
msgid "Back Home" msgid "Back Home"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:166 #: lib/block_scout_web/templates/address/overview.html.eex:168
#: lib/block_scout_web/templates/address_token/overview.html.eex:51 #: lib/block_scout_web/templates/address_token/overview.html.eex:51
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Balance" msgid "Balance"
@ -315,7 +315,7 @@ msgstr ""
msgid "Block number containing the transaction." msgid "Block number containing the transaction."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:273 #: lib/block_scout_web/templates/address/overview.html.eex:275
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Block number in which the address was updated." msgid "Block number in which the address was updated."
msgstr "" msgstr ""
@ -338,7 +338,7 @@ msgid "Blocks Indexed"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/_tabs.html.eex:48 #: lib/block_scout_web/templates/address/_tabs.html.eex:48
#: lib/block_scout_web/templates/address/overview.html.eex:291 #: lib/block_scout_web/templates/address/overview.html.eex:293
#: lib/block_scout_web/templates/address_validation/index.html.eex:11 #: lib/block_scout_web/templates/address_validation/index.html.eex:11
#: lib/block_scout_web/views/address_view.ex:371 #: lib/block_scout_web/views/address_view.ex:371
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -944,7 +944,7 @@ msgstr ""
#: lib/block_scout_web/templates/address/_current_coin_balance.html.eex:11 #: lib/block_scout_web/templates/address/_current_coin_balance.html.eex:11
#: lib/block_scout_web/templates/address/index.html.eex:5 #: lib/block_scout_web/templates/address/index.html.eex:5
#: lib/block_scout_web/templates/address/overview.html.eex:179 #: lib/block_scout_web/templates/address/overview.html.eex:181
#: lib/block_scout_web/templates/block/overview.html.eex:215 #: lib/block_scout_web/templates/block/overview.html.eex:215
#: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:24 #: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:24
#: lib/block_scout_web/templates/layout/_topnav.html.eex:79 #: lib/block_scout_web/templates/layout/_topnav.html.eex:79
@ -1000,7 +1000,7 @@ msgstr ""
msgid "Fast" msgid "Fast"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:263 #: lib/block_scout_web/templates/address/overview.html.eex:265
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Fetching gas used..." msgid "Fetching gas used..."
msgstr "" msgstr ""
@ -1015,14 +1015,14 @@ msgstr ""
msgid "Fetching tokens..." msgid "Fetching tokens..."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:210 #: lib/block_scout_web/templates/address/overview.html.eex:212
#: lib/block_scout_web/templates/address/overview.html.eex:218 #: lib/block_scout_web/templates/address/overview.html.eex:220
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Fetching transactions..." msgid "Fetching transactions..."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:237 #: lib/block_scout_web/templates/address/overview.html.eex:239
#: lib/block_scout_web/templates/address/overview.html.eex:245 #: lib/block_scout_web/templates/address/overview.html.eex:247
#: lib/block_scout_web/templates/tokens/overview/_details.html.eex:122 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:122
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Fetching transfers..." msgid "Fetching transfers..."
@ -1071,7 +1071,7 @@ msgstr ""
msgid "Gas Price" msgid "Gas Price"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:256 #: lib/block_scout_web/templates/address/overview.html.eex:258
#: lib/block_scout_web/templates/block/_tile.html.eex:73 #: lib/block_scout_web/templates/block/_tile.html.eex:73
#: lib/block_scout_web/templates/block/overview.html.eex:178 #: lib/block_scout_web/templates/block/overview.html.eex:178
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -1089,7 +1089,7 @@ msgstr ""
msgid "Gas tracker" msgid "Gas tracker"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:255 #: lib/block_scout_web/templates/address/overview.html.eex:257
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Gas used by the address." msgid "Gas used by the address."
msgstr "" msgstr ""
@ -1167,12 +1167,12 @@ msgstr ""
msgid "If you have just submitted this transaction please wait for at least 30 seconds before refreshing this page." msgid "If you have just submitted this transaction please wait for at least 30 seconds before refreshing this page."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:149 #: lib/block_scout_web/templates/address/overview.html.eex:150
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Implementation" msgid "Implementation"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:148 #: lib/block_scout_web/templates/address/overview.html.eex:149
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Implementation address of the proxy contract." msgid "Implementation address of the proxy contract."
msgstr "" msgstr ""
@ -1239,7 +1239,7 @@ msgstr ""
msgid "It could still be in the TX Pool of a different node, waiting to be broadcasted." msgid "It could still be in the TX Pool of a different node, waiting to be broadcasted."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:274 #: lib/block_scout_web/templates/address/overview.html.eex:276
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Last Balance Update" msgid "Last Balance Update"
msgstr "" msgstr ""
@ -1500,7 +1500,7 @@ msgstr ""
msgid "Number of accounts holding the token" msgid "Number of accounts holding the token"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:290 #: lib/block_scout_web/templates/address/overview.html.eex:292
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Number of blocks validated by this validator." msgid "Number of blocks validated by this validator."
msgstr "" msgstr ""
@ -1510,7 +1510,7 @@ msgstr ""
msgid "Number of digits that come after the decimal place when displaying token value" msgid "Number of digits that come after the decimal place when displaying token value"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:201 #: lib/block_scout_web/templates/address/overview.html.eex:203
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Number of transactions related to this address." msgid "Number of transactions related to this address."
msgstr "" msgstr ""
@ -1520,7 +1520,7 @@ msgstr ""
msgid "Number of transfers for the token" msgid "Number of transfers for the token"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:228 #: lib/block_scout_web/templates/address/overview.html.eex:230
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "Number of transfers to/from this address." msgid "Number of transfers to/from this address."
msgstr "" msgstr ""
@ -2222,7 +2222,7 @@ msgid "Token type"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/_tabs.html.eex:21 #: lib/block_scout_web/templates/address/_tabs.html.eex:21
#: lib/block_scout_web/templates/address/overview.html.eex:191 #: lib/block_scout_web/templates/address/overview.html.eex:193
#: lib/block_scout_web/templates/address_token/overview.html.eex:58 #: lib/block_scout_web/templates/address_token/overview.html.eex:58
#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:13 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:13
#: lib/block_scout_web/templates/layout/_topnav.html.eex:70 #: lib/block_scout_web/templates/layout/_topnav.html.eex:70
@ -2366,9 +2366,9 @@ msgid "Transaction type, introduced in EIP-2718."
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/_tabs.html.eex:7 #: lib/block_scout_web/templates/address/_tabs.html.eex:7
#: lib/block_scout_web/templates/address/overview.html.eex:202 #: lib/block_scout_web/templates/address/overview.html.eex:204
#: lib/block_scout_web/templates/address/overview.html.eex:208 #: lib/block_scout_web/templates/address/overview.html.eex:210
#: lib/block_scout_web/templates/address/overview.html.eex:216 #: lib/block_scout_web/templates/address/overview.html.eex:218
#: lib/block_scout_web/templates/address_transaction/index.html.eex:13 #: lib/block_scout_web/templates/address_transaction/index.html.eex:13
#: lib/block_scout_web/templates/block/overview.html.eex:80 #: lib/block_scout_web/templates/block/overview.html.eex:80
#: lib/block_scout_web/templates/block_transaction/index.html.eex:10 #: lib/block_scout_web/templates/block_transaction/index.html.eex:10
@ -2389,9 +2389,9 @@ msgstr ""
msgid "Transactions sent" msgid "Transactions sent"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:229 #: lib/block_scout_web/templates/address/overview.html.eex:231
#: lib/block_scout_web/templates/address/overview.html.eex:235 #: lib/block_scout_web/templates/address/overview.html.eex:237
#: lib/block_scout_web/templates/address/overview.html.eex:243 #: lib/block_scout_web/templates/address/overview.html.eex:245
#: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:50 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:50
#: lib/block_scout_web/templates/tokens/overview/_details.html.eex:118 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:118
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
@ -2711,7 +2711,7 @@ msgstr ""
msgid "custom RPC" msgid "custom RPC"
msgstr "" msgstr ""
#: lib/block_scout_web/templates/address/overview.html.eex:165 #: lib/block_scout_web/templates/address/overview.html.eex:167
#, elixir-autogen, elixir-format #, elixir-autogen, elixir-format
msgid "doesn't include ERC20, ERC721, ERC1155 tokens)." msgid "doesn't include ERC20, ERC721, ERC1155 tokens)."
msgstr "" msgstr ""

Loading…
Cancel
Save