Decurity / tx-coverage

Reveal unused code of a live smart contract by collecting coverage from historical transactions.
47 stars 3 forks source link

backend: failed while inspecting #1

Open loophe opened 4 months ago

loophe commented 4 months ago
Raz0r commented 4 months ago

Could you provide contract address you are trying?

loophe commented 4 months ago

Look like it is a proxy contract. 0x70F2202D85a4F0Cad36e978976f84E982920A624

caiosabarros commented 4 months ago

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
caiosabarros commented 4 months ago

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