Open lyswifter opened 2 years ago
@raulk Hi, I wonder how you can get the binary file ERC20.bin when compiling the contract. I wanted to change to another owner address instead of f0100 and parameters to init the contract using Remix but failed. How should I regenerate it?
ERC20.bin
f0100
Remix
maybe using xxd -r -p erc20.hex > erc20.bin
xxd -r -p erc20.hex > erc20.bin
@raulk Hi, I wonder how you can get the binary file
ERC20.bin
when compiling the contract. I wanted to change to another owner address instead off0100
and parameters to init the contract usingRemix
but failed. How should I regenerate it?