I run the following to fetch for txs for a contract on mainnet:
$ tx-coverage 0x2A8e1E676Ec238d8A992307B495b45B3fEAa5e86 --dune-api-key API_KEY --rpc-url RPC_URL
and got on my shell:
[⠊] Compiling...
[⠢] Compiling 1 files with 0.5.11
[⠆] Solc 0.5.11 finished in 75.27ms
Compiler run successful!
Error:
inline assembly block with no AST attribute
Is support for assembly codes a feasible feature? Or is it a bug with this specific contract? Currently almost all contracts have assembly code as the majority of them inherit from OZ contracts, so it'd be cool if that could be added.
Thanks for the tool, it is impressive!