Skip to main content

Questions tagged [contract-verification]

The tag has no usage guidance.

0 votes
0 answers
17 views

Issue with ERC20 Contract Verification on Base API Despite Successful Response

I'm attempting to verify my ERC20 contract using the Base API. I'm receiving a positive response with the following: { "status": "1", "message": "OK", ...
Yazan Ali's user avatar
0 votes
0 answers
23 views

Contract Verification Problem

I'm encountering a perplexing issue while trying to verify my contract through BaseScan. I received a successful verification response from https://api.basescan.org/api as follows: { "status&...
Yazan Ali's user avatar
0 votes
0 answers
43 views

Unable to generate Contract ByteCode and ABI

I have deployed my smart contract on Base Mainnet, and when i try to verify it on Basescan, I keep getting this error message: "Error! Unable to generate Contract ByteCode and ABI (General ...
alanng90211's user avatar
0 votes
0 answers
24 views

I am experimenting with a contract and creating my own router and running into a verification Issue on EtherScan

hope you all are well. I wanted to see if anyone would be able to help me diagnose what I could possibly be doing wrong. Ive read through numerous posts and it seems many solutions have not yet helped ...
Altcoin View's user avatar
0 votes
1 answer
635 views

I can't verify a proxy contract on polygon amoy testnet with Hardhat

how can I verify a proxy contract on polygon amoy testnet with Hardhat? When I run the verify command, I get the following error, so I can't verify: Etherscan API call failed with status 404, response:...
user1492006's user avatar
0 votes
0 answers
16 views

Etherscan.io Verification Addresses

It's taking me a long time to verify addresses on Etherscan.io Can someone give me a solution for verifying contract addresses?
Brenda Lee Smith's user avatar
3 votes
3 answers
2k views

Unable to verify contracts on polygon Amoy testnet

I have deployed some contracts on amoy testnet. To verify I followed this doc and I have also used the same approach for other chains as well. But in this case I am getting the following error: Error ...
Solidity Nerd's user avatar
0 votes
0 answers
49 views

Etherscan - Problem with smart contract verification (Error! Unable to generate Contract Bytecode and ABI)

I got a smart contract created (Metamask) and deployed to Etherscan via REMIX. On Etherscan my Metamask wallet appears as contract creator. All went fine - so far so good. Now my problem: I try to ...
hausgeist's user avatar
0 votes
0 answers
18 views

Etherscan does not recognize Remix Flatten contract? Don't know why?

I just tried to verify my token contract in Etherscan with a flattened version of the contract, generated from the Remix feature. It is a standard openzeppelin ERC20 contract and got the following ...
Patupai's user avatar
1 vote
2 answers
85 views

Verification of a proxy contract not working because of constructor args

I am creating a smart contract verification service as a learning experiment and I am now able to verify most of contracts that I come across etherScan (in part doing so there is not only an option). ...
Daniel Pérez García's user avatar
0 votes
1 answer
92 views

Different bytecodes when verifying contract on Etherscan Goerli for code from OpenZeppelin Wizard

I went to https://wizard.openzeppelin.com to generate an ERC20 contract and then pasted the contract on Remix and deployed on Goerli. Then, I flattened the same code and tried to verify it on Goerli ...
ratib90486's user avatar
0 votes
0 answers
26 views

Multiple Solidity Versions in flattened file

I have deployed a contract to Mumbai Polygon testnet. While verifying and publishing source code, the flattened file has multiple solidity versions. I got the error below. The OpenZeppelin contracts ...
Valli Nayaki Chidambaram's user avatar
1 vote
0 answers
268 views

Foundry: Veirfy contracts on deployment with config in foundry.toml

Ok so I'm using Foundry to deploy contracts to multiple networks (Ethereum and L2s). I use the --verify option to verify on deployment. On goerli network the contracts get verified automatically on ...
Inn0vative1's user avatar
0 votes
1 answer
172 views

How to Retrieve Library Addresses Linked to a Smart Contract on Etherscan?

I've run into a situation where I need to identify the library addresses that a verified contract is linked to. I understand that during the contract verification process on Etherscan, one must ...
MShakeG's user avatar
  • 1,735
0 votes
1 answer
27 views

How can I verify & publish source code on bscscan?

Can someone please help me verify & publish the source code for this token? I keep getting error message saying invalid constructor arguments (please make sure they are in ABI encoded format). ...
Toya Brown's user avatar

15 30 50 per page
1
2 3 4 5
8