Does anyone knows if there's any way at all (using CREATE) to deploy two difference contracts on two different chains yet get the same contract address? Considering I will use the same private key, address, nonce, etc. Is it possible or does it have to have the same code too?
Apr 17, 2022, 8:26 AM
some parts are still unclear on that topic, but i've noticed that some contracts have the same address on another network, but different contract code
contracts that i've deployed at different time, but same pkey
Apr 17, 2022, 8:28 AM
Yes it's possible
Apr 17, 2022, 8:30 AM
Can you guide me with that?
Apr 17, 2022, 8:37 AM
Just same nonce and same deployer and you get the same contract address
Apr 17, 2022, 9:00 AM
always a good day o/
Apr 17, 2022, 9:10 AM
I think I understood what he's copy pasting without knowing shit
You know what you "wrote" in your code
Apr 17, 2022, 10:20 AM
when you copy/paste and deploy a contract you toss a coin, if you don't know what it does, it can be risky
lot of ppl lost money forking contracts, i've lost 0.2BNB in gasFees forking babyCake without understanding the txLimits
@FreezyDev ^ maybe you didn't knew this haha
Apr 17, 2022, 10:38 AM
are you refring to the 300k gas limit?
Apr 17, 2022, 10:39 AM
nono, removeLiq was hitting maxTX
i panicked and did like 60 removeLiq with low tokens
hahahahah
Apr 17, 2022, 10:40 AM
but it didn't have maxTx
Apr 17, 2022, 10:41 AM
o.O
Apr 17, 2022, 10:41 AM
😅😅
Apr 17, 2022, 10:41 AM
don't know why i remember it was baby cake..
Apr 17, 2022, 10:42 AM
btw I am sorry for all the people forked it,
I made some shit there, but come on I just started with solidity in that period🤣
I made some shit there, but come on I just started with solidity in that period🤣
Apr 17, 2022, 10:42 AM
but the moral is, there i discovered "never fork a contract you don't understand, you can get in big troubles"
Apr 17, 2022, 10:42 AM
exactly
like those safemoon copy pasters
with router of v1
Apr 17, 2022, 10:43 AM
babycake was a nice model man o/
Apr 17, 2022, 10:43 AM
but a 30min work ahah
I was on holiday and haven't been properly rewarded🙃
I was on holiday and haven't been properly rewarded🙃
means there is an error maybe?
well depends on what you are doing
Apr 17, 2022, 10:47 AM