Safe
Created5ajaki
Enables querying and decoding of transactions related to Gnosis Safe smart contract wallets.
About
Provides an implementation to interact with Safe (formerly Gnosis Safe) smart contract wallets. It features functionality to query Safe transactions, retrieve multisig transaction details, and decode transaction data, all integrated with the Safe API. The server defaults to the Safe Transaction API mainnet endpoint but can be configured to use different endpoints via environment variables, allowing flexibility for development and testing on various networks.
Key Features
- Retrieves multisig transaction details
- Queries Safe transactions for any Safe address
- Decodes transaction data
- Integrates with the Safe API
- Query Safe transactions for any Safe address
- Get multisig transaction details
- Decode transaction data
- Safe API integration
Use Cases
- Retrieving a history of transactions from a Safe (Gnosis Safe) smart contract wallet.
- Decoding the calldata of a transaction interacting with a Safe.
- Querying details of a specific multisig transaction.