Merge pull request #4751 from blockscout/np-change-text-trade-button

Change text and link for `trade STAKE` button
pull/4759/head
Victor Baranov 3 years ago committed by GitHub
commit 3b346584b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 26
      .github/workflows/config.yml
  2. 1
      CHANGELOG.md
  3. 4
      apps/block_scout_web/lib/block_scout_web/templates/stakes/_stakes_top.html.eex
  4. 374
      apps/block_scout_web/priv/gettext/default.pot
  5. 374
      apps/block_scout_web/priv/gettext/en/LC_MESSAGES/default.po

@ -38,7 +38,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-
@ -98,7 +98,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -122,7 +122,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -145,7 +145,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -154,7 +154,7 @@ jobs:
id: dialyzer-cache
with:
path: priv/plts
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-dialyzer-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-dialyzer-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-dialyzer-"
@ -185,7 +185,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -211,7 +211,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -239,7 +239,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -288,7 +288,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -350,7 +350,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -406,7 +406,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -473,7 +473,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"
@ -534,7 +534,7 @@ jobs:
path: |
deps
_build
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_4-${{ hashFiles('mix.lock') }}
key: ${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-mixlockhash_5-${{ hashFiles('mix.lock') }}
restore-keys: |
${{ runner.os }}-${{ env.ELIXIR_VERSION }}-${{ env.OTP_VERSION }}-${{ env.MIX_ENV }}-deps-"

@ -19,6 +19,7 @@
- [#4579](https://github.com/blockscout/blockscout/pull/4579) - Write contract page: Resize inputs; Improve multiplier selector
### Fixes
- [#4751](https://github.com/blockscout/blockscout/pull/4751) - Change text and link for `trade STAKE` button
- [#4746](https://github.com/blockscout/blockscout/pull/4746) - Fix comparison of decimal value
- [#4711](https://github.com/blockscout/blockscout/pull/4711) - Add trimming to the contract functions inputs
- [#4729](https://github.com/blockscout/blockscout/pull/4729) - Fix bugs with fees in cases of txs with `gas price = 0`

@ -46,10 +46,10 @@
</a>
<a
class="btn-full-primary full-width btn-add-full"
href="https://bitmax.io/register?inviteCode=5EYVQSTQ"
href="https://ascendex.com/register?inviteCode=5EYVQSTQ"
target="_blank"
>
<span class="btn-full-primary-text"><%= gettext("Trade STAKE on BitMax") %></span>
<span class="btn-full-primary-text"><%= gettext("Trade STAKE on AscendEX") %></span>
</a>
</div>
</div>

@ -108,6 +108,16 @@ msgstr ""
msgid "64-bit hash of value verifying proof-of-work (note: null for POA chains)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:76
msgid "<p>Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.</p>\n <p>Active stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.</p>\n <p>If you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.</p>\n"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36
msgid "<p>To become a candidate, your staking address must be funded with %{tokenSymbol} tokens <strong>and</strong> %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.</p>\n <p>To become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the <strong>Stake</strong> button next to the address to begin the process.</p>"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:91
msgid "A block producer who successfully included the block onto the blockchain."
@ -185,6 +195,11 @@ msgstr ""
msgid "Address (external or contract) sending the transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:166
msgid "Address balance in xDAI (doesn't include ERC20, ERC721, ERC1155 tokens)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:5
msgid "Addresses"
@ -214,6 +229,11 @@ msgstr ""
msgid "All pool participant addresses. The top address belongs to the %{pool_type}."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:191
msgid "All tokens in the account and total value."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:27
msgid "Already Ordered:"
@ -225,6 +245,11 @@ msgstr ""
msgid "Amount"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "Amount of"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:41
msgid "Amount of %{symbol} placed by an address."
@ -372,6 +397,11 @@ msgstr ""
msgid "Block number containing the transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:249
msgid "Block number in which the address was updated."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/_metatags.html.eex:4
msgid "BlockScout provides analytics data, API, and Smart Contract tools for the %{subnetwork}"
@ -426,6 +456,11 @@ msgstr ""
msgid "Burnt Fees"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/common_components/_csv_export_button.html.eex:2
msgid "CSV"
msgstr ""
#, elixir-format
#: lib/block_scout_web/views/internal_transaction_view.ex:21
msgid "Call"
@ -528,6 +563,11 @@ msgstr ""
msgid "Coin Balance History"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Collapse"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:71
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:44
@ -783,6 +823,11 @@ msgstr ""
msgid "Create2"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:120
msgid "Creator"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:146
#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:116
@ -921,6 +966,11 @@ msgstr ""
msgid "Displaying the init data provided of the creating transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:25
msgid "Download"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:30
msgid "Drop sources and metadata JSON file or click here"
@ -984,6 +1034,11 @@ msgstr ""
msgid "Enter the Solidity Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:55
msgid "Enter the Vyper Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_top.html.eex:4
msgid "Epoch number"
@ -1048,6 +1103,16 @@ msgstr ""
msgid "Execute"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Expand"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:10
msgid "Export Data"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:234
msgid "External libraries"
@ -1120,6 +1185,12 @@ msgstr ""
msgid "Gas Used by Transaction"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:236
#: lib/block_scout_web/templates/address/overview.html.eex:265
msgid "Gas used by the address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:54
msgid "Genesis Block"
@ -1188,6 +1259,16 @@ msgstr ""
msgid "If you have just submitted this transaction please wait for at least 30 seconds before refreshing this page."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:149
msgid "Implementation"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:148
msgid "Implementation address of the proxy contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_table.html.eex:12
msgid "Inactive Pool Addresses. Current validator pools are specified by a checkmark."
@ -1262,6 +1343,11 @@ msgstr ""
msgid "JSON RPC error"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:250
msgid "Last Balance Update"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/app.html.eex:42
msgid "Less than"
@ -1504,12 +1590,27 @@ msgstr ""
msgid "Name"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:44
msgid "Net Worth"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:9
msgid "New Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:18
msgid "New Solidity Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:13
msgid "New Vyper Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:84
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:91 lib/block_scout_web/templates/address_contract_verification/new.html.eex:99
@ -1539,6 +1640,16 @@ msgstr ""
msgid "Nonce"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:202
msgid "Number of transactions related to this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:219
msgid "Number of transfers to/from this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:36
#: lib/block_scout_web/templates/transaction/_tile.html.eex:76
@ -1893,6 +2004,21 @@ msgstr ""
msgid "Show only those I have stake in"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "Shows the current"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:59
msgid "Shows the tokens held in the address (includes ERC-20, ERC-721 and ERC-1155)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:45
msgid "Shows total assets held in the address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:108
msgid "Size"
@ -2102,6 +2228,16 @@ msgstr ""
msgid "The hash of the block from which this block was generated."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:92
msgid "The name found in the source code of the Contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:103
msgid "The name of the validator."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_table.html.eex:43
msgid "The number of delegators providing stake to the pool. Click on the number to see more details."
@ -2334,6 +2470,11 @@ msgstr ""
msgid "Toggle navigation"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:73
msgid "Token"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/tokens/transfer/_token_transfer.html.eex:8
#: lib/block_scout_web/templates/transaction_token_transfer/_token_transfer.html.eex:6 lib/block_scout_web/views/transaction_view.ex:451
@ -2386,6 +2527,11 @@ msgstr ""
msgid "Token Transfers"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:72
msgid "Token name and symbol."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:21
#: lib/block_scout_web/templates/address/overview.html.eex:192 lib/block_scout_web/templates/address_token/overview.html.eex:58
@ -2468,7 +2614,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_top.html.eex:52
msgid "Trade STAKE on BitMax"
msgid "Trade STAKE on AscendEX"
msgstr ""
#, elixir-format
@ -2537,6 +2683,11 @@ msgstr ""
msgid "Transactions"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:119
msgid "Transactions and address of creation."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tile.html.eex:31
msgid "Transactions sent"
@ -2674,6 +2825,11 @@ msgstr ""
msgid "Validator Info"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:104
msgid "Validator Name"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_table.html.eex:8
msgid "Validator Pool Addresses."
@ -2725,6 +2881,16 @@ msgstr ""
msgid "Version"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:41
msgid "Via Sourcify: Sources and metadata JSON file"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:35
msgid "Via flattened source code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/show.html.eex:175
msgid "View All Blocks"
@ -2766,6 +2932,11 @@ msgstr ""
msgid "View transaction %{transaction} on %{subnetwork}"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:47
msgid "Vyper contract"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/smart_contract/_functions.html.eex:124
msgid "WEI"
@ -2911,6 +3082,21 @@ msgstr ""
msgid "at"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "balance of the address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "burned for this transaction. Equals Block Base Fee per Gas * Gas Used."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:209
msgid "burned from transactions included in the block (Base fee (per unit of gas) * Gas Used)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:24
msgid "button"
@ -3004,189 +3190,3 @@ msgstr ""
#: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:18
msgid "validator"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:76
msgid "<p>Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.</p>\n <p>Active stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.</p>\n <p>If you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.</p>\n"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36
msgid "<p>To become a candidate, your staking address must be funded with %{tokenSymbol} tokens <strong>and</strong> %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.</p>\n <p>To become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the <strong>Stake</strong> button next to the address to begin the process.</p>"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Collapse"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Expand"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "Amount of"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "burned for this transaction. Equals Block Base Fee per Gas * Gas Used."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:209
msgid "burned from transactions included in the block (Base fee (per unit of gas) * Gas Used)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:55
msgid "Enter the Vyper Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:18
msgid "New Solidity Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:13
msgid "New Vyper Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:41
msgid "Via Sourcify: Sources and metadata JSON file"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:35
msgid "Via flattened source code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:47
msgid "Vyper contract"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/common_components/_csv_export_button.html.eex:2
msgid "CSV"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:25
msgid "Download"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:10
msgid "Export Data"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:166
msgid "Address balance in xDAI (doesn't include ERC20, ERC721, ERC1155 tokens)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:191
msgid "All tokens in the account and total value."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:249
msgid "Block number in which the address was updated."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:120
msgid "Creator"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:236
#: lib/block_scout_web/templates/address/overview.html.eex:265
msgid "Gas used by the address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:149
msgid "Implementation"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:148
msgid "Implementation address of the proxy contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:250
msgid "Last Balance Update"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:44
msgid "Net Worth"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:202
msgid "Number of transactions related to this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:219
msgid "Number of transfers to/from this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "Shows the current"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:59
msgid "Shows the tokens held in the address (includes ERC-20, ERC-721 and ERC-1155)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:45
msgid "Shows total assets held in the address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:92
msgid "The name found in the source code of the Contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:103
msgid "The name of the validator."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:73
msgid "Token"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:72
msgid "Token name and symbol."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:119
msgid "Transactions and address of creation."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:104
msgid "Validator Name"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "balance of the address"
msgstr ""

@ -108,6 +108,16 @@ msgstr ""
msgid "64-bit hash of value verifying proof-of-work (note: null for POA chains)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:76
msgid "<p>Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.</p>\n <p>Active stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.</p>\n <p>If you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.</p>\n"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36
msgid "<p>To become a candidate, your staking address must be funded with %{tokenSymbol} tokens <strong>and</strong> %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.</p>\n <p>To become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the <strong>Stake</strong> button next to the address to begin the process.</p>"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:91
msgid "A block producer who successfully included the block onto the blockchain."
@ -185,6 +195,11 @@ msgstr ""
msgid "Address (external or contract) sending the transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:166
msgid "Address balance in xDAI (doesn't include ERC20, ERC721, ERC1155 tokens)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/index.html.eex:5
msgid "Addresses"
@ -214,6 +229,11 @@ msgstr ""
msgid "All pool participant addresses. The top address belongs to the %{pool_type}."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:191
msgid "All tokens in the account and total value."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:27
msgid "Already Ordered:"
@ -225,6 +245,11 @@ msgstr ""
msgid "Amount"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "Amount of"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:41
msgid "Amount of %{symbol} placed by an address."
@ -372,6 +397,11 @@ msgstr ""
msgid "Block number containing the transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:249
msgid "Block number in which the address was updated."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/_metatags.html.eex:4
msgid "BlockScout provides analytics data, API, and Smart Contract tools for the %{subnetwork}"
@ -426,6 +456,11 @@ msgstr ""
msgid "Burnt Fees"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/common_components/_csv_export_button.html.eex:2
msgid "CSV"
msgstr ""
#, elixir-format
#: lib/block_scout_web/views/internal_transaction_view.ex:21
msgid "Call"
@ -528,6 +563,11 @@ msgstr ""
msgid "Coin Balance History"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Collapse"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:71
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:44
@ -783,6 +823,11 @@ msgstr ""
msgid "Create2"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:120
msgid "Creator"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/api_docs/_action_tile.html.eex:146
#: lib/block_scout_web/templates/api_docs/_eth_rpc_item.html.eex:116
@ -921,6 +966,11 @@ msgstr ""
msgid "Displaying the init data provided of the creating transaction."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:25
msgid "Download"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:30
msgid "Drop sources and metadata JSON file or click here"
@ -984,6 +1034,11 @@ msgstr ""
msgid "Enter the Solidity Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:55
msgid "Enter the Vyper Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_top.html.eex:4
msgid "Epoch number"
@ -1048,6 +1103,16 @@ msgstr ""
msgid "Execute"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Expand"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:10
msgid "Export Data"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:234
msgid "External libraries"
@ -1120,6 +1185,12 @@ msgstr ""
msgid "Gas Used by Transaction"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:236
#: lib/block_scout_web/templates/address/overview.html.eex:265
msgid "Gas used by the address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:54
msgid "Genesis Block"
@ -1188,6 +1259,16 @@ msgstr ""
msgid "If you have just submitted this transaction please wait for at least 30 seconds before refreshing this page."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:149
msgid "Implementation"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:148
msgid "Implementation address of the proxy contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_table.html.eex:12
msgid "Inactive Pool Addresses. Current validator pools are specified by a checkmark."
@ -1262,6 +1343,11 @@ msgstr ""
msgid "JSON RPC error"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:250
msgid "Last Balance Update"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/layout/app.html.eex:42
msgid "Less than"
@ -1504,12 +1590,27 @@ msgstr ""
msgid "Name"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:44
msgid "Net Worth"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:9
#: lib/block_scout_web/templates/address_contract_verification_via_json/new.html.eex:9
msgid "New Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:18
msgid "New Solidity Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:13
msgid "New Vyper Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:84
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:91 lib/block_scout_web/templates/address_contract_verification/new.html.eex:99
@ -1539,6 +1640,16 @@ msgstr ""
msgid "Nonce"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:202
msgid "Number of transactions related to this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:219
msgid "Number of transfers to/from this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/internal_transaction/_tile.html.eex:36
#: lib/block_scout_web/templates/transaction/_tile.html.eex:76
@ -1893,6 +2004,21 @@ msgstr ""
msgid "Show only those I have stake in"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "Shows the current"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:59
msgid "Shows the tokens held in the address (includes ERC-20, ERC-721 and ERC-1155)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:45
msgid "Shows total assets held in the address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:108
msgid "Size"
@ -2102,6 +2228,16 @@ msgstr ""
msgid "The hash of the block from which this block was generated."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:92
msgid "The name found in the source code of the Contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:103
msgid "The name of the validator."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_table.html.eex:43
msgid "The number of delegators providing stake to the pool. Click on the number to see more details."
@ -2334,6 +2470,11 @@ msgstr ""
msgid "Toggle navigation"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:73
msgid "Token"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/tokens/transfer/_token_transfer.html.eex:8
#: lib/block_scout_web/templates/transaction_token_transfer/_token_transfer.html.eex:6 lib/block_scout_web/views/transaction_view.ex:451
@ -2386,6 +2527,11 @@ msgstr ""
msgid "Token Transfers"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:72
msgid "Token name and symbol."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tabs.html.eex:21
#: lib/block_scout_web/templates/address/overview.html.eex:192 lib/block_scout_web/templates/address_token/overview.html.eex:58
@ -2468,7 +2614,7 @@ msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_top.html.eex:52
msgid "Trade STAKE on BitMax"
msgid "Trade STAKE on AscendEX"
msgstr ""
#, elixir-format
@ -2537,6 +2683,11 @@ msgstr ""
msgid "Transactions"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:119
msgid "Transactions and address of creation."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/_tile.html.eex:31
msgid "Transactions sent"
@ -2674,6 +2825,11 @@ msgstr ""
msgid "Validator Info"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:104
msgid "Validator Name"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_table.html.eex:8
msgid "Validator Pool Addresses."
@ -2725,6 +2881,16 @@ msgstr ""
msgid "Version"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:41
msgid "Via Sourcify: Sources and metadata JSON file"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:35
msgid "Via flattened source code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/chain/show.html.eex:175
msgid "View All Blocks"
@ -2766,6 +2932,11 @@ msgstr ""
msgid "View transaction %{transaction} on %{subnetwork}"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:47
msgid "Vyper contract"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/smart_contract/_functions.html.eex:124
msgid "WEI"
@ -2911,6 +3082,21 @@ msgstr ""
msgid "at"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "balance of the address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "burned for this transaction. Equals Block Base Fee per Gas * Gas Used."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:209
msgid "burned from transactions included in the block (Base fee (per unit of gas) * Gas Used)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract/index.html.eex:24
msgid "button"
@ -3004,189 +3190,3 @@ msgstr ""
#: lib/block_scout_web/templates/stakes/_stakes_modal_delegators_list.html.eex:18
msgid "validator"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_withdraw.html.eex:76
msgid "<p>Pending stake (stake placed on a candidate pool or placed during the current staking epoch) may be withdrawn now.</p>\n <p>Active stake (stake available after the current epoch) can be ordered for withdrawal from the pool, and will be available to claim after the current staking epoch is complete.</p>\n <p>If you have already ordered (and the staking window is still open), you may increase your current order by entering a positive value, or decrease your current order by entering a negative value in the box and clicking 'Order Withdrawal'. You must either keep the minimum stake amount in the pool, or order your entire stake for withdrawal.</p>\n"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/stakes/_stakes_modal_become_candidate.html.eex:36
msgid "<p>To become a candidate, your staking address must be funded with %{tokenSymbol} tokens <strong>and</strong> %{coinSymbol} coins, and your OpenEthereum node must be active and configured with the mining address you specify here.</p>\n <p>To become a delegator, close this window and select an address from the list of pools you would like to place stake on. Click the <strong>Stake</strong> button next to the address to begin the process.</p>"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Collapse"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/_decoded_input_body.html.eex:53
msgid "Expand"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "Amount of"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/transaction/overview.html.eex:399
msgid "burned for this transaction. Equals Block Base Fee per Gas * Gas Used."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/block/overview.html.eex:209
msgid "burned from transactions included in the block (Base fee (per unit of gas) * Gas Used)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:55
msgid "Enter the Vyper Contract Code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_via_flattened_code/new.html.eex:18
msgid "New Solidity Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification_vyper/new.html.eex:13
msgid "New Vyper Smart Contract Verification"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:41
msgid "Via Sourcify: Sources and metadata JSON file"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:35
msgid "Via flattened source code"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_contract_verification/new.html.eex:47
msgid "Vyper contract"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/common_components/_csv_export_button.html.eex:2
msgid "CSV"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:25
msgid "Download"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/csv_export/index.html.eex:10
msgid "Export Data"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:166
msgid "Address balance in xDAI (doesn't include ERC20, ERC721, ERC1155 tokens)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:191
msgid "All tokens in the account and total value."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:249
msgid "Block number in which the address was updated."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:120
msgid "Creator"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:236
#: lib/block_scout_web/templates/address/overview.html.eex:265
msgid "Gas used by the address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:149
msgid "Implementation"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:148
msgid "Implementation address of the proxy contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:250
msgid "Last Balance Update"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:44
msgid "Net Worth"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:202
msgid "Number of transactions related to this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:219
msgid "Number of transfers to/from this address."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "Shows the current"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:59
msgid "Shows the tokens held in the address (includes ERC-20, ERC-721 and ERC-1155)."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:45
msgid "Shows total assets held in the address"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:92
msgid "The name found in the source code of the Contract."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:103
msgid "The name of the validator."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:73
msgid "Token"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:72
msgid "Token name and symbol."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:119
msgid "Transactions and address of creation."
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address/overview.html.eex:104
msgid "Validator Name"
msgstr ""
#, elixir-format
#: lib/block_scout_web/templates/address_token/overview.html.eex:52
msgid "balance of the address"
msgstr ""

Loading…
Cancel
Save