Module identifier

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.