Git Product home page Git Product logo

Comments (7)

gorgos avatar gorgos commented on September 3, 2024 1

At least proxies are supported now by Etherscan: https://medium.com/etherscan-blog/and-finally-proxy-contract-support-on-etherscan-693e3da0714b.

from truffle-plugin-verify.

rkalis avatar rkalis commented on September 3, 2024 1

thanks to PR #61 from @hellwolf it's now possible to provide the encoded constructor args as a force override with the --forceConstructorArgs option. I'll leave this issue open though since we might want to update this in the future to allow unencoded args or to figure out some automated process.

from truffle-plugin-verify.

rkalis avatar rkalis commented on September 3, 2024

Have you been able to verify these contracts manually through Etherscan? If so, what were the steps you took?

from truffle-plugin-verify.

gorgos avatar gorgos commented on September 3, 2024

My latest info is that it's not yet supported by Etherscan, see https://www.reddit.com/r/etherscan/comments/9uzw8i/eip1167_clonefactory_support/.

from truffle-plugin-verify.

ffarhanaamin avatar ffarhanaamin commented on September 3, 2024

are there any plans to fix this ? as suggested on another thread can we add a CLI argument with ctor params? that would help

from truffle-plugin-verify.

rkalis avatar rkalis commented on September 3, 2024

I'll x-post the reply from #35 here as well:

To respond to the issue: there's not a very easy solution yet. I'm considering to add a flag to the CLI to manually provide constructor parameters so it doesn't need to retrieve them from Etherscan. An alternative solution is to potentially use the Truffle Debugger to see if we can trace back the constructor parameters that were used. But for now unfortunately there's no good workaround.

Probably the easiest thing would be add a CLI flag --args that takes in (preferably the unencoded) args, which then get ABI encoded and are used by the plugin instead of trying to retrieve it from Etherscan. I'm open to any PRs that add this functionality.

from truffle-plugin-verify.

rkalis avatar rkalis commented on September 3, 2024

Since Truffle is being sunset, I don't plan to add new features, so I'm closing this issue. The "manual" constructor arg passing will have to do.

from truffle-plugin-verify.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.