blockscout / blockscout-rs

Microservices for blockscout indexer
MIT License
157 stars 113 forks source link

Cant verify vyper contract #732

Open bulbazavr1024 opened 9 months ago

bulbazavr1024 commented 9 months ago

Description

I have Vyper contract with compiler 0.3.9 https://gist.githubusercontent.com/aliberkhsl/f3e1b6b46d815749fa933e931cc61b56/raw/10b620c2a9a755f4b494f6bd89b946ce1ba76698/GaugeProxy.vy

When I try to verify it a receive such messages

image image

This is my contract http://164.92.137.42/address/0x20132E78b993DF0bB1af9ecB6E0C9912555E7bA2

Type of the installation

Docker-compose

Type of the JSON RPC archive node

Geth

Type of the chain

L1

Link to the page

http://164.92.137.42/address/0x20132E78b993DF0bB1af9ecB6E0C9912555E7bA2

Steps to reproduce

1) Verify and publish 2) Select Vyper(Contract) 3) Choose compiler 0.3.9 4) Past source code 5) Evm version set to default

Backend version

v5.3.3-beta

Frontend version

v1.19.0

Elixir & Erlang/OTP versions

Docker-compose

Operating system

Ubuntu 22.02

Additional information

No response

bulbazavr1024 commented 9 months ago

@rimrakhimov Can you please take a look ? Btw, other vyper contracts have been verified successfully

bulbazavr1024 commented 9 months ago

@vbaranov Can you check it please ?

bulbazavr1024 commented 9 months ago

@rimrakhimov Hello! Any updates ?