Whats an easy way I can change checksum of a ERC20 contract so the bytecode is compiled differently without having to worry that the functionality of the ERC20 token is broken? Basically just need to make sure the checksum is "unique" for every contract.
Aug 22, 2023, 10:49 PM
checksum or address?
Aug 22, 2023, 10:53 PM
basically the problem im having is i want to deploy for several friends but the contracts are all showing up the same on this bot because i am only changing the name of them. the checksum looks like this on the bot
does that make sense?
so basically just want to make sure i am deploying a "unique" contract each time
Aug 22, 2023, 10:57 PM
unique in which sense
Aug 22, 2023, 11:10 PM
that they don't have this same checksum value
so basically i think it needs to alter the bytecode
Aug 22, 2023, 11:26 PM
i think you mean address
Aug 22, 2023, 11:35 PM
Nah i get what he means
U know when etherscan shows the message, similar contract deployed at address 0x000....
Same "issue" with scanners
Aug 22, 2023, 11:44 PM
yes its the OttoETHSimulations bot i am using
do you know what i would do to make each contract unique?
Aug 22, 2023, 11:46 PM