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§
- Address
Identity - An address identity
- Cached
Signatures - Etherscan
Identifier - A trace identifier that tries to identify addresses using Etherscan.
- Local
Trace Identifier - A trace identifier that tries to identify addresses using local contracts.
- Signatures
Identifier - An identifier that tries to identify functions and events using signatures found at
https://openchain.xyz
or a local cache. - Trace
Identifiers - A collection of trace identifiers.
Traits§
- Trace
Identifier - Trace identifiers figure out what ABIs and labels belong to all the addresses of the trace.