You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 21, 2019. It is now read-only.
I am trying to create an ETH contract where I input array of addresses and number of ETH as parameter. I successfully tested using truffle and it worked. I can successfully deploy in local testnet but while executing via myether wallet. It throws an error. Seems that MEW is automatically enclosing the array of addresses with a \" characters.
INPUTS
Array of address:
0xdc89172db4c8a8b51a6781b5ebd53ce774a621be,0x9c42adc84210b157c8a19f87c4ce6ca4786870e4,0x055ce07a3b7fc3ea63fc790d2cbf1b57a695f2fc
Array of numbers:
1000000000000000000,1000000000000000000,1000000000000000000
Error Output:
Would highly appreciate if someone can help me find a solution for this.
Cheers! 🍻
The text was updated successfully, but these errors were encountered:
rogergangawork
changed the title
New Vintage myetherwallet does not handle array of address properly
New MEW does not handle array of address properly
Apr 23, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to create an ETH contract where I input array of addresses and number of ETH as parameter. I successfully tested using truffle and it worked. I can successfully deploy in local testnet but while executing via myether wallet. It throws an error. Seems that MEW is automatically enclosing the array of addresses with a \" characters.
INPUTS
Array of address:
0xdc89172db4c8a8b51a6781b5ebd53ce774a621be,0x9c42adc84210b157c8a19f87c4ce6ca4786870e4,0x055ce07a3b7fc3ea63fc790d2cbf1b57a695f2fc
Array of numbers:
1000000000000000000,1000000000000000000,1000000000000000000
Error Output:
Would highly appreciate if someone can help me find a solution for this.
Cheers! 🍻
The text was updated successfully, but these errors were encountered: