Crate argus_rs

Source
Expand description

Argus is a minimal, blazing fast contract storage introspection tool written in rust.

It is designed to extract storage mapping slots from a contract, without needing to know the contract’s source code.

Structs§

IntrospectResult
The IntrospectResult struct is used to store the results of an introspection.
Introspector
The Introspector struct is used to introspect a contract’s storage and determine which standards it adheres to.