Module identifier

Source
Expand description

Call trace address identifiers.

Identifiers figure out what ABIs and labels belong to all the addresses of the trace.

Modules§

etherscan 🔒
local 🔒
signatures 🔒

Structs§

EtherscanIdentifier
A trace identifier that tries to identify addresses using Etherscan.
IdentifiedAddress
An address identified by a TraceIdentifier.
LocalTraceIdentifier
A trace identifier that tries to identify addresses using local contracts.
SignaturesCache
Cache for function, event and error signatures. Used by SignaturesIdentifier.
SignaturesIdentifier
An identifier that tries to identify functions and events using signatures found at https://openchain.xyz or a local cache.
TraceIdentifiers
A collection of trace identifiers.

Traits§

TraceIdentifier
Trace identifiers figure out what ABIs and labels belong to all the addresses of the trace.