From 5a97f6fa85d685ce39ba4e707c910f9387ab9207 Mon Sep 17 00:00:00 2001 From: nikitosing Date: Thu, 16 Sep 2021 10:30:03 +0300 Subject: [PATCH] Change burn address to string --- CHANGELOG.md | 1 + .../lib/block_scout_web/templates/address/overview.html.eex | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341edf1b57..19b967c77d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - [#4579](https://github.com/blockscout/blockscout/pull/4579) - Write contract page: Resize inputs; Improve multiplier selector ### Fixes +- [#4654](https://github.com/blockscout/blockscout/pull/4654) - AddressView: Change `@burn_address` to string `0x0000000000000000000000000000000000000000` - [#4626](https://github.com/blockscout/blockscout/pull/4626) - Refine view of popup for reverted tx - [#4640](https://github.com/blockscout/blockscout/pull/4640) - Token page: fixes in mobile view - [#4612](https://github.com/blockscout/blockscout/pull/4612) - Hide error selector in the contract's functions list diff --git a/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex b/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex index b5abe71701..13a21fe728 100644 --- a/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex +++ b/apps/block_scout_web/lib/block_scout_web/templates/address/overview.html.eex @@ -60,7 +60,7 @@

<%= @address %>

<%= if @is_proxy do %> - <% implementation_address = Chain.get_implementation_address_hash(@address.hash, @address.smart_contract.abi) || @burn_address %> + <% implementation_address = Chain.get_implementation_address_hash(@address.hash, @address.smart_contract.abi) || "0x0000000000000000000000000000000000000000" %>
<%= gettext("Implementation:") %> <%= link(