eosnetworkfoundation / blockscout

Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
http://docs.blockscout.com
GNU General Public License v3.0
2 stars 2 forks source link

Unable to verify contract due to contract creation transaction not being indexed yet #20

Closed nsjames closed 1 year ago

nsjames commented 1 year ago

A user report came in which shows that in the case of a contract not being indexed yet, they are unable to verify their contract. However, it seems the contract creation transaction does show up on the stack.

The address also says: "Error: Could not determine contract creator." on blockscout.

Environment

Steps to reproduce

Please see the internal EVM telegram group as the reporter has not approved public display of their information.

Expected behaviour

The contract should be able to be verified.

Actual behaviour

The contract cannot be verified.

yarkinwho commented 1 year ago

It's actually caused by https://github.com/eosnetworkfoundation/eos-evm/issues/551