api
api copied to clipboard
Crawl state variables for smart contracts
Currently, we only crawl method calls and events. But a user may legitimately want to know what the value of a member variable on a smart contract was at a given point in time.
We should extend our crawlers to also crawl this information.
That would be great!