- Notifications
You must be signed in to change notification settings - Fork386
make_trade_output#309
-
Could not identify the intended function with name |
BetaWas this translation helpful?Give feedback.
All reactions
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) |
BetaWas this translation helpful?Give feedback.
All reactions
-
web3.exceptions.ContractLogicError: execution reverted: Unexpected error |
BetaWas this translation helpful?Give feedback.
All reactions
-
Your |
BetaWas this translation helpful?Give feedback.
All reactions
-
ValueError: {'code': -32601, 'message': 'the method eth_feeHistory does not exist/is not available', 'data': None} eth = Web3.toChecksumAddress("0x0000000000000000000000000000000000000000")
|
BetaWas this translation helpful?Give feedback.