From 02763e06ddf06669174142b4920ad12253e7540e Mon Sep 17 00:00:00 2001 From: Victor Baranov Date: Wed, 7 Oct 2020 14:31:43 +0300 Subject: [PATCH] Dark forest theme on transactions --- .../templates/transaction/overview.html.eex | 16 +++ .../block_scout_web/views/transaction_view.ex | 2 +- apps/block_scout_web/priv/gettext/default.pot | 136 +++++++++--------- .../priv/gettext/en/LC_MESSAGES/default.po | 136 +++++++++--------- 4 files changed, 159 insertions(+), 131 deletions(-) diff --git a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex index 4cf914c3c5..05512c06cd 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/transaction/overview.html.eex @@ -1,6 +1,22 @@ <% block = @transaction.block %> <% decoded_input_data = decoded_input_data(@transaction) %> <% status = transaction_status(@transaction) %> +<% raw_dark_forest_addresses = CustomContractsHelpers.get_raw_dark_forest_addresses_list() %> +<% to_address = @transaction.to_address && "0x" <> Base.encode16(@transaction.to_address.hash.bytes, case: :lower) %> +
diff --git a/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex b/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex index 4691235980..5cf780bd5d 100644 --- a/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex +++ b/apps/block_scout_web/lib/block_scout_web/views/transaction_view.ex @@ -1,7 +1,7 @@ defmodule BlockScoutWeb.TransactionView do use BlockScoutWeb, :view - alias BlockScoutWeb.{AccessHelpers, AddressView, BlockView, TabHelpers} + alias BlockScoutWeb.{AccessHelpers, AddressView, BlockView, CustomContractsHelpers, TabHelpers} alias BlockScoutWeb.Cldr.Number alias Explorer.{Chain, Repo} alias Explorer.Chain.Block.Reward diff --git a/apps/block_scout_web/priv/gettext/default.pot b/apps/block_scout_web/priv/gettext/default.pot index 1d47535edf..b914ccbdbc 100644 --- a/apps/block_scout_web/priv/gettext/default.pot +++ b/apps/block_scout_web/priv/gettext/default.pot @@ -13,7 +13,7 @@ msgstr[0] "" msgstr[1] "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:204 +#: lib/block_scout_web/templates/transaction/overview.html.eex:220 msgid " Token Transfer" msgstr "" @@ -72,7 +72,7 @@ msgid "(query)" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/layout/app.html.eex:66 +#: lib/block_scout_web/templates/layout/app.html.eex:68 msgid "- We're indexing this chain right now. Some of the counts may be inaccurate." msgstr "" @@ -134,8 +134,8 @@ msgid "Addresses" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:27 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:25 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:28 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:26 #: lib/block_scout_web/templates/address_transaction/index.html.eex:24 #: lib/block_scout_web/templates/layout/_network_selector.html.eex:21 #: lib/block_scout_web/templates/layout/_topnav.html.eex:91 @@ -194,7 +194,7 @@ msgid "Block %{block_number} - %{subnetwork} Explorer" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:80 +#: lib/block_scout_web/templates/transaction/overview.html.eex:96 msgid "Block Confirmations" msgstr "" @@ -214,7 +214,7 @@ msgid "Block Mined, awaiting import..." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:66 +#: lib/block_scout_web/templates/transaction/overview.html.eex:82 msgid "Block Number" msgstr "" @@ -406,8 +406,8 @@ msgid "Copy ABI" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:30 -#: lib/block_scout_web/templates/address/overview.html.eex:34 +#: lib/block_scout_web/templates/address/overview.html.eex:39 +#: lib/block_scout_web/templates/address/overview.html.eex:43 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:16 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:20 msgid "Copy Address" @@ -434,12 +434,12 @@ msgid "Copy Source Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:16 +#: lib/block_scout_web/templates/transaction/overview.html.eex:32 msgid "Copy Transaction Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:20 +#: lib/block_scout_web/templates/transaction/overview.html.eex:36 msgid "Copy Txn Hash" msgstr "" @@ -465,7 +465,7 @@ msgid "Create2" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:113 +#: lib/block_scout_web/templates/address/overview.html.eex:122 msgid "Created by" msgstr "" @@ -494,7 +494,7 @@ msgid "Decoded" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:64 +#: lib/block_scout_web/templates/address/_tabs.html.eex:73 msgid "Decompiled code" msgstr "" @@ -536,7 +536,7 @@ msgid "Description" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:25 +#: lib/block_scout_web/templates/address/overview.html.eex:34 #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:166 #: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:127 msgid "Details" @@ -627,7 +627,7 @@ msgid "Error: (Awaiting internal transactions for reason)" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:126 +#: lib/block_scout_web/templates/address/overview.html.eex:135 msgid "Error: Could not determine contract creator." msgstr "" @@ -642,8 +642,8 @@ msgstr "" #: lib/block_scout_web/templates/layout/app.html.eex:32 #: lib/block_scout_web/templates/transaction/_pending_tile.html.eex:20 #: lib/block_scout_web/templates/transaction/_tile.html.eex:29 -#: lib/block_scout_web/templates/transaction/overview.html.eex:189 -#: lib/block_scout_web/templates/transaction/overview.html.eex:263 +#: lib/block_scout_web/templates/transaction/overview.html.eex:205 +#: lib/block_scout_web/templates/transaction/overview.html.eex:279 #: lib/block_scout_web/views/wei_helpers.ex:78 msgid "Ether" msgstr "" @@ -662,7 +662,7 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/block/overview.html.eex:73 -#: lib/block_scout_web/templates/transaction/overview.html.eex:87 +#: lib/block_scout_web/templates/transaction/overview.html.eex:103 msgid "Nonce" msgstr "" @@ -703,8 +703,8 @@ msgid "Forked Blocks (Reorgs)" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:39 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:37 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:40 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:38 #: lib/block_scout_web/templates/address_transaction/index.html.eex:36 #: lib/block_scout_web/views/address_internal_transaction_view.ex:9 #: lib/block_scout_web/views/address_token_transfer_view.ex:9 @@ -750,8 +750,8 @@ msgid "Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:123 -#: lib/block_scout_web/templates/transaction/overview.html.eex:127 +#: lib/block_scout_web/templates/transaction/overview.html.eex:139 +#: lib/block_scout_web/templates/transaction/overview.html.eex:143 msgid "Hex (Default)" msgstr "" @@ -786,7 +786,7 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/transaction/_pending_tile.html.eex:21 #: lib/block_scout_web/templates/transaction/_tile.html.eex:32 -#: lib/block_scout_web/templates/transaction/overview.html.eex:92 +#: lib/block_scout_web/templates/transaction/overview.html.eex:108 msgid "TX Fee" msgstr "" @@ -801,7 +801,7 @@ msgid "There are no holders for this Token." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:55 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:56 msgid "There are no internal transactions for this address." msgstr "" @@ -817,7 +817,7 @@ msgid "There are no logs for this transaction." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:50 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:51 msgid "There are no token transfers for this address." msgstr "" @@ -848,13 +848,13 @@ msgid "There are no transfers for this Token." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:35 +#: lib/block_scout_web/templates/transaction/overview.html.eex:51 msgid "This transaction is pending confirmation." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:33 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:31 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:34 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:32 #: lib/block_scout_web/templates/address_transaction/index.html.eex:30 #: lib/block_scout_web/views/address_internal_transaction_view.ex:8 #: lib/block_scout_web/views/address_token_transfer_view.ex:8 @@ -893,7 +893,7 @@ msgid "Token Transfer" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:9 +#: lib/block_scout_web/templates/address/_tabs.html.eex:11 #: lib/block_scout_web/templates/tokens/instance/overview/_tabs.html.eex:3 #: lib/block_scout_web/templates/tokens/instance/transfer/index.html.eex:16 #: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:3 @@ -961,7 +961,7 @@ msgid "It could still be in the TX Pool of a different node, waiting to be broad msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:98 +#: lib/block_scout_web/templates/address/overview.html.eex:107 msgid "Last Balance Update: Block #" msgstr "" @@ -999,7 +999,7 @@ msgid "License ID" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:291 +#: lib/block_scout_web/templates/transaction/overview.html.eex:307 msgid "Limit" msgstr "" @@ -1172,8 +1172,8 @@ msgid "Price" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:50 -#: lib/block_scout_web/templates/address/overview.html.eex:150 +#: lib/block_scout_web/templates/address/overview.html.eex:59 +#: lib/block_scout_web/templates/address/overview.html.eex:159 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:51 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:101 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:36 @@ -1192,7 +1192,7 @@ msgid "RPC" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:117 +#: lib/block_scout_web/templates/transaction/overview.html.eex:133 msgid "Raw Input" msgstr "" @@ -1284,14 +1284,14 @@ msgid "Show" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:51 +#: lib/block_scout_web/templates/address/overview.html.eex:60 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:52 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:37 msgid "Show QR Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:65 +#: lib/block_scout_web/templates/address/overview.html.eex:74 msgid "Show Validator Info" msgstr "" @@ -1302,10 +1302,10 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/index.html.eex:36 -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:51 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:52 #: lib/block_scout_web/templates/address_logs/index.html.eex:21 #: lib/block_scout_web/templates/address_token/index.html.eex:13 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:55 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:56 #: lib/block_scout_web/templates/address_transaction/index.html.eex:48 #: lib/block_scout_web/templates/address_validation/index.html.eex:22 #: lib/block_scout_web/templates/block_transaction/index.html.eex:23 @@ -1467,7 +1467,7 @@ msgid "Transaction %{transaction}, %{subnetwork} %{transaction}" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:11 +#: lib/block_scout_web/templates/transaction/overview.html.eex:27 msgid "Transaction Details" msgstr "" @@ -1478,7 +1478,7 @@ msgid "Transaction Inputs" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:109 +#: lib/block_scout_web/templates/transaction/overview.html.eex:125 msgid "Transaction Speed" msgstr "" @@ -1505,7 +1505,7 @@ msgid "Type" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:130 +#: lib/block_scout_web/templates/transaction/overview.html.eex:146 msgid "UTF-8" msgstr "" @@ -1531,7 +1531,7 @@ msgid "Use the search box to find a hosted network, or select from the list of a msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:285 +#: lib/block_scout_web/templates/transaction/overview.html.eex:301 msgid "Used" msgstr "" @@ -1556,13 +1556,13 @@ msgid "Validator Data" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:69 +#: lib/block_scout_web/templates/address/overview.html.eex:78 msgid "Validator Info" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:189 -#: lib/block_scout_web/templates/transaction/overview.html.eex:263 +#: lib/block_scout_web/templates/transaction/overview.html.eex:205 +#: lib/block_scout_web/templates/transaction/overview.html.eex:279 msgid "Value" msgstr "" @@ -1656,7 +1656,7 @@ msgid "Yes" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:118 +#: lib/block_scout_web/templates/address/overview.html.eex:127 msgid "at" msgstr "" @@ -1714,8 +1714,8 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/address/_validator_metadata_modal.html.eex:37 -#: lib/block_scout_web/templates/address/overview.html.eex:151 -#: lib/block_scout_web/templates/address/overview.html.eex:159 +#: lib/block_scout_web/templates/address/overview.html.eex:160 +#: lib/block_scout_web/templates/address/overview.html.eex:168 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:102 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:110 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:122 @@ -1741,7 +1741,7 @@ msgid "Decimals" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:281 +#: lib/block_scout_web/templates/transaction/overview.html.eex:297 msgid "Gas" msgstr "" @@ -1788,20 +1788,20 @@ msgid "Transfers" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:142 -#: lib/block_scout_web/templates/transaction/overview.html.eex:155 +#: lib/block_scout_web/templates/transaction/overview.html.eex:158 +#: lib/block_scout_web/templates/transaction/overview.html.eex:171 msgid "Copy Txn Input" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:44 +#: lib/block_scout_web/templates/address/_tabs.html.eex:46 #: lib/block_scout_web/templates/address_validation/index.html.eex:13 #: lib/block_scout_web/views/address_view.ex:354 msgid "Blocks Validated" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:54 +#: lib/block_scout_web/templates/address/_tabs.html.eex:56 #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:165 #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:187 #: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:126 @@ -1811,7 +1811,7 @@ msgid "Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:30 +#: lib/block_scout_web/templates/address/_tabs.html.eex:32 #: lib/block_scout_web/views/address_view.ex:353 msgid "Coin Balance History" msgstr "" @@ -1822,7 +1822,7 @@ msgid "Decompiled Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:24 +#: lib/block_scout_web/templates/address/_tabs.html.eex:26 #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:19 #: lib/block_scout_web/templates/transaction/_tabs.html.eex:11 #: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:6 @@ -1832,7 +1832,7 @@ msgid "Internal Transactions" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:37 +#: lib/block_scout_web/templates/address/_tabs.html.eex:39 #: lib/block_scout_web/templates/address_logs/index.html.eex:8 #: lib/block_scout_web/templates/transaction/_tabs.html.eex:17 #: lib/block_scout_web/templates/transaction_log/index.html.eex:8 @@ -1842,7 +1842,7 @@ msgid "Logs" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:70 +#: lib/block_scout_web/templates/address/_tabs.html.eex:79 #: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:25 #: lib/block_scout_web/views/address_view.ex:349 #: lib/block_scout_web/views/tokens/overview_view.ex:39 @@ -1850,7 +1850,7 @@ msgid "Read Contract" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:17 +#: lib/block_scout_web/templates/address/_tabs.html.eex:19 #: lib/block_scout_web/templates/address_token/index.html.eex:8 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:11 #: lib/block_scout_web/templates/layout/_topnav.html.eex:87 @@ -1861,7 +1861,7 @@ msgid "Tokens" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:3 +#: lib/block_scout_web/templates/address/_tabs.html.eex:5 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:17 #: lib/block_scout_web/templates/address_transaction/index.html.eex:15 #: lib/block_scout_web/templates/block_transaction/index.html.eex:10 @@ -1873,7 +1873,7 @@ msgid "Transactions" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:240 +#: lib/block_scout_web/templates/transaction/overview.html.eex:256 msgid " Token Burning" msgstr "" @@ -1885,7 +1885,7 @@ msgid "Token Burning" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:222 +#: lib/block_scout_web/templates/transaction/overview.html.eex:238 msgid " Token Minting" msgstr "" @@ -1902,18 +1902,18 @@ msgid "Chore Reward" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:58 +#: lib/block_scout_web/templates/transaction/overview.html.eex:74 msgid "Revert reason" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:77 +#: lib/block_scout_web/templates/address/_tabs.html.eex:86 #: lib/block_scout_web/views/address_view.ex:350 msgid "Read Proxy" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:84 +#: lib/block_scout_web/templates/address/_tabs.html.eex:93 #: lib/block_scout_web/views/address_view.ex:351 msgid "Write Contract" msgstr "" @@ -1930,7 +1930,7 @@ msgid "Write" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:91 +#: lib/block_scout_web/templates/address/_tabs.html.eex:100 #: lib/block_scout_web/views/address_view.ex:352 msgid "Write Proxy" msgstr "" @@ -1987,6 +1987,12 @@ msgid "Bridged Tokens" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:16 +#: lib/block_scout_web/templates/address/overview.html.eex:15 msgid "zkSnark space warfare (v0.4)" msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/overview.html.eex:19 +#: lib/block_scout_web/templates/address/overview.html.eex:23 +msgid "Play" +msgstr "" diff --git a/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po b/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po index 1d47535edf..b914ccbdbc 100644 --- a/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po +++ b/apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po @@ -13,7 +13,7 @@ msgstr[0] "" msgstr[1] "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:204 +#: lib/block_scout_web/templates/transaction/overview.html.eex:220 msgid " Token Transfer" msgstr "" @@ -72,7 +72,7 @@ msgid "(query)" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/layout/app.html.eex:66 +#: lib/block_scout_web/templates/layout/app.html.eex:68 msgid "- We're indexing this chain right now. Some of the counts may be inaccurate." msgstr "" @@ -134,8 +134,8 @@ msgid "Addresses" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:27 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:25 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:28 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:26 #: lib/block_scout_web/templates/address_transaction/index.html.eex:24 #: lib/block_scout_web/templates/layout/_network_selector.html.eex:21 #: lib/block_scout_web/templates/layout/_topnav.html.eex:91 @@ -194,7 +194,7 @@ msgid "Block %{block_number} - %{subnetwork} Explorer" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:80 +#: lib/block_scout_web/templates/transaction/overview.html.eex:96 msgid "Block Confirmations" msgstr "" @@ -214,7 +214,7 @@ msgid "Block Mined, awaiting import..." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:66 +#: lib/block_scout_web/templates/transaction/overview.html.eex:82 msgid "Block Number" msgstr "" @@ -406,8 +406,8 @@ msgid "Copy ABI" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:30 -#: lib/block_scout_web/templates/address/overview.html.eex:34 +#: lib/block_scout_web/templates/address/overview.html.eex:39 +#: lib/block_scout_web/templates/address/overview.html.eex:43 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:16 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:20 msgid "Copy Address" @@ -434,12 +434,12 @@ msgid "Copy Source Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:16 +#: lib/block_scout_web/templates/transaction/overview.html.eex:32 msgid "Copy Transaction Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:20 +#: lib/block_scout_web/templates/transaction/overview.html.eex:36 msgid "Copy Txn Hash" msgstr "" @@ -465,7 +465,7 @@ msgid "Create2" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:113 +#: lib/block_scout_web/templates/address/overview.html.eex:122 msgid "Created by" msgstr "" @@ -494,7 +494,7 @@ msgid "Decoded" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:64 +#: lib/block_scout_web/templates/address/_tabs.html.eex:73 msgid "Decompiled code" msgstr "" @@ -536,7 +536,7 @@ msgid "Description" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:25 +#: lib/block_scout_web/templates/address/overview.html.eex:34 #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:166 #: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:127 msgid "Details" @@ -627,7 +627,7 @@ msgid "Error: (Awaiting internal transactions for reason)" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:126 +#: lib/block_scout_web/templates/address/overview.html.eex:135 msgid "Error: Could not determine contract creator." msgstr "" @@ -642,8 +642,8 @@ msgstr "" #: lib/block_scout_web/templates/layout/app.html.eex:32 #: lib/block_scout_web/templates/transaction/_pending_tile.html.eex:20 #: lib/block_scout_web/templates/transaction/_tile.html.eex:29 -#: lib/block_scout_web/templates/transaction/overview.html.eex:189 -#: lib/block_scout_web/templates/transaction/overview.html.eex:263 +#: lib/block_scout_web/templates/transaction/overview.html.eex:205 +#: lib/block_scout_web/templates/transaction/overview.html.eex:279 #: lib/block_scout_web/views/wei_helpers.ex:78 msgid "Ether" msgstr "" @@ -662,7 +662,7 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/block/overview.html.eex:73 -#: lib/block_scout_web/templates/transaction/overview.html.eex:87 +#: lib/block_scout_web/templates/transaction/overview.html.eex:103 msgid "Nonce" msgstr "" @@ -703,8 +703,8 @@ msgid "Forked Blocks (Reorgs)" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:39 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:37 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:40 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:38 #: lib/block_scout_web/templates/address_transaction/index.html.eex:36 #: lib/block_scout_web/views/address_internal_transaction_view.ex:9 #: lib/block_scout_web/views/address_token_transfer_view.ex:9 @@ -750,8 +750,8 @@ msgid "Hash" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:123 -#: lib/block_scout_web/templates/transaction/overview.html.eex:127 +#: lib/block_scout_web/templates/transaction/overview.html.eex:139 +#: lib/block_scout_web/templates/transaction/overview.html.eex:143 msgid "Hex (Default)" msgstr "" @@ -786,7 +786,7 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/transaction/_pending_tile.html.eex:21 #: lib/block_scout_web/templates/transaction/_tile.html.eex:32 -#: lib/block_scout_web/templates/transaction/overview.html.eex:92 +#: lib/block_scout_web/templates/transaction/overview.html.eex:108 msgid "TX Fee" msgstr "" @@ -801,7 +801,7 @@ msgid "There are no holders for this Token." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:55 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:56 msgid "There are no internal transactions for this address." msgstr "" @@ -817,7 +817,7 @@ msgid "There are no logs for this transaction." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:50 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:51 msgid "There are no token transfers for this address." msgstr "" @@ -848,13 +848,13 @@ msgid "There are no transfers for this Token." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:35 +#: lib/block_scout_web/templates/transaction/overview.html.eex:51 msgid "This transaction is pending confirmation." msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:33 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:31 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:34 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:32 #: lib/block_scout_web/templates/address_transaction/index.html.eex:30 #: lib/block_scout_web/views/address_internal_transaction_view.ex:8 #: lib/block_scout_web/views/address_token_transfer_view.ex:8 @@ -893,7 +893,7 @@ msgid "Token Transfer" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:9 +#: lib/block_scout_web/templates/address/_tabs.html.eex:11 #: lib/block_scout_web/templates/tokens/instance/overview/_tabs.html.eex:3 #: lib/block_scout_web/templates/tokens/instance/transfer/index.html.eex:16 #: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:3 @@ -961,7 +961,7 @@ msgid "It could still be in the TX Pool of a different node, waiting to be broad msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:98 +#: lib/block_scout_web/templates/address/overview.html.eex:107 msgid "Last Balance Update: Block #" msgstr "" @@ -999,7 +999,7 @@ msgid "License ID" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:291 +#: lib/block_scout_web/templates/transaction/overview.html.eex:307 msgid "Limit" msgstr "" @@ -1172,8 +1172,8 @@ msgid "Price" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:50 -#: lib/block_scout_web/templates/address/overview.html.eex:150 +#: lib/block_scout_web/templates/address/overview.html.eex:59 +#: lib/block_scout_web/templates/address/overview.html.eex:159 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:51 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:101 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:36 @@ -1192,7 +1192,7 @@ msgid "RPC" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:117 +#: lib/block_scout_web/templates/transaction/overview.html.eex:133 msgid "Raw Input" msgstr "" @@ -1284,14 +1284,14 @@ msgid "Show" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:51 +#: lib/block_scout_web/templates/address/overview.html.eex:60 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:52 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:37 msgid "Show QR Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:65 +#: lib/block_scout_web/templates/address/overview.html.eex:74 msgid "Show Validator Info" msgstr "" @@ -1302,10 +1302,10 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/address_coin_balance/index.html.eex:36 -#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:51 +#: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:52 #: lib/block_scout_web/templates/address_logs/index.html.eex:21 #: lib/block_scout_web/templates/address_token/index.html.eex:13 -#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:55 +#: lib/block_scout_web/templates/address_token_transfer/index.html.eex:56 #: lib/block_scout_web/templates/address_transaction/index.html.eex:48 #: lib/block_scout_web/templates/address_validation/index.html.eex:22 #: lib/block_scout_web/templates/block_transaction/index.html.eex:23 @@ -1467,7 +1467,7 @@ msgid "Transaction %{transaction}, %{subnetwork} %{transaction}" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:11 +#: lib/block_scout_web/templates/transaction/overview.html.eex:27 msgid "Transaction Details" msgstr "" @@ -1478,7 +1478,7 @@ msgid "Transaction Inputs" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:109 +#: lib/block_scout_web/templates/transaction/overview.html.eex:125 msgid "Transaction Speed" msgstr "" @@ -1505,7 +1505,7 @@ msgid "Type" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:130 +#: lib/block_scout_web/templates/transaction/overview.html.eex:146 msgid "UTF-8" msgstr "" @@ -1531,7 +1531,7 @@ msgid "Use the search box to find a hosted network, or select from the list of a msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:285 +#: lib/block_scout_web/templates/transaction/overview.html.eex:301 msgid "Used" msgstr "" @@ -1556,13 +1556,13 @@ msgid "Validator Data" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:69 +#: lib/block_scout_web/templates/address/overview.html.eex:78 msgid "Validator Info" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:189 -#: lib/block_scout_web/templates/transaction/overview.html.eex:263 +#: lib/block_scout_web/templates/transaction/overview.html.eex:205 +#: lib/block_scout_web/templates/transaction/overview.html.eex:279 msgid "Value" msgstr "" @@ -1656,7 +1656,7 @@ msgid "Yes" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:118 +#: lib/block_scout_web/templates/address/overview.html.eex:127 msgid "at" msgstr "" @@ -1714,8 +1714,8 @@ msgstr "" #, elixir-format #: lib/block_scout_web/templates/address/_validator_metadata_modal.html.eex:37 -#: lib/block_scout_web/templates/address/overview.html.eex:151 -#: lib/block_scout_web/templates/address/overview.html.eex:159 +#: lib/block_scout_web/templates/address/overview.html.eex:160 +#: lib/block_scout_web/templates/address/overview.html.eex:168 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:102 #: lib/block_scout_web/templates/tokens/instance/overview/_details.html.eex:110 #: lib/block_scout_web/templates/tokens/overview/_details.html.eex:122 @@ -1741,7 +1741,7 @@ msgid "Decimals" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:281 +#: lib/block_scout_web/templates/transaction/overview.html.eex:297 msgid "Gas" msgstr "" @@ -1788,20 +1788,20 @@ msgid "Transfers" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:142 -#: lib/block_scout_web/templates/transaction/overview.html.eex:155 +#: lib/block_scout_web/templates/transaction/overview.html.eex:158 +#: lib/block_scout_web/templates/transaction/overview.html.eex:171 msgid "Copy Txn Input" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:44 +#: lib/block_scout_web/templates/address/_tabs.html.eex:46 #: lib/block_scout_web/templates/address_validation/index.html.eex:13 #: lib/block_scout_web/views/address_view.ex:354 msgid "Blocks Validated" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:54 +#: lib/block_scout_web/templates/address/_tabs.html.eex:56 #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:165 #: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:187 #: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:126 @@ -1811,7 +1811,7 @@ msgid "Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:30 +#: lib/block_scout_web/templates/address/_tabs.html.eex:32 #: lib/block_scout_web/views/address_view.ex:353 msgid "Coin Balance History" msgstr "" @@ -1822,7 +1822,7 @@ msgid "Decompiled Code" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:24 +#: lib/block_scout_web/templates/address/_tabs.html.eex:26 #: lib/block_scout_web/templates/address_internal_transaction/index.html.eex:19 #: lib/block_scout_web/templates/transaction/_tabs.html.eex:11 #: lib/block_scout_web/templates/transaction_internal_transaction/index.html.eex:6 @@ -1832,7 +1832,7 @@ msgid "Internal Transactions" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:37 +#: lib/block_scout_web/templates/address/_tabs.html.eex:39 #: lib/block_scout_web/templates/address_logs/index.html.eex:8 #: lib/block_scout_web/templates/transaction/_tabs.html.eex:17 #: lib/block_scout_web/templates/transaction_log/index.html.eex:8 @@ -1842,7 +1842,7 @@ msgid "Logs" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:70 +#: lib/block_scout_web/templates/address/_tabs.html.eex:79 #: lib/block_scout_web/templates/tokens/overview/_tabs.html.eex:25 #: lib/block_scout_web/views/address_view.ex:349 #: lib/block_scout_web/views/tokens/overview_view.ex:39 @@ -1850,7 +1850,7 @@ msgid "Read Contract" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:17 +#: lib/block_scout_web/templates/address/_tabs.html.eex:19 #: lib/block_scout_web/templates/address_token/index.html.eex:8 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:11 #: lib/block_scout_web/templates/layout/_topnav.html.eex:87 @@ -1861,7 +1861,7 @@ msgid "Tokens" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:3 +#: lib/block_scout_web/templates/address/_tabs.html.eex:5 #: lib/block_scout_web/templates/address_token_transfer/index.html.eex:17 #: lib/block_scout_web/templates/address_transaction/index.html.eex:15 #: lib/block_scout_web/templates/block_transaction/index.html.eex:10 @@ -1873,7 +1873,7 @@ msgid "Transactions" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:240 +#: lib/block_scout_web/templates/transaction/overview.html.eex:256 msgid " Token Burning" msgstr "" @@ -1885,7 +1885,7 @@ msgid "Token Burning" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:222 +#: lib/block_scout_web/templates/transaction/overview.html.eex:238 msgid " Token Minting" msgstr "" @@ -1902,18 +1902,18 @@ msgid "Chore Reward" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/transaction/overview.html.eex:58 +#: lib/block_scout_web/templates/transaction/overview.html.eex:74 msgid "Revert reason" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:77 +#: lib/block_scout_web/templates/address/_tabs.html.eex:86 #: lib/block_scout_web/views/address_view.ex:350 msgid "Read Proxy" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:84 +#: lib/block_scout_web/templates/address/_tabs.html.eex:93 #: lib/block_scout_web/views/address_view.ex:351 msgid "Write Contract" msgstr "" @@ -1930,7 +1930,7 @@ msgid "Write" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/_tabs.html.eex:91 +#: lib/block_scout_web/templates/address/_tabs.html.eex:100 #: lib/block_scout_web/views/address_view.ex:352 msgid "Write Proxy" msgstr "" @@ -1987,6 +1987,12 @@ msgid "Bridged Tokens" msgstr "" #, elixir-format -#: lib/block_scout_web/templates/address/overview.html.eex:16 +#: lib/block_scout_web/templates/address/overview.html.eex:15 msgid "zkSnark space warfare (v0.4)" msgstr "" + +#, elixir-format +#: lib/block_scout_web/templates/address/overview.html.eex:19 +#: lib/block_scout_web/templates/address/overview.html.eex:23 +msgid "Play" +msgstr ""