ethereum / remix-project

Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
https://remix-ide.readthedocs.io
MIT License
2.43k stars 934 forks source link

How to make custom contract address? #4951

Closed erkanaas closed 1 month ago

erkanaas commented 3 months ago

How can I create custom Contract addresses when deploying my contract in Remix?

Example: How can I generate special addresses starting with numbers such as 0x420..., 0x5867...?

I couldn't find the custom address adding tab..

Regards

tyt

LITTLEFOLWOR commented 3 months ago

To protect the safety of the blockchain, contract addresses are generated randomly, in my opinion, you can't specify the generated address. Or the safety of blockchain will be broken.