Closed hotbroker closed 3 years ago
That error looks like you are passing the wrong type somewhere along the way (it looks like a List
is expected). The error is coming back from the node, so I'm going to close because I don't think this is a problem with web3. It's also worth noting that we don't support fantom, so you may run into problems there.
That error looks like you are passing the wrong type somewhere along the way (it looks like a
List
is expected). The error is coming back from the node, so I'm going to close because I don't think this is a problem with web3. It's also worth noting that we don't support fantom, so you may run into problems there.
thanks ,i crack it today, the error tips is so misleading with the scenario im calling a function with a array parmeter . back to the issue,this is all about the EIP 1559 problem, and fantom has't support it yet,
Ahh, that is a terrible error message. Glad you got it sorted!
pip freeze
outputWhat was wrong?
Please include any of the following that are applicable:
contract source code is here, and it is quite simple
https://ftmscan.com/address/0xf1bf34e46ecf465591b7a7fa9635e4c583174fa3#code
=====
_ep_url='https://rpcapi.fantom.network'
How can it be fixed?
no