How to publish and verify smart contract code (Solidity, Remix, EVM)

preview_player
Показать описание
From this video, you will learn how to verify and publish smart contract code. After verification, anybody can check code and start interacting with your contract directly from blockchain explorer like etherscan or others.

#ethereum #remix #solidity

Рекомендации по теме
Комментарии
Автор

Thanks man! :) I was stuck in this since last 2 hours. Finally able to verify contract.
To all, set compiler version to max in etherscan beforehand, otherwise it won't verify.

ankitkathayat
Автор

this video just save my life! thank you mate!

joanh
Автор

You are lifesaver. Thank you for this tutorial, Artur!

gregthomas
Автор

5:43 his name is flatten .. thanks dude for save my time

lyudmilamerlinov
Автор

great video thx so much can u make video pls about how to add whitelist to this contract and let the ppl mint it + adding it to the mint dapp

carlloomda
Автор

Thank you so much! I was having trouble with the verification part, turns out that "Flattener" tool was exactly the thing I needed. I was trying to just send the original contract with the "import @openzeppelin" lines, which the Etherscan compiler doesn't understand.

AerosDaDinoHoodie
Автор

Hello Sir, Nice Tutorial Btw...is there a way to verify Mutipart smart contracts ?if we have the all the contracts codes files and ABI and Transact Value?

rgkafkdjsk
Автор

Thanks for this video. I'm trying to Verify and Publish my token contract but keep getting an error. I get this code "Error! Unable to generate Contract ByteCode and ABI" - any idea why?

vike
Автор

thanks mate was trying to get around it for a while now ❤

cosmicknox
Автор

Can you make a tutorial for doing the same thing on Avalanche with hardhat option

DomiSiki
Автор

I've deployed on BSC Network but there is no Plugin for BscScan Contract Verification so, I use EtherScan Contract Verification plugin in remix IDE ?

uzairsiddiq
Автор

Thank you very much for this tutorial!

marlonsubuyu
Автор

Hooray! Thank you again, Artur! By the way, I wonder, if I want to enable a feature which allow me to mint another nft and set img for it, is it possible to have only one ipfs resource for it? Or after deployment I have to use another ipfs?

vladimirlebedev
Автор

can we copy and paste from other contract address and verify it

kazamkhan
Автор

i deploy contract and got a code!!!
Error! Unable to generate Contract ByteCode and ABI
Found the following ContractName(s) in source code : Airdrop, Context, ERC20, IERC20, IERC20Metadata, Ownable, SafeMath, Token
But we were unable to locate a matching bytecode (err_code_2)
For troubleshooting, you can try compiling your source code with the Remix - Solidity IDE and check for exceptions

how to fix that?

anhviet
Автор

FLATTENER plug in is not working. Do you know other way to get the code? thanks

kymatictulpacreationscrypt
Автор

I am trying searching for this.. Do Flatters still work?

yashmadhwal
Автор

When I change code on Remix and issue Gas estimation errored with the following message (see below). The transaction execution will likely fail. How to fix the error?

Viktor_Dan
Автор

I used this same technique for verifying the contract but once I started writing the contracts which had input parameters in the constructor, it couldn't verify the bytecode.

ragibhussain
Автор

hi is it possible to test a existing contract found on bsc before it launches on remix?

moonbot-en-