Bitcoin Forum

Alternate cryptocurrencies => Marketplace (Altcoins) => Topic started by: mirek92 on May 16, 2022, 02:58:58 PM



Title: Can I apply same code as for BSC to ETH token contract too?
Post by: mirek92 on May 16, 2022, 02:58:58 PM
Hello,
If I have some code and I can deploy it in remix.ethereum.org, does it means that I can create identical second one on Ethereum network?
Or are there typically some thing which I must change?
Thank you


Title: Re: Can I apply same code as for BSC to ETH token contract too?
Post by: prosperoustop on May 23, 2022, 09:07:00 PM
what code do you mean? If you are mean contract address, tokens for all chains have the same contract address!


Title: Re: Can I apply same code as for BSC to ETH token contract too?
Post by: kryptocanon on May 29, 2022, 09:39:56 PM
If contract address is what you're talking about here, then I'm happy to be of help by telling you NO!, it won't work. Two different network chain can never share the same contract address. They're of two different sources and they don't work together.


Title: Re: Can I apply same code as for BSC to ETH token contract too?
Post by: piebeyb on May 31, 2022, 05:38:48 AM
Hello,
If I have some code and I can deploy it in remix.ethereum.org, does it means that I can create identical second one on Ethereum network?
Or are there typically some thing which I must change?
Thank you
smart contracts with different networks such as ETH, BSC, Polygon and even others that support the same wallet address as 0xxxxx still have the same smart contract code, maybe you need to change the writing bep20 to erc20 in each of your smart contract codes


Title: Re: Can I apply same code as for BSC to ETH token contract too?
Post by: leea-1334 on June 01, 2022, 07:01:10 AM
Same address always possible,,, I use the same addresses for ETH to make BSC but these are public keys, so just remember those are very very different from the token contracts.

For example Floki has a different token contract on ETH than on BSC and I know other projects are similar.