Replies: 3 comments 6 replies
-
Hello @0xdavinci, I always verify my contract the moment I deploy using the foundry |
Beta Was this translation helpful? Give feedback.
-
Hi |
Beta Was this translation helpful? Give feedback.
-
@0xdavinci @EdwinFairchild @DCVglobalnetwork If you want to verify you contract after has been deployed, you need to use a plugin on Remix called contract verification. to use it on etherscan you need your etherscan API key otherwise you can use blockscout. |
Beta Was this translation helpful? Give feedback.
-
I deployed the smart contract on Sepolia.
My contract used solidity 0.8.28 .
Here is my contract address.
https://sepolia.etherscan.io/address/0x69be1adb241e9215633f48fee8d7532da77c83d0
I tried to verify and publish my contract source code.
I set the Compiler Version to v0.8.28+commit.7893614a.
Error! Unable to generate Contract Bytecode and ABI
Beta Was this translation helpful? Give feedback.
All reactions