[Ethereum] How to create unique addresses for custom ERC20 tokens

address.transferaddresseserc-20wallets

We can create ERC20 tokens using solidity or even metamask.. but how to create unique address to transfer them?

I mean token like Gold reward or coins like Bitconnect has it's own pattern of address to transfer in between. how to do that?

In HitBTC also for every token you will get unique address to send..

if is there any way to do this, need to do that during the contract deployment or can be done after creating the simple token ?

Best Answer

I assume you mean being able to create vanity addresses that start with some characters of your choosing. If it's that so, you can check this tool:

https://github.com/MyEtherWallet/VanityEth

** I haven't tried it, can't vouch for it and its security.

** If you are going to use it, make sure the accounts or contract addresses generated really work before using it in production.