EIP-1967 hot-fix

pull/3903/head
Viktor Baranov 4 years ago
parent 39182070c9
commit bb6bdb5e02
  1. 2
      apps/explorer/lib/explorer/chain.ex

@ -5994,7 +5994,7 @@ defmodule Explorer.Chain do
implementation_method_abi =
abi
|> Enum.find(fn method ->
Map.get(method, "name") == "implementation"
Map.get(method, "name") == "implementation" && Map.get(method, "stateMutability") == "view"
end)
master_copy_method_abi =

Loading…
Cancel
Save