Multisig InspectorMultisig Inspector

Glossary

Definitions for the Safe configuration, transaction, RPC, hashing, and review terms used throughout the product.

TermMeaning
SafeA smart-account wallet that can require multiple owner approvals before execution.
Owner / signerAn address authorized to approve Safe transactions.
ThresholdThe number of owner confirmations required for execution.
ModuleA contract authorized to execute through the Safe without the normal owner-signature flow.
GuardAn optional contract that checks Safe transactions before or after execution.
Fallback handlerA helper contract used for supported fallback interactions and signature behavior.
Singleton / implementation / mastercopyThe implementation contract whose logic the Safe proxy executes.
NonceA counter used to order transactions and prevent replay.
RPCA network endpoint used to read blockchain state and submit read-only calls.
EIP-712A standard for hashing typed structured data for signing.
Domain hashThe EIP-712 hash binding typed data to a domain such as chain and verifying contract.
Message hashThe hash of the structured Safe transaction fields.
SafeTxHashThe final Safe transaction fingerprint owners approve.
CalldataEncoded function and argument data sent to a contract.
DelegatecallAn operation that executes target code in the calling Safe's storage context.
Local draftA transaction prepared locally but not yet proposed to the Safe Transaction Service.
Awaiting signaturesA proposed transaction that has fewer confirmations than the threshold.
Ready to executeA proposed transaction with enough confirmations to meet its threshold.
Configuration driftA difference between the current configuration and the latest snapshot stored in the browser.
SimulationA point-in-time preview of a transaction's possible effects.
Threat intelligenceKnown-risk labels and evidence associated with addresses or activity.
Signing walletThe wallet or device that displays and approves a transaction signature.