more than one match found in sequence, FIXED, TODO: add more tests
See original GitHub issueI am not able to retrieve a contract abi or call all on a contract. I have tried multiple contracts and they all seem to return the same error of “more than one match found in sequence”. Below is an example using the Dai Contract.
I’m running python version 3.9.12 on mac osx 12.5.1.
ctc abi 0x6B175474E89094C44Da98b954EedeAC495271d0F
fetching mainnet abi from etherscan: 0x6B175474E89094C44Da98b954EedeAC495271d0F
more than one match found in sequence
ctc call all 0x6B175474E89094C44Da98b954EedeAC495271d0F
fetching mainnet abi from etherscan: 0x6B175474E89094C44Da98b954EedeAC495271d0F
more than one match found in sequence
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
c# - Entity Framework | Sequence contains more than one ...
QueryableMethods' threw an exception. ---> System.InvalidOperationException: Sequence contains more than one matching element at System.Linq.
Read more >Test Execution - Confluence Mobile - Xray Documentation
A Test Execution is an issue type that aggregates a user-determined collection of Tests. It monitors and verifies if those Tests are working...
Read more >Test::More - yet another framework for writing test scripts
The purpose of this module is to provide a wide range of testing utilities. Various ways to say "ok" with better diagnostics, facilities...
Read more >How to group test cases in TestNG [with Examples]
In this tutorial, you will learn how to group test cases in TestNG along with the demonstration with relevant TestNG group examples.
Read more >Change the task type for more accurate scheduling
To change this default setting, click File > Options > Schedule, then select a different task type in the Default Task Type list....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sslivkoff it works now with that update.
Thanks.
@brent14 can you run
ctc abi 0x6B175474E89094C44Da98b954EedeAC495271d0F --debug
and post the stack trace