Skip to content

Lesson 6 redeploying same contract to Goerli produces different contract address each time #2294

Discussion options

You must be logged in to vote

@AbrahamoLincolni : Contract once its deployed it cannot be altered or changed its Immutable.

And Every time you deployed your contract it will give you a unique contract address.

And about verification, If you are not making any changes to your contract and deploying unchanged contract over and over again,

In your verification bit you will get this message Already Verified!

because your contract byte code is already been verified once, so it is available on etherscan and also a 100% match, so it will instantly verifies your contract, so thats how you are getting that message.

Though deployed contract address each time will be different and unique!

But If you make some changes in your con…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by AbrahamoLincolni
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants