make_trade_output #309
Unanswered
crypto-chen
asked this question in
Q&A
Replies: 1 comment · 3 replies
-
uniswap = Uniswap(address=address, private_key=private_key, version=version, provider=provider) Some token addresses we'll be using later in this guideeth = Web3.toChecksumAddress("0x0000000000000000000000000000000000000000") a = uniswap.make_trade_output(eth, usdc, 0.5*10**18) print(a) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Could not identify the intended function with name
quoteExactOutputSingle
, positional argument(s) of type(<class 'str'>, <class 'str'>, <class 'int'>, <class 'float'>, <class 'int'>)
and keyword argument(s) of type{}
.Found 1 function(s) with the name
quoteExactOutputSingle
: ['quoteExactOutputSingle(address,address,uint24,uint256,uint160)']Function invocation failed due to no matching argument types.
Beta Was this translation helpful? Give feedback.
All reactions