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 ?
So Now function myContract () {
}
willl b something like constructor myContract () {
}
???