Decurity / tx-coverage

Reveal unused code of a live smart contract by collecting coverage from historical transactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backend: failed while inspecting

loophe opened this issue · comments

  • Error #0: transaction validation error: nonce 6 too high, expected 5
  • Error #1: nonce 6 too high, expected 5

Could you provide contract address you are trying?

Look like it is a proxy contract. 0x70F2202D85a4F0Cad36e978976f84E982920A624

Just had the same issue. It is also a proxy contract. However, it reached a higher nonce this time:

$ tx-coverage 0xDD9BC35aE942eF0cFa76930954a156B3fF30a4E1 --dune-api-key $DUNE --rpc-url $RPC
[] Compiling...
[] Compiling 13 files with 0.8.9
[] Solc 0.8.9 finished in 814.42ms
Compiler run successful!
Fetching transaction hashes for address: 0xDD9BC35aE942eF0cFa76930954a156B3fF30a4E1
Found 100 transaction hashes
Error:
backend: failed while inspecting

Context:
- Error #0: transaction validation error: nonce 66 too high, expected 65
- Error #1: nonce 66 too high, expected 65

Got same error for nonProxy contract :/

Fetching transaction hashes for address: 0xA81bd16Aa6F6B25e66965A2f842e9C806c0AA11F
Found 100 transaction hashes
Error:
backend: failed while inspecting

Context:
- Error #0: transaction validation error: nonce 20 too high, expected 19
- Error #1: nonce 20 too high, expected 19