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
What was wrong? --- Can't call create filter on contract
Please include any of the following that are applicable:
The code which produced the error
myContract = w3.eth.contract(address="some_address",abi=contract_abi) #this works fine, i can call methods from here and i get a response
myfilter_new= myContract.events.Transfer.createFilter(fromBlock=0, toBlock='latest')
#when i run this, i get the following issue: