We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 239bb9e commit f42b40bCopy full SHA for f42b40b
src/seth/README.md
@@ -293,7 +293,7 @@ governance token using the ERC20 ABI:
293
$ seth call $MKR_TOKEN "totalSupply()(uint)"
294
995238778286468792512963
295
296
-If you want to send a string as an argument, remember to put the quotes.
+If you want to send a string as an argument, you must surround the string in both single and double quotes.
297
$ TOKEN=0x9f8F72aA9304c8B593d555F12eF6589cC3A579A2
298
$ seth call $TOKEN "getAddress(string)(address)" '"my_string"'
299
0x7Bb0b08587b8a6B8945e09F1Baca426558B0f06a
0 commit comments