Is FailSafe Interceptor open source?
All FailSafe Interceptor contract source code is publicly available and verified on the various blockchain explorers. The contracts have been diligently audited by security firm Zokyo.
Name
Description
Ethereum
Polygon
BNB Chain
OrchestratorFactory Address
FailSafeOrchestratorFactory used to spin up
upgradable FailSafe Orchestrator Beacon Proxy contracts. This contract is internal to the FailSafe project.
BeaconProxy Address
BeaconProxy is a front-facing contract to receive interception signals from FailSafe Interceptor.
FailSafeOrchestrator Implementation Address
FailSafeOrchestrator receives an interception event from BeaconProxy contract and orchestrates the lifecycle of a front run event. The lifecycle of a front run event includes deploying the FailSafeWallet if needed and signalling the FailSafeWallet to perform the unidirectional movement of crypto assets from the user's protected wallet address to itself.
FailSafeWallet Implementation Address
FailSafeWallet contract serves as a template from which the on-chain safe wallet linked to each user's protected wallet address is deployed when needed.
Last updated