f12d06bb (main)
and
2ae84524 (PR)
+5 -5
+1 -1
{
"destinationToken": {
"value": "Canonical",
"description": "Tokens transferred are considered canonical on the destination chain.",
"sentiment": "good"
},
"validatedBy": {
"value": "Optimistically",
"description": "Optimistic Oracle on Ethereum is used to assert that an action happened on the destination chain. The timeout for disputes is 1h. A dispute escalates to the UMA DVM.",
"description": "Optimistic Oracle on Ethereum is used to assert that an action happened on the destination chain. The timeout for disputes is 30m. A dispute escalates to the UMA DVM.",
"sentiment": "warning"
}
}
+2 -2
{
"destination": [
"Optimism",
"Polygon",
"Boba",
"Arbitrum",
"ZkSync Era",
"Linea",
"Base"
],
"destinationToken": {
"name": "Destination tokens",
"description": "Only tokens that have been bridged using native chain bridges are supported.",
"references": [],
"risks": []
},
"detailedDescription": "Relayers are later reimbursed by providing an assertion to an optimistic oracle (HubPool) on Ethereum. Relayer reimbursements over a specific block range are bundled and posted on Ethereum as merkle roots which uniquely identify the set of all repayments and rebalance instructions. The architecture leverages a single liquidity pool on Ethereum and separate deposit/reimburse pools on destination chains that are rebalanced using mainly canonical bridges.",
"principleOfOperation": {
"name": "Principle of operation",
"description": "This bridge performs cross-chain swaps by borrowing liquidity from a network of Relayers who are later reimbursed from a common liquidity pool (which consists of user deposits and deposits of independent Liquidity Providers).\n\nSpecifically, when a user deposits funds into a dedicated pool on the origin chain, a Relayer pays the user on the requested destination chain (fills their intent). On most SpokePools, relayers can also specify a preference for their chain of reimbursement at fill time. A permissioned proposer (or data worker) collects data about fills by relayers and then posts an assertion to the HubPool on Ethereum. This is called a 'root bundle', which contains 3 merkle roots, chiefly a merkle root of all proposed Relayer reimbursements.\n\nA root bundle proposal must be accompanied by a bond of 0.45 ABT (an ETH wrapper). It is validated optimistically in the HubPool contract and becomes executable after 1h (refunding the bond to the proposer) if not challenged. A challenge by anyone posting the same bond amount halts finalization of the root bundle and escalates the dispute to the UMA DVM.\n\nUMA settles disputes by UMA token voting, with a commit- and reveal phase of 1d each. A settlement slashes the stake of the losing party and rewards the winning party with both bond amounts minus fees.\n\nOn finalization, a rootBundle can be 1) relayed to remote SpokePools and 2) executed. Execution of a relayerRefundLeaf (via a merkle proof) at its specified SpokePool contract refunds the relayer.\n\nRelaying a rootBundle to a SpokePool is either done via canonical bridges or via a zk light client that is proven in the SP1Helios contract (based on the SP1 zkVM and the Helios Ethereum light client).\n\nThe permissioned proposer of the root bundle can also propose rebalancing liquidity used for reimbursements between a main pool on Ethereum (called Hub Pool) and pools on destination chains (called Spoke Pools). This is done via canonical chain bridges and other bridges (e.g. Circle CCTP) using adapters. For some chains, liquidity is not rebalanced and relayers are always reimbursed where the user deposited their funds.",
"description": "This bridge performs cross-chain swaps by borrowing liquidity from a network of Relayers who are later reimbursed from a common liquidity pool (which consists of user deposits and deposits of independent Liquidity Providers).\n\nSpecifically, when a user deposits funds into a dedicated pool on the origin chain, a Relayer pays the user on the requested destination chain (fills their intent). On most SpokePools, relayers can also specify a preference for their chain of reimbursement at fill time. A permissioned proposer (or data worker) collects data about fills by relayers and then posts an assertion to the HubPool on Ethereum. This is called a 'root bundle', which contains 3 merkle roots, chiefly a merkle root of all proposed Relayer reimbursements.\n\nA root bundle proposal must be accompanied by a bond of 0.45 ABT (an ETH wrapper). It is validated optimistically in the HubPool contract and becomes executable after 30m (refunding the bond to the proposer) if not challenged. A challenge by anyone posting the same bond amount halts finalization of the root bundle and escalates the dispute to the UMA DVM.\n\nUMA settles disputes by UMA token voting, with a commit- and reveal phase of 1d each. A settlement slashes the stake of the losing party and rewards the winning party with both bond amounts minus fees.\n\nOn finalization, a rootBundle can be 1) relayed to remote SpokePools and 2) executed. Execution of a relayerRefundLeaf (via a merkle proof) at its specified SpokePool contract refunds the relayer.\n\nRelaying a rootBundle to a SpokePool is either done via canonical bridges or via a zk light client that is proven in the SP1Helios contract (based on the SP1 zkVM and the Helios Ethereum light client).\n\nThe permissioned proposer of the root bundle can also propose rebalancing liquidity used for reimbursements between a main pool on Ethereum (called Hub Pool) and pools on destination chains (called Spoke Pools). This is done via canonical chain bridges and other bridges (e.g. Circle CCTP) using adapters. For some chains, liquidity is not rebalanced and relayers are always reimbursed where the user deposited their funds.",
"references": [
{
"title": "Across V4 Architecture",
"url": "https://docs.across.to/exclusive/what-is-across-v4#across-protocol-v4-architecture"
}
],
"risks": [
{
"category": "Funds can be frozen if",
"text": "owner pauses the Hub Pool contract, or changes bond, routes, or fees parameters in such a way as to make the escrow inoperable."
},
{
"category": "Funds can be lost if",
"text": "owner invokes a \"haircut\" functionality, dedicated for irrecoverable loss of funds on L2. Calling the haircutReserves() function, the owner can decrease the token utilizedReserves on L1, decreasing the amount of funds in the bridge expected to flow from L2 to L1."
},
{
"category": "Funds can be lost if",
"text": "third-party bridge infrastructure is compromised, such as canonical messaging services, SP1Helios verifier, and USDC Cross-Chain Transfer Protocol (CCTP) infrastructure."
}
]
},
"validation": {
"name": "Validation via Optimistic Oracle and UMA DVM",
"description": "Money from the liquidity pool is used to reimburse Relayers based on a claim of deposit on a destination chain that is provided to an Optimistic Oracle on Ethereum (can be escalated to the UMA DVM). The assertion can be disputed for 1h.",
"description": "Money from the liquidity pool is used to reimburse Relayers based on a claim of deposit on a destination chain that is provided to an Optimistic Oracle on Ethereum (can be escalated to the UMA DVM). The assertion can be disputed for 30m.",
"risks": [
{
"category": "Funds can be stolen if",
"text": "a false claim to the Optimistic Oracle is not disputed in time."
},
{
"category": "Funds can be lost if",
"text": "a re-org occurs on destination chain after the Optimistic Oracle dispute time passes."
}
],
"references": [
{
"title": "Across Optimistic Oracle documentation",
"url": "https://docs.across.to/reference/security-model-and-verification"
}
]
}
}
+1 -1
{
"addresses": {
"ethereum": [
{
"name": "Universal_Adapter",
"isVerified": true,
"address": "eth:0x0ec70777Ac388774041dD5A1778Cdf3AF3134D2B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "This adapter can be used to send messages / root bundles to Hyperliquid. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x0ec70777Ac388774041dD5A1778Cdf3AF3134D2B#code"
},
{
"name": "HubPoolStore",
"isVerified": true,
"address": "eth:0x1Ace3BbD69b63063F859514Eca29C9BDd8310E61",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Simple data store used by the Universal_Adapter to store message calldata hashes. The content of this calldata can be proven by Ethereum zk light clients on remote chains and then executed to relay root bundles or arbitrary messages.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x1Ace3BbD69b63063F859514Eca29C9BDd8310E61#code"
},
{
"name": "Ethereum_SpokePool",
"isVerified": true,
"address": "eth:0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0xc186fA914353c44b2E33eBE05f21846F1048bEda"
],
"implementations": [
"eth:0xFBc81a18EcDa8E6A91275cFDF5FC6d91A7C5AE80"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1682355155,
"transactionHash": "0x411ae8360c51beff3d6034ea63f03c41e6cf8b031432391fc44bc4f5a1b908ef",
"implementations": [
"eth:0xA667498F46457548f1D3ad557340b95Fdb290148"
]
},
{
"timestamp": 1692663659,
"transactionHash": "0xceb5b11cd6c78b29d16d2c91bedcb4ec7467814fdce84a753f468c452c36c0d6",
"implementations": [
"eth:0x326510c1bf9d85Fb73d0AB8d20Aa5BbE9c7561e9"
]
},
{
"timestamp": 1696340927,
"transactionHash": "0x946dec56639129cadd298ce5a44341b6f361c5c632f5dea2a80d9cb023b836c6",
"implementations": [
"eth:0x5ab0A812327aD959dE664AEC8408Ef8c6ABe7184"
]
},
{
"timestamp": 1708538663,
"transactionHash": "0xf08778addb8376b0beb500bf569c6251eadc124e6aeeaf5f702ab1dbf576379f",
"implementations": [
"eth:0x90438AD3d81a0739ce1Cb20C73564682388c5FdD"
]
},
{
"timestamp": 1710769247,
"transactionHash": "0x3ebfeeedb62ab726a1cb350595df3d4b2212f2fda619ae08015d16f304fc8332",
"implementations": [
"eth:0xa4D3535f33549749Fb97fA42903AC80F6fb54af6"
]
},
{
"timestamp": 1715785919,
"transactionHash": "0xa604480755748d8162a3fb11442719682d473d868450e7460d9dd111a0b8903a",
"implementations": [
"eth:0x08C21b200eD06D2e32cEC91a770C3FcA8aD5F877"
]
},
{
"timestamp": 1725378503,
"transactionHash": "0xd3cfc5a7476fd33d3d3fdc2d77adac2bf6900945f9a5c5f35f65b6507dde381f",
"implementations": [
"eth:0x48Dcf75EA18233BA947E4480dCd70594720449C1"
]
},
{
"timestamp": 1738111451,
"transactionHash": "0x4d37ad20bb31cedba7434223e08229ca95fbfd32eaf2bcbd456af0d0a32bba8b",
"implementations": [
"eth:0xD576931ab0bDC3dfdc2c041d3C7b9d2ED0c6dd9a"
]
},
{
"timestamp": 1738939607,
"transactionHash": "0xbea88935fe99b6faba60ee273a5eb146cd6c2d12decfef8842c5c719a0009376",
"implementations": [
"eth:0x0190a2328e072Fc5a7fA00F6C9ae2a16c7F4E32a"
]
},
{
"timestamp": 1751304083,
"transactionHash": "0xa4cfc9525849a8a3052a587a29006303e9b16ce08fa096460bb6fe2017b1a3ef",
"implementations": [
"eth:0xFBc81a18EcDa8E6A91275cFDF5FC6d91A7C5AE80"
]
}
],
"description": "The user-facing contract on each connected chain where funds are deposited to initiate a bridge transfer. It also receives settlement data from the HubPool to process refunds for the relayers who fulfilled those transfers.\n* Roles:\n * **admin**: HubPool\n * **owner**: HubPool",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5#code"
},
{
"name": "Universal_Adapter",
"isVerified": true,
"address": "eth:0x6f1C9d3bcDF51316E7b515a62C02F601500b084b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "This adapter can be used to send messages / root bundles to Binance Smart Chain. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x6f1C9d3bcDF51316E7b515a62C02F601500b084b#code"
},
{
"name": "Universal_Adapter",
"isVerified": true,
"address": "eth:0xb47fD69FE25878F4E43aAF2F9ad7D0A3A0B22363",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "This adapter can be used to send messages / root bundles to Plasma Mainnet. It stores calldata in the HubPoolStore on Ethereum, which can then be zk proven on a remote chain. This adapter also supports bridging OFTs via LayerZero.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xb47fD69FE25878F4E43aAF2F9ad7D0A3A0B22363#code"
},
{
"name": "HubPool",
"isVerified": true,
"address": "eth:0xc186fA914353c44b2E33eBE05f21846F1048bEda",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "The central L1 contract (hub) that manages liquidity from LPs and coordinates cross-chain settlements. It receives and secures settlement proposals (root bundles) using the UMA Optimistic Oracle, with a challenge period of 1h and a bond amount of 0.45 ABT.\n* Roles:\n * **owner**: Across Multisig; ultimately OptimisticGovernor",
"description": "The central L1 contract (hub) that manages liquidity from LPs and coordinates cross-chain settlements. It receives and secures settlement proposals (root bundles) using the UMA Optimistic Oracle, with a challenge period of 30m and a bond amount of 0.45 ABT.\n* Roles:\n * **owner**: Across Multisig; ultimately OptimisticGovernor",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xc186fA914353c44b2E33eBE05f21846F1048bEda#code"
},
{
"name": "Zora_Adapter",
"isVerified": true,
"address": "eth:0x024F2fC31CBDD8de17194b1892c834f98Ef5169b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x024F2fC31CBDD8de17194b1892c834f98Ef5169b#code"
},
{
"name": "Soneium_Adapter",
"isVerified": true,
"address": "eth:0x0c9d064523177dBB55CFE52b9D0c485FBFc35FD2",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x0c9d064523177dBB55CFE52b9D0c485FBFc35FD2#code"
},
{
"name": "Redstone_Adapter",
"isVerified": true,
"address": "eth:0x188F8C95B7cfB7993B53a4F643efa687916f73fA",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x188F8C95B7cfB7993B53a4F643efa687916f73fA#code"
},
{
"name": "Scroll_Adapter",
"isVerified": true,
"address": "eth:0x2DA799c2223c6ffB595e578903AE6b95839160d8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x2DA799c2223c6ffB595e578903AE6b95839160d8#code"
},
{
"name": "Boba_Adapter",
"isVerified": true,
"address": "eth:0x33B0Ec794c15D6Cc705818E70d4CaCe7bCfB5Af3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x33B0Ec794c15D6Cc705818E70d4CaCe7bCfB5Af3#code"
},
{
"name": "Optimism_Adapter",
"isVerified": true,
"address": "eth:0x3562e309C6C79626E5F0Cf746FB5Bf4f6b8EebE5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x3562e309C6C79626E5F0Cf746FB5Bf4f6b8EebE5#code"
},
{
"name": "Ethereum_Adapter",
"isVerified": true,
"address": "eth:0x527E872a5c3f0C7c24Fe33F2593cFB890a285084",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x527E872a5c3f0C7c24Fe33F2593cFB890a285084#code"
},
{
"name": "Polygon_Adapter",
"isVerified": true,
"address": "eth:0x537abE038C223066B50312474409924487D2E655",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x537abE038C223066B50312474409924487D2E655#code"
},
{
"name": "Linea_Adapter",
"isVerified": true,
"address": "eth:0x5A44A32c13e2C43416bFDE5dDF5DCb3880c42787",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x5A44A32c13e2C43416bFDE5dDF5DCb3880c42787#code"
},
{
"name": "ZkStack_CustomGasToken_Adapter",
"isVerified": true,
"address": "eth:0x5e0B7e20a77BDf11812837D30F1326068Bcf24Cf",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x5e0B7e20a77BDf11812837D30F1326068Bcf24Cf#code"
},
{
"name": "Alephzero_Adapter",
"isVerified": true,
"address": "eth:0x6F4083304C2cA99B077ACE06a5DcF670615915Af",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x6F4083304C2cA99B077ACE06a5DcF670615915Af#code"
},
{
"name": "Base_Adapter",
"isVerified": true,
"address": "eth:0x799BDC55d91864b14B2eD63A34DeF5d502AA897f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x799BDC55d91864b14B2eD63A34DeF5d502AA897f#code"
},
{
"name": "Ink_Adapter",
"isVerified": true,
"address": "eth:0x7e90A40c7519b041A7DF6498fBf5662e8cFC61d2",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x7e90A40c7519b041A7DF6498fBf5662e8cFC61d2#code"
},
{
"name": "DoctorWho_Adapter",
"isVerified": true,
"address": "eth:0x8956eFa31572E1d7ed5c8e36772F214A57DFA0D1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x8956eFa31572E1d7ed5c8e36772F214A57DFA0D1#code"
},
{
"name": "WorldChain_Adapter",
"isVerified": true,
"address": "eth:0x8bbdD67102D743b8533c1277a4ffdA04Dea158D1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x8bbdD67102D743b8533c1277a4ffdA04Dea158D1#code"
},
{
"name": "Solana_Adapter",
"isVerified": true,
"address": "eth:0x9F788694934fD2Ed34D5340B9a76EB34f2bFD7B3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x9F788694934fD2Ed34D5340B9a76EB34f2bFD7B3#code"
},
{
"name": "ZkStack_Adapter",
"isVerified": true,
"address": "eth:0xA374585E6062517Ee367ee5044946A6fBe17724f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xA374585E6062517Ee367ee5044946A6fBe17724f#code"
},
{
"name": "Arbitrum_Adapter",
"isVerified": true,
"address": "eth:0xc0b6d2f794cc787C71f2cA5ceCD57102C32379B3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xc0b6d2f794cc787C71f2cA5ceCD57102C32379B3#code"
},
{
"name": "Lisk_Adapter",
"isVerified": true,
"address": "eth:0xF039AdCC74936F90fE175e8b3FE0FdC8b8E0c73b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xF039AdCC74936F90fE175e8b3FE0FdC8b8E0c73b#code"
},
{
"name": "Mode_Adapter",
"isVerified": true,
"address": "eth:0xf1B59868697f3925b72889ede818B9E7ba0316d0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xf1B59868697f3925b72889ede818B9E7ba0316d0#code"
},
{
"name": "Blast_Adapter",
"isVerified": true,
"address": "eth:0xF2bEf5E905AAE0295003ab14872F811E914EdD81",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Modular, chain-specific contract that abstracts the communication logic for settlement between the HubPool and various SpokePools and their Relayers, often via canonical bridges.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xF2bEf5E905AAE0295003ab14872F811E914EdD81#code"
},
{
"name": "VotingV2",
"isVerified": true,
"address": "eth:0x004395edb43EFca9885CEdad51EC9fAf93Bd34ac",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Core smart contract for UMA's Data Verification Mechanism (DVM), serving as source of truth for disputed claims. UMA token holders collectively resolve price requests and earn rewards for correct participation. Commit- and reveal phases for the voting take 1d each.\n* Roles:\n * **owner**: GovernorV2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x004395edb43EFca9885CEdad51EC9fAf93Bd34ac#code"
},
{
"name": "AcrossConfigStore",
"isVerified": true,
"address": "eth:0x3B03509645713718B78951126E0A6de6f10043f5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Simple, owner-controlled contract for storing protocol-wide, token-specific configuration data.\n* Roles:\n * **owner**: Across Multisig; ultimately OptimisticGovernor",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x3B03509645713718B78951126E0A6de6f10043f5#code"
},
{
"name": "Registry",
"isVerified": true,
"address": "eth:0x3e532e6222afe9Bcf02DCB87216802c75D5113aE",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Registry for contracts that are allowed to call `requestPrice()` in the UMA voting contracts (ie. request dispute resolution by the UMA DVM).\n* Roles:\n * **owner**: GovernorV2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x3e532e6222afe9Bcf02DCB87216802c75D5113aE#code"
},
{
"name": "Finder",
"isVerified": true,
"address": "eth:0x40f941E48A552bF496B154Af6bf55725f18D77c3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Maps interface names to contract addresses (UMA protocol contracts).\n* Roles:\n * **owner**: GovernorV2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x40f941E48A552bF496B154Af6bf55725f18D77c3#code"
},
{
"name": "AdapterStore",
"isVerified": true,
"address": "eth:0x42df4D71f35ffBD28ae217d52E83C1DA0007D63b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "A helper contract for chain adapters on the hub chain that support OFT messaging. Handles token -> messenger mapping.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x42df4D71f35ffBD28ae217d52E83C1DA0007D63b#code"
},
{
"name": "Store",
"isVerified": true,
"address": "eth:0x54f44eA3D2e7aA0ac089c4d8F7C93C27844057BF",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "UMA protocol contract responsible for calculating and collecting regular and final fees for using the DVM.\n* Roles:\n * **owner**: GovernorV2\n * **withdrawer**: EOA 1",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x54f44eA3D2e7aA0ac089c4d8F7C93C27844057BF#code"
},
{
"name": "LpTokenFactory",
"isVerified": true,
"address": "eth:0x7dB69eb9F52eD773E9b03f5068A1ea0275b2fD9d",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x7dB69eb9F52eD773E9b03f5068A1ea0275b2fD9d#code"
},
{
"name": "FixedSlashSlashingLibrary",
"isVerified": true,
"address": "eth:0x9a406ba5a99983250Fd663947b3c968D387ce5cd",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Stores slashing parameters and calculates slashing amounts based on that (UMA protocol).\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x9a406ba5a99983250Fd663947b3c968D387ce5cd#code"
},
{
"name": "IdentifierWhitelist",
"isVerified": true,
"address": "eth:0xcF649d9Da4D1362C4DAEa67573430Bd6f945e570",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Keeps a list of whitelisted identifiers that are accepted by the UMA v3 protocol. Across uses the identifier `ACROSS-V2` for its disputes.\n* Roles:\n * **owner**: GovernorV2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xcF649d9Da4D1362C4DAEa67573430Bd6f945e570#code"
},
{
"name": "AddressWhitelist",
"isVerified": true,
"address": "eth:0xdBF90434dF0B98219f87d112F37d74B1D90758c7",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "A simple address whitelist for tokens that can be used as bonds and/or fees. This whitelist is checked and enforced by various smart contracts in the UMA ecosystem.\n* Roles:\n * **owner**: GovernorV2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xdBF90434dF0B98219f87d112F37d74B1D90758c7#code"
},
{
"name": "AcrossBondToken (ABT)",
"isVerified": true,
"address": "eth:0xee1DC6BCF1Ee967a350e9aC6CaaAA236109002ea",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "A bond token wrapping ETH for usage in the Across protocol. Implements modified ERC20 logic to only allow permissioned proposers to use it as a bond for root bundle proposals.\n* Roles:\n * **owner**: Across Multisig; ultimately OptimisticGovernor\n * **proposers**: EOA 2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xee1DC6BCF1Ee967a350e9aC6CaaAA236109002ea#code"
},
{
"name": "SkinnyOptimisticOracle",
"isVerified": true,
"address": "eth:0xeE3Afe347D5C74317041E2618C49534dAf887c24",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Validates bridge messages by allowing proposers to make bonded assertions about crosschain events. It enforces a challenge period during which any invalid claims can be disputed and escalated to UMA's Data Verification Mechanism (DVM) for resolution.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xeE3Afe347D5C74317041E2618C49534dAf887c24#code"
},
{
"name": "OptimisticOracleV3",
"isVerified": true,
"address": "eth:0xfb55F43fB9F48F63f9269DB7Dde3BbBe1ebDC0dE",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Standard UMA optimistic oracle contract that allows anyone to make an arbitrary claim by posting a bond. The claim is considered true unless it is successfully disputed within a challenge window, with UMA's DVM acting as the final arbiter for disputes.\n* Roles:\n * **owner**: GovernorV2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xfb55F43fB9F48F63f9269DB7Dde3BbBe1ebDC0dE#code"
}
]
},
"escrows": [
{
"address": "0xc186fA914353c44b2E33eBE05f21846F1048bEda",
"sinceTimestamp": 1653124620,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xc186fA914353c44b2E33eBE05f21846F1048bEda",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xc186fA914353c44b2E33eBE05f21846F1048bEda#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5",
"sinceTimestamp": 1682355155,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0xc186fA914353c44b2E33eBE05f21846F1048bEda"
],
"implementations": [
"eth:0xFBc81a18EcDa8E6A91275cFDF5FC6d91A7C5AE80"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1682355155,
"transactionHash": "0x411ae8360c51beff3d6034ea63f03c41e6cf8b031432391fc44bc4f5a1b908ef",
"implementations": [
"eth:0xA667498F46457548f1D3ad557340b95Fdb290148"
]
},
{
"timestamp": 1692663659,
"transactionHash": "0xceb5b11cd6c78b29d16d2c91bedcb4ec7467814fdce84a753f468c452c36c0d6",
"implementations": [
"eth:0x326510c1bf9d85Fb73d0AB8d20Aa5BbE9c7561e9"
]
},
{
"timestamp": 1696340927,
"transactionHash": "0x946dec56639129cadd298ce5a44341b6f361c5c632f5dea2a80d9cb023b836c6",
"implementations": [
"eth:0x5ab0A812327aD959dE664AEC8408Ef8c6ABe7184"
]
},
{
"timestamp": 1708538663,
"transactionHash": "0xf08778addb8376b0beb500bf569c6251eadc124e6aeeaf5f702ab1dbf576379f",
"implementations": [
"eth:0x90438AD3d81a0739ce1Cb20C73564682388c5FdD"
]
},
{
"timestamp": 1710769247,
"transactionHash": "0x3ebfeeedb62ab726a1cb350595df3d4b2212f2fda619ae08015d16f304fc8332",
"implementations": [
"eth:0xa4D3535f33549749Fb97fA42903AC80F6fb54af6"
]
},
{
"timestamp": 1715785919,
"transactionHash": "0xa604480755748d8162a3fb11442719682d473d868450e7460d9dd111a0b8903a",
"implementations": [
"eth:0x08C21b200eD06D2e32cEC91a770C3FcA8aD5F877"
]
},
{
"timestamp": 1725378503,
"transactionHash": "0xd3cfc5a7476fd33d3d3fdc2d77adac2bf6900945f9a5c5f35f65b6507dde381f",
"implementations": [
"eth:0x48Dcf75EA18233BA947E4480dCd70594720449C1"
]
},
{
"timestamp": 1738111451,
"transactionHash": "0x4d37ad20bb31cedba7434223e08229ca95fbfd32eaf2bcbd456af0d0a32bba8b",
"implementations": [
"eth:0xD576931ab0bDC3dfdc2c041d3C7b9d2ED0c6dd9a"
]
},
{
"timestamp": 1738939607,
"transactionHash": "0xbea88935fe99b6faba60ee273a5eb146cd6c2d12decfef8842c5c719a0009376",
"implementations": [
"eth:0x0190a2328e072Fc5a7fA00F6C9ae2a16c7F4E32a"
]
},
{
"timestamp": 1751304083,
"transactionHash": "0xa4cfc9525849a8a3052a587a29006303e9b16ce08fa096460bb6fe2017b1a3ef",
"implementations": [
"eth:0xFBc81a18EcDa8E6A91275cFDF5FC6d91A7C5AE80"
]
}
],
"url": "https://etherscan.io/address/0x5c7BCd6E7De5423a257D81B442095A1a6ced35C5#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x4D9079Bb4165aeb4084c526a32695dCfd2F77381",
"sinceTimestamp": 1653167083,
"tokens": "*",
"isHistorical": true,
"chain": "ethereum",
"chainId": 1
},
{
"address": "0xe35e9842fceaCA96570B734083f4a58e8F7C5f2A",
"sinceTimestamp": 1682355537,
"tokens": "*",
"chain": "arbitrum",
"chainId": 42161
},
{
"address": "0x09aea4b2242abC8bb4BB78D537A67a245A7bEC64",
"sinceTimestamp": 1691119103,
"tokens": "*",
"chain": "base",
"chainId": 8453
},
{
"address": "0x2D509190Ed0172ba588407D4c2df918F955Cc6E1",
"sinceTimestamp": 1719958375,
"tokens": "*",
"chain": "blast",
"chainId": 81457
},
{
"address": "0x7E63A5f1a8F0B4d0934B2f2327DAED3F6bb2ee75",
"sinceTimestamp": 1709742598,
"tokens": "*",
"chain": "linea",
"chainId": 59144
},
{
"address": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
"sinceTimestamp": 1716253957,
"tokens": "*",
"chain": "mode",
"chainId": 34443
},
{
"address": "0x6f26Bf09B1C792e3228e5467807a900A503c0281",
"sinceTimestamp": 1682354696,
"tokens": "*",
"chain": "optimism",
"chainId": 10
},
{
"address": "0x3baD7AD0728f9917d1Bf08af5782dCbD516cDd96",
"sinceTimestamp": 1721124038,
"tokens": "*",
"chain": "scroll",
"chainId": 534352
},
{
"address": "0xE0B015E54d54fc84a6cB9B666099c46adE9335FF",
"sinceTimestamp": 1691141266,
"tokens": "*",
"chain": "zksync2",
"chainId": 324
}
],
"risks": [
{
"category": "Funds can be stolen if",
"text": "a Spoke Pool contract receives a malicious code upgrade. There is no delay on code upgrades."
}
]
}
+1 -1
{
"baseTimestamp": 1759932934,
"baseTimestamp": 1762264490,
"contractsDiscoDriven": true,
"hasDiscoUi": true,
"isDiscoDriven": true,
"permissionsDiscoDriven": true
}
+4 -4
+3 -3
{
"ethereum": {
"roles": [
{
"id": "Validator",
"name": "Validator",
"description": "Permissioned to sign crosschain messages encoding transfer information, which are decoded onchain with signature checks. The validators listed here are the default validators for Ethereum and can be overridden by a custom configuration.",
"accounts": [
{
"address": "eth:0x3571223e745dC0fCbDEFa164C9B826B90c0d2DAc",
"type": "EOA",
"isVerified": true,
"name": "EOA 1",
"url": "#EOA-1,-EOA-2,-EOA-3-and-EOA-4"
},
{
"address": "eth:0x4d4629F5bfeABe66Edc7A78da26Ef5273C266f97",
"type": "EOA",
"isVerified": true,
"name": "EOA 2",
"url": "#EOA-1,-EOA-2,-EOA-3-and-EOA-4"
},
{
"address": "eth:0x5450447aeE7B544c462C9352bEF7cAD049B0C2Dc",
"type": "EOA",
"isVerified": true,
"name": "EOA 3",
"url": "#EOA-1,-EOA-2,-EOA-3-and-EOA-4"
},
{
"address": "eth:0xebB52D7eaa3ff7A5A6260bfe5111CE52D57401d0",
"type": "EOA",
"isVerified": true,
"name": "EOA 4",
"url": "#EOA-1,-EOA-2,-EOA-3-and-EOA-4"
}
],
"chain": "ethereum",
"discoveryDrivenData": true
}
],
"actors": [
{
"id": "Hyperlane Multisig",
"name": "Hyperlane Multisig",
"description": "A Multisig with 6/10 threshold. \n* Can upgrade **with no delay**\n * HypERC20Collateral [via: ProxyAdmin]\n * HypERC20Collateral [via: ProxyAdmin]\n * Mailbox [via: ProxyAdmin]\n * HypERC20Collateral [via: ProxyAdmin]\n * HypERC20Collateral [via: ProxyAdmin]\n* Can interact with Mailbox\n * change the default ISM and hooks for this chain that are used for all connected contracts that do not override them \n* Can interact with DomainRoutingIsm\n * manage the domain -> ISM contract mapping ",
"accounts": [
{
"address": "eth:0x562Dfaac27A84be6C96273F5c9594DA1681C0DA7",
"type": "Contract",
"isVerified": true,
"name": "0x562D…0DA7",
"url": "https://etherscan.io/address/0x562Dfaac27A84be6C96273F5c9594DA1681C0DA7"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xD5c0D17cCb9071D27a4F7eD8255F59989b9aee0d",
"type": "EOA",
"isVerified": true,
"name": "0xD5c0…ee0d",
"url": "https://etherscan.io/address/0xD5c0D17cCb9071D27a4F7eD8255F59989b9aee0d"
},
{
"address": "eth:0x3b548E88BA3259A6f45DEeA91449cdda5cF164b3",
"type": "EOA",
"isVerified": true,
"name": "0x3b54…64b3",
"url": "https://etherscan.io/address/0x3b548E88BA3259A6f45DEeA91449cdda5cF164b3"
},
{
"address": "eth:0x861FC61a961F8AFDf115B8DE274101B9ECea2F26",
"type": "EOA",
"isVerified": true,
"name": "0x861F…2F26",
"url": "https://etherscan.io/address/0x861FC61a961F8AFDf115B8DE274101B9ECea2F26"
},
{
"address": "eth:0x82950a6356316272dF1928C72F5F0A44D9673c88",
"type": "EOA",
"isVerified": true,
"name": "0x8295…3c88",
"url": "https://etherscan.io/address/0x82950a6356316272dF1928C72F5F0A44D9673c88"
},
{
"address": "eth:0x9F500DF92175b2Ac36F8d443382B219d211D354A",
"type": "EOA",
"isVerified": true,
"name": "0x9F50…354A",
"url": "https://etherscan.io/address/0x9F500DF92175b2Ac36F8d443382B219d211D354A"
},
{
"address": "eth:0x97a1b7D1B6D52CACf4B6754f144fd6E404790346",
"type": "EOA",
"isVerified": true,
"name": "0x97a1…0346",
"url": "https://etherscan.io/address/0x97a1b7D1B6D52CACf4B6754f144fd6E404790346"
},
{
"address": "eth:0x3247FC16763c340EeFc1e60eda172ef9Db7c96B6",
"type": "EOA",
"isVerified": true,
"name": "0x3247…96B6",
"url": "https://etherscan.io/address/0x3247FC16763c340EeFc1e60eda172ef9Db7c96B6"
},
{
"address": "eth:0x2f43Ac3cD6A22E4Ba20d3d18d116b1f9420eD84B",
"type": "EOA",
"isVerified": true,
"name": "0x2f43…D84B",
"url": "https://etherscan.io/address/0x2f43Ac3cD6A22E4Ba20d3d18d116b1f9420eD84B"
},
{
"address": "eth:0xc3E966E79eF1aA4751221F55fB8A36589C24C0cA",
"type": "EOA",
"isVerified": true,
"name": "0xc3E9…C0cA",
"url": "https://etherscan.io/address/0xc3E966E79eF1aA4751221F55fB8A36589C24C0cA"
},
{
"address": "eth:0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba",
"type": "EOA",
"isVerified": true,
"name": "0xa7EC…d9Ba",
"url": "https://etherscan.io/address/0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba"
}
],
"discoveryDrivenData": true
},
{
"id": "StaticAggregationIsm_default",
"name": "StaticAggregationIsm_default",
"accounts": [
{
"address": "eth:0xf5b0e5Dbc75982a44025253612F98fbab146D161",
"type": "Contract",
"isVerified": true,
"name": "0xf5b0…D161",
"url": "https://etherscan.io/address/0xf5b0e5Dbc75982a44025253612F98fbab146D161"
}
],
"chain": "ethereum",
"description": "This specific Interchain Security Module (ISM) contract is a simple 't of n' module that checks that a threshold of 2 out of the [PausableIsm,DomainRoutingIsm] ISM contracts successfully verify a message.\n* Can interact with Mailbox\n * verify messages for destination contracts that do not specify a custom ISM ",
"discoveryDrivenData": true
},
{
"id": "HyperlaneMultisig",
"name": "HyperlaneMultisig",
"description": "A Multisig with 4/9 threshold. \n* Can interact with HypERC20Collateral\n * change the ISM and hooks, whitelist new routes and update destination fees \n* Can interact with HypERC20Collateral\n * change the ISM and hooks, whitelist new routes and update destination fees \n* Can interact with HypERC20Collateral\n * change the ISM and hooks, whitelist new routes and update destination fees \n* Can interact with HypERC20Collateral\n * change the ISM and hooks, whitelist new routes and update destination fees ",
"accounts": [
{
"address": "eth:0x3965AC3D295641E452E0ea896a086A9cD7C6C5b6",
"type": "Contract",
"isVerified": true,
"name": "0x3965…C5b6",
"url": "https://etherscan.io/address/0x3965AC3D295641E452E0ea896a086A9cD7C6C5b6"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x47Bbac4147c330c8FAD542d1A52f1bB97716826b",
"type": "EOA",
"isVerified": true,
"name": "0x47Bb…826b",
"url": "https://etherscan.io/address/0x47Bbac4147c330c8FAD542d1A52f1bB97716826b"
},
{
"address": "eth:0x478be6076f31E9666123B9721D0B6631baD944AF",
"type": "EOA",
"isVerified": true,
"name": "0x478b…44AF",
"url": "https://etherscan.io/address/0x478be6076f31E9666123B9721D0B6631baD944AF"
},
{
"address": "eth:0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba",
"type": "EOA",
"isVerified": true,
"name": "0xa7EC…d9Ba",
"url": "https://etherscan.io/address/0xa7ECcdb9Be08178f896c26b7BbD8C3D4E844d9Ba"
},
{
"address": "eth:0x5b73A98165778BCCE72979B4EE3faCdb31728b8E",
"type": "EOA",
"isVerified": true,
"name": "0x5b73…8b8E",
"url": "https://etherscan.io/address/0x5b73A98165778BCCE72979B4EE3faCdb31728b8E"
},
{
"address": "eth:0xc3E966E79eF1aA4751221F55fB8A36589C24C0cA",
"type": "EOA",
"isVerified": true,
"name": "0xc3E9…C0cA",
"url": "https://etherscan.io/address/0xc3E966E79eF1aA4751221F55fB8A36589C24C0cA"
},
{
"address": "eth:0x3b7f8f68A4FD0420FeA2F42a1eFc53422f205599",
"type": "EOA",
"isVerified": true,
"name": "0x3b7f…5599",
"url": "https://etherscan.io/address/0x3b7f8f68A4FD0420FeA2F42a1eFc53422f205599"
},
{
"address": "eth:0x003DDD9eEAb62013b7332Ab4CC6B10077a8ca961",
"type": "EOA",
"isVerified": true,
"name": "0x003D…a961",
"url": "https://etherscan.io/address/0x003DDD9eEAb62013b7332Ab4CC6B10077a8ca961"
},
{
"address": "eth:0xd00d6A31485C93c597D1d8231eeeE0ed17B9844B",
"type": "EOA",
"isVerified": true,
"name": "0xd00d…844B",
"url": "https://etherscan.io/address/0xd00d6A31485C93c597D1d8231eeeE0ed17B9844B"
},
{
"address": "eth:0x483fd7284A696343FEc0819DDF2cf7E06E8A06E5",
"type": "EOA",
"isVerified": true,
"name": "0x483f…06E5",
"url": "https://etherscan.io/address/0x483fd7284A696343FEc0819DDF2cf7E06E8A06E5"
}
],
"discoveryDrivenData": true
},
{
"id": "GnosisSafe",
"name": "GnosisSafe",
"description": "A Multisig with 3/7 threshold. \n* Can upgrade **with no delay**\n * HypERC20Collateral [via: ProxyAdmin]\n* Can interact with HypERC20Collateral\n * change the ISM and hooks, whitelist new routes and update destination fees ",
"accounts": [
{
"address": "eth:0xA52Fd396891E7A74b641a2Cb1A6999Fcf56B077e",
"type": "Contract",
"isVerified": true,
"name": "0xA52F…077e",
"url": "https://etherscan.io/address/0xA52Fd396891E7A74b641a2Cb1A6999Fcf56B077e"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xaC011Fe273794Ab1E07538CFA8099f2599103F64",
"type": "EOA",
"isVerified": true,
"name": "0xaC01…3F64",
"url": "https://etherscan.io/address/0xaC011Fe273794Ab1E07538CFA8099f2599103F64"
},
{
"address": "eth:0xe8eA8990643A0431E4B28F7F7f6878aaB88fE424",
"type": "EOA",
"isVerified": true,
"name": "0xe8eA…E424",
"url": "https://etherscan.io/address/0xe8eA8990643A0431E4B28F7F7f6878aaB88fE424"
},
{
"address": "eth:0x3d97E13A1D2bb4C9cE9EA9d424D83d3638F052ad",
"type": "EOA",
"isVerified": true,
"name": "0x3d97…52ad",
"url": "https://etherscan.io/address/0x3d97E13A1D2bb4C9cE9EA9d424D83d3638F052ad"
},
{
"address": "eth:0xEd700310D77BfBC3D2d962d11254861a6748cb3e",
"type": "EOA",
"isVerified": true,
"name": "0xEd70…cb3e",
"url": "https://etherscan.io/address/0xEd700310D77BfBC3D2d962d11254861a6748cb3e"
},
{
"address": "eth:0x7f03DFC538Df4f6893D6f1AE3089eafF8924D898",
"type": "EOA",
"isVerified": true,
"name": "0x7f03…D898",
"url": "https://etherscan.io/address/0x7f03DFC538Df4f6893D6f1AE3089eafF8924D898"
},
{
"address": "eth:0xF3385420ffaae12CF719B3D4AbB4f1122A2873F8",
"type": "EOA",
"isVerified": true,
"name": "0xF338…73F8",
"url": "https://etherscan.io/address/0xF3385420ffaae12CF719B3D4AbB4f1122A2873F8"
},
{
"address": "eth:0x6B1d3f8882fCA07416184D68f2906d0C3725a4aA",
"type": "EOA",
"isVerified": true,
"name": "0x6B1d…a4aA",
"url": "https://etherscan.io/address/0x6B1d3f8882fCA07416184D68f2906d0C3725a4aA"
}
],
"discoveryDrivenData": true
},
{
"id": "GnosisSafe",
"name": "GnosisSafe",
"description": "A Multisig with 4/6 threshold. \n* Can upgrade **with no delay**\n * HypERC20Collateral [via: ProxyAdmin]\n* Can interact with HypERC20Collateral\n * change the ISM and hooks, whitelist new routes and update destination fees ",
"accounts": [
{
"address": "eth:0xCEA8039076E35a825854c5C2f85659430b06ec96",
"type": "Contract",
"isVerified": true,
"name": "0xCEA8…ec96",
"url": "https://etherscan.io/address/0xCEA8039076E35a825854c5C2f85659430b06ec96"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x95A2115018b84cfe0630C16CCA277E1569a84BEf",
"type": "EOA",
"isVerified": true,
"name": "0x95A2…4BEf",
"url": "https://etherscan.io/address/0x95A2115018b84cfe0630C16CCA277E1569a84BEf"
},
{
"address": "eth:0x4A4e996Dd8F36Dcf46b30A7F97877da922323EEb",
"type": "EOA",
"isVerified": true,
"name": "0x4A4e…3EEb",
"url": "https://etherscan.io/address/0x4A4e996Dd8F36Dcf46b30A7F97877da922323EEb"
},
{
"address": "eth:0x3DE2da610996eA5A72B9Af7cB8740caC48A9329f",
"type": "EOA",
"isVerified": true,
"name": "0x3DE2…329f",
"url": "https://etherscan.io/address/0x3DE2da610996eA5A72B9Af7cB8740caC48A9329f"
},
{
"address": "eth:0x7C96179df8619E49B389784ECDBBcA7090a5D08F",
"address": "eth:0x83954FBd07f8A868F4A72103e7bBCc8Ec59CeA1C",
"type": "EOA",
"isVerified": true,
"name": "0x7C96…D08F",
"url": "https://etherscan.io/address/0x7C96179df8619E49B389784ECDBBcA7090a5D08F"
"name": "0x8395…eA1C",
"url": "https://etherscan.io/address/0x83954FBd07f8A868F4A72103e7bBCc8Ec59CeA1C"
},
{
"address": "eth:0x544bDcBb88F2756000De227580aaad7376f3794E",
"type": "EOA",
"isVerified": true,
"name": "0x544b…794E",
"url": "https://etherscan.io/address/0x544bDcBb88F2756000De227580aaad7376f3794E"
},
{
"address": "eth:0x9eaC7114D1a1EaBc4732A886795cFD9E6E35843f",
"type": "EOA",
"isVerified": true,
"name": "0x9eaC…843f",
"url": "https://etherscan.io/address/0x9eaC7114D1a1EaBc4732A886795cFD9E6E35843f"
}
],
"discoveryDrivenData": true
},
{
"id": "EOA-1,-EOA-2,-EOA-3-and-EOA-4",
"name": "EOA 1, EOA 2, EOA 3 and EOA 4",
"accounts": [
{
"address": "eth:0x3571223e745dC0fCbDEFa164C9B826B90c0d2DAc",
"type": "EOA",
"isVerified": true,
"name": "0x3571…2DAc",
"url": "https://etherscan.io/address/0x3571223e745dC0fCbDEFa164C9B826B90c0d2DAc"
},
{
"address": "eth:0x4d4629F5bfeABe66Edc7A78da26Ef5273C266f97",
"type": "EOA",
"isVerified": true,
"name": "0x4d46…6f97",
"url": "https://etherscan.io/address/0x4d4629F5bfeABe66Edc7A78da26Ef5273C266f97"
},
{
"address": "eth:0x5450447aeE7B544c462C9352bEF7cAD049B0C2Dc",
"type": "EOA",
"isVerified": true,
"name": "0x5450…C2Dc",
"url": "https://etherscan.io/address/0x5450447aeE7B544c462C9352bEF7cAD049B0C2Dc"
},
{
"address": "eth:0xebB52D7eaa3ff7A5A6260bfe5111CE52D57401d0",
"type": "EOA",
"isVerified": true,
"name": "0xebB5…01d0",
"url": "https://etherscan.io/address/0xebB52D7eaa3ff7A5A6260bfe5111CE52D57401d0"
}
],
"chain": "ethereum",
"description": "* A Validator - acting directly",
"discoveryDrivenData": true
}
]
}
}
+1 -1
{
"baseTimestamp": 1760089860,
"baseTimestamp": 1762264513,
"contractsDiscoDriven": true,
"hasDiscoUi": true,
"isDiscoDriven": true,
"permissionsDiscoDriven": true
}
+9 -2
+8 -1
{
"ethereum": {
"roles": [
{
"id": "Sequencer",
"name": "Sequencer",
"description": "Allowed to commit transactions from the current layer to the host chain.",
"accounts": [
{
"address": "eth:0x1FFDA89C755f6D4Af069897D77CcAbb580Fd412a",
"type": "EOA",
"isVerified": true,
"name": "EOA 1",
"url": "#EOA-1"
}
],
"chain": "ethereum",
"discoveryDrivenData": true
},
{
"id": "Trusted Aggregator (Proposer)",
"name": "Trusted Aggregator (Proposer)",
"description": "Permissioned to post new state roots and global exit roots accompanied by ZK proofs.",
"accounts": [
{
"address": "eth:0x20A53dCb196cD2bcc14Ece01F358f1C849aA51dE",
"type": "EOA",
"isVerified": true,
"name": "EOA 3",
"url": "#EOA-3-and-EOA-4"
},
{
"address": "eth:0x6329Fe417621925C81c16F9F9a18c203C21Af7ab",
"type": "EOA",
"isVerified": true,
"name": "EOA 4",
"url": "#EOA-3-and-EOA-4"
}
],
"chain": "ethereum",
"discoveryDrivenData": true
}
],
"actors": [
{
"id": "PolygonAdminMultisig",
"name": "PolygonAdminMultisig",
"description": "A Multisig with 5/12 threshold. \n* Can upgrade **with 3d delay**\n * AgglayerGateway [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n * AgglayerBridge [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n * AgglayerManager [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n * AgglayerGER [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n* Can interact with AgglayerGateway\n * add new routes from proof selector to verifier / pessimisticVkey for pessimistic proofs **with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state)]\n * add or update default aggchain verification keys (aggchainVkey) for any given selectors \n * change the aggchainSigners and threshold (a multisig used for permissioned state transitions) \n * freeze routes from proof selector to verifier / pessimisticVkey for pessimistic proofs \n* Can interact with AgglayerBridge\n * upgrade the implementation of wrapped tokens deployed by the bridge **with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state)]\n* Can interact with AgglayerManager\n * deploy new projects that use predefined rollup types (implementations) and connect them or other Agglayer chains to the PolygonRollupManager \n * manage all access control roles, add new rollup types (which are implementation contracts that can then be upgraded to by connected projects), update any connected projects to new rollup types, migrate to pessimistic proofs and rollback batches, connect existing rollups to the PolygonRollupManager **with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state)]\n * manage parameters like fees for all connected projects, set the trusted aggregator, stop the emergency state, update projects and obsolete rollup types \n* Can interact with Timelock\n * propose, cancel and execute transactions in the timelock, manage all access control roles and change the minimum delay **with 6d delay or with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state) with 3d delay (no delay if in emergency state) - or - acting directly with 3d delay (no delay if in emergency state)]",
"accounts": [
{
"address": "eth:0x242daE44F5d8fb54B198D03a94dA45B5a4413e21",
"type": "Contract",
"isVerified": true,
"name": "0x242d…3e21",
"url": "https://etherscan.io/address/0x242daE44F5d8fb54B198D03a94dA45B5a4413e21"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xcAB31b6A7b4d2eCd562A09e2BfA46535a18862f9",
"type": "EOA",
"isVerified": true,
"name": "0xcAB3…62f9",
"url": "https://etherscan.io/address/0xcAB31b6A7b4d2eCd562A09e2BfA46535a18862f9"
},
{
"address": "eth:0xAb3506507449bF1880f3337825efd19ac89E235E",
"type": "EOA",
"isVerified": true,
"name": "0xAb35…235E",
"url": "https://etherscan.io/address/0xAb3506507449bF1880f3337825efd19ac89E235E"
},
{
"address": "eth:0x54c401eD03D086fE13221E5422165f3b024265d9",
"type": "EOA",
"isVerified": true,
"name": "0x54c4…65d9",
"url": "https://etherscan.io/address/0x54c401eD03D086fE13221E5422165f3b024265d9"
},
{
"address": "eth:0x21618593F7147235aC8D511d68A547C935F9d417",
"type": "EOA",
"isVerified": true,
"name": "0x2161…d417",
"url": "https://etherscan.io/address/0x21618593F7147235aC8D511d68A547C935F9d417"
},
{
"address": "eth:0xED7cC82235A7757702475c8f77c7830c095FB5a2",
"type": "EOA",
"isVerified": true,
"name": "0xED7c…B5a2",
"url": "https://etherscan.io/address/0xED7cC82235A7757702475c8f77c7830c095FB5a2"
},
{
"address": "eth:0xdFEd8373695a7b3DaF268CF91e71f6a7024A56Da",
"type": "EOA",
"isVerified": true,
"name": "0xdFEd…56Da",
"url": "https://etherscan.io/address/0xdFEd8373695a7b3DaF268CF91e71f6a7024A56Da"
},
{
"address": "eth:0xffbfc0c8331C5fc912DDA3C6D4A86eEB80203238",
"type": "EOA",
"isVerified": true,
"name": "0xffbf…3238",
"url": "https://etherscan.io/address/0xffbfc0c8331C5fc912DDA3C6D4A86eEB80203238"
},
{
"address": "eth:0xeD44D1CFfB91e163CB7126bdEeA83959f175dB37",
"type": "EOA",
"isVerified": true,
"name": "0xeD44…dB37",
"url": "https://etherscan.io/address/0xeD44D1CFfB91e163CB7126bdEeA83959f175dB37"
},
{
"address": "eth:0x516eEcfb38aA308c5f1878497108c7d054fd46B7",
"type": "EOA",
"isVerified": true,
"name": "0x516e…46B7",
"url": "https://etherscan.io/address/0x516eEcfb38aA308c5f1878497108c7d054fd46B7"
},
{
"address": "eth:0x4c1665d6651ecEfa59B9B3041951608468b18891",
"type": "EOA",
"isVerified": true,
"name": "0x4c16…8891",
"url": "https://etherscan.io/address/0x4c1665d6651ecEfa59B9B3041951608468b18891"
},
{
"address": "eth:0xA0B02B28920812324f1cC3255bd8840867d3f227",
"type": "EOA",
"isVerified": true,
"name": "0xA0B0…f227",
"url": "https://etherscan.io/address/0xA0B02B28920812324f1cC3255bd8840867d3f227"
},
{
"address": "eth:0xEad77b01ea770839F7f576Cd1516Ff6A298d9dB2",
"type": "EOA",
"isVerified": true,
"name": "0xEad7…9dB2",
"url": "https://etherscan.io/address/0xEad77b01ea770839F7f576Cd1516Ff6A298d9dB2"
}
],
"discoveryDrivenData": true
},
{
"id": "Katana Foundation Engineering/Security Multisig",
"name": "Katana Foundation Engineering/Security Multisig",
"description": "A Multisig with 3/5 threshold. \n* Can upgrade **with no delay**\n * L1ERC721Bridge [via: ProxyAdmin]\n * AnchorStateRegistry [via: ProxyAdmin]\n * L1CrossDomainMessenger [via: ProxyAdmin]\n * OptimismPortal2 [via: ProxyAdmin]\n * SuperchainConfig [via: ProxyAdmin]\n * DelayedWETH [via: ProxyAdmin]\n * L1StandardBridge [via: ProxyAdmin]\n * OptimismMintableERC20Factory [via: ProxyAdmin]\n * SystemConfig [via: ProxyAdmin]\n * DisputeGameFactory [via: ProxyAdmin]\n* Can interact with AggchainFEP\n * change verification keys (aggregationVkey, rangeVkeyCommitment, aggchainVkey) and the rollupConfigHash, manage multisig signers for permissioned state transitions and change critical configs for state validation \n * toggle the 'optimisticMode' \n* Can interact with DelayedWETH\n * can pull funds from the contract in case of emergency \n* Can interact with SystemConfig\n * it can update the preconfer address, the batch submitter (Sequencer) address and the gas configuration of the system \n* Can interact with AddressManager\n * set and change address mappings [via: ProxyAdmin]",
"accounts": [
{
"address": "eth:0x4e981bAe8E3cd06Ca911ffFE5504B2653ac1C38a",
"type": "Contract",
"isVerified": true,
"name": "0x4e98…C38a",
"url": "https://etherscan.io/address/0x4e981bAe8E3cd06Ca911ffFE5504B2653ac1C38a"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x516eEcfb38aA308c5f1878497108c7d054fd46B7",
"type": "EOA",
"isVerified": true,
"name": "0x516e…46B7",
"url": "https://etherscan.io/address/0x516eEcfb38aA308c5f1878497108c7d054fd46B7"
},
{
"address": "eth:0xEad77b01ea770839F7f576Cd1516Ff6A298d9dB2",
"type": "EOA",
"isVerified": true,
"name": "0xEad7…9dB2",
"url": "https://etherscan.io/address/0xEad77b01ea770839F7f576Cd1516Ff6A298d9dB2"
},
{
"address": "eth:0x54c401eD03D086fE13221E5422165f3b024265d9",
"type": "EOA",
"isVerified": true,
"name": "0x54c4…65d9",
"url": "https://etherscan.io/address/0x54c401eD03D086fE13221E5422165f3b024265d9"
},
{
"address": "eth:0xAb3506507449bF1880f3337825efd19ac89E235E",
"type": "EOA",
"isVerified": true,
"name": "0xAb35…235E",
"url": "https://etherscan.io/address/0xAb3506507449bF1880f3337825efd19ac89E235E"
},
{
"address": "eth:0xcAB31b6A7b4d2eCd562A09e2BfA46535a18862f9",
"type": "EOA",
"isVerified": true,
"name": "0xcAB3…62f9",
"url": "https://etherscan.io/address/0xcAB31b6A7b4d2eCd562A09e2BfA46535a18862f9"
}
],
"discoveryDrivenData": true
},
{
"id": "PolygonSecurityCouncil",
"name": "PolygonSecurityCouncil",
"description": "A Multisig with 6/8 threshold. \n* Can interact with AgglayerManager\n * activate the emergency state in the PolygonRollupManager and in the shared bridge immediately, effectively pausing all projects connected to them and making system contracts instantly upgradable ",
"accounts": [
{
"address": "eth:0x37c58Dfa7BF0A165C5AAEdDf3e2EdB475ac6Dcb6",
"type": "Contract",
"isVerified": true,
"name": "0x37c5…Dcb6",
"url": "https://etherscan.io/address/0x37c58Dfa7BF0A165C5AAEdDf3e2EdB475ac6Dcb6"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xFe45baf0F18c207152A807c1b05926583CFE2e4b",
"type": "EOA",
"isVerified": true,
"name": "0xFe45…2e4b",
"url": "https://etherscan.io/address/0xFe45baf0F18c207152A807c1b05926583CFE2e4b"
},
{
"address": "eth:0xaF46a0ddf80DFFB49C87656625E65A37499B261D",
"type": "EOA",
"isVerified": true,
"name": "0xaF46…261D",
"url": "https://etherscan.io/address/0xaF46a0ddf80DFFB49C87656625E65A37499B261D"
},
{
"address": "eth:0xBDc235cC9d6Baa641c5ae306bc83962475A5FEFf",
"type": "EOA",
"isVerified": true,
"name": "0xBDc2…FEFf",
"url": "https://etherscan.io/address/0xBDc235cC9d6Baa641c5ae306bc83962475A5FEFf"
},
{
"address": "eth:0x4c1665d6651ecEfa59B9B3041951608468b18891",
"type": "EOA",
"isVerified": true,
"name": "0x4c16…8891",
"url": "https://etherscan.io/address/0x4c1665d6651ecEfa59B9B3041951608468b18891"
},
{
"address": "eth:0x3ab9f4b964eE665F7CDf1d65f1cEEc6196B0D622",
"type": "EOA",
"isVerified": true,
"name": "0x3ab9…D622",
"url": "https://etherscan.io/address/0x3ab9f4b964eE665F7CDf1d65f1cEEc6196B0D622"
},
{
"address": "eth:0x49c15936864690bCd6af0ecaca8E874adFF30E86",
"type": "EOA",
"isVerified": true,
"name": "0x49c1…0E86",
"url": "https://etherscan.io/address/0x49c15936864690bCd6af0ecaca8E874adFF30E86"
},
{
"address": "eth:0x9F7dfAb2222A473284205cdDF08a677726d786A0",
"type": "EOA",
"isVerified": true,
"name": "0x9F7d…86A0",
"url": "https://etherscan.io/address/0x9F7dfAb2222A473284205cdDF08a677726d786A0"
},
{
"address": "eth:0x21887c89368bf918346c62460e0c339113801C28",
"type": "EOA",
"isVerified": true,
"name": "0x2188…1C28",
"url": "https://etherscan.io/address/0x21887c89368bf918346c62460e0c339113801C28"
}
],
"discoveryDrivenData": true
},
{
"id": "PolygonCreateRollupMultisig",
"name": "PolygonCreateRollupMultisig",
"description": "A Multisig with 3/8 threshold. \n* Can interact with AgglayerManager\n * deploy new projects that use predefined rollup types (implementations) and connect them or other Agglayer chains to the PolygonRollupManager ",
"accounts": [
{
"address": "eth:0xC74eFc7fdb3BeC9c6930E91FFDF761b160dF79dB",
"type": "Contract",
"isVerified": true,
"name": "0xC74e…79dB",
"url": "https://etherscan.io/address/0xC74eFc7fdb3BeC9c6930E91FFDF761b160dF79dB"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xAb3506507449bF1880f3337825efd19ac89E235E",
"type": "EOA",
"isVerified": true,
"name": "0xAb35…235E",
"url": "https://etherscan.io/address/0xAb3506507449bF1880f3337825efd19ac89E235E"
},
{
"address": "eth:0x3038B4DBf022E80169b2A068290d4a3A8b87D3b5",
"type": "EOA",
"isVerified": true,
"name": "0x3038…D3b5",
"url": "https://etherscan.io/address/0x3038B4DBf022E80169b2A068290d4a3A8b87D3b5"
},
{
"address": "eth:0xa43901c63f7702C407378E55E0d0EB4064a2AE31",
"type": "EOA",
"isVerified": true,
"name": "0xa439…AE31",
"url": "https://etherscan.io/address/0xa43901c63f7702C407378E55E0d0EB4064a2AE31"
},
{
"address": "eth:0xD9478f759a13Bfa1d9dAB3cDF5ff0C099d5EfCFC",
"type": "EOA",
"isVerified": true,
"name": "0xD947…fCFC",
"url": "https://etherscan.io/address/0xD9478f759a13Bfa1d9dAB3cDF5ff0C099d5EfCFC"
},
{
"address": "eth:0xCE27d8BCee45dB3E457EcF8629264Ca7893AAaAc",
"type": "EOA",
"isVerified": true,
"name": "0xCE27…AaAc",
"url": "https://etherscan.io/address/0xCE27d8BCee45dB3E457EcF8629264Ca7893AAaAc"
},
{
"address": "eth:0x0B84d2e66192448B680BBd06813efF9e5923Ca77",
"type": "EOA",
"isVerified": true,
"name": "0x0B84…Ca77",
"url": "https://etherscan.io/address/0x0B84d2e66192448B680BBd06813efF9e5923Ca77"
},
{
"address": "eth:0x0185fb2F27f2Acda3e2a6B8530b342333e9f22A6",
"type": "EOA",
"isVerified": true,
"name": "0x0185…22A6",
"url": "https://etherscan.io/address/0x0185fb2F27f2Acda3e2a6B8530b342333e9f22A6"
},
{
"address": "eth:0x7316DeD96c4Ff756c74D1D9c4178f6921Aff4496",
"type": "EOA",
"isVerified": true,
"name": "0x7316…4496",
"url": "https://etherscan.io/address/0x7316DeD96c4Ff756c74D1D9c4178f6921Aff4496"
}
],
"discoveryDrivenData": true
},
{
"id": "Katana vaultBridge Multisig 1",
"name": "Katana vaultBridge Multisig 1",
"description": "A Multisig with 2/3 threshold. \n* Can upgrade **with no delay**\n * vbWBTC [via: ProxyAdmin]\n * vbETH [via: ProxyAdmin]\n * vbUSDT [via: ProxyAdmin]",
"accounts": [
{
"address": "eth:0x2De242e27386e224E5fbF110EA8406d5B70740ec",
"type": "Contract",
"isVerified": true,
"name": "0x2De2…40ec",
"url": "https://etherscan.io/address/0x2De242e27386e224E5fbF110EA8406d5B70740ec"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x4082A1D91A353b16e112FbE36b55d222bF417919",
"type": "EOA",
"isVerified": true,
"name": "0x4082…7919",
"url": "https://etherscan.io/address/0x4082A1D91A353b16e112FbE36b55d222bF417919"
},
{
"address": "eth:0x9d851f8b8751c5FbC09b9E74E6e68E9950949052",
"type": "Contract",
"isVerified": true,
"name": "Polygon Labs Engineering/Security Multisig",
"url": "#Polygon Labs Engineering/Security Multisig"
},
{
"address": "eth:0xd0673F989bc3BA9314d0AAF28BfC84e99B7898CC",
"type": "Contract",
"isVerified": true,
"name": "Polygon Multisig 2",
"url": "#Polygon Multisig 2"
}
],
"discoveryDrivenData": true
},
{
"id": "Polygon Labs Engineering/Security Multisig",
"name": "Polygon Labs Engineering/Security Multisig",
"description": "A Multisig with 2/5 threshold. \nMember of Katana vaultBridge Multisig 1, Katana vaultBridge Multisig 2, Katana vaultBridge Multisig 3.\n* Can upgrade **with no delay**\n * MigrationManager [via: ProxyAdmin]",
"accounts": [
{
"address": "eth:0x9d851f8b8751c5FbC09b9E74E6e68E9950949052",
"type": "Contract",
"isVerified": true,
"name": "0x9d85…9052",
"url": "https://etherscan.io/address/0x9d851f8b8751c5FbC09b9E74E6e68E9950949052"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xeD44D1CFfB91e163CB7126bdEeA83959f175dB37",
"type": "EOA",
"isVerified": true,
"name": "0xeD44…dB37",
"url": "https://etherscan.io/address/0xeD44D1CFfB91e163CB7126bdEeA83959f175dB37"
},
{
"address": "eth:0xffbfc0c8331C5fc912DDA3C6D4A86eEB80203238",
"type": "EOA",
"isVerified": true,
"name": "0xffbf…3238",
"url": "https://etherscan.io/address/0xffbfc0c8331C5fc912DDA3C6D4A86eEB80203238"
},
{
"address": "eth:0xdFEd8373695a7b3DaF268CF91e71f6a7024A56Da",
"type": "EOA",
"isVerified": true,
"name": "0xdFEd…56Da",
"url": "https://etherscan.io/address/0xdFEd8373695a7b3DaF268CF91e71f6a7024A56Da"
},
{
"address": "eth:0xED7cC82235A7757702475c8f77c7830c095FB5a2",
"type": "EOA",
"isVerified": true,
"name": "0xED7c…B5a2",
"url": "https://etherscan.io/address/0xED7cC82235A7757702475c8f77c7830c095FB5a2"
},
{
"address": "eth:0x21618593F7147235aC8D511d68A547C935F9d417",
"type": "EOA",
"isVerified": true,
"name": "0x2161…d417",
"url": "https://etherscan.io/address/0x21618593F7147235aC8D511d68A547C935F9d417"
}
],
"discoveryDrivenData": true
},
{
"id": "Katana vaultBridge Multisig 2",
"name": "Katana vaultBridge Multisig 2",
"description": "A Multisig with 2/3 threshold. \n* Can upgrade **with no delay**\n * vbUSDS [via: ProxyAdmin]",
"accounts": [
{
"address": "eth:0xA8C31B2edd84c654d06d626383f4154D1E40C5Ff",
"type": "Contract",
"isVerified": true,
"name": "0xA8C3…C5Ff",
"url": "https://etherscan.io/address/0xA8C31B2edd84c654d06d626383f4154D1E40C5Ff"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x16388463d60FFE0661Cf7F1f31a7D658aC790ff7",
"type": "Contract",
"isVerified": true,
"name": "Yearn Strategist Multisig",
"url": "#Yearn Strategist Multisig"
},
{
"address": "eth:0x9d851f8b8751c5FbC09b9E74E6e68E9950949052",
"type": "Contract",
"isVerified": true,
"name": "Polygon Labs Engineering/Security Multisig",
"url": "#Polygon Labs Engineering/Security Multisig"
},
{
"address": "eth:0xd0673F989bc3BA9314d0AAF28BfC84e99B7898CC",
"type": "Contract",
"isVerified": true,
"name": "Polygon Multisig 2",
"url": "#Polygon Multisig 2"
}
],
"discoveryDrivenData": true
},
{
"id": "Katana vaultBridge Multisig 3",
"name": "Katana vaultBridge Multisig 3",
"description": "A Multisig with 2/3 threshold. \n* Can upgrade **with no delay**\n * vbUSDC [via: ProxyAdmin]",
"accounts": [
{
"address": "eth:0xf4F2f5F6bAdBE05433C4604320ecC56BbECBC04E",
"type": "Contract",
"isVerified": true,
"name": "0xf4F2…C04E",
"url": "https://etherscan.io/address/0xf4F2f5F6bAdBE05433C4604320ecC56BbECBC04E"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x9d851f8b8751c5FbC09b9E74E6e68E9950949052",
"type": "Contract",
"isVerified": true,
"name": "Polygon Labs Engineering/Security Multisig",
"url": "#Polygon Labs Engineering/Security Multisig"
},
{
"address": "eth:0xd0673F989bc3BA9314d0AAF28BfC84e99B7898CC",
"type": "Contract",
"isVerified": true,
"name": "Polygon Multisig 2",
"url": "#Polygon Multisig 2"
},
{
"address": "eth:0x827e86072B06674a077f592A531dcE4590aDeCdB",
"type": "Contract",
"isVerified": true,
"name": "Katana Steakhouse Financial / Morpho Multisig",
"url": "#Katana Steakhouse Financial / Morpho Multisig"
}
],
"discoveryDrivenData": true
},
{
"id": "Yearn Strategist Multisig",
"name": "Yearn Strategist Multisig",
"description": "A Multisig with 3/7 threshold. \nMember of Katana vaultBridge Multisig 2.\n",
"accounts": [
{
"address": "eth:0x16388463d60FFE0661Cf7F1f31a7D658aC790ff7",
"type": "Contract",
"isVerified": true,
"name": "0x1638…0ff7",
"url": "https://etherscan.io/address/0x16388463d60FFE0661Cf7F1f31a7D658aC790ff7"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xB13C8f58a233607569D2F8411B912148aeC4aEe2",
"type": "EOA",
"isVerified": true,
"name": "0xB13C…aEe2",
"url": "https://etherscan.io/address/0xB13C8f58a233607569D2F8411B912148aeC4aEe2"
},
{
"address": "eth:0xBD5f1429Ab467E69BEeba51E547C00A21F2a2092",
"type": "EOA",
"isVerified": true,
"name": "0xBD5f…2092",
"url": "https://etherscan.io/address/0xBD5f1429Ab467E69BEeba51E547C00A21F2a2092"
},
{
"address": "eth:0x787aba336583f4A1D4f8cBBFDFFD49f3a38De665",
"type": "EOA",
"isVerified": true,
"name": "0x787a…e665",
"url": "https://etherscan.io/address/0x787aba336583f4A1D4f8cBBFDFFD49f3a38De665"
},
{
"address": "eth:0x2C2dc95F8C8060a7e3B354c1B9540881AEa1613C",
"type": "EOA",
"isVerified": true,
"name": "0x2C2d…613C",
"url": "https://etherscan.io/address/0x2C2dc95F8C8060a7e3B354c1B9540881AEa1613C"
},
{
"address": "eth:0xd0002c648CCa8DeE2f2b8D70D542Ccde8ad6EC03",
"type": "EOA",
"isVerified": true,
"name": "0xd000…EC03",
"url": "https://etherscan.io/address/0xd0002c648CCa8DeE2f2b8D70D542Ccde8ad6EC03"
},
{
"address": "eth:0x1b5f15DCb82d25f91c65b53CEe151E8b9fBdD271",
"type": "EOA",
"isVerified": true,
"name": "0x1b5f…D271",
"url": "https://etherscan.io/address/0x1b5f15DCb82d25f91c65b53CEe151E8b9fBdD271"
},
{
"address": "eth:0x254f44F45ac892730e511f143DEd3Cd920b075aF",
"type": "EOA",
"isVerified": true,
"name": "0x254f…75aF",
"url": "https://etherscan.io/address/0x254f44F45ac892730e511f143DEd3Cd920b075aF"
}
],
"discoveryDrivenData": true
},
{
"id": "Safe",
"name": "Safe",
"description": "A Multisig with 1/4 threshold. ",
"accounts": [
{
"address": "eth:0x261a25ec6c396389B75B6b22BD4A8227070E3B50",
"type": "Contract",
"isVerified": true,
"name": "0x261a…3B50",
"url": "https://etherscan.io/address/0x261a25ec6c396389B75B6b22BD4A8227070E3B50"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x3e86A8bcAF0A96DD16Ec8160532DA13b2C0f6e21",
"type": "Contract",
"isVerified": true,
"name": "Safe",
"url": "#Safe"
},
{
"address": "eth:0x227D9Ea843910Edd305c42e7bB9Ce6D9f369238c",
"type": "EOA",
"isVerified": true,
"name": "0x227D…238c",
"url": "https://etherscan.io/address/0x227D9Ea843910Edd305c42e7bB9Ce6D9f369238c"
},
{
"address": "eth:0x67C912fF560951526BffDff66dFbD4DF8AE23756",
"type": "Contract",
"isVerified": true,
"name": "Katana yieldRecipient Mulsitig",
"url": "#Katana yieldRecipient Mulsitig"
},
{
"address": "eth:0xFA58659F64a393A6E1A548ABc70Ad2CfE1e8f9Cb",
"type": "Contract",
"isVerified": true,
"name": "Safe",
"url": "#Safe"
}
],
"discoveryDrivenData": true
},
{
"id": "Safe",
"name": "Safe",
"description": "A Multisig with 2/4 threshold. \nMember of Safe.\n",
"accounts": [
{
"address": "eth:0x3e86A8bcAF0A96DD16Ec8160532DA13b2C0f6e21",
"type": "Contract",
"isVerified": true,
"name": "0x3e86…6e21",
"url": "https://etherscan.io/address/0x3e86A8bcAF0A96DD16Ec8160532DA13b2C0f6e21"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x23CDc4Bc7713A1a8cb2adBbb5BdfCd135F74Bd50",
"type": "EOA",
"isVerified": true,
"name": "0x23CD…Bd50",
"url": "https://etherscan.io/address/0x23CDc4Bc7713A1a8cb2adBbb5BdfCd135F74Bd50"
},
{
"address": "eth:0xeA54bCaD99a8Cdd385c903236149Da9585B89ed3",
"type": "EOA",
"isVerified": true,
"name": "0xeA54…9ed3",
"url": "https://etherscan.io/address/0xeA54bCaD99a8Cdd385c903236149Da9585B89ed3"
},
{
"address": "eth:0x64512f695BFf25FD1bCD0F88EbC45Af144f374CA",
"type": "EOA",
"isVerified": true,
"name": "0x6451…74CA",
"url": "https://etherscan.io/address/0x64512f695BFf25FD1bCD0F88EbC45Af144f374CA"
},
{
"address": "eth:0xe969B418F3F5EF9E2E96d05C05Cc1e14f111aE8b",
"type": "EOA",
"isVerified": true,
"name": "0xe969…aE8b",
"url": "https://etherscan.io/address/0xe969B418F3F5EF9E2E96d05C05Cc1e14f111aE8b"
}
],
"discoveryDrivenData": true
},
{
"id": "Conduit Multisig 1",
"name": "Conduit Multisig 1",
"description": "A Multisig with 4/10 threshold. ",
"accounts": [
{
"address": "eth:0x4a4962275DF8C60a80d3a25faEc5AA7De116A746",
"type": "Contract",
"isVerified": true,
"name": "0x4a49…A746",
"url": "https://etherscan.io/address/0x4a4962275DF8C60a80d3a25faEc5AA7De116A746"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xFe0ab87ebE03DD0bF52DaF34Dfda6639c335e2d4",
"type": "EOA",
"isVerified": true,
"name": "0xFe0a…e2d4",
"url": "https://etherscan.io/address/0xFe0ab87ebE03DD0bF52DaF34Dfda6639c335e2d4"
},
{
"address": "eth:0x81175155D85377C337d92f1FA52Da166C3A4E7Ac",
"type": "EOA",
"isVerified": true,
"name": "0x8117…E7Ac",
"url": "https://etherscan.io/address/0x81175155D85377C337d92f1FA52Da166C3A4E7Ac"
},
{
"address": "eth:0xA0737fea60F0601A192E3d2c98865A883ab0bda2",
"type": "EOA",
"isVerified": true,
"name": "0xA073…bda2",
"url": "https://etherscan.io/address/0xA0737fea60F0601A192E3d2c98865A883ab0bda2"
},
{
"address": "eth:0xF3313C48BD8E17b823d5498D62F37019dFEA647D",
"type": "EOA",
"isVerified": true,
"name": "0xF331…647D",
"url": "https://etherscan.io/address/0xF3313C48BD8E17b823d5498D62F37019dFEA647D"
},
{
"address": "eth:0xF0B77EaE7F2dabCC2571c7418406A0dCA3afA4f0",
"type": "EOA",
"isVerified": true,
"name": "0xF0B7…A4f0",
"url": "https://etherscan.io/address/0xF0B77EaE7F2dabCC2571c7418406A0dCA3afA4f0"
},
{
"address": "eth:0xa4000bDD2bB92ce6750b31F1eeda47Bd1cB8e6e4",
"type": "EOA",
"isVerified": true,
"name": "0xa400…e6e4",
"url": "https://etherscan.io/address/0xa4000bDD2bB92ce6750b31F1eeda47Bd1cB8e6e4"
},
{
"address": "eth:0x3840f487A17A41100DD1Bf0946c34f132a57Fd5f",
"type": "EOA",
"isVerified": true,
"name": "0x3840…Fd5f",
"url": "https://etherscan.io/address/0x3840f487A17A41100DD1Bf0946c34f132a57Fd5f"
},
{
"address": "eth:0xa0C600a6e85bf225958FFAcC70B5FDDF9A059038",
"type": "EOA",
"isVerified": true,
"name": "0xa0C6…9038",
"url": "https://etherscan.io/address/0xa0C600a6e85bf225958FFAcC70B5FDDF9A059038"
},
{
"address": "eth:0xefCf0c8faFB425997870f845e26fC6cA6EE6dD5C",
"type": "EOA",
"isVerified": true,
"name": "0xefCf…dD5C",
"url": "https://etherscan.io/address/0xefCf0c8faFB425997870f845e26fC6cA6EE6dD5C"
},
{
"address": "eth:0x4D8007a0E9f293e62E2b0F43C6Cf4C4B9e135BAe",
"type": "EOA",
"isVerified": true,
"name": "0x4D80…5BAe",
"url": "https://etherscan.io/address/0x4D8007a0E9f293e62E2b0F43C6Cf4C4B9e135BAe"
}
],
"discoveryDrivenData": true
},
{
"id": "Katana yieldRecipient Mulsitig",
"name": "Katana yieldRecipient Mulsitig",
"description": "A Multisig with 2/7 threshold. \nMember of Safe.\n",
"accounts": [
{
"address": "eth:0x67C912fF560951526BffDff66dFbD4DF8AE23756",
"type": "Contract",
"isVerified": true,
"name": "0x67C9…3756",
"url": "https://etherscan.io/address/0x67C912fF560951526BffDff66dFbD4DF8AE23756"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x34d23C4fb6542B467cA8724bAD30AC811399b184",
"type": "EOA",
"isVerified": true,
"name": "0x34d2…b184",
"url": "https://etherscan.io/address/0x34d23C4fb6542B467cA8724bAD30AC811399b184"
},
{
"address": "eth:0x09f5F2592791208219A1F51e3855Be9419fF6bE4",
"type": "EOA",
"isVerified": true,
"name": "0x09f5…6bE4",
"url": "https://etherscan.io/address/0x09f5F2592791208219A1F51e3855Be9419fF6bE4"
},
{
"address": "eth:0x6c20ea7778EA9F3Afd74Ce4538bc4D9d61E6ABb1",
"type": "EOA",
"isVerified": true,
"name": "0x6c20…ABb1",
"url": "https://etherscan.io/address/0x6c20ea7778EA9F3Afd74Ce4538bc4D9d61E6ABb1"
},
{
"address": "eth:0x54DFA4B635E7eB98515fEBA81d360A3871739277",
"type": "EOA",
"isVerified": true,
"name": "0x54DF…9277",
"url": "https://etherscan.io/address/0x54DFA4B635E7eB98515fEBA81d360A3871739277"
},
{
"address": "eth:0xb3dA4c1Ba8De9E04f22B1554a070189F518FDCac",
"type": "EOA",
"isVerified": true,
"name": "0xb3dA…DCac",
"url": "https://etherscan.io/address/0xb3dA4c1Ba8De9E04f22B1554a070189F518FDCac"
},
{
"address": "eth:0xa1a4C71024a0CAD6a1cEf85561f1B9a34E00ff62",
"type": "EOA",
"isVerified": true,
"name": "0xa1a4…ff62",
"url": "https://etherscan.io/address/0xa1a4C71024a0CAD6a1cEf85561f1B9a34E00ff62"
},
{
"address": "eth:0x227D9Ea843910Edd305c42e7bB9Ce6D9f369238c",
"type": "EOA",
"isVerified": true,
"name": "0x227D…238c",
"url": "https://etherscan.io/address/0x227D9Ea843910Edd305c42e7bB9Ce6D9f369238c"
}
],
"discoveryDrivenData": true
},
{
"id": "Katana Steakhouse Financial / Morpho Multisig",
"name": "Katana Steakhouse Financial / Morpho Multisig",
"description": "A Multisig with 2/4 threshold. \nMember of Katana vaultBridge Multisig 3.\n",
"description": "A Multisig with 2/5 threshold. \nMember of Katana vaultBridge Multisig 3.\n",
"accounts": [
{
"address": "eth:0x827e86072B06674a077f592A531dcE4590aDeCdB",
"type": "Contract",
"isVerified": true,
"name": "0x827e…eCdB",
"url": "https://etherscan.io/address/0x827e86072B06674a077f592A531dcE4590aDeCdB"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x8AE8EE5ad6EaE89836B0070Ebc47AF06E3D7422b",
"type": "EOA",
"isVerified": true,
"name": "0x8AE8…422b",
"url": "https://etherscan.io/address/0x8AE8EE5ad6EaE89836B0070Ebc47AF06E3D7422b"
},
{
"address": "eth:0x0D61C8b6CA9669A36F351De3AE335e9689dd9C5b",
"type": "EOA",
"isVerified": true,
"name": "0x0D61…9C5b",
"url": "https://etherscan.io/address/0x0D61C8b6CA9669A36F351De3AE335e9689dd9C5b"
},
{
"address": "eth:0xcC771952fdE840E30C6802734e5ad20479c2959f",
"type": "EOA",
"isVerified": true,
"name": "0xcC77…959f",
"url": "https://etherscan.io/address/0xcC771952fdE840E30C6802734e5ad20479c2959f"
},
{
"address": "eth:0x387Cde8598E1CBb297FDc5bAEbA5E5c5c2735344",
"type": "EOA",
"isVerified": true,
"name": "0x387C…5344",
"url": "https://etherscan.io/address/0x387Cde8598E1CBb297FDc5bAEbA5E5c5c2735344"
},
{
"address": "eth:0xE3fCEE6B6cd564E073346f71394f60eC9aDf5120",
"type": "EOA",
"isVerified": true,
"name": "0xE3fC…5120",
"url": "https://etherscan.io/address/0xE3fCEE6B6cd564E073346f71394f60eC9aDf5120"
}
],
"discoveryDrivenData": true
},
{
"id": "Polygon Multisig 2",
"name": "Polygon Multisig 2",
"description": "A Multisig with 3/5 threshold. \nMember of Katana vaultBridge Multisig 1, Katana vaultBridge Multisig 2, Katana vaultBridge Multisig 3.\n",
"accounts": [
{
"address": "eth:0xd0673F989bc3BA9314d0AAF28BfC84e99B7898CC",
"type": "Contract",
"isVerified": true,
"name": "0xd067…98CC",
"url": "https://etherscan.io/address/0xd0673F989bc3BA9314d0AAF28BfC84e99B7898CC"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x2483A0d6a3Bd89D5C17aA80B3f8f6102ac053361",
"type": "EOA",
"isVerified": true,
"name": "0x2483…3361",
"url": "https://etherscan.io/address/0x2483A0d6a3Bd89D5C17aA80B3f8f6102ac053361"
},
{
"address": "eth:0x73D8846324B30477EA3Ac055589e40F39DE497F8",
"type": "EOA",
"isVerified": true,
"name": "0x73D8…97F8",
"url": "https://etherscan.io/address/0x73D8846324B30477EA3Ac055589e40F39DE497F8"
},
{
"address": "eth:0x34d23C4fb6542B467cA8724bAD30AC811399b184",
"type": "EOA",
"isVerified": true,
"name": "0x34d2…b184",
"url": "https://etherscan.io/address/0x34d23C4fb6542B467cA8724bAD30AC811399b184"
},
{
"address": "eth:0x1DD6473a6bb5fF9041D945C7d15AC8fBc2Ee1164",
"type": "EOA",
"isVerified": true,
"name": "0x1DD6…1164",
"url": "https://etherscan.io/address/0x1DD6473a6bb5fF9041D945C7d15AC8fBc2Ee1164"
},
{
"address": "eth:0xa43901c63f7702C407378E55E0d0EB4064a2AE31",
"type": "EOA",
"isVerified": true,
"name": "0xa439…AE31",
"url": "https://etherscan.io/address/0xa43901c63f7702C407378E55E0d0EB4064a2AE31"
}
],
"discoveryDrivenData": true
},
{
"id": "Safe",
"name": "Safe",
"description": "A Multisig with 3/6 threshold. \nMember of Safe.\n",
"accounts": [
{
"address": "eth:0xFA58659F64a393A6E1A548ABc70Ad2CfE1e8f9Cb",
"type": "Contract",
"isVerified": true,
"name": "0xFA58…f9Cb",
"url": "https://etherscan.io/address/0xFA58659F64a393A6E1A548ABc70Ad2CfE1e8f9Cb"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x6B2Ba82994A1606605af1F11E50DA0b2B0cee6e6",
"type": "EOA",
"isVerified": true,
"name": "0x6B2B…e6e6",
"url": "https://etherscan.io/address/0x6B2Ba82994A1606605af1F11E50DA0b2B0cee6e6"
},
{
"address": "eth:0x6624307a4f672ec5C289fBA196952902BB518dc0",
"type": "EOA",
"isVerified": true,
"name": "0x6624…8dc0",
"url": "https://etherscan.io/address/0x6624307a4f672ec5C289fBA196952902BB518dc0"
},
{
"address": "eth:0x54DFA4B635E7eB98515fEBA81d360A3871739277",
"type": "EOA",
"isVerified": true,
"name": "0x54DF…9277",
"url": "https://etherscan.io/address/0x54DFA4B635E7eB98515fEBA81d360A3871739277"
},
{
"address": "eth:0x6c20ea7778EA9F3Afd74Ce4538bc4D9d61E6ABb1",
"type": "EOA",
"isVerified": true,
"name": "0x6c20…ABb1",
"url": "https://etherscan.io/address/0x6c20ea7778EA9F3Afd74Ce4538bc4D9d61E6ABb1"
},
{
"address": "eth:0x59cE4e1709c7E462F3b72Ca3e1256dFa7358FC29",
"type": "EOA",
"isVerified": true,
"name": "0x59cE…FC29",
"url": "https://etherscan.io/address/0x59cE4e1709c7E462F3b72Ca3e1256dFa7358FC29"
},
{
"address": "eth:0xfd5E854b73a239c9052d89C53D1313f5AfB860ac",
"type": "EOA",
"isVerified": true,
"name": "0xfd5E…60ac",
"url": "https://etherscan.io/address/0xfd5E854b73a239c9052d89C53D1313f5AfB860ac"
}
],
"discoveryDrivenData": true
},
{
"id": "EOA-1",
"name": "EOA 1",
"accounts": [
{
"address": "eth:0x1FFDA89C755f6D4Af069897D77CcAbb580Fd412a",
"type": "EOA",
"isVerified": true,
"name": "0x1FFD…412a",
"url": "https://etherscan.io/address/0x1FFDA89C755f6D4Af069897D77CcAbb580Fd412a"
}
],
"chain": "ethereum",
"description": "* A Sequencer - acting directly",
"discoveryDrivenData": true
},
{
"id": "EOA-2",
"name": "EOA 2",
"accounts": [
{
"address": "eth:0xC1E65a0cEbF95f56Cd8729f7e37CB33eD94d6439",
"type": "EOA",
"isVerified": true,
"name": "0xC1E6…6439",
"url": "https://etherscan.io/address/0xC1E65a0cEbF95f56Cd8729f7e37CB33eD94d6439"
}
],
"chain": "ethereum",
"description": "* Can interact with AggchainFEP\n * sign state transitions (replaces state validation for this aggchain) ",
"discoveryDrivenData": true
},
{
"id": "EOA-3-and-EOA-4",
"name": "EOA 3 and EOA 4",
"accounts": [
{
"address": "eth:0x20A53dCb196cD2bcc14Ece01F358f1C849aA51dE",
"type": "EOA",
"isVerified": true,
"name": "0x20A5…51dE",
"url": "https://etherscan.io/address/0x20A53dCb196cD2bcc14Ece01F358f1C849aA51dE"
},
{
"address": "eth:0x6329Fe417621925C81c16F9F9a18c203C21Af7ab",
"type": "EOA",
"isVerified": true,
"name": "0x6329…f7ab",
"url": "https://etherscan.io/address/0x6329Fe417621925C81c16F9F9a18c203C21Af7ab"
}
],
"chain": "ethereum",
"description": "* A trusted Aggregator - acting directly",
"discoveryDrivenData": true
}
]
}
}
+1 -1
{
"baseTimestamp": 1761895573,
"baseTimestamp": 1762264436,
"contractsDiscoDriven": true,
"hasDiscoUi": true,
"isDiscoDriven": true,
"permissionsDiscoDriven": true
}
+1 -1
+1 -1
{
"baseTimestamp": 1761552324,
"baseTimestamp": 1762264464,
"contractsDiscoDriven": true,
"hasDiscoUi": true,
"isDiscoDriven": true,
"permissionsDiscoDriven": true
}
+9 -2
+8 -1
{
"addresses": {
"ethereum": [
{
"name": "MetaRouter",
"isVerified": true,
"address": "eth:0xf621Fb08BBE51aF70e7E0F4EA63496894166Ff7F",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "An upgradeable contract to process funds by provided route.",
"url": "https://etherscan.io/address/eth:0xf621Fb08BBE51aF70e7E0F4EA63496894166Ff7F#code"
},
{
"name": "Bridge",
"isVerified": false,
"address": "eth:0xd5F0f8dB993D26F5df89E70a83d32b369DcCdaa0",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x3901611dfDA3Aed75C37Ba59f2c76E8309dc98FA"
],
"implementations": [
"eth:0x61608F9520C311052D88Bc7d0c2c4Cba1c964662"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1643968081,
"transactionHash": "0x77271c4c7ee4d81365e45f17f7ef56f136c34267b1f87c8abbe5688e17b7b81f",
"implementations": [
"eth:0xFb8aBa430cE64DC038a3078CDcB01A838d7f64b7"
]
},
{
"timestamp": 1645601034,
"transactionHash": "0x5ca5ffbf5b95c1292438467c25dc4757774cb38b841db82b153c933c1681fc64",
"implementations": [
"eth:0x9c13159c5D5903dd07F52f46308Dbd7A6Ea68DB9"
]
},
{
"timestamp": 1652251969,
"transactionHash": "0x6120072e1c29fcbef36b984dd51064bffe9fbfb95a40835e8ebd92500f992309",
"implementations": [
"eth:0xFC875FbdBaFeCD99FF0D2Cdf3DEF93FfcEc73949"
]
},
{
"timestamp": 1655800973,
"transactionHash": "0x5ed6a3a9f80ba301d1b3279efa35695abf0f8a7cf184a9d572f8cb9749ddb149",
"implementations": [
"eth:0xa3E661b51e9F6D8577968065D5d0f286553452c6"
]
},
{
"timestamp": 1655971884,
"transactionHash": "0x86759bd1988e1fb0afd3d804b79293a471c95b61e5c9d7f4d8c89cbd0a3227aa",
"implementations": [
"eth:0x61608F9520C311052D88Bc7d0c2c4Cba1c964662"
]
}
],
"description": "A contract that generates Oracle requests for the Symbiosis relayers network.",
"url": "https://etherscan.io/address/eth:0xd5F0f8dB993D26F5df89E70a83d32b369DcCdaa0#code"
},
{
"name": "Portal",
"isVerified": true,
"address": "eth:0xb8f275fBf7A959F4BCE59999A2EF122A099e81A8",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x1Da522B35363c1eda4833bc121c8F3c67B2caa75"
],
"implementations": [
"eth:0x755a967298c96d50216C6ED8D68869747B4f6878"
"eth:0x57dBCB192fA64bf07Eab76941D1daE5177c8f4f3"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1668406751,
"transactionHash": "0xa6b0f1f0ceb73f04ad16e77c6e34ae45d66ebfb47bd79bbfb3a6ce3e5225d3ab",
"implementations": [
"eth:0xda8057acB94905eb6025120cB2c38415Fd81BfEB"
]
},
{
"timestamp": 1670937887,
"transactionHash": "0xa27c1953da399d8a96d6bdb83764afce79bb5f39dee68c4097e472e934b184ec",
"implementations": [
"eth:0x81aB74A9f9d7457fF47dfD102e78A340cF72EC39"
]
},
{
"timestamp": 1671169655,
"transactionHash": "0x5a0e52f0ad8f1b772f6ddfb273f0305b8aa1cb2799a514e5a000f2b478181cca",
"implementations": [
"eth:0x1a039cE63AE35a67Bf0E9F6DbFaE969639D59eC8"
]
},
{
"timestamp": 1675838195,
"transactionHash": "0xa516cd7be1b5e791cc2841c6bde1983bc0e7cc1d77de772a0cf085ea84146595",
"implementations": [
"eth:0x8a7F930003BedD63A1ebD99C5917FD6aE7E3dedf"
]
},
{
"timestamp": 1695100115,
"transactionHash": "0x99966ad9c454210af91fbcf16132efe59875356423913fc577d3294d01cec23d",
"implementations": [
"eth:0x086488E659253FF26D0C743325C059FB57Ca7934"
]
},
{
"timestamp": 1702982579,
"transactionHash": "0x39b772a5e9ebcd7384b27fa529f91ecf5fc67e6c81740c3540b5bb580287844b",
"implementations": [
"eth:0x326adbE46D7E6C1B3927e9309B96DF478bda6D16"
]
},
{
"timestamp": 1730917535,
"transactionHash": "0x4ba8c9e82d442fff19bc936ad0a26c1b91025d3d9f321847b9a1b22dab3bc86b",
"implementations": [
"eth:0x755a967298c96d50216C6ED8D68869747B4f6878"
]
},
{
"timestamp": 1762169759,
"transactionHash": "0x24fe0ae55786abe96a4fbd26893143d7abf4babb38c602b80c118db1eda313ce",
"implementations": [
"eth:0x57dBCB192fA64bf07Eab76941D1daE5177c8f4f3"
]
}
],
"description": "A contract that stores \"bridged\" liquidity.",
"url": "https://etherscan.io/address/eth:0xb8f275fBf7A959F4BCE59999A2EF122A099e81A8#code"
}
]
},
"escrows": [
{
"address": "0xb8f275fBf7A959F4BCE59999A2EF122A099e81A8",
"sinceTimestamp": 1668373200,
"tokens": "*",
"chain": "ethereum",
"chainId": 1
}
],
"risks": [
{
"category": "Funds can be stolen if",
"text": "the source code of unverified contracts contains malicious code.",
"isCritical": true
}
]
}
+1 -1
{
"baseTimestamp": 1759406260,
"baseTimestamp": 1762264533,
"contractsDiscoDriven": false,
"hasDiscoUi": true,
"isDiscoDriven": false,
"permissionsDiscoDriven": false
}
+1 -1
+1 -1
{
"baseTimestamp": 1734022739,
"baseTimestamp": 1762264539,
"contractsDiscoDriven": false,
"hasDiscoUi": true,
"isDiscoDriven": false,
"permissionsDiscoDriven": false
}
+31 -45
+1 -1
{
"dataAvailability": [
{
"name": "All data required for proofs is published on chain",
"description": "All the data that is used to construct the system state is published on chain in the form of blobs. This ensures that it will be available for enough time.",
"references": [],
"risks": []
}
],
"exitMechanisms": [
{
"name": "Regular exit",
"description": "The user initiates the withdrawal by submitting a regular transaction on this chain. When the block containing that transaction is finalized the funds become available for withdrawal on L1. Finally the user submits an L1 transaction to claim the funds. This transaction requires a merkle proof.",
"risks": [],
"references": []
}
],
"forceTransactions": {
"name": "Users can force any transaction via L1",
"description": "Users can submit a blob containing a standalone transaction by calling the `storeForcedInclusion()` function on the `ForcedInclusionStore` contract. \n This forced transaction mechanism allows users to submit a transaction without running a prover.\n This mechanism ensures that at least one forced transaction from the queue is processed every 255 batches. However, if many transactions (k) are added to the queue, an individual transaction could experience a worst-case delay of up to k * 255 batches while waiting for its turn. Also, right now there is no mechanism that forces L2 Sequencer to include transactions from the queue in an L2 block, since L1 batches submission is permissioned behind a whitelist.",
"references": [
{
"title": "ForcedInclusionStore.sol - Etherscan source code, storeForcedInclusion function",
"url": "https://etherscan.io/address/0xcdb25e201ad3fdcfe16730a6ca2cc0b1ce2137a2#code"
}
],
"risks": [
{
"category": "Users can be censored if",
"text": "the operator refuses to include their transactions."
}
]
},
"operator": {
"name": "The system uses whitelist-based rotating operators",
"description": "The system uses a whitelist-based sequencing mechanism to allow for fast preconfirmations on the L2. On the L1, whitelisted preconfirmers (or the fallback operator) can sequence Taiko L2 blocks by proposing them on the TaikoL1 contract.\n The whitelist is managed by the `PreconfWhitelist` contract, which currently has 4 active operators registered.\n The proposer of a block is assigned the designated prover role, and will be the only entity allowed to provide a proof for the block during the 2h proving window.\n Currently, proving a block requires the block proposer to run a SGX instance with Geth, plus either SGX (Reth), SP1, or RISC0 to prove the block.\n Unless the block proposer proves the block within the proving window, it will forfeit half of its liveness bond to the TaikoL1 smart contract.",
"description": "The system uses a whitelist-based sequencing mechanism to allow for fast preconfirmations on the L2. On the L1, whitelisted preconfirmers (or the fallback operator) can sequence Taiko L2 blocks by proposing them on the TaikoL1 contract.\n The whitelist is managed by the `PreconfWhitelist` contract, which currently has 3 active operators registered.\n The proposer of a block is assigned the designated prover role, and will be the only entity allowed to provide a proof for the block during the 2h proving window.\n Currently, proving a block requires the block proposer to run a SGX instance with Geth, plus either SGX (Reth), SP1, or RISC0 to prove the block.\n Unless the block proposer proves the block within the proving window, it will forfeit half of its liveness bond to the TaikoL1 smart contract.",
"references": [
{
"title": "TaikoL1.sol - Etherscan source code, proposeBatch function",
"url": "https://etherscan.io/address/0xaF95C030c7b8994Ba9213B6A3964baa64E7dF9D8#code"
},
{
"title": "PreconfWhitelist.sol - Etherscan source code",
"url": "https://etherscan.io/address/0xaF95C030c7b8994Ba9213B6A3964baa64E7dF9D8#code"
}
],
"risks": [
{
"category": "MEV can be extracted if",
"text": "the operator exploits their centralized position and frontruns user transactions."
}
]
},
"stateValidation": {
"categories": [
{
"title": "Validity proofs",
"description": "Taiko uses a multi-proof system to validate state transitions. The system requires two proofs among four available verifiers: SGX (Geth), SGX (Reth), SP1, and RISC0. The use of SGX (Geth) is mandatory, while the other three can be used interchangeably. This means that a block can be proven without providing a ZK proof if SGX (Geth) and SGX (Reth) are used together. Batch proposers are required to stake a liveness bond of 25.0 TAIKO, half of which is forfeited if they fail to prove the block within the proving window of 2h. The multi-proof system allows to detect bugs in the verifiers if they produce different results for the same block. If such a bug is detected, the system gets automatically paused.",
"references": [
{
"title": "TaikoL1.sol - Etherscan source code, liveness bond",
"url": "https://etherscan.io/address/0xaF95C030c7b8994Ba9213B6A3964baa64E7dF9D8#code"
}
],
"risks": [
{
"category": "Funds can be stolen if",
"text": "a malicious block is proven by compromised SGX instances."
}
]
}
]
}
}
+25 -39
{
"ethereum": {
"roles": [
{
"id": "Sequencer",
"name": "Sequencer",
"description": "Allowed to commit transactions from the current layer to the host chain.",
"accounts": [
{
"address": "eth:0x000cb000E880A92a8f383D69dA2142a969B93DE7",
"type": "EOA",
"isVerified": true,
"name": "EOA 1",
"url": "#EOA-1,-EOA-3,-EOA-4-and-EOA-5"
},
{
"address": "eth:0x5F62d006C10C009ff50C878Cd6157aC861C99990",
"type": "EOA",
"isVerified": true,
"name": "EOA 3",
"url": "#EOA-1,-EOA-3,-EOA-4-and-EOA-5"
"name": "EOA 2",
"url": "#EOA-2,-EOA-3-and-EOA-4"
},
{
"address": "eth:0xCbeB5d484b54498d3893A0c3Eb790331962e9e9d",
"type": "EOA",
"isVerified": true,
"name": "EOA 4",
"url": "#EOA-1,-EOA-3,-EOA-4-and-EOA-5"
"name": "EOA 3",
"url": "#EOA-2,-EOA-3-and-EOA-4"
},
{
"address": "eth:0xe2dA8aC2E550cd141198a117520D4EDc8692AB74",
"type": "EOA",
"isVerified": true,
"name": "EOA 5",
"url": "#EOA-1,-EOA-3,-EOA-4-and-EOA-5"
"name": "EOA 4",
"url": "#EOA-2,-EOA-3-and-EOA-4"
}
],
"chain": "ethereum",
"discoveryDrivenData": true
}
],
"actors": [
{
"id": "DAO",
"name": "DAO",
"accounts": [
{
"address": "eth:0x9CDf589C941ee81D75F34d3755671d614f7cf261",
"type": "Contract",
"isVerified": true,
"name": "0x9CDf…f261",
"url": "https://etherscan.io/address/0x9CDf589C941ee81D75F34d3755671d614f7cf261"
}
],
"chain": "ethereum",
"description": "The main contract and entrypoint of the Aragon-based DAO governance framework. Fine-grained DAO permissions, proposals, voting and thresholds are configured here.\n* Can upgrade **with no delay**\n * ForcedInclusionStore [via: TaikoDAOController]\n * TaikoL1 [via: TaikoDAOController]\n * AutomataDcapV3Attestation [via: TaikoDAOController]\n * Taiko Token [via: TaikoDAOController]\n * DefaultResolver [via: TaikoDAOController]\n * Risc0VerifierGateway [via: TaikoDAOController]\n * TaikoDAOController \n * SgxVerifier [via: TaikoDAOController]\n * AutomataDcapV3Attestation [via: TaikoDAOController]\n * DefaultResolver [via: TaikoDAOController]\n * QuotaManager [via: TaikoDAOController]\n * MainnetERC20Vault [via: TaikoDAOController]\n * MainnetSignalService [via: TaikoDAOController]\n * SgxVerifier [via: TaikoDAOController]\n * TaikoWrapper [via: TaikoDAOController]\n * VerifierGateway [via: TaikoDAOController]\n * SP1VerifierGateway [via: TaikoDAOController]\n * PreconfRouter [via: TaikoDAOController]\n * MainnetBridge [via: TaikoDAOController]\n * L1SharedAddressManager [via: TaikoDAOController]\n * TaikoDAOController \n * PreconfWhitelist [via: TaikoDAOController]\n* Can interact with AutomataDcapV3Attestation\n * can update the program being verified [via: TaikoDAOController]\n* Can interact with DefaultResolver\n * can update the contract address for a given name [via: TaikoDAOController]\n* Can interact with Risc0VerifierGateway\n * can update the program being verified [via: TaikoDAOController]\n* Can interact with SgxVerifier\n * can add new instances without a DCAP attestation [via: TaikoDAOController]\n* Can interact with AutomataDcapV3Attestation\n * can update the program being verified [via: TaikoDAOController]\n* Can interact with DefaultResolver\n * can update the contract address for a given name [via: TaikoDAOController]\n* Can interact with SgxVerifier\n * can add new instances without a DCAP attestation [via: TaikoDAOController]\n* Can interact with SP1VerifierGateway\n * can update the program being verified [via: TaikoDAOController]\n* Can interact with L1SharedAddressManager\n * can update the contract address for a given name [via: TaikoDAOController]",
"discoveryDrivenData": true
},
{
"id": "Taiko Foundation Treasury Multisig",
"name": "Taiko Foundation Treasury Multisig",
"description": "A Multisig with 2/3 threshold. ",
"accounts": [
{
"address": "eth:0x363e846B91AF677Fb82f709b6c35BD1AaFc6B3Da",
"type": "Contract",
"isVerified": true,
"name": "0x363e…B3Da",
"url": "https://etherscan.io/address/0x363e846B91AF677Fb82f709b6c35BD1AaFc6B3Da"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a",
"type": "Contract",
"isVerified": true,
"name": "TaikoDAOController",
"url": "https://etherscan.io/address/0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
},
{
"address": "eth:0x0F026a3efE44E0Fe34B87375EFe69b16c05D0438",
"type": "EOA",
"isVerified": true,
"name": "EOA 2",
"url": "#EOA-2"
"name": "EOA 1",
"url": "#EOA-1"
},
{
"address": "eth:0x3b1D1F89E0b6803174A2dE72e21A6f6f8464d5F1",
"type": "EOA",
"isVerified": true,
"name": "0x3b1D…d5F1",
"url": "https://etherscan.io/address/0x3b1D1F89E0b6803174A2dE72e21A6f6f8464d5F1"
}
],
"discoveryDrivenData": true
},
{
"id": "Taiko Multisig",
"name": "Taiko Multisig",
"description": "A Multisig with 5/7 threshold. ",
"accounts": [
{
"address": "eth:0x9CBeE534B5D8a6280e01a14844Ee8aF350399C7F",
"type": "Contract",
"isVerified": true,
"name": "0x9CBe…9C7F",
"url": "https://etherscan.io/address/0x9CBeE534B5D8a6280e01a14844Ee8aF350399C7F"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xAC5898b0FFFd23F4Ef09F0E50Fa1bC4896eF7163",
"type": "EOA",
"isVerified": true,
"name": "0xAC58…7163",
"url": "https://etherscan.io/address/0xAC5898b0FFFd23F4Ef09F0E50Fa1bC4896eF7163"
},
{
"address": "eth:0xDC4ece5620659F4d5d1536Cab52BD5e5B15F8a0a",
"type": "EOA",
"isVerified": true,
"name": "0xDC4e…8a0a",
"url": "https://etherscan.io/address/0xDC4ece5620659F4d5d1536Cab52BD5e5B15F8a0a"
},
{
"address": "eth:0x0aED2375549D1115e180bd0caea829C429Ea50B3",
"type": "EOA",
"isVerified": true,
"name": "0x0aED…50B3",
"url": "https://etherscan.io/address/0x0aED2375549D1115e180bd0caea829C429Ea50B3"
},
{
"address": "eth:0x1eE487CEdCe52c370DB11e62987F3ABe873E145A",
"type": "EOA",
"isVerified": true,
"name": "0x1eE4…145A",
"url": "https://etherscan.io/address/0x1eE487CEdCe52c370DB11e62987F3ABe873E145A"
},
{
"address": "eth:0x0F026a3efE44E0Fe34B87375EFe69b16c05D0438",
"type": "EOA",
"isVerified": true,
"name": "EOA 2",
"url": "#EOA-2"
"name": "EOA 1",
"url": "#EOA-1"
},
{
"address": "eth:0x7Cdd1c128Cd72dd252f569eeD942735330937F91",
"type": "EOA",
"isVerified": true,
"name": "0x7Cdd…7F91",
"url": "https://etherscan.io/address/0x7Cdd1c128Cd72dd252f569eeD942735330937F91"
},
{
"address": "eth:0x3b1D1F89E0b6803174A2dE72e21A6f6f8464d5F1",
"type": "EOA",
"isVerified": true,
"name": "0x3b1D…d5F1",
"url": "https://etherscan.io/address/0x3b1D1F89E0b6803174A2dE72e21A6f6f8464d5F1"
}
],
"discoveryDrivenData": true
},
{
"id": "EOA-1,-EOA-3,-EOA-4-and-EOA-5",
"name": "EOA 1, EOA 3, EOA 4 and EOA 5",
"id": "EOA-1",
"name": "EOA 1",
"accounts": [
{
"address": "eth:0x000cb000E880A92a8f383D69dA2142a969B93DE7",
"address": "eth:0x0F026a3efE44E0Fe34B87375EFe69b16c05D0438",
"type": "EOA",
"isVerified": true,
"name": "0x000c…3DE7",
"url": "https://etherscan.io/address/0x000cb000E880A92a8f383D69dA2142a969B93DE7"
},
"name": "0x0F02…0438",
"url": "https://etherscan.io/address/0x0F026a3efE44E0Fe34B87375EFe69b16c05D0438"
}
],
"chain": "ethereum",
"description": "Member of Taiko Foundation Treasury Multisig, Taiko Multisig.\n* Can upgrade **with no delay**\n * ProverSet ",
"discoveryDrivenData": true
},
{
"id": "EOA-2,-EOA-3-and-EOA-4",
"name": "EOA 2, EOA 3 and EOA 4",
"accounts": [
{
"address": "eth:0x5F62d006C10C009ff50C878Cd6157aC861C99990",
"type": "EOA",
"isVerified": true,
"name": "0x5F62…9990",
"url": "https://etherscan.io/address/0x5F62d006C10C009ff50C878Cd6157aC861C99990"
},
{
"address": "eth:0xCbeB5d484b54498d3893A0c3Eb790331962e9e9d",
"type": "EOA",
"isVerified": true,
"name": "0xCbeB…9e9d",
"url": "https://etherscan.io/address/0xCbeB5d484b54498d3893A0c3Eb790331962e9e9d"
},
{
"address": "eth:0xe2dA8aC2E550cd141198a117520D4EDc8692AB74",
"type": "EOA",
"isVerified": true,
"name": "0xe2dA…AB74",
"url": "https://etherscan.io/address/0xe2dA8aC2E550cd141198a117520D4EDc8692AB74"
}
],
"chain": "ethereum",
"description": "* A Sequencer - acting directly",
"discoveryDrivenData": true
},
{
"id": "EOA-2",
"name": "EOA 2",
"accounts": [
{
"address": "eth:0x0F026a3efE44E0Fe34B87375EFe69b16c05D0438",
"type": "EOA",
"isVerified": true,
"name": "0x0F02…0438",
"url": "https://etherscan.io/address/0x0F026a3efE44E0Fe34B87375EFe69b16c05D0438"
}
],
"chain": "ethereum",
"description": "Member of Taiko Foundation Treasury Multisig, Taiko Multisig.\n* Can upgrade **with no delay**\n * ProverSet ",
"discoveryDrivenData": true
}
]
},
"taiko": {
"roles": [],
"actors": [
{
"id": "DelegateController",
"name": "DelegateController",
"accounts": [
{
"address": "taiko:0xfA06E15B8b4c5BF3FC5d9cfD083d45c53Cbe8C7C",
"type": "Contract",
"isVerified": false,
"name": "0xfA06…8C7C",
"url": "https://taikoscan.io/address/0xfA06E15B8b4c5BF3FC5d9cfD083d45c53Cbe8C7C"
}
],
"chain": "taiko",
"description": "* Can upgrade **with no delay**\n * Bridge \n * SignalService \n * L2AddressManager \n * TaikoAnchor \n * DefaultResolver \n * DelegateController \n* Can interact with L2AddressManager\n * can update the contract address for a given name \n* Can interact with DefaultResolver\n * can update the contract address for a given name ",
"discoveryDrivenData": true
}
]
}
}
+4 -4
{
"addresses": {
"ethereum": [
{
"name": "MainnetERC20Vault",
"isVerified": true,
"address": "eth:0x996282cA11E5DEb6B5D122CC3B9A1FcAAD4415Ab",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xb20C8Ffc2dD49596508d262b6E8B6817e9790E63"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1714550603,
"transactionHash": "0x109f0a0ff2b3b57f3a94bc1dd39159a7e3af9ec0141be56d49d7bb1db94279c2",
"implementations": [
"eth:0x15D9F7e12aEa18DAEF5c651fBf97567CAd4a4BEc"
]
},
{
"timestamp": 1715408795,
"transactionHash": "0x416560cd96dc75ccffebe889e8d1ab3e08b33f814dc4a2bf7c6f9555071d1f6f",
"implementations": [
"eth:0xC722d9f3f8D60288589F7f67a9CFAd34d3B9bf8E"
]
},
{
"timestamp": 1716634859,
"transactionHash": "0x02ed558762eae5f0a930ba4a1047a02d4a793ea48890268c32df04e882f138ff",
"implementations": [
"eth:0x4F750D13005444407D44dAA30922128db0374ca1"
]
},
{
"timestamp": 1717749635,
"transactionHash": "0xdb5e926c96d112ce1389da77a927fba6c7d04a711839b9e14777530ebcf83914",
"implementations": [
"eth:0xF8bdaC4E68bA2595Be8381aaa5456917e374E737"
]
},
{
"timestamp": 1718023547,
"transactionHash": "0x42a1dacf03a4032209ca4a6b922ffe2ebb34925c16a6632d8590cf3374ae59d8",
"implementations": [
"eth:0x75b5E276c5C1e9378E899cb3A87977421980Eb22"
]
},
{
"timestamp": 1719903815,
"transactionHash": "0x13f54109cb7f7507ad03562b06ea8d8b472043186e44252302583bc64acfb20b",
"implementations": [
"eth:0xa303784B0557BF1F1FB8b8abEF2B18a005722689"
]
},
{
"timestamp": 1721133959,
"transactionHash": "0xee632b50626beb2f7db84c9c7f303f29366f86dfaccd24ddd831ceac714c20e5",
"implementations": [
"eth:0x7ACFBb369a552C45d402448A4d64b9da54C3FF30"
]
},
{
"timestamp": 1730452835,
"transactionHash": "0x13ea4d044a313cf667d16514465e6b96227ef7198bda7b19c70eefee44e9bccd",
"implementations": [
"eth:0xb20C8Ffc2dD49596508d262b6E8B6817e9790E63"
]
}
],
"description": "Shared vault for Taiko chains for bridged ERC20 tokens.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x996282cA11E5DEb6B5D122CC3B9A1FcAAD4415Ab#code"
},
{
"name": "TaikoDAOController",
"isVerified": true,
"address": "eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x9CDf589C941ee81D75F34d3755671d614f7cf261"
],
"implementations": [
"eth:0x4347df63bdC82b8835fC9FF47bC5a71a12cC0f06"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1748146475,
"transactionHash": "0x5da0579fa85d4712efb3d66c95ee884d73259ede79760d25f685e4c3c3c4c0c1",
"implementations": [
"eth:0x4347df63bdC82b8835fC9FF47bC5a71a12cC0f06"
]
}
],
"description": "Middleware contract that maintains ownership of DAO-controlled assets and contracts. Its token weight does not count towards the DAO quorum.\nMember of Taiko Foundation Treasury Multisig.\n* Roles:\n * **admin**: DAO\n * **owner**: DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a#code"
},
{
"name": "TaikoDAOController",
"isVerified": true,
"address": "eth:0xfC3C4ca95a8C4e5a587373f1718CD91301d6b2D3",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x9CDf589C941ee81D75F34d3755671d614f7cf261"
],
"implementations": [
"eth:0xd1934807041B168f383870A0d8F565aDe2DF9D7D"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1746942803,
"transactionHash": "0x8328e607699f67108c9b259225d5316a079ad52e648e6188c3fce7bf99abec38",
"implementations": [
"eth:0xd1934807041B168f383870A0d8F565aDe2DF9D7D"
]
}
],
"description": "Middleware contract that maintains ownership of DAO-controlled assets and contracts. Its token weight does not count towards the DAO quorum.\n* Roles:\n * **admin**: DAO\n * **owner**: DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xfC3C4ca95a8C4e5a587373f1718CD91301d6b2D3#code"
},
{
"name": "ForcedInclusionStore",
"isVerified": true,
"address": "eth:0x05d88855361808fA1d7fc28084Ef3fCa191c4e03",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xcdb25e201Ad3fdcFe16730A6CA2cC0B1Ce2137a2"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268747,
"transactionHash": "0x64a0b9958cff7b5465d4ba8ade9051c8f81eceba46f8838e3b9f797425087aa5",
"implementations": [
"eth:0x4BfB2bd9dC62474e440567D4D1D8bD72c022149b"
]
},
{
"timestamp": 1747268747,
"transactionHash": "0xb5b74868eb84c8bbeada5d84156f885bb05c7170c0fd8e4bd50b68a65f0c8446",
"implementations": [
"eth:0xcdb25e201Ad3fdcFe16730A6CA2cC0B1Ce2137a2"
]
}
],
"description": "Contract that allows users to enqueue forced transactions via L1. The system guarantees that at least one pending forced transaction from the queue will be processed every 255 batches. Individual transactions may face longer delays if the queue is extensive.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x05d88855361808fA1d7fc28084Ef3fCa191c4e03#code"
},
{
"name": "TaikoL1",
"isVerified": true,
"address": "eth:0x06a9Ab27c7e2255df1815E6CC0168d7755Feb19a",
"upgradeability": {
"proxyType": "TaikoFork proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xbB1f830636e1A017b81C3E38b7f6219344149Eb7",
"eth:0x904Da4C5bD76f932fE09fF32Ae5D7E3d2A5D2264",
"eth:0xaF95C030c7b8994Ba9213B6A3964baa64E7dF9D8"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1714550627,
"transactionHash": "0x675a0b8283bd222e1df42a0a4df4b781a1a7c5575729e2e91f89dda879933702",
"implementations": [
"eth:0x99Ba70E62cab0cB983e66F72330fBDDC11d85501",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1715408795,
"transactionHash": "0x416560cd96dc75ccffebe889e8d1ab3e08b33f814dc4a2bf7c6f9555071d1f6f",
"implementations": [
"eth:0x9fBBedBBcBb753E7214BE08381efE10d89D712fE",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1716300911,
"transactionHash": "0xaed098ad0c93113e401f61358f963501f40a046c5b5b659a1610f10120a9a86b",
"implementations": [
"eth:0xe0A5D394878723CEAEC8B993e04756DF1f4B44eF",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1716827831,
"transactionHash": "0x187cc99e9bcf2a94f723cf52d85b74b79bdb3872681e2a3808cadbbc3ba301e2",
"implementations": [
"eth:0xa200c2268d77737a8Fd2CA1698dA6eeab2a85CEb",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1716873491,
"transactionHash": "0xa603b6d55457e64e18ddae684bfd14948452cdd7b927dd22bf0b83045e8fd028",
"implementations": [
"eth:0x3505a0700DB72dEc7AbFF1aF231BB5D87aBF2944",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1717481411,
"transactionHash": "0x2c455ae888a23c232bb5c7603657eda010ffadc602a74e626332bc06eaaa3b78",
"implementations": [
"eth:0xE84DC8E2a21e59426542Ab040D77f81d6dB881eE",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1717663871,
"transactionHash": "0x8de1631a25b337c1e702f9ce9d9ab8a3b626922441855e959b2d79dae40bd131",
"implementations": [
"eth:0x4b2743B869b85d5F7D8020566f92664995E4f3c5",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1717732931,
"transactionHash": "0x0bbf7d1258c646f41a02a92a55825b1ebfd3659577d0f2b57b462f8895e23a04",
"implementations": [
"eth:0x0468745A07de44A9a3138adAc35875ecaf7a20D5",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1717749635,
"transactionHash": "0xdb5e926c96d112ce1389da77a927fba6c7d04a711839b9e14777530ebcf83914",
"implementations": [
"eth:0xB9E1E58bcF33B79CcfF99c298963546a6c334388",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1719903815,
"transactionHash": "0x13f54109cb7f7507ad03562b06ea8d8b472043186e44252302583bc64acfb20b",
"implementations": [
"eth:0x5fc54737ECC1de49D58AE1195d4A296257F1E31b",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1720874075,
"transactionHash": "0xdf3f0cb2eaca00484c30a5c63fafe8036a9e0f71bd4bab216504bee0f5bfb83f",
"implementations": [
"eth:0xcEe590fACd976B9BDE87BC1B7620B284c5edD2C3",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1721140223,
"transactionHash": "0x7d584f0a645cad61e634f64ffaf7e1bbfb92749878eb25b39ce0e5cf698897c7",
"implementations": [
"eth:0xBA1d90BCfA74163bFE09e8eF609b346507D83231",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1729065323,
"transactionHash": "0x8778064404816273804d74c97b051f3865bc03062cfa4b0e9567f4556ad31981",
"implementations": [
"eth:0xf0E6d34937701622cA887a75c150cC23d4FFDf2F",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1730452835,
"transactionHash": "0x13ea4d044a313cf667d16514465e6b96227ef7198bda7b19c70eefee44e9bccd",
"implementations": [
"eth:0x4229d14F520848aa83760Cf748abEB8A69cdaB2d",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1730610923,
"transactionHash": "0x78ca7c7d9c7e5aa9c5e6ab80e0229289a8d3bc8df2c2b9ba6baa74a0f60a0703",
"implementations": [
"eth:0xA3E75eDA1Be2114816f388A5cF53EbA142DCDB17",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1731252767,
"transactionHash": "0xa9e285d0f2cc84161ac3fc28962003779e9a618271bd6a54b16fb4001ede5b38",
"implementations": [
"eth:0x0205ea1e1162bc50E1030F36412E5Dd69daA4040",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1731253583,
"transactionHash": "0x5efedb806fca83936c58f9e4d30644257ce3a529239131b0b19f630320bcfb04",
"implementations": [
"eth:0xA3E75eDA1Be2114816f388A5cF53EbA142DCDB17",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1731255023,
"transactionHash": "0x5eb57ab352b3e3c1ddbc3fe468d582901b88c6a137ce49b0d70857d5218d626d",
"implementations": [
"eth:0xe7c4B445D3C7C8E4D68afb85A068F9fAa18e9A5B",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1734921911,
"transactionHash": "0xfa949022e61921e108974e73130e94fc5120463f2c537d26626e5cee2120c944",
"implementations": [
"eth:0xb74A66b6CF50AD63E29669F0BDE4354E11758162",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1734923555,
"transactionHash": "0xe66aba9f8bfcd86dc0ae32416862ca61a51c47f8ec747799e65f155ef27eeb20",
"implementations": [
"eth:0xA3E75eDA1Be2114816f388A5cF53EbA142DCDB17",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1734965747,
"transactionHash": "0x9c2f36af40c0004110041fc45d980b73b0c8dde8064713a55aeb6f69fca77a99",
"implementations": [
"eth:0xd4896d4537c6425aC5d89B9f122d4E4ac4D65e1c",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1735049951,
"transactionHash": "0x77871837d1749b22a7991da475e657baa4371937f5a8cb094d4e170db000cb25",
"implementations": [
"eth:0xe7c4B445D3C7C8E4D68afb85A068F9fAa18e9A5B",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1739429867,
"transactionHash": "0xc0e8ec30d1479ca2414d4d28a09a543c2845247d80387f78c179d663ffe55c3c",
"implementations": [
"eth:0x2784423f7c61Bc7B75dB6CdA26959946f437588D",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1740626843,
"transactionHash": "0x6368890b9aa2f87c6a6b727efdd8af0ea357a11460b546d8a7f3e19e38a34e41",
"implementations": [
"eth:0x5110634593Ccb8072d161A7d260A409A7E74D7Ca",
"eth:0x0000000000000000000000000000000000000000",
"eth:0x0000000000000000000000000000000000000000"
]
},
{
"timestamp": 1747298447,
"transactionHash": "0x97789b6668d0a287b1f57bb6c8e23cce62308fb887139faeb0f06b77855995fd",
"implementations": [
"eth:0x5eEcd1305aC72d4a77Bf3BD734e81c15e2A2adEf",
"eth:0xaA64D5A3A26D1e76AcAf6e22c199D02d58076A01",
"eth:0x497B13f9192B09244de9b5F0964830969FB26F07"
]
},
{
"timestamp": 1747362983,
"transactionHash": "0x78f766ae83ce94ef2293c9c7d81ae514e8fa0a79fbce1530c3c68d7624708795",
"implementations": [
"eth:0x4e030b19135869F6fd926614754B7F9c184E2B83",
"eth:0x904Da4C5bD76f932fE09fF32Ae5D7E3d2A5D2264",
"eth:0x497B13f9192B09244de9b5F0964830969FB26F07"
]
},
{
"timestamp": 1752542435,
"transactionHash": "0xffedb70a513e71486c3a47079508d3ba87ae5362e7efb3300febac1be69276bc",
"implementations": [
"eth:0xde813DD3b89702E5Eb186FeE6FBC5dCf02aE6319",
"eth:0x904Da4C5bD76f932fE09fF32Ae5D7E3d2A5D2264",
"eth:0x80d888ce11738196CfCf27E3b18F65bD4a331CEC"
]
},
{
"timestamp": 1754919911,
"transactionHash": "0xbfd772cb4571eb6275f23d4fd8c7eb1502462b55821ee59dae0d15ab3325fc22",
"implementations": [
"eth:0xb4530aBee1Dd239C02266e73ca83Fe6617e77F2F",
"eth:0x904Da4C5bD76f932fE09fF32Ae5D7E3d2A5D2264",
"eth:0x257df77Ec059ca5CF9B7eD523f85B731A2eCdb82"
]
},
{
"timestamp": 1756244927,
"transactionHash": "0x27f89b30a14fdf2c6adb42c5722f4ac403eefde7d26f6a64bdfd4a86458a0c00",
"implementations": [
"eth:0xbB1f830636e1A017b81C3E38b7f6219344149Eb7",
"eth:0x904Da4C5bD76f932fE09fF32Ae5D7E3d2A5D2264",
"eth:0xaF95C030c7b8994Ba9213B6A3964baa64E7dF9D8"
]
}
],
"description": "Main contract implementing the logic for proposing and proving Taiko blocks on L1.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x06a9Ab27c7e2255df1815E6CC0168d7755Feb19a#code"
},
{
"name": "SignerList",
"isVerified": true,
"address": "eth:0x0F95E6968EC1B28c794CF1aD99609431de5179c2",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0000000000000000000000000000000000000000"
],
"implementations": [
"eth:0x584fE70fE82F728f0Fe26488857D623f3B59E070"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1746111707,
"transactionHash": "0x8acf74d966e6eb99972a4a73382cf42aa918d4715eaf4b587d1007f24edf5208",
"implementations": [
"eth:0x584fE70fE82F728f0Fe26488857D623f3B59E070"
]
}
],
"description": "A signer list for registering agents, similar to a Multisig.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x0F95E6968EC1B28c794CF1aD99609431de5179c2#code"
},
{
"name": "AutomataDcapV3Attestation",
"isVerified": true,
"address": "eth:0x0ffa4A625ED9DB32B70F99180FD00759fc3e9261",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x5e46443bd131eB6d4c6Fb4849bAD29af9596dd72"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268759,
"transactionHash": "0x3b734f101aeef12dbbef6a43abae4176ac967c5ab8ea0194c6d890dafd6573ad",
"implementations": [
"eth:0x5e46443bd131eB6d4c6Fb4849bAD29af9596dd72"
]
}
],
"description": "Contract managing SGX attestation certificates.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x0ffa4A625ED9DB32B70F99180FD00759fc3e9261#code"
},
{
"name": "Taiko Token",
"isVerified": true,
"address": "eth:0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x5C96Ff5B7F61b9E3436Ef04DA1377C8388dfC106"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1714033799,
"transactionHash": "0x4f7a1c6ad21fbfeaecab40ea36a3845bf67e22d7770d8a259d62b995cb93cb34",
"implementations": [
"eth:0x9ae1a067F9655DD0511390e3d70Bb25933AE61eb"
]
},
{
"timestamp": 1715406371,
"transactionHash": "0x7d82794932540ed9edd259e58f6ef8ae21a49beada7f0224638f888f7149c01c",
"implementations": [
"eth:0xea53c0f4b129Cf3f3FBA896F9f23ca18246e9B3c"
]
},
{
"timestamp": 1716969803,
"transactionHash": "0x56402f9fd928be890fbd29829b817faffc0780b85e83300a29962c969808cae2",
"implementations": [
"eth:0x7dF8bfBf0f09e94200b6a158b421e2CCaCc4830F"
]
},
{
"timestamp": 1717732931,
"transactionHash": "0x0bbf7d1258c646f41a02a92a55825b1ebfd3659577d0f2b57b462f8895e23a04",
"implementations": [
"eth:0x55833dA2962c2330ccCF043ff8037e6D2939bCF6"
]
},
{
"timestamp": 1719904547,
"transactionHash": "0xc9f468d33d8d55911e4e5b5c301ed244a5f81ab0f389d2b4f398eb5b89d417ef",
"implementations": [
"eth:0xcfe803378D79d1180EbF030455040EA6513869dF"
]
},
{
"timestamp": 1747097243,
"transactionHash": "0xdb7d5de46738ad3f676db47b61772db531f9858b7a01e8c3b5aee49fa74cac95",
"implementations": [
"eth:0x87C752b0F70cAa237Edd7571B0845470A37DE040"
]
},
{
"timestamp": 1747285931,
"transactionHash": "0x986fc2c7ae945cdd358b2f2ae54364b350026f965f5861ed470f78e145f12626",
"implementations": [
"eth:0x5C96Ff5B7F61b9E3436Ef04DA1377C8388dfC106"
]
}
],
"description": "ERC20 contract implementing the TAIKO token. It defines a list of addresses designated as non-voting.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x10dea67478c5F8C5E2D90e5E9B26dBe60c54d800#code"
},
{
"name": "EmergencyMultisig",
"isVerified": true,
"address": "eth:0x2AffADEb2ef5e1F2a7F58964ee191F1e88317ECd",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0000000000000000000000000000000000000000"
],
"implementations": [
"eth:0x437E450452E8Bc142bd5317199296EcB187c514b"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1746111707,
"transactionHash": "0x8acf74d966e6eb99972a4a73382cf42aa918d4715eaf4b587d1007f24edf5208",
"implementations": [
"eth:0x437E450452E8Bc142bd5317199296EcB187c514b"
]
}
],
"description": "Modular Governance contract allowing for proposing, voting on and executing encrypted proposals (e.g. for Security Council emergency proposals).\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x2AffADEb2ef5e1F2a7F58964ee191F1e88317ECd#code"
},
{
"name": "EncryptionRegistry",
"isVerified": true,
"address": "eth:0x2eFDb93a3B87b930E553d504db67Ee41c69C42d1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "A registry for signers (of the Security Council) to appoint agents to operate on their behalf. These agents can also register their encryption keys for encrypted emergency proposal support.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x2eFDb93a3B87b930E553d504db67Ee41c69C42d1#code"
},
{
"name": "RiscZeroGroth16Verifier",
"isVerified": true,
"address": "eth:0x34Eda8BfFb539AeC33078819847B36D221c6641c",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Verifier contract for RISC Zero Groth16 proofs (version 2.2.0).\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x34Eda8BfFb539AeC33078819847B36D221c6641c#code"
},
{
"name": "LibUtils",
"isVerified": true,
"address": "eth:0x5565543Ec09f746721928B0A4d019c9E750d0552",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x5565543Ec09f746721928B0A4d019c9E750d0552#code"
},
{
"name": "DefaultResolver",
"isVerified": true,
"address": "eth:0x5A982Fb1818c22744f5d7D36D0C4c9f61937b33a",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xE78659fbF234c84C909Cf317D84edc2f6C0D8413"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268711,
"transactionHash": "0x76cab61cff3f90ecf78478e012a2aa30a7e8ef79b7f06c9ea40265f5557bd8ae",
"implementations": [
"eth:0xE78659fbF234c84C909Cf317D84edc2f6C0D8413"
]
}
],
"description": "Maps contract names to contract addresses. Changes in this mapping effectively act as contract upgrades.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x5A982Fb1818c22744f5d7D36D0C4c9f61937b33a#code"
},
{
"name": "ProverSet",
"isVerified": true,
"address": "eth:0x68d30f47F19c07bCCEf4Ac7FAE2Dc12FCa3e0dC9",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0F026a3efE44E0Fe34B87375EFe69b16c05D0438"
],
"implementations": [
"eth:0xB8826B144eB895eFE2923b61b3b117B1298A9526"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1716217559,
"transactionHash": "0xf3b6af477112d0a8209506c8f310f4eb0713beebb1911ef5d11162d36d93c0ff",
"implementations": [
"eth:0x34f2B21107AfE3584949c184A1E6236FFDAC4f6F"
]
},
{
"timestamp": 1716634859,
"transactionHash": "0x02ed558762eae5f0a930ba4a1047a02d4a793ea48890268c32df04e882f138ff",
"implementations": [
"eth:0x500735343372Dd6c9B84dBc7a75babf4479742B9"
]
},
{
"timestamp": 1717663871,
"transactionHash": "0x8de1631a25b337c1e702f9ce9d9ab8a3b626922441855e959b2d79dae40bd131",
"implementations": [
"eth:0xd0AEe97712a4a88B75C31E3C61DD2Ce6E514D85F"
]
},
{
"timestamp": 1717732931,
"transactionHash": "0x0bbf7d1258c646f41a02a92a55825b1ebfd3659577d0f2b57b462f8895e23a04",
"implementations": [
"eth:0x5D528253fA14cd7F637937de847BE8D5BE0Bf5fd"
]
},
{
"timestamp": 1717844051,
"transactionHash": "0xb4c23d57a1f0916180d0752c57726b634e7707bb7377c93d9e95d19e3695887a",
"implementations": [
"eth:0xD547Ca5d6b50dC5E900a091978597eB51F18F9D1"
]
},
{
"timestamp": 1720874075,
"transactionHash": "0xdf3f0cb2eaca00484c30a5c63fafe8036a9e0f71bd4bab216504bee0f5bfb83f",
"implementations": [
"eth:0x518845daA8870bE2C59E49620Fc262AD48953C9a"
]
},
{
"timestamp": 1721140223,
"transactionHash": "0x7d584f0a645cad61e634f64ffaf7e1bbfb92749878eb25b39ce0e5cf698897c7",
"implementations": [
"eth:0x74828E5fe803072AF9Df512B3911B4223572D652"
]
},
{
"timestamp": 1721197175,
"transactionHash": "0x170617251f2345eda4bcbd29e316caa0b014602a44244c60b963382ac7da7748",
"implementations": [
"eth:0xCE5a119479337a153CA3bd1b2bF9755c78F2B15A"
]
},
{
"timestamp": 1730452835,
"transactionHash": "0x13ea4d044a313cf667d16514465e6b96227ef7198bda7b19c70eefee44e9bccd",
"implementations": [
"eth:0x3022Ed0346CCE0c08268c8ad081458AfD95E8763"
]
},
{
"timestamp": 1734921911,
"transactionHash": "0xfa949022e61921e108974e73130e94fc5120463f2c537d26626e5cee2120c944",
"implementations": [
"eth:0xd0d3f025D83D7122de7eC43e86331C57c8A4F30B"
]
},
{
"timestamp": 1739429867,
"transactionHash": "0xc0e8ec30d1479ca2414d4d28a09a543c2845247d80387f78c179d663ffe55c3c",
"implementations": [
"eth:0x280eAbfd252f017B78e15b69580F249F45FB55Fa"
]
},
{
"timestamp": 1747298447,
"transactionHash": "0x97789b6668d0a287b1f57bb6c8e23cce62308fb887139faeb0f06b77855995fd",
"implementations": [
"eth:0xB8826B144eB895eFE2923b61b3b117B1298A9526"
]
}
],
"description": "An operator proxy used by the Taiko team for operating (proposing, proving) the based rollup from permissioned addresses.\n* Roles:\n * **admin**: EOA 2",
"description": "An operator proxy used by the Taiko team for operating (proposing, proving) the based rollup from permissioned addresses.\n* Roles:\n * **admin**: EOA 1",
"upgradableBy": [
{
"id": "EOA-2",
"name": "EOA 2",
"id": "EOA-1",
"name": "EOA 1",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x68d30f47F19c07bCCEf4Ac7FAE2Dc12FCa3e0dC9#code"
},
{
"name": "Risc0VerifierGateway",
"isVerified": true,
"address": "eth:0x73Ee496dA20e5C65340c040B0D8c3C891C1f74AE",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x3dEF88e306E449c6Abf9AaD8038C95d11Bb0b614"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268759,
"transactionHash": "0x2c106efd4e844195ff8597792c0e87d8319c23b5f4b6f675f878d75181c27baa",
"implementations": [
"eth:0x801878e56A8DA58d6a837006345CDD11a9E6a852"
]
},
{
"timestamp": 1749700235,
"transactionHash": "0x2b9250ebdcf10b1a1ec658e5cc9e7fd9aa19dd32573e6ab5bc036499682dea3a",
"implementations": [
"eth:0xB1c6fF8dCbED16FE412291E7BDA0d611405944Be"
]
},
{
"timestamp": 1753329371,
"transactionHash": "0x95d0cfffe42dc984ce8b24104a28d1083100ab638bb4fe396d1a145c17460db9",
"implementations": [
"eth:0x3dEF88e306E449c6Abf9AaD8038C95d11Bb0b614"
]
}
],
"description": "Entry contract to verify batches using RISC Zero.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x73Ee496dA20e5C65340c040B0D8c3C891C1f74AE#code"
},
{
"name": "SgxVerifier",
"isVerified": true,
"address": "eth:0x7e6409e9b6c5e2064064a6cC994f9a2e95680782",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xDb7AEe4fA967C2aB0eC28f63C8675224E59340A5"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268759,
"transactionHash": "0x3f51eda811a4a753cdfa7c664bde1d5e4f58ae3692597a03fb2ebd2064695b0a",
"implementations": [
"eth:0xDb7AEe4fA967C2aB0eC28f63C8675224E59340A5"
]
}
],
"description": "Verifier contract for SGX proven blocks.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x7e6409e9b6c5e2064064a6cC994f9a2e95680782#code"
},
{
"name": "AutomataDcapV3Attestation",
"isVerified": true,
"address": "eth:0x8d7C954960a36a7596d7eA4945dDf891967ca8A3",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x5f73f0AdC7dAA6134Fe751C4a78d524f9384e0B5"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1714550639,
"transactionHash": "0x207dec76298211a2d988b0de3e9a3f8da0edb4524a011e72f28200be08edd4c6",
"implementations": [
"eth:0xEE8FC1dbb8D345f5bF35dFb939C6f9EdC5fCDAFc"
]
},
{
"timestamp": 1715408795,
"transactionHash": "0x416560cd96dc75ccffebe889e8d1ab3e08b33f814dc4a2bf7c6f9555071d1f6f",
"implementations": [
"eth:0xde1b1FBe7D721af4A56651272ef91A59B7303323"
]
},
{
"timestamp": 1715787263,
"transactionHash": "0x46a6d47c15505a1259c64d1e09353680e525b2706dd9e095e15019dda7c1b295",
"implementations": [
"eth:0x5f73f0AdC7dAA6134Fe751C4a78d524f9384e0B5"
]
}
],
"description": "Contract managing SGX attestation certificates.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x8d7C954960a36a7596d7eA4945dDf891967ca8A3#code"
},
{
"name": "DefaultResolver",
"isVerified": true,
"address": "eth:0x8Efa01564425692d0a0838DC10E300BD310Cb43e",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xFca4F0Ab7B95EEf2e3A60EF2Bc0c42DdAA62E66D"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268711,
"transactionHash": "0xe402a650eb9f8443ae3fb86d2ef4bc6105140c85774c56a3932fe097ea6f6c19",
"implementations": [
"eth:0xFca4F0Ab7B95EEf2e3A60EF2Bc0c42DdAA62E66D"
]
}
],
"description": "Maps contract names to contract addresses. Changes in this mapping effectively act as contract upgrades.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x8Efa01564425692d0a0838DC10E300BD310Cb43e#code"
},
{
"name": "QuotaManager",
"isVerified": true,
"address": "eth:0x91f67118DD47d502B1f0C354D0611997B022f29E",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xdb627bfD79e81fE42138Eb875287F94FAd5BBc64"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1715578067,
"transactionHash": "0x03df9b2af0bebae6b9a3d413c98e53ccd3c629e10010f2c1c14d1c6da630a7d7",
"implementations": [
"eth:0x49c5e5F131314Bb24b17E249960F8B12F925ef22"
]
},
{
"timestamp": 1717663871,
"transactionHash": "0x8de1631a25b337c1e702f9ce9d9ab8a3b626922441855e959b2d79dae40bd131",
"implementations": [
"eth:0xdb627bfD79e81fE42138Eb875287F94FAd5BBc64"
]
}
],
"description": "Defines withdrawal limits per token.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x91f67118DD47d502B1f0C354D0611997B022f29E#code"
},
{
"name": "OptimisticTokenVotingPlugin",
"isVerified": true,
"address": "eth:0x989E348275b659d36f8751ea1c10D146211650BE",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0000000000000000000000000000000000000000"
],
"implementations": [
"eth:0x5B0Da2FB08754a5dDf32e28887D2F5437485f085"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1746111707,
"transactionHash": "0x8acf74d966e6eb99972a4a73382cf42aa918d4715eaf4b587d1007f24edf5208",
"implementations": [
"eth:0x5B0Da2FB08754a5dDf32e28887D2F5437485f085"
]
}
],
"description": "An optimistic governance module. Proposals pass and can be executed unless 10% of votable TAIKO veto them within 7d.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x989E348275b659d36f8751ea1c10D146211650BE#code"
},
{
"name": "SgxVerifier",
"isVerified": true,
"address": "eth:0x9e322fC59b8f4A29e6b25c3a166ac1892AA30136",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x8ADDcf5d4CD7BD9dA1CE62eF84AeE22c9E2BfbA5"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268759,
"transactionHash": "0x2a2d9e9bfab5ed17c7bb6d2c18a0a90ad1eb50075225b81c1492a61f22c85bd7",
"implementations": [
"eth:0x8ADDcf5d4CD7BD9dA1CE62eF84AeE22c9E2BfbA5"
]
}
],
"description": "Verifier contract for SGX proven blocks.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x9e322fC59b8f4A29e6b25c3a166ac1892AA30136#code"
},
{
"name": "TaikoWrapper",
"isVerified": true,
"address": "eth:0x9F9D2fC7abe74C79f86F0D1212107692430eef72",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x52D6FC6F6db9E370c336f64f61ff3C29568d1859"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268747,
"transactionHash": "0xf4136bf69dd60ed5f7716de1fc886feb28cddd315692053014caf4608c9de2ff",
"implementations": [
"eth:0xAdBa78120E85Add0dBD2050dBA0548CEDA81A31b"
]
},
{
"timestamp": 1754919911,
"transactionHash": "0xbfd772cb4571eb6275f23d4fd8c7eb1502462b55821ee59dae0d15ab3325fc22",
"implementations": [
"eth:0xa2D216dD9c84cb2e738240aac0956BE98293be61"
]
},
{
"timestamp": 1756244927,
"transactionHash": "0x27f89b30a14fdf2c6adb42c5722f4ac403eefde7d26f6a64bdfd4a86458a0c00",
"implementations": [
"eth:0x52D6FC6F6db9E370c336f64f61ff3C29568d1859"
]
}
],
"description": "Entry point for proposing blocks. It enforces the inclusion of forced transactions after their deadline.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x9F9D2fC7abe74C79f86F0D1212107692430eef72#code"
},
{
"name": "VerifierGateway",
"isVerified": true,
"address": "eth:0xB16931e78d0cE3c9298bbEEf3b5e2276D34b8da1",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x8C520BB75590deaBC30c4fcaFD8778A43E5481b9"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268747,
"transactionHash": "0x97cbb3b627dbba1f69fdf82ab883b164a860421507be24fdaadec5cb6394645d",
"implementations": [
"eth:0xEbB8De866727984Ee3a364079f83177FE6d6e288"
]
},
{
"timestamp": 1747268759,
"transactionHash": "0x0d65cd40703200e2a85d3e2c230e23889a51af84fdc475b40844c00e4e48e72f",
"implementations": [
"eth:0x8C520BB75590deaBC30c4fcaFD8778A43E5481b9"
]
}
],
"description": "Gateway contract for the multi-proof system. It redirects proof to the appropriate verifier based on the proof type.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xB16931e78d0cE3c9298bbEEf3b5e2276D34b8da1#code"
},
{
"name": "SP1VerifierGateway",
"isVerified": true,
"address": "eth:0xbee1040D0Aab17AE19454384904525aE4A3602B9",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x2E17aC86CafC1db939C9942E478F92bF0E548Ee7"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1747268759,
"transactionHash": "0xc2f94680481556ed7d11db79956690ede3707ca24c6b8cef62a2f360df4c7dda",
"implementations": [
"eth:0x35f26e14D0dAeDd1904843370f761C60B891D466"
]
},
{
"timestamp": 1748997623,
"transactionHash": "0xbdc86ada3808a5987cd1f4bbc49ecd2d7e577bf90642956442a3d14cffa827ec",
"implementations": [
"eth:0x2E17aC86CafC1db939C9942E478F92bF0E548Ee7"
]
}
],
"description": "Entry contract to verify batches using SP1.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xbee1040D0Aab17AE19454384904525aE4A3602B9#code"
},
{
"name": "LibBonds",
"isVerified": true,
"address": "eth:0xc618b0bA27F751D33689DebA538f8567AeF53ee6",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xc618b0bA27F751D33689DebA538f8567AeF53ee6#code"
},
{
"name": "PreconfRouter",
"isVerified": true,
"address": "eth:0xD5AA0e20e8A6e9b04F080Cf8797410fafAa9688a",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xC44577BAA22f999a16a9dF817A2aba6e5e696913"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1753275179,
"transactionHash": "0xb361e37443f6ab39912f0fb03456d12f1c69349004725b06f3607155c04fa052",
"implementations": [
"eth:0x2e2FB919E87947f156b374AE5831D756d8EcFBF9"
]
},
{
"timestamp": 1754913371,
"transactionHash": "0x1000b14e86d8db17931f65e877e2eb13cb3990d0a129eee1aff21ce6ba96d2cf",
"implementations": [
"eth:0xf571E2626E2CE68127852123A2cC6AA522C586A0"
]
},
{
"timestamp": 1756244927,
"transactionHash": "0x27f89b30a14fdf2c6adb42c5722f4ac403eefde7d26f6a64bdfd4a86458a0c00",
"implementations": [
"eth:0xC44577BAA22f999a16a9dF817A2aba6e5e696913"
]
}
],
"description": "Entry point for batch proposals under the pre-confirmation architecture. It allows batches to be proposed only by whitelisted addresses.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xD5AA0e20e8A6e9b04F080Cf8797410fafAa9688a#code"
},
{
"name": "MainnetBridge",
"isVerified": true,
"address": "eth:0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x2705B12a971dA766A3f9321a743d61ceAD67dA2F"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1714550603,
"transactionHash": "0x99673a767d36f5f3bc4af415072f97f344b6a5ec39e0d85eb799691787b1b98b",
"implementations": [
"eth:0x91d593d34f2E1904cDCe3D5290a74563F87bCF6f"
]
},
{
"timestamp": 1715408795,
"transactionHash": "0x416560cd96dc75ccffebe889e8d1ab3e08b33f814dc4a2bf7c6f9555071d1f6f",
"implementations": [
"eth:0x4A1091c2fb37D9C4a661c2384Ff539d94CCF853D"
]
},
{
"timestamp": 1716358991,
"transactionHash": "0x5a60c5815947a199cc84e1bc75539e01a202597b20c1f87bd9d02f8be6453abd",
"implementations": [
"eth:0xc71CC3B0a47149878fad337fb2ca54E546A645ba"
]
},
{
"timestamp": 1716634859,
"transactionHash": "0x02ed558762eae5f0a930ba4a1047a02d4a793ea48890268c32df04e882f138ff",
"implementations": [
"eth:0x02F21B4C3d4dbfF70cE851741175a727c8D782Be"
]
},
{
"timestamp": 1716958835,
"transactionHash": "0x8a380a25d03a740d9535dfc3e2fc4f6960e22d49ad88b8d85f59af4013aedf87",
"implementations": [
"eth:0x71c2f41AEDe913AAEf2c62596E03702E348D6Cd0"
]
},
{
"timestamp": 1717148087,
"transactionHash": "0xf21f6bf720767db3bc9b63ef69cacb20340bdedfb6589e6a4d11fe082dfa7bd6",
"implementations": [
"eth:0x951B7Ae1bB26d12dB37f01748e8fB62FEf45A8B5"
]
},
{
"timestamp": 1717481351,
"transactionHash": "0xc0ba6558642b93ee892bee0705dbcfb5130c53637e6266bfa5e3a6501167d6f2",
"implementations": [
"eth:0x3c326483EBFabCf3252205f26dF632FE83d11108"
]
},
{
"timestamp": 1717732931,
"transactionHash": "0x0bbf7d1258c646f41a02a92a55825b1ebfd3659577d0f2b57b462f8895e23a04",
"implementations": [
"eth:0xD28f2c26aD8bA88b0691F6BB41Ff021878052561"
]
},
{
"timestamp": 1719502583,
"transactionHash": "0x2f14829c3da1a755a74948d5716a625256ae7e2481e538b0660a8da11c84dc2e",
"implementations": [
"eth:0x40f8Be2969D0D5717768F6799c8840e5D5D603F7"
]
},
{
"timestamp": 1719903815,
"transactionHash": "0x13f54109cb7f7507ad03562b06ea8d8b472043186e44252302583bc64acfb20b",
"implementations": [
"eth:0x01E7D369a619eF1B0E92563d8737F42C09789986"
]
},
{
"timestamp": 1721140223,
"transactionHash": "0x7d584f0a645cad61e634f64ffaf7e1bbfb92749878eb25b39ce0e5cf698897c7",
"implementations": [
"eth:0xAc96FF285158bceBB8573D20d853e86BB2915aF3"
]
},
{
"timestamp": 1730452835,
"transactionHash": "0x13ea4d044a313cf667d16514465e6b96227ef7198bda7b19c70eefee44e9bccd",
"implementations": [
"eth:0x2705B12a971dA766A3f9321a743d61ceAD67dA2F"
]
}
],
"description": "Shared bridge for Taiko chains for bridged ETH.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC#code"
},
{
"name": "Multisig",
"isVerified": true,
"address": "eth:0xD7dA1C25E915438720692bC55eb3a7170cA90321",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0000000000000000000000000000000000000000"
],
"implementations": [
"eth:0x8510d389236d7213eE9B9C38CAaBc0aD24853C25"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1746111707,
"transactionHash": "0x8acf74d966e6eb99972a4a73382cf42aa918d4715eaf4b587d1007f24edf5208",
"implementations": [
"eth:0x8510d389236d7213eE9B9C38CAaBc0aD24853C25"
]
}
],
"description": "Modular Governance contract allowing for proposing, voting on and executing proposals (e.g. for Security Council standard proposals).\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xD7dA1C25E915438720692bC55eb3a7170cA90321#code"
},
{
"name": "LibData",
"isVerified": true,
"address": "eth:0xe61FD6715FfFA2f4057f1Cf0230512b91A9f5f84",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xe61FD6715FfFA2f4057f1Cf0230512b91A9f5f84#code"
},
{
"name": "L1SharedAddressManager",
"isVerified": true,
"address": "eth:0xEf9EaA1dd30a9AA1df01c36411b5F082aA65fBaa",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0xEC1a9aa1C648F047752fe4eeDb2C21ceab0c6449"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1714550603,
"transactionHash": "0xf83131446154db1fb4013c20e9468c36f71085dbdf4304f8e2ef5ac13f2e3670",
"implementations": [
"eth:0x9cA1Ab10c9fAc5153F8b78E67f03aAa69C9c6A15"
]
},
{
"timestamp": 1715408795,
"transactionHash": "0x416560cd96dc75ccffebe889e8d1ab3e08b33f814dc4a2bf7c6f9555071d1f6f",
"implementations": [
"eth:0xF1cA1F1A068468E1dcF90dA6add185467de80943"
]
},
{
"timestamp": 1716722231,
"transactionHash": "0xe1ef58455de0b0331228e487d54720290ed8a73f709d2146bd43330d4a360bd3",
"implementations": [
"eth:0x9496502d7D121B3D5eF25cA6c58d4f7593398a17"
]
},
{
"timestamp": 1721140223,
"transactionHash": "0x7d584f0a645cad61e634f64ffaf7e1bbfb92749878eb25b39ce0e5cf698897c7",
"implementations": [
"eth:0x2f7126f78365AD54EAB26fD7faEc60435008E2fD"
]
},
{
"timestamp": 1730452835,
"transactionHash": "0x13ea4d044a313cf667d16514465e6b96227ef7198bda7b19c70eefee44e9bccd",
"implementations": [
"eth:0xEC1a9aa1C648F047752fe4eeDb2C21ceab0c6449"
]
}
],
"description": "Maps contract names to contract addresses. Changes in this mapping effectively act as contract upgrades.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **owner**: TaikoDAOController; ultimately DAO",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xEf9EaA1dd30a9AA1df01c36411b5F082aA65fBaa#code"
},
{
"name": "PreconfWhitelist",
"isVerified": true,
"address": "eth:0xFD019460881e6EeC632258222393d5821029b2ac",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x75Ba76403b13b26AD1beC70D6eE937314eeaCD0a"
],
"implementations": [
"eth:0x54FeDc114D78dcbDb8c7b2DeA433f9749E8fd0Fc"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1753275179,
"transactionHash": "0x2d127d401f9d22fd4c4f8c14773f2e98e9a3e87837f78bb1d2881a8fcb91cd59",
"implementations": [
"eth:0x86f0AeFA26A1447bbE62bd2bE1D30ff3353B88fB"
]
},
{
"timestamp": 1754913371,
"transactionHash": "0x1000b14e86d8db17931f65e877e2eb13cb3990d0a129eee1aff21ce6ba96d2cf",
"implementations": [
"eth:0x44eC275996BD69361EF062ed488882a58256CF11"
]
},
{
"timestamp": 1756244927,
"transactionHash": "0x27f89b30a14fdf2c6adb42c5722f4ac403eefde7d26f6a64bdfd4a86458a0c00",
"implementations": [
"eth:0x54FeDc114D78dcbDb8c7b2DeA433f9749E8fd0Fc"
]
}
],
"description": "Contains the whitelist of addresses allowed to propose batches on L1. These operators can also issue pre-confirmation from their public addresses. Currently, there are 4 operators registered.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **getOperatorCandidatesForCurrentEpoch**: EOA 1, EOA 3, EOA 4, EOA 5",
"description": "Contains the whitelist of addresses allowed to propose batches on L1. These operators can also issue pre-confirmation from their public addresses. Currently, there are 3 operators registered.\n* Roles:\n * **admin**: TaikoDAOController; ultimately DAO\n * **getOperatorCandidatesForCurrentEpoch**: EOA 2, EOA 3, EOA 4",
"upgradableBy": [
{
"name": "DAO",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xFD019460881e6EeC632258222393d5821029b2ac#code"
},
{
"name": "LibProving",
"isVerified": true,
"address": "eth:0xfD9B548c00a1E96BbFc2C5FE0D339618B40B4593",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xfD9B548c00a1E96BbFc2C5FE0D339618B40B4593#code"
},
{
"name": "SP1Verifier",
"isVerified": true,
"address": "eth:0xFF5Adab685362DC4C33536a65aF5873738D1216B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Verifier contract for SP1 proofs (v5.0.0).\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xFF5Adab685362DC4C33536a65aF5873738D1216B#code"
}
],
"taiko": [
{
"name": "Bridge",
"isVerified": true,
"address": "taiko:0x1670000000000000000000000000000000000001",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"taiko:0xfA06E15B8b4c5BF3FC5d9cfD083d45c53Cbe8C7C"
],
"implementations": [
"taiko:0x95ae2918dcbc6aFF8B4c1F1BCC1bf819b6e08B83"
]
},
"chain": "taiko",
"pastUpgrades": [
{
"timestamp": 1716802235,
"transactionHash": "0x094dd9452d79cbd74711f2b8065566e4431a05d0727c56d2b38195e40fd62805",
"implementations": [
"taiko:0xf961854D68368cFFc86d90AEe8a19E9781dACA3e"
]
},
{
"timestamp": 1716959027,
"transactionHash": "0x0b5d6acc9c5b8ef193920246081ec5ce7268111acfc1dce1f058bea06f3953c7",
"implementations": [
"taiko:0x98C5De7670aA7d47C6c0551fAD27Bfe464A6751a"
]
},
{
"timestamp": 1717148375,
"transactionHash": "0x4605c4ce594e996bdbdb532a9aefe4fab1ea36f7e2ef63eef56a7e8033810df3",
"implementations": [
"taiko:0x0893c8821Fa358D5f3630695Ce062204814359A1"
]
},
{
"timestamp": 1717486847,
"transactionHash": "0xc77434f4e37959cdc0eac125303b78dd192d8727173373cc7a6158ca7d829dad",
"implementations": [
"taiko:0x8FB67c2C16dc8578b6d69bc668236924f4c1B0f7"
]
},
{
"timestamp": 1717750463,
"transactionHash": "0x3004d3c240481a0470e20a59d2fa06522612ec48334209431f56f09ec9ad4b98",
"implementations": [
"taiko:0x878E72f1d435DbACe8B9C62e084c114ffbb84791"
]
},
{
"timestamp": 1719503519,
"transactionHash": "0xd55e1edee71bd71b9bca0d3826f758a46d688b6ffdd4058fccefc98dbed70165",
"implementations": [
"taiko:0xd95435c742c01B0E982913BcA252173Ae96DF61d"
]
},
{
"timestamp": 1719806771,
"transactionHash": "0xdf0348394d5e58f801de917575aafdc1cb55533b14a6e46fd460d1437238dc02",
"implementations": [
"taiko:0x4Ca6bE8C1Ec05beFB216bAEEF9EE36997e35E98E"
]
},
{
"timestamp": 1730452979,
"transactionHash": "0xdbe9caf2b1282d0fecf9a752f2c1aeade8820bb66bb5ad210f0081996504173b",
"implementations": [
"taiko:0x95ae2918dcbc6aFF8B4c1F1BCC1bf819b6e08B83"
]
}
],
"description": "* Roles:\n * **admin**: DelegateController",
"upgradableBy": [
{
"name": "DelegateController",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://taikoscan.io/address/taiko:0x1670000000000000000000000000000000000001#code"
},
{
"name": "SignalService",
"isVerified": true,
"address": "taiko:0x1670000000000000000000000000000000000005",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"taiko:0xfA06E15B8b4c5BF3FC5d9cfD083d45c53Cbe8C7C"
],
"implementations": [
"taiko:0xaea51c413Bd15bBee72737C8094BE942B5208762"
]
},
"chain": "taiko",
"pastUpgrades": [
{
"timestamp": 1747624787,
"transactionHash": "0x07f68497c517181b0110a51906fb5f5938aafeda78e07cb0480de417c9083f1b",
"implementations": [
"taiko:0xaea51c413Bd15bBee72737C8094BE942B5208762"
]
}
],
"description": "* Roles:\n * **admin**: DelegateController",
"upgradableBy": [
{
"name": "DelegateController",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://taikoscan.io/address/taiko:0x1670000000000000000000000000000000000005#code"
},
{
"name": "L2AddressManager",
"isVerified": true,
"address": "taiko:0x1670000000000000000000000000000000000006",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"taiko:0xfA06E15B8b4c5BF3FC5d9cfD083d45c53Cbe8C7C"
],
"implementations": [
"taiko:0x0167000000000000000000000000000000000006"
]
},
"chain": "taiko",
"pastUpgrades": [],
"description": "Maps contract names to contract addresses. Changes in this mapping effectively act as contract upgrades.\n* Roles:\n * **admin**: DelegateController\n * **owner**: DelegateController",
"upgradableBy": [
{
"name": "DelegateController",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://taikoscan.io/address/taiko:0x1670000000000000000000000000000000000006#code"
},
{
"name": "TaikoAnchor",
"isVerified": true,
"address": "taiko:0x1670000000000000000000000000000000010001",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"taiko:0xfA06E15B8b4c5BF3FC5d9cfD083d45c53Cbe8C7C"
],
"implementations": [
"taiko:0xE6d1efcC6AC8969474308C99a3805c332D33a1E0"
]
},
"chain": "taiko",
"pastUpgrades": [
{
"timestamp": 1730452979,
"transactionHash": "0xdbe9caf2b1282d0fecf9a752f2c1aeade8820bb66bb5ad210f0081996504173b",
"implementations": [
"taiko:0x75E76c367D6be621bD90e4b1e32fBB3fF59150b6"
]
},
{
"timestamp": 1747624787,
"transactionHash": "0x07f68497c517181b0110a51906fb5f5938aafeda78e07cb0480de417c9083f1b",
"implementations": [
"taiko:0x3cfe9b8E0e12289D78c91295c8353aB1731F06E1"
]
},
{
"timestamp": 1754914103,
"transactionHash": "0x2f0b5bd30b1cfc929bb03518ce19a588d431bba847ae7c84daedcc2ddf521bf2",
"implementations": [
"taiko:0x1E3Fa8AD01327D891aB89B13091F93E4eaF7E8A5"
]
},
{
"timestamp": 1755179444,
"transactionHash": "0xf9f899beb269bd2cb1b74001493ec9ac41d83191b79b71878422c3f5a8fdb15b",
"implementations": [
"taiko:0xE6d1efcC6AC8969474308C99a3805c332D33a1E0"
]
}
],
"description": "Handles cross-layer message verification and manages EIP-1559 gas pricing for L2 operations. Anchors L1 block details to L2 for cross-layer communication.\n* Roles:\n * **admin**: DelegateController",
"upgradableBy": [
{
"name": "DelegateController",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://taikoscan.io/address/taiko:0x1670000000000000000000000000000000010001#code"
},
{
"name": "DefaultResolver",
"isVerified": true,
"address": "taiko:0xc32277f541bBADAA260337E71Cea53871D310DC8",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"taiko:0xfA06E15B8b4c5BF3FC5d9cfD083d45c53Cbe8C7C"
],
"implementations": [
"taiko:0xDaD5a963618b340bC88F267920907bE567Fd88c4"
]
},
"chain": "taiko",
"pastUpgrades": [
{
"timestamp": 1747550747,
"transactionHash": "0xefaca4239f9de65d3339c0e6c5ba7d80ad5239952647ffc832c97c7f59ad5025",
"implementations": [
"taiko:0xDaD5a963618b340bC88F267920907bE567Fd88c4"
]
}
],
"description": "Maps contract names to contract addresses. Changes in this mapping effectively act as contract upgrades.\n* Roles:\n * **admin**: DelegateController\n * **owner**: DelegateController",
"upgradableBy": [
{
"name": "DelegateController",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://taikoscan.io/address/taiko:0xc32277f541bBADAA260337E71Cea53871D310DC8#code"
}
]
},
"escrows": [
{
"address": "0xd60247c6848B7Ca29eDdF63AA924E53dB6Ddd8EC",
"sinceTimestamp": 1714550603,
"tokens": [
"ETH"
],
"chain": "ethereum",
"chainId": 1
},
{
"address": "0x996282cA11E5DEb6B5D122CC3B9A1FcAAD4415Ab",
"sinceTimestamp": 1714550603,
"tokens": "*",
"chain": "ethereum",
"chainId": 1
}
],
"risks": [
{
"category": "Funds can be stolen if",
"text": "a contract receives a malicious code upgrade. There is no delay on code upgrades.",
"isCritical": true
},
{
"category": "Funds can be stolen if",
"text": "the source code of unverified contracts contains malicious code.",
"isCritical": true
}
]
}
+1 -1
{
"baseTimestamp": 1761894930,
"baseTimestamp": 1762269183,
"contractsDiscoDriven": true,
"hasDiscoUi": true,
"isDiscoDriven": true,
"permissionsDiscoDriven": true
}
+253 -2
+7 -1
{
"unverifiedContracts": []
"unverifiedContracts": [
"eth:0xa1fDd455Ed9adc66F2b6a496405911C0bbC9424e",
"eth:0xa42baa160DB5Aea58a1800ac6a33a92488288767",
"eth:0x3690367eDd22eDE1FE827258352F900fBD05b8Dc",
"eth:0x80E873D80ed41ED0a3aAeEb6efbaA01839f2111b",
"eth:0x02E87189512d1Bdc3Ca7795CAb68A8311703B88C"
]
}
+120 -0
[
{
"address": "0x1B7492C3bD23A4aDB448710e4275FF14A5288932",
"sinceTimestamp": 1747164383,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x1B7492C3bD23A4aDB448710e4275FF14A5288932",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x1B7492C3bD23A4aDB448710e4275FF14A5288932#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0549475Ff447CBC0CfF51CB0719E0AA2dAF4eDC8",
"sinceTimestamp": 1750690739,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0549475Ff447CBC0CfF51CB0719E0AA2dAF4eDC8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0549475Ff447CBC0CfF51CB0719E0AA2dAF4eDC8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x06179f7C1be40863405f374E7f5F8806c728660A",
"sinceTimestamp": 1736358971,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x06179f7C1be40863405f374E7f5F8806c728660A",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0xB54f773211331f3889b74624D341e49328E83473"
],
"implementations": [
"eth:0x2Ce400703dAcc37b7edFA99D228b8E70a4d3831B"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1736358971,
"transactionHash": "0xda36f4587a166ca621646c1cf3e75f82e1f5219686978a346bf204b52b9cd202",
"implementations": [
"eth:0x2Ce400703dAcc37b7edFA99D228b8E70a4d3831B"
]
}
],
"url": "https://etherscan.io/address/0x06179f7C1be40863405f374E7f5F8806c728660A#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x45af366C76a8C8f18806A8C404FE3E3bbA4F8AA3",
"sinceTimestamp": 1729737323,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x45af366C76a8C8f18806A8C404FE3E3bbA4F8AA3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x45af366C76a8C8f18806A8C404FE3E3bbA4F8AA3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8E7ebBb95e369BC854Ee7021C7CF2E282c3bCAEa",
"sinceTimestamp": 1729733975,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8E7ebBb95e369BC854Ee7021C7CF2E282c3bCAEa",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8E7ebBb95e369BC854Ee7021C7CF2E282c3bCAEa#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xAc3453eEF710e1E6457383F29D696Db5435Bf95b",
"sinceTimestamp": 1729738223,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xAc3453eEF710e1E6457383F29D696Db5435Bf95b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xAc3453eEF710e1E6457383F29D696Db5435Bf95b#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF57fc17729Bd2bcD1e1342917B160eB4b69EE89A",
"sinceTimestamp": 1729733879,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF57fc17729Bd2bcD1e1342917B160eB4b69EE89A",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF57fc17729Bd2bcD1e1342917B160eB4b69EE89A#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x6A888F0f25d2e846ec854d6Fb011BeC6DE31480B",
"sinceTimestamp": 1729734095,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x6A888F0f25d2e846ec854d6Fb011BeC6DE31480B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x6A888F0f25d2e846ec854d6Fb011BeC6DE31480B#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x542BF6910dB102D10f84565E041c2761BE95be84",
"sinceTimestamp": 1729698647,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x542BF6910dB102D10f84565E041c2761BE95be84",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x542BF6910dB102D10f84565E041c2761BE95be84#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF6c88f0933126c2e2CDb060910165aA4BfC11B99",
"sinceTimestamp": 1729700099,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF6c88f0933126c2e2CDb060910165aA4BfC11B99",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF6c88f0933126c2e2CDb060910165aA4BfC11B99#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xbfc86CA9b7fa158287bD392eE098246465E63351",
"sinceTimestamp": 1729737107,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xbfc86CA9b7fa158287bD392eE098246465E63351",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xbfc86CA9b7fa158287bD392eE098246465E63351#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xc2ef2f272D2C09b0a8523cEf32C96D3A7f379979",
"sinceTimestamp": 1729734047,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xc2ef2f272D2C09b0a8523cEf32C96D3A7f379979",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xc2ef2f272D2C09b0a8523cEf32C96D3A7f379979#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xe4832022873C69E14731fd9436eb7FB9538Ae86F",
"sinceTimestamp": 1729733687,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xe4832022873C69E14731fd9436eb7FB9538Ae86F",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xe4832022873C69E14731fd9436eb7FB9538Ae86F#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x03D19033AdA17750D5BC2d8E325337D0748F9FEF",
"sinceTimestamp": 1755544835,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x03D19033AdA17750D5BC2d8E325337D0748F9FEF",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x03D19033AdA17750D5BC2d8E325337D0748F9FEF#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x2E3c68D6d2eDD9881429f0565B88024B5Db10F73",
"sinceTimestamp": 1729738271,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x2E3c68D6d2eDD9881429f0565B88024B5Db10F73",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x2E3c68D6d2eDD9881429f0565B88024B5Db10F73#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x89c9038906887A69bD9C20f81B1B4C309F9A6D04",
"sinceTimestamp": 1729692563,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x89c9038906887A69bD9C20f81B1B4C309F9A6D04",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x89c9038906887A69bD9C20f81B1B4C309F9A6D04#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x79BC41f1D73f06738bed591abf26038EC5721d49",
"sinceTimestamp": 1729733843,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x79BC41f1D73f06738bed591abf26038EC5721d49",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x79BC41f1D73f06738bed591abf26038EC5721d49#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x75a852478792E5a99bc4cdd0aDBd97129B0d9799",
"sinceTimestamp": 1729733639,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x75a852478792E5a99bc4cdd0aDBd97129B0d9799",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x75a852478792E5a99bc4cdd0aDBd97129B0d9799#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF6403CF6E954a43699097322e0867C63d653C2D0",
"sinceTimestamp": 1754494955,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF6403CF6E954a43699097322e0867C63d653C2D0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF6403CF6E954a43699097322e0867C63d653C2D0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xeAD31B98179e2637Bb052a970Ac92Cbb2E26461d",
"sinceTimestamp": 1729698695,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xeAD31B98179e2637Bb052a970Ac92Cbb2E26461d",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xeAD31B98179e2637Bb052a970Ac92Cbb2E26461d#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0ef01909C4aA5403654452729149F0Db8C7be1E1",
"sinceTimestamp": 1752004703,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0ef01909C4aA5403654452729149F0Db8C7be1E1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0ef01909C4aA5403654452729149F0Db8C7be1E1#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x4913fD2c77d93730358cC41db9d3048dbfe1F196",
"sinceTimestamp": 1729696955,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x4913fD2c77d93730358cC41db9d3048dbfe1F196",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x4913fD2c77d93730358cC41db9d3048dbfe1F196#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9b8FEf06D74c3880FC6886b3c6FbbBf601Db0DCC",
"sinceTimestamp": 1729698731,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9b8FEf06D74c3880FC6886b3c6FbbBf601Db0DCC",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9b8FEf06D74c3880FC6886b3c6FbbBf601Db0DCC#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9c79223e8ce037c39b534891b41b3f306a8FE192",
"sinceTimestamp": 1729729427,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9c79223e8ce037c39b534891b41b3f306a8FE192",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9c79223e8ce037c39b534891b41b3f306a8FE192#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa7689C57aa6D09d28244d3932F34176d853A660f",
"sinceTimestamp": 1729692719,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xa7689C57aa6D09d28244d3932F34176d853A660f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa7689C57aa6D09d28244d3932F34176d853A660f#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x5c16671f7360E32982691c6A14353D8186C57A59",
"sinceTimestamp": 1729733807,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x5c16671f7360E32982691c6A14353D8186C57A59",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x5c16671f7360E32982691c6A14353D8186C57A59#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xAFcC997D86713FeC802Cc665122d64a5130bDd1D",
"sinceTimestamp": 1729697051,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xAFcC997D86713FeC802Cc665122d64a5130bDd1D",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xAFcC997D86713FeC802Cc665122d64a5130bDd1D#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x011Ef1fe26D20077A59F38e9Ad155b166AD87D40",
"sinceTimestamp": 1739912039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x011Ef1fe26D20077A59F38e9Ad155b166AD87D40",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x011Ef1fe26D20077A59F38e9Ad155b166AD87D40#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x61D405818C8127f0fD30102BF01E6227097eF92f",
"sinceTimestamp": 1729697159,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x61D405818C8127f0fD30102BF01E6227097eF92f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x61D405818C8127f0fD30102BF01E6227097eF92f#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xBDCc99f05D73FB3C2ad4b0F496318BaAE20218b7",
"sinceTimestamp": 1729734023,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xBDCc99f05D73FB3C2ad4b0F496318BaAE20218b7",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xBDCc99f05D73FB3C2ad4b0F496318BaAE20218b7#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa27501561B01D99cde347a63891e8762DCa5bBbd",
"sinceTimestamp": 1729738067,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xa27501561B01D99cde347a63891e8762DCa5bBbd",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa27501561B01D99cde347a63891e8762DCa5bBbd#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x4E63008092645521CFc989FB78c1324CDd371ed0",
"sinceTimestamp": 1729729475,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x4E63008092645521CFc989FB78c1324CDd371ed0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x4E63008092645521CFc989FB78c1324CDd371ed0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3999490C55Fb8332F5f3AD00212435526fA3E576",
"sinceTimestamp": 1729733927,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3999490C55Fb8332F5f3AD00212435526fA3E576",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3999490C55Fb8332F5f3AD00212435526fA3E576#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x6948FEF23284906B5650895F9f6fbD4a0A939F20",
"sinceTimestamp": 1732766627,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x6948FEF23284906B5650895F9f6fbD4a0A939F20",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x6948FEF23284906B5650895F9f6fbD4a0A939F20#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x46A39244eB62De1A87dD4443B8D80bb731B97877",
"sinceTimestamp": 1733817251,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x46A39244eB62De1A87dD4443B8D80bb731B97877",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x46A39244eB62De1A87dD4443B8D80bb731B97877#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x606c0e932FEbB81fBba799b5F3dd04f5cc6F2BD9",
"sinceTimestamp": 1734425831,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x606c0e932FEbB81fBba799b5F3dd04f5cc6F2BD9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x606c0e932FEbB81fBba799b5F3dd04f5cc6F2BD9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3eC718a22B268d7d9Ce27D2dcAB791174D515920",
"sinceTimestamp": 1734107279,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3eC718a22B268d7d9Ce27D2dcAB791174D515920",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3eC718a22B268d7d9Ce27D2dcAB791174D515920#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xEa9c3dB69C9eE60FB0B06d1A1c9077B16F2D7C82",
"sinceTimestamp": 1734107951,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xEa9c3dB69C9eE60FB0B06d1A1c9077B16F2D7C82",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xEa9c3dB69C9eE60FB0B06d1A1c9077B16F2D7C82#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xc75aCdceF4c679eaCb7a8CF1eF486B9Cf77478f8",
"sinceTimestamp": 1734108035,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xc75aCdceF4c679eaCb7a8CF1eF486B9Cf77478f8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xc75aCdceF4c679eaCb7a8CF1eF486B9Cf77478f8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x47158771e67e4bDdaFd0FBD36f26Db929420B26C",
"sinceTimestamp": 1734913223,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x47158771e67e4bDdaFd0FBD36f26Db929420B26C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x47158771e67e4bDdaFd0FBD36f26Db929420B26C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8113f001eA456759264317007220cBc939cA8435",
"sinceTimestamp": 1735554587,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8113f001eA456759264317007220cBc939cA8435",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8113f001eA456759264317007220cBc939cA8435#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x55c47DE8bCfA02B3989f2B6F9542900E3A2EC6c3",
"sinceTimestamp": 1734533711,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x55c47DE8bCfA02B3989f2B6F9542900E3A2EC6c3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x55c47DE8bCfA02B3989f2B6F9542900E3A2EC6c3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x88E18636EfFC3b3cd520FC72B710eb99C0017BC7",
"sinceTimestamp": 1760636855,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x88E18636EfFC3b3cd520FC72B710eb99C0017BC7",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x88E18636EfFC3b3cd520FC72B710eb99C0017BC7#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x5882D12bbf902ee88d5FCF8793113ae85fFe97b1",
"sinceTimestamp": 1742497775,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x5882D12bbf902ee88d5FCF8793113ae85fFe97b1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x5882D12bbf902ee88d5FCF8793113ae85fFe97b1#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xf33341f2CE329B5DbCa7F9a0986Cff40d050440a",
"sinceTimestamp": 1742498723,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xf33341f2CE329B5DbCa7F9a0986Cff40d050440a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xf33341f2CE329B5DbCa7F9a0986Cff40d050440a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xD27F88501e62D0BDc70B20d6ed06d8E0fF8c3812",
"sinceTimestamp": 1742499767,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xD27F88501e62D0BDc70B20d6ed06d8E0fF8c3812",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xD27F88501e62D0BDc70B20d6ed06d8E0fF8c3812#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x5686CCb55ee86BEB1e8A1Cf7C769930f3A5E521c",
"sinceTimestamp": 1742500007,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x5686CCb55ee86BEB1e8A1Cf7C769930f3A5E521c",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x5686CCb55ee86BEB1e8A1Cf7C769930f3A5E521c#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xe26D9c68cF6d284367C5e90EC834C6Ec0051f73C",
"sinceTimestamp": 1742500259,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xe26D9c68cF6d284367C5e90EC834C6Ec0051f73C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xe26D9c68cF6d284367C5e90EC834C6Ec0051f73C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x53a80faFee54BfE5052165B593Bd5D405BFd4007",
"sinceTimestamp": 1736822483,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x53a80faFee54BfE5052165B593Bd5D405BFd4007",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x53a80faFee54BfE5052165B593Bd5D405BFd4007#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x6F580a9bC9E95273a65f73356F9caF92caa1f193",
"sinceTimestamp": 1737147179,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x6F580a9bC9E95273a65f73356F9caF92caa1f193",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x6F580a9bC9E95273a65f73356F9caF92caa1f193#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x89F39cdbad48b6531DDBd38ea0D84E9c9CbCdA27",
"sinceTimestamp": 1737344771,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x89F39cdbad48b6531DDBd38ea0D84E9c9CbCdA27",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x89F39cdbad48b6531DDBd38ea0D84E9c9CbCdA27#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x706152939C0cB1f1659F0843C52E192ed52F70d5",
"sinceTimestamp": 1737625907,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x706152939C0cB1f1659F0843C52E192ed52F70d5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x706152939C0cB1f1659F0843C52E192ed52F70d5#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x75dFc9b24B109ae76dC5C51814bb7a9559B68a2B",
"sinceTimestamp": 1738949099,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x75dFc9b24B109ae76dC5C51814bb7a9559B68a2B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x75dFc9b24B109ae76dC5C51814bb7a9559B68a2B#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0a02473E57902fD7764E6E952E2962763045B404",
"sinceTimestamp": 1738836011,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0a02473E57902fD7764E6E952E2962763045B404",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0a02473E57902fD7764E6E952E2962763045B404#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9054f2DF5f2AC59b39a175c27a00165989D17d2B",
"sinceTimestamp": 1739281235,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9054f2DF5f2AC59b39a175c27a00165989D17d2B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9054f2DF5f2AC59b39a175c27a00165989D17d2B#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xEDe803B34B30C8De6a128DE57B855263Cd8C55bc",
"sinceTimestamp": 1739651495,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xEDe803B34B30C8De6a128DE57B855263Cd8C55bc",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xEDe803B34B30C8De6a128DE57B855263Cd8C55bc#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8d9F0185c49752d626ef0c318B24Bba83931D639",
"sinceTimestamp": 1739651879,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8d9F0185c49752d626ef0c318B24Bba83931D639",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8d9F0185c49752d626ef0c318B24Bba83931D639#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xBc1324F4FaB8e63bF33E5117bb887671B378BFF3",
"sinceTimestamp": 1739365451,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xBc1324F4FaB8e63bF33E5117bb887671B378BFF3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xBc1324F4FaB8e63bF33E5117bb887671B378BFF3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xB18eE11849a805651aC5D456034FD6352cfF635d",
"sinceTimestamp": 1742499371,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xB18eE11849a805651aC5D456034FD6352cfF635d",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xB18eE11849a805651aC5D456034FD6352cfF635d#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF6698064776D521b0AFE469F30C40B39B4875b93",
"sinceTimestamp": 1739932499,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF6698064776D521b0AFE469F30C40B39B4875b93",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF6698064776D521b0AFE469F30C40B39B4875b93#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x1837f10926644bd263B70a3D7700ffB914fABbF0",
"sinceTimestamp": 1740571199,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x1837f10926644bd263B70a3D7700ffB914fABbF0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x1837f10926644bd263B70a3D7700ffB914fABbF0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3f7AeF129Ce37EA06150C176677bEc75EF29A33f",
"sinceTimestamp": 1740596039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3f7AeF129Ce37EA06150C176677bEc75EF29A33f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3f7AeF129Ce37EA06150C176677bEc75EF29A33f#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x799A356069Ca6D91BBE5d0407De625A969874aE4",
"sinceTimestamp": 1742500427,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x799A356069Ca6D91BBE5d0407De625A969874aE4",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x799A356069Ca6D91BBE5d0407De625A969874aE4#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x520763c1eBDa04DAC9a6077a41CCC703FF22a9f8",
"sinceTimestamp": 1741247675,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x520763c1eBDa04DAC9a6077a41CCC703FF22a9f8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x520763c1eBDa04DAC9a6077a41CCC703FF22a9f8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x13E20D135769216E8e3e02677089e5C7F372e3b8",
"sinceTimestamp": 1741337855,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x13E20D135769216E8e3e02677089e5C7F372e3b8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x13E20D135769216E8e3e02677089e5C7F372e3b8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0Baa542625F1Eb12872F7b2AFd86e10F34f8a3Ae",
"sinceTimestamp": 1741454915,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0Baa542625F1Eb12872F7b2AFd86e10F34f8a3Ae",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0Baa542625F1Eb12872F7b2AFd86e10F34f8a3Ae#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x603D332a56B02e3A543b96CE1F1E56055eFe0076",
"sinceTimestamp": 1741542395,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x603D332a56B02e3A543b96CE1F1E56055eFe0076",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x603D332a56B02e3A543b96CE1F1E56055eFe0076#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x72a0203b731EdECE2DdAa506a048c0378C44366a",
"sinceTimestamp": 1739532623,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x72a0203b731EdECE2DdAa506a048c0378C44366a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x72a0203b731EdECE2DdAa506a048c0378C44366a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x1A4B0621E90Bdc61d341D89158863458CA745dA2",
"sinceTimestamp": 1741796039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x1A4B0621E90Bdc61d341D89158863458CA745dA2",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x1A4B0621E90Bdc61d341D89158863458CA745dA2#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF4208675b84E678d0d01528fA97634e2B0873Fa6",
"sinceTimestamp": 1742149703,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF4208675b84E678d0d01528fA97634e2B0873Fa6",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF4208675b84E678d0d01528fA97634e2B0873Fa6#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC3d39B77032114c8884276Dae0F02cdF75162782",
"sinceTimestamp": 1741853219,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC3d39B77032114c8884276Dae0F02cdF75162782",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC3d39B77032114c8884276Dae0F02cdF75162782#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x99874400820c354eE07bC8b165C605632BdCeae3",
"sinceTimestamp": 1742238707,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x99874400820c354eE07bC8b165C605632BdCeae3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x99874400820c354eE07bC8b165C605632BdCeae3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x10c9a3c76bDbDB8600d726De621b941fd26F6058",
"sinceTimestamp": 1742326787,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x10c9a3c76bDbDB8600d726De621b941fd26F6058",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x10c9a3c76bDbDB8600d726De621b941fd26F6058#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x44e77d8C6Bb9999B036a6F084005E48928d18C74",
"sinceTimestamp": 1743005279,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x44e77d8C6Bb9999B036a6F084005E48928d18C74",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x44e77d8C6Bb9999B036a6F084005E48928d18C74#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0c31b5DcF3CD6e588938D0699912d0028c911362",
"sinceTimestamp": 1743497303,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0c31b5DcF3CD6e588938D0699912d0028c911362",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0c31b5DcF3CD6e588938D0699912d0028c911362#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x7EeeAd4571b12BC3e331E6Ce2D954E1528aC2921",
"sinceTimestamp": 1743680831,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x7EeeAd4571b12BC3e331E6Ce2D954E1528aC2921",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x7EeeAd4571b12BC3e331E6Ce2D954E1528aC2921#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xA586a732394A1AFfCF15b972cd47C936033C9FA7",
"sinceTimestamp": 1744059971,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xA586a732394A1AFfCF15b972cd47C936033C9FA7",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xA586a732394A1AFfCF15b972cd47C936033C9FA7#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8fd996312CA11849A562C78885021148F25a9841",
"sinceTimestamp": 1745006327,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8fd996312CA11849A562C78885021148F25a9841",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8fd996312CA11849A562C78885021148F25a9841#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x823839fE57d4c594bF9500C60c9551352a19D89D",
"sinceTimestamp": 1745589131,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x823839fE57d4c594bF9500C60c9551352a19D89D",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x823839fE57d4c594bF9500C60c9551352a19D89D#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xb086806c8f80C4423cEA4DDf643bF40c0Ebc8220",
"sinceTimestamp": 1746193535,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xb086806c8f80C4423cEA4DDf643bF40c0Ebc8220",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xb086806c8f80C4423cEA4DDf643bF40c0Ebc8220#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x639f35C5E212D61Fe14Bd5CD8b66aAe4df11a50c",
"sinceTimestamp": 1745332559,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x639f35C5E212D61Fe14Bd5CD8b66aAe4df11a50c",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x639f35C5E212D61Fe14Bd5CD8b66aAe4df11a50c#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x95842Bb96cECfe77e8AC07BA6e6bA948B745CCCd",
"sinceTimestamp": 1746459815,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x95842Bb96cECfe77e8AC07BA6e6bA948B745CCCd",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x95842Bb96cECfe77e8AC07BA6e6bA948B745CCCd#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x19EE30DE803b921Ecbba64eD1787Cda6d536c26a",
"sinceTimestamp": 1746496091,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x19EE30DE803b921Ecbba64eD1787Cda6d536c26a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x19EE30DE803b921Ecbba64eD1787Cda6d536c26a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3A2Ea8BaE01410425d01c2C5f488e4777DAA54Df",
"sinceTimestamp": 1747065083,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3A2Ea8BaE01410425d01c2C5f488e4777DAA54Df",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3A2Ea8BaE01410425d01c2C5f488e4777DAA54Df#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x20B79D39Bd44dEee4F89B1e9d0e3b945fde06491",
"sinceTimestamp": 1747346651,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x20B79D39Bd44dEee4F89B1e9d0e3b945fde06491",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x20B79D39Bd44dEee4F89B1e9d0e3b945fde06491#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xf05a207442f14E446b0e32b12D2043bfc68Cb1C9",
"sinceTimestamp": 1747408355,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xf05a207442f14E446b0e32b12D2043bfc68Cb1C9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xf05a207442f14E446b0e32b12D2043bfc68Cb1C9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x55e5a21B4cCC7FA502434ab1109D4EDe0397AB25",
"sinceTimestamp": 1747409747,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x55e5a21B4cCC7FA502434ab1109D4EDe0397AB25",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x55e5a21B4cCC7FA502434ab1109D4EDe0397AB25#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xe48D935e6C9e735463ccCf29a7F11e32bC09136E",
"sinceTimestamp": 1747945427,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xe48D935e6C9e735463ccCf29a7F11e32bC09136E",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xe48D935e6C9e735463ccCf29a7F11e32bC09136E#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x42513d6cCbEc49786Afc349622AA803BfbB746D5",
"sinceTimestamp": 1748610683,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x42513d6cCbEc49786Afc349622AA803BfbB746D5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x42513d6cCbEc49786Afc349622AA803BfbB746D5#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9763C884b1cE0439a017bac04659e3350054Aea9",
"sinceTimestamp": 1748714555,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9763C884b1cE0439a017bac04659e3350054Aea9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9763C884b1cE0439a017bac04659e3350054Aea9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa5588e518CE5ee0e4628C005E4edAbD5e87de3aD",
"sinceTimestamp": 1749831023,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xa5588e518CE5ee0e4628C005E4edAbD5e87de3aD",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa5588e518CE5ee0e4628C005E4edAbD5e87de3aD#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC8c2Fe3Df1d300F366cE831a34276d7E4dd1F9B5",
"sinceTimestamp": 1750865363,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC8c2Fe3Df1d300F366cE831a34276d7E4dd1F9B5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC8c2Fe3Df1d300F366cE831a34276d7E4dd1F9B5#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xEcf61D6fAA3B9faE7195AF3bc9891450C1733f78",
"sinceTimestamp": 1749538403,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xEcf61D6fAA3B9faE7195AF3bc9891450C1733f78",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xEcf61D6fAA3B9faE7195AF3bc9891450C1733f78#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x407dBD0170A79Bb62a016d4555C656205BbA8a68",
"sinceTimestamp": 1751015123,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x407dBD0170A79Bb62a016d4555C656205BbA8a68",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x407dBD0170A79Bb62a016d4555C656205BbA8a68#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x2B941044978e65B6834891e2e53103AD72560F38",
"sinceTimestamp": 1751803667,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x2B941044978e65B6834891e2e53103AD72560F38",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x2B941044978e65B6834891e2e53103AD72560F38#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC26B8231a7B52F9B38909775c9fAcCCa6a4A3d96",
"sinceTimestamp": 1751654111,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC26B8231a7B52F9B38909775c9fAcCCa6a4A3d96",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC26B8231a7B52F9B38909775c9fAcCCa6a4A3d96#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC8C866440806826EC0A43cD63129Be44DE2cE6bb",
"sinceTimestamp": 1753209167,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC8C866440806826EC0A43cD63129Be44DE2cE6bb",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC8C866440806826EC0A43cD63129Be44DE2cE6bb#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8628AB5A69b69742Ff0AD828Fa6d26f6aaD050B9",
"sinceTimestamp": 1753024571,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8628AB5A69b69742Ff0AD828Fa6d26f6aaD050B9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8628AB5A69b69742Ff0AD828Fa6d26f6aaD050B9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8356D3261bef4d7f6f8427FE651660b35D8a2Cd3",
"sinceTimestamp": 1754506799,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8356D3261bef4d7f6f8427FE651660b35D8a2Cd3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8356D3261bef4d7f6f8427FE651660b35D8a2Cd3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x553636e52059B0339592f545D25a4C0A86E3a1Bc",
"sinceTimestamp": 1757100515,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x553636e52059B0339592f545D25a4C0A86E3a1Bc",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x553636e52059B0339592f545D25a4C0A86E3a1Bc#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xc785D05961B3C537cAC11f1D496876a255F6D650",
"sinceTimestamp": 1756246247,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xc785D05961B3C537cAC11f1D496876a255F6D650",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xc785D05961B3C537cAC11f1D496876a255F6D650#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xbD09E8846B9DbdA54Ef386Bd9eF3bbd15Add50ee",
"sinceTimestamp": 1757367803,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xbD09E8846B9DbdA54Ef386Bd9eF3bbd15Add50ee",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xbD09E8846B9DbdA54Ef386Bd9eF3bbd15Add50ee#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x43f47a434DADd5A122C42E49378365CcA949fA54",
"sinceTimestamp": 1757266271,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x43f47a434DADd5A122C42E49378365CcA949fA54",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x43f47a434DADd5A122C42E49378365CcA949fA54#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x18d3ebcEF1074f30aba5Da3951FF1a87B30B6Ec1",
"sinceTimestamp": 1757681027,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x18d3ebcEF1074f30aba5Da3951FF1a87B30B6Ec1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x18d3ebcEF1074f30aba5Da3951FF1a87B30B6Ec1#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x94A43cC8C4d755271436cfE42793A66a6C9ae25b",
"sinceTimestamp": 1757957291,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x94A43cC8C4d755271436cfE42793A66a6C9ae25b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x94A43cC8C4d755271436cfE42793A66a6C9ae25b#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xDE76A096C5eadDdf97Af3fE15ee49d32AEDa9822",
"sinceTimestamp": 1758047807,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xDE76A096C5eadDdf97Af3fE15ee49d32AEDa9822",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xDE76A096C5eadDdf97Af3fE15ee49d32AEDa9822#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9c5ab31Cc5bc59E070934EA0a463f0d46B976849",
"sinceTimestamp": 1758684995,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9c5ab31Cc5bc59E070934EA0a463f0d46B976849",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9c5ab31Cc5bc59E070934EA0a463f0d46B976849#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x05ddaB21b57d0Dca8C3955c366526A229577558e",
"sinceTimestamp": 1758693971,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x05ddaB21b57d0Dca8C3955c366526A229577558e",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x05ddaB21b57d0Dca8C3955c366526A229577558e#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3E8Ac93aBbD46e5BD4C3641D942f61ed6D858529",
"sinceTimestamp": 1754466839,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3E8Ac93aBbD46e5BD4C3641D942f61ed6D858529",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3E8Ac93aBbD46e5BD4C3641D942f61ed6D858529#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3717cfE20cFf65A995F144ae4FBE78Ccf47790D4",
"sinceTimestamp": 1759084091,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3717cfE20cFf65A995F144ae4FBE78Ccf47790D4",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3717cfE20cFf65A995F144ae4FBE78Ccf47790D4#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x03E342731c08FDDc34cFb43E91cB3a7e424ee0F6",
"sinceTimestamp": 1755382439,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x03E342731c08FDDc34cFb43E91cB3a7e424ee0F6",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f"
],
"implementations": [
"eth:0x7Ff02bb686658f2d55f28fDF45286f9499beb9a5"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1755382439,
"transactionHash": "0x3c810d3ce07d365805037320de877c73a9b3758caf733fa920092676bf48bd0a",
"implementations": [
"eth:0x7Ff02bb686658f2d55f28fDF45286f9499beb9a5"
]
}
],
"url": "https://etherscan.io/address/0x03E342731c08FDDc34cFb43E91cB3a7e424ee0F6#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xfaFcaC5F48A7E034fec3264A6c42F88ef705638a",
"sinceTimestamp": 1760825987,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xfaFcaC5F48A7E034fec3264A6c42F88ef705638a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xfaFcaC5F48A7E034fec3264A6c42F88ef705638a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x05eEe76f456C51Be0459EC1c0a78bf177B2c877C",
"sinceTimestamp": 1758282167,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x05eEe76f456C51Be0459EC1c0a78bf177B2c877C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x05eEe76f456C51Be0459EC1c0a78bf177B2c877C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa1fDd455Ed9adc66F2b6a496405911C0bbC9424e",
"sinceTimestamp": 1761922727,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0xa1fDd455Ed9adc66F2b6a496405911C0bbC9424e",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa1fDd455Ed9adc66F2b6a496405911C0bbC9424e#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa42baa160DB5Aea58a1800ac6a33a92488288767",
"sinceTimestamp": 1761922763,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0xa42baa160DB5Aea58a1800ac6a33a92488288767",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa42baa160DB5Aea58a1800ac6a33a92488288767#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3690367eDd22eDE1FE827258352F900fBD05b8Dc",
"sinceTimestamp": 1761922943,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0x3690367eDd22eDE1FE827258352F900fBD05b8Dc",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3690367eDd22eDE1FE827258352F900fBD05b8Dc#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x80E873D80ed41ED0a3aAeEb6efbaA01839f2111b",
"sinceTimestamp": 1761923075,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0x80E873D80ed41ED0a3aAeEb6efbaA01839f2111b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x80E873D80ed41ED0a3aAeEb6efbaA01839f2111b#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x02E87189512d1Bdc3Ca7795CAb68A8311703B88C",
"sinceTimestamp": 1761923159,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0x02E87189512d1Bdc3Ca7795CAb68A8311703B88C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x02E87189512d1Bdc3Ca7795CAb68A8311703B88C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xBA59cF1c1563a9B93A8C5D70F8E445eaCa9842D0",
"sinceTimestamp": 1761578039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xBA59cF1c1563a9B93A8C5D70F8E445eaCa9842D0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xBA59cF1c1563a9B93A8C5D70F8E445eaCa9842D0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
}
]
+125 -0
{
"addresses": {
"ethereum": [
{
"name": "Router",
"isVerified": true,
"address": "eth:0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Central contract in CCIP responsible for the configuration of OnRamp, OffRamp and Commit Stores for different chains.\n This is an example Router contract for one of the lanes. There are many more lanes in the system, please check the specific smart contract for the lane you are interested in.",
"url": "https://etherscan.io/address/eth:0x80226fc0Ee2b096224EeAc085Bb9a8cba1146f7D#code"
},
{
"name": "OnRamp1",
"isVerified": true,
"address": "eth:0x86B47d8411006874eEf8E4584BdFD7be8e5549d1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "OnRamp for outgoing messages to Arbitrum.\n This is an example OnRamp contract for one of the lanes. There are many more lanes in the system, please check the specific smart contract for the lane you are interested in.",
"url": "https://etherscan.io/address/eth:0x86B47d8411006874eEf8E4584BdFD7be8e5549d1#code"
},
{
"name": "OffRamp1",
"isVerified": true,
"address": "eth:0x3a129e6C18b23d18BA9E6Aa14Dc2e79d1f91c6c5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "OffRamp for incoming messages from Arbitrum.\n This is an example OffRamp contract for one of the lanes. There are many more lanes in the system, please check the specific smart contract for the lane you are interested in.",
"url": "https://etherscan.io/address/eth:0x3a129e6C18b23d18BA9E6Aa14Dc2e79d1f91c6c5#code"
},
{
"name": "CommitStore1",
"isVerified": true,
"address": "eth:0x31f6ab382DDeb9A316Ab61C3945a5292a50a89AB",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "CommitStore for storing incoming message roots from Arbitrum.\n This is an example CommitStore contract for one of the lanes. There are many more lanes in the system, please check the specific smart contract for the lane you are interested in.",
"url": "https://etherscan.io/address/eth:0x31f6ab382DDeb9A316Ab61C3945a5292a50a89AB#code"
},
{
"name": "ARMProxy",
"isVerified": true,
"address": "eth:0x411dE17f12D1A34ecC7F45f49844626267c75e81",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "The contract that manages the Risk Management Network, allowing blessing (validation) of messages and cursing (halting) the chain.",
"url": "https://etherscan.io/address/eth:0x411dE17f12D1A34ecC7F45f49844626267c75e81#code"
},
{
"name": "RBACTimelock",
"isVerified": true,
"address": "eth:0x44835bBBA9D40DEDa9b64858095EcFB2693c9449",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "CCIP contract upgrades have to go through a 3h timelock.",
"url": "https://etherscan.io/address/eth:0x44835bBBA9D40DEDa9b64858095EcFB2693c9449#code"
}
]
},
"escrows": [
{
"address": "0x1B7492C3bD23A4aDB448710e4275FF14A5288932",
"sinceTimestamp": 1747164383,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x1B7492C3bD23A4aDB448710e4275FF14A5288932",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x1B7492C3bD23A4aDB448710e4275FF14A5288932#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0549475Ff447CBC0CfF51CB0719E0AA2dAF4eDC8",
"sinceTimestamp": 1750690739,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0549475Ff447CBC0CfF51CB0719E0AA2dAF4eDC8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0549475Ff447CBC0CfF51CB0719E0AA2dAF4eDC8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x06179f7C1be40863405f374E7f5F8806c728660A",
"sinceTimestamp": 1736358971,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x06179f7C1be40863405f374E7f5F8806c728660A",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0xB54f773211331f3889b74624D341e49328E83473"
],
"implementations": [
"eth:0x2Ce400703dAcc37b7edFA99D228b8E70a4d3831B"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1736358971,
"transactionHash": "0xda36f4587a166ca621646c1cf3e75f82e1f5219686978a346bf204b52b9cd202",
"implementations": [
"eth:0x2Ce400703dAcc37b7edFA99D228b8E70a4d3831B"
]
}
],
"url": "https://etherscan.io/address/0x06179f7C1be40863405f374E7f5F8806c728660A#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x45af366C76a8C8f18806A8C404FE3E3bbA4F8AA3",
"sinceTimestamp": 1729737323,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x45af366C76a8C8f18806A8C404FE3E3bbA4F8AA3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x45af366C76a8C8f18806A8C404FE3E3bbA4F8AA3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8E7ebBb95e369BC854Ee7021C7CF2E282c3bCAEa",
"sinceTimestamp": 1729733975,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8E7ebBb95e369BC854Ee7021C7CF2E282c3bCAEa",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8E7ebBb95e369BC854Ee7021C7CF2E282c3bCAEa#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xAc3453eEF710e1E6457383F29D696Db5435Bf95b",
"sinceTimestamp": 1729738223,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xAc3453eEF710e1E6457383F29D696Db5435Bf95b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xAc3453eEF710e1E6457383F29D696Db5435Bf95b#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF57fc17729Bd2bcD1e1342917B160eB4b69EE89A",
"sinceTimestamp": 1729733879,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF57fc17729Bd2bcD1e1342917B160eB4b69EE89A",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF57fc17729Bd2bcD1e1342917B160eB4b69EE89A#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x6A888F0f25d2e846ec854d6Fb011BeC6DE31480B",
"sinceTimestamp": 1729734095,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x6A888F0f25d2e846ec854d6Fb011BeC6DE31480B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x6A888F0f25d2e846ec854d6Fb011BeC6DE31480B#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x542BF6910dB102D10f84565E041c2761BE95be84",
"sinceTimestamp": 1729698647,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x542BF6910dB102D10f84565E041c2761BE95be84",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x542BF6910dB102D10f84565E041c2761BE95be84#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF6c88f0933126c2e2CDb060910165aA4BfC11B99",
"sinceTimestamp": 1729700099,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF6c88f0933126c2e2CDb060910165aA4BfC11B99",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF6c88f0933126c2e2CDb060910165aA4BfC11B99#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xbfc86CA9b7fa158287bD392eE098246465E63351",
"sinceTimestamp": 1729737107,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xbfc86CA9b7fa158287bD392eE098246465E63351",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xbfc86CA9b7fa158287bD392eE098246465E63351#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xc2ef2f272D2C09b0a8523cEf32C96D3A7f379979",
"sinceTimestamp": 1729734047,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xc2ef2f272D2C09b0a8523cEf32C96D3A7f379979",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xc2ef2f272D2C09b0a8523cEf32C96D3A7f379979#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xe4832022873C69E14731fd9436eb7FB9538Ae86F",
"sinceTimestamp": 1729733687,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xe4832022873C69E14731fd9436eb7FB9538Ae86F",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xe4832022873C69E14731fd9436eb7FB9538Ae86F#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x03D19033AdA17750D5BC2d8E325337D0748F9FEF",
"sinceTimestamp": 1755544835,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x03D19033AdA17750D5BC2d8E325337D0748F9FEF",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x03D19033AdA17750D5BC2d8E325337D0748F9FEF#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x2E3c68D6d2eDD9881429f0565B88024B5Db10F73",
"sinceTimestamp": 1729738271,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x2E3c68D6d2eDD9881429f0565B88024B5Db10F73",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x2E3c68D6d2eDD9881429f0565B88024B5Db10F73#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x89c9038906887A69bD9C20f81B1B4C309F9A6D04",
"sinceTimestamp": 1729692563,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x89c9038906887A69bD9C20f81B1B4C309F9A6D04",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x89c9038906887A69bD9C20f81B1B4C309F9A6D04#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x79BC41f1D73f06738bed591abf26038EC5721d49",
"sinceTimestamp": 1729733843,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x79BC41f1D73f06738bed591abf26038EC5721d49",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x79BC41f1D73f06738bed591abf26038EC5721d49#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x75a852478792E5a99bc4cdd0aDBd97129B0d9799",
"sinceTimestamp": 1729733639,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x75a852478792E5a99bc4cdd0aDBd97129B0d9799",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x75a852478792E5a99bc4cdd0aDBd97129B0d9799#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF6403CF6E954a43699097322e0867C63d653C2D0",
"sinceTimestamp": 1754494955,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF6403CF6E954a43699097322e0867C63d653C2D0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF6403CF6E954a43699097322e0867C63d653C2D0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xeAD31B98179e2637Bb052a970Ac92Cbb2E26461d",
"sinceTimestamp": 1729698695,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xeAD31B98179e2637Bb052a970Ac92Cbb2E26461d",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xeAD31B98179e2637Bb052a970Ac92Cbb2E26461d#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0ef01909C4aA5403654452729149F0Db8C7be1E1",
"sinceTimestamp": 1752004703,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0ef01909C4aA5403654452729149F0Db8C7be1E1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0ef01909C4aA5403654452729149F0Db8C7be1E1#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x4913fD2c77d93730358cC41db9d3048dbfe1F196",
"sinceTimestamp": 1729696955,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x4913fD2c77d93730358cC41db9d3048dbfe1F196",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x4913fD2c77d93730358cC41db9d3048dbfe1F196#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9b8FEf06D74c3880FC6886b3c6FbbBf601Db0DCC",
"sinceTimestamp": 1729698731,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9b8FEf06D74c3880FC6886b3c6FbbBf601Db0DCC",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9b8FEf06D74c3880FC6886b3c6FbbBf601Db0DCC#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9c79223e8ce037c39b534891b41b3f306a8FE192",
"sinceTimestamp": 1729729427,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9c79223e8ce037c39b534891b41b3f306a8FE192",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9c79223e8ce037c39b534891b41b3f306a8FE192#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa7689C57aa6D09d28244d3932F34176d853A660f",
"sinceTimestamp": 1729692719,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xa7689C57aa6D09d28244d3932F34176d853A660f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa7689C57aa6D09d28244d3932F34176d853A660f#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x5c16671f7360E32982691c6A14353D8186C57A59",
"sinceTimestamp": 1729733807,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x5c16671f7360E32982691c6A14353D8186C57A59",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x5c16671f7360E32982691c6A14353D8186C57A59#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xAFcC997D86713FeC802Cc665122d64a5130bDd1D",
"sinceTimestamp": 1729697051,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xAFcC997D86713FeC802Cc665122d64a5130bDd1D",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xAFcC997D86713FeC802Cc665122d64a5130bDd1D#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x011Ef1fe26D20077A59F38e9Ad155b166AD87D40",
"sinceTimestamp": 1739912039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x011Ef1fe26D20077A59F38e9Ad155b166AD87D40",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x011Ef1fe26D20077A59F38e9Ad155b166AD87D40#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x61D405818C8127f0fD30102BF01E6227097eF92f",
"sinceTimestamp": 1729697159,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x61D405818C8127f0fD30102BF01E6227097eF92f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x61D405818C8127f0fD30102BF01E6227097eF92f#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xBDCc99f05D73FB3C2ad4b0F496318BaAE20218b7",
"sinceTimestamp": 1729734023,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xBDCc99f05D73FB3C2ad4b0F496318BaAE20218b7",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xBDCc99f05D73FB3C2ad4b0F496318BaAE20218b7#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa27501561B01D99cde347a63891e8762DCa5bBbd",
"sinceTimestamp": 1729738067,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xa27501561B01D99cde347a63891e8762DCa5bBbd",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa27501561B01D99cde347a63891e8762DCa5bBbd#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x4E63008092645521CFc989FB78c1324CDd371ed0",
"sinceTimestamp": 1729729475,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x4E63008092645521CFc989FB78c1324CDd371ed0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x4E63008092645521CFc989FB78c1324CDd371ed0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3999490C55Fb8332F5f3AD00212435526fA3E576",
"sinceTimestamp": 1729733927,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3999490C55Fb8332F5f3AD00212435526fA3E576",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3999490C55Fb8332F5f3AD00212435526fA3E576#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x6948FEF23284906B5650895F9f6fbD4a0A939F20",
"sinceTimestamp": 1732766627,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x6948FEF23284906B5650895F9f6fbD4a0A939F20",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x6948FEF23284906B5650895F9f6fbD4a0A939F20#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x46A39244eB62De1A87dD4443B8D80bb731B97877",
"sinceTimestamp": 1733817251,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x46A39244eB62De1A87dD4443B8D80bb731B97877",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x46A39244eB62De1A87dD4443B8D80bb731B97877#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x606c0e932FEbB81fBba799b5F3dd04f5cc6F2BD9",
"sinceTimestamp": 1734425831,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x606c0e932FEbB81fBba799b5F3dd04f5cc6F2BD9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x606c0e932FEbB81fBba799b5F3dd04f5cc6F2BD9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3eC718a22B268d7d9Ce27D2dcAB791174D515920",
"sinceTimestamp": 1734107279,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3eC718a22B268d7d9Ce27D2dcAB791174D515920",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3eC718a22B268d7d9Ce27D2dcAB791174D515920#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xEa9c3dB69C9eE60FB0B06d1A1c9077B16F2D7C82",
"sinceTimestamp": 1734107951,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xEa9c3dB69C9eE60FB0B06d1A1c9077B16F2D7C82",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xEa9c3dB69C9eE60FB0B06d1A1c9077B16F2D7C82#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xc75aCdceF4c679eaCb7a8CF1eF486B9Cf77478f8",
"sinceTimestamp": 1734108035,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xc75aCdceF4c679eaCb7a8CF1eF486B9Cf77478f8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xc75aCdceF4c679eaCb7a8CF1eF486B9Cf77478f8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x47158771e67e4bDdaFd0FBD36f26Db929420B26C",
"sinceTimestamp": 1734913223,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x47158771e67e4bDdaFd0FBD36f26Db929420B26C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x47158771e67e4bDdaFd0FBD36f26Db929420B26C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8113f001eA456759264317007220cBc939cA8435",
"sinceTimestamp": 1735554587,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8113f001eA456759264317007220cBc939cA8435",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8113f001eA456759264317007220cBc939cA8435#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x55c47DE8bCfA02B3989f2B6F9542900E3A2EC6c3",
"sinceTimestamp": 1734533711,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x55c47DE8bCfA02B3989f2B6F9542900E3A2EC6c3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x55c47DE8bCfA02B3989f2B6F9542900E3A2EC6c3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x88E18636EfFC3b3cd520FC72B710eb99C0017BC7",
"sinceTimestamp": 1760636855,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x88E18636EfFC3b3cd520FC72B710eb99C0017BC7",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x88E18636EfFC3b3cd520FC72B710eb99C0017BC7#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x5882D12bbf902ee88d5FCF8793113ae85fFe97b1",
"sinceTimestamp": 1742497775,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x5882D12bbf902ee88d5FCF8793113ae85fFe97b1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x5882D12bbf902ee88d5FCF8793113ae85fFe97b1#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xf33341f2CE329B5DbCa7F9a0986Cff40d050440a",
"sinceTimestamp": 1742498723,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xf33341f2CE329B5DbCa7F9a0986Cff40d050440a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xf33341f2CE329B5DbCa7F9a0986Cff40d050440a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xD27F88501e62D0BDc70B20d6ed06d8E0fF8c3812",
"sinceTimestamp": 1742499767,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xD27F88501e62D0BDc70B20d6ed06d8E0fF8c3812",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xD27F88501e62D0BDc70B20d6ed06d8E0fF8c3812#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x5686CCb55ee86BEB1e8A1Cf7C769930f3A5E521c",
"sinceTimestamp": 1742500007,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x5686CCb55ee86BEB1e8A1Cf7C769930f3A5E521c",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x5686CCb55ee86BEB1e8A1Cf7C769930f3A5E521c#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xe26D9c68cF6d284367C5e90EC834C6Ec0051f73C",
"sinceTimestamp": 1742500259,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xe26D9c68cF6d284367C5e90EC834C6Ec0051f73C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xe26D9c68cF6d284367C5e90EC834C6Ec0051f73C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x53a80faFee54BfE5052165B593Bd5D405BFd4007",
"sinceTimestamp": 1736822483,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x53a80faFee54BfE5052165B593Bd5D405BFd4007",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x53a80faFee54BfE5052165B593Bd5D405BFd4007#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x6F580a9bC9E95273a65f73356F9caF92caa1f193",
"sinceTimestamp": 1737147179,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x6F580a9bC9E95273a65f73356F9caF92caa1f193",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x6F580a9bC9E95273a65f73356F9caF92caa1f193#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x89F39cdbad48b6531DDBd38ea0D84E9c9CbCdA27",
"sinceTimestamp": 1737344771,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x89F39cdbad48b6531DDBd38ea0D84E9c9CbCdA27",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x89F39cdbad48b6531DDBd38ea0D84E9c9CbCdA27#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x706152939C0cB1f1659F0843C52E192ed52F70d5",
"sinceTimestamp": 1737625907,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x706152939C0cB1f1659F0843C52E192ed52F70d5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x706152939C0cB1f1659F0843C52E192ed52F70d5#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x75dFc9b24B109ae76dC5C51814bb7a9559B68a2B",
"sinceTimestamp": 1738949099,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x75dFc9b24B109ae76dC5C51814bb7a9559B68a2B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x75dFc9b24B109ae76dC5C51814bb7a9559B68a2B#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0a02473E57902fD7764E6E952E2962763045B404",
"sinceTimestamp": 1738836011,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0a02473E57902fD7764E6E952E2962763045B404",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0a02473E57902fD7764E6E952E2962763045B404#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9054f2DF5f2AC59b39a175c27a00165989D17d2B",
"sinceTimestamp": 1739281235,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9054f2DF5f2AC59b39a175c27a00165989D17d2B",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9054f2DF5f2AC59b39a175c27a00165989D17d2B#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xEDe803B34B30C8De6a128DE57B855263Cd8C55bc",
"sinceTimestamp": 1739651495,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xEDe803B34B30C8De6a128DE57B855263Cd8C55bc",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xEDe803B34B30C8De6a128DE57B855263Cd8C55bc#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8d9F0185c49752d626ef0c318B24Bba83931D639",
"sinceTimestamp": 1739651879,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8d9F0185c49752d626ef0c318B24Bba83931D639",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8d9F0185c49752d626ef0c318B24Bba83931D639#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xBc1324F4FaB8e63bF33E5117bb887671B378BFF3",
"sinceTimestamp": 1739365451,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xBc1324F4FaB8e63bF33E5117bb887671B378BFF3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xBc1324F4FaB8e63bF33E5117bb887671B378BFF3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xB18eE11849a805651aC5D456034FD6352cfF635d",
"sinceTimestamp": 1742499371,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xB18eE11849a805651aC5D456034FD6352cfF635d",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xB18eE11849a805651aC5D456034FD6352cfF635d#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF6698064776D521b0AFE469F30C40B39B4875b93",
"sinceTimestamp": 1739932499,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF6698064776D521b0AFE469F30C40B39B4875b93",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF6698064776D521b0AFE469F30C40B39B4875b93#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x1837f10926644bd263B70a3D7700ffB914fABbF0",
"sinceTimestamp": 1740571199,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x1837f10926644bd263B70a3D7700ffB914fABbF0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x1837f10926644bd263B70a3D7700ffB914fABbF0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3f7AeF129Ce37EA06150C176677bEc75EF29A33f",
"sinceTimestamp": 1740596039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3f7AeF129Ce37EA06150C176677bEc75EF29A33f",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3f7AeF129Ce37EA06150C176677bEc75EF29A33f#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x799A356069Ca6D91BBE5d0407De625A969874aE4",
"sinceTimestamp": 1742500427,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x799A356069Ca6D91BBE5d0407De625A969874aE4",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x799A356069Ca6D91BBE5d0407De625A969874aE4#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x520763c1eBDa04DAC9a6077a41CCC703FF22a9f8",
"sinceTimestamp": 1741247675,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x520763c1eBDa04DAC9a6077a41CCC703FF22a9f8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x520763c1eBDa04DAC9a6077a41CCC703FF22a9f8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x13E20D135769216E8e3e02677089e5C7F372e3b8",
"sinceTimestamp": 1741337855,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x13E20D135769216E8e3e02677089e5C7F372e3b8",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x13E20D135769216E8e3e02677089e5C7F372e3b8#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0Baa542625F1Eb12872F7b2AFd86e10F34f8a3Ae",
"sinceTimestamp": 1741454915,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0Baa542625F1Eb12872F7b2AFd86e10F34f8a3Ae",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0Baa542625F1Eb12872F7b2AFd86e10F34f8a3Ae#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x603D332a56B02e3A543b96CE1F1E56055eFe0076",
"sinceTimestamp": 1741542395,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x603D332a56B02e3A543b96CE1F1E56055eFe0076",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x603D332a56B02e3A543b96CE1F1E56055eFe0076#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x72a0203b731EdECE2DdAa506a048c0378C44366a",
"sinceTimestamp": 1739532623,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x72a0203b731EdECE2DdAa506a048c0378C44366a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x72a0203b731EdECE2DdAa506a048c0378C44366a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x1A4B0621E90Bdc61d341D89158863458CA745dA2",
"sinceTimestamp": 1741796039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x1A4B0621E90Bdc61d341D89158863458CA745dA2",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x1A4B0621E90Bdc61d341D89158863458CA745dA2#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xF4208675b84E678d0d01528fA97634e2B0873Fa6",
"sinceTimestamp": 1742149703,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xF4208675b84E678d0d01528fA97634e2B0873Fa6",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xF4208675b84E678d0d01528fA97634e2B0873Fa6#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC3d39B77032114c8884276Dae0F02cdF75162782",
"sinceTimestamp": 1741853219,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC3d39B77032114c8884276Dae0F02cdF75162782",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC3d39B77032114c8884276Dae0F02cdF75162782#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x99874400820c354eE07bC8b165C605632BdCeae3",
"sinceTimestamp": 1742238707,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x99874400820c354eE07bC8b165C605632BdCeae3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x99874400820c354eE07bC8b165C605632BdCeae3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x10c9a3c76bDbDB8600d726De621b941fd26F6058",
"sinceTimestamp": 1742326787,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x10c9a3c76bDbDB8600d726De621b941fd26F6058",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x10c9a3c76bDbDB8600d726De621b941fd26F6058#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x44e77d8C6Bb9999B036a6F084005E48928d18C74",
"sinceTimestamp": 1743005279,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x44e77d8C6Bb9999B036a6F084005E48928d18C74",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x44e77d8C6Bb9999B036a6F084005E48928d18C74#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x0c31b5DcF3CD6e588938D0699912d0028c911362",
"sinceTimestamp": 1743497303,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x0c31b5DcF3CD6e588938D0699912d0028c911362",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x0c31b5DcF3CD6e588938D0699912d0028c911362#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x7EeeAd4571b12BC3e331E6Ce2D954E1528aC2921",
"sinceTimestamp": 1743680831,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x7EeeAd4571b12BC3e331E6Ce2D954E1528aC2921",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x7EeeAd4571b12BC3e331E6Ce2D954E1528aC2921#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xA586a732394A1AFfCF15b972cd47C936033C9FA7",
"sinceTimestamp": 1744059971,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xA586a732394A1AFfCF15b972cd47C936033C9FA7",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xA586a732394A1AFfCF15b972cd47C936033C9FA7#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8fd996312CA11849A562C78885021148F25a9841",
"sinceTimestamp": 1745006327,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8fd996312CA11849A562C78885021148F25a9841",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8fd996312CA11849A562C78885021148F25a9841#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x823839fE57d4c594bF9500C60c9551352a19D89D",
"sinceTimestamp": 1745589131,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x823839fE57d4c594bF9500C60c9551352a19D89D",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x823839fE57d4c594bF9500C60c9551352a19D89D#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xb086806c8f80C4423cEA4DDf643bF40c0Ebc8220",
"sinceTimestamp": 1746193535,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xb086806c8f80C4423cEA4DDf643bF40c0Ebc8220",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xb086806c8f80C4423cEA4DDf643bF40c0Ebc8220#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x639f35C5E212D61Fe14Bd5CD8b66aAe4df11a50c",
"sinceTimestamp": 1745332559,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x639f35C5E212D61Fe14Bd5CD8b66aAe4df11a50c",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x639f35C5E212D61Fe14Bd5CD8b66aAe4df11a50c#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x95842Bb96cECfe77e8AC07BA6e6bA948B745CCCd",
"sinceTimestamp": 1746459815,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x95842Bb96cECfe77e8AC07BA6e6bA948B745CCCd",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x95842Bb96cECfe77e8AC07BA6e6bA948B745CCCd#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x19EE30DE803b921Ecbba64eD1787Cda6d536c26a",
"sinceTimestamp": 1746496091,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x19EE30DE803b921Ecbba64eD1787Cda6d536c26a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x19EE30DE803b921Ecbba64eD1787Cda6d536c26a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3A2Ea8BaE01410425d01c2C5f488e4777DAA54Df",
"sinceTimestamp": 1747065083,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3A2Ea8BaE01410425d01c2C5f488e4777DAA54Df",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3A2Ea8BaE01410425d01c2C5f488e4777DAA54Df#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x20B79D39Bd44dEee4F89B1e9d0e3b945fde06491",
"sinceTimestamp": 1747346651,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x20B79D39Bd44dEee4F89B1e9d0e3b945fde06491",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x20B79D39Bd44dEee4F89B1e9d0e3b945fde06491#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xf05a207442f14E446b0e32b12D2043bfc68Cb1C9",
"sinceTimestamp": 1747408355,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xf05a207442f14E446b0e32b12D2043bfc68Cb1C9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xf05a207442f14E446b0e32b12D2043bfc68Cb1C9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x55e5a21B4cCC7FA502434ab1109D4EDe0397AB25",
"sinceTimestamp": 1747409747,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x55e5a21B4cCC7FA502434ab1109D4EDe0397AB25",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x55e5a21B4cCC7FA502434ab1109D4EDe0397AB25#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xe48D935e6C9e735463ccCf29a7F11e32bC09136E",
"sinceTimestamp": 1747945427,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xe48D935e6C9e735463ccCf29a7F11e32bC09136E",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xe48D935e6C9e735463ccCf29a7F11e32bC09136E#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x42513d6cCbEc49786Afc349622AA803BfbB746D5",
"sinceTimestamp": 1748610683,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x42513d6cCbEc49786Afc349622AA803BfbB746D5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x42513d6cCbEc49786Afc349622AA803BfbB746D5#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9763C884b1cE0439a017bac04659e3350054Aea9",
"sinceTimestamp": 1748714555,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9763C884b1cE0439a017bac04659e3350054Aea9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9763C884b1cE0439a017bac04659e3350054Aea9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa5588e518CE5ee0e4628C005E4edAbD5e87de3aD",
"sinceTimestamp": 1749831023,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xa5588e518CE5ee0e4628C005E4edAbD5e87de3aD",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa5588e518CE5ee0e4628C005E4edAbD5e87de3aD#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC8c2Fe3Df1d300F366cE831a34276d7E4dd1F9B5",
"sinceTimestamp": 1750865363,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC8c2Fe3Df1d300F366cE831a34276d7E4dd1F9B5",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC8c2Fe3Df1d300F366cE831a34276d7E4dd1F9B5#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xEcf61D6fAA3B9faE7195AF3bc9891450C1733f78",
"sinceTimestamp": 1749538403,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xEcf61D6fAA3B9faE7195AF3bc9891450C1733f78",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xEcf61D6fAA3B9faE7195AF3bc9891450C1733f78#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x407dBD0170A79Bb62a016d4555C656205BbA8a68",
"sinceTimestamp": 1751015123,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x407dBD0170A79Bb62a016d4555C656205BbA8a68",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x407dBD0170A79Bb62a016d4555C656205BbA8a68#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x2B941044978e65B6834891e2e53103AD72560F38",
"sinceTimestamp": 1751803667,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x2B941044978e65B6834891e2e53103AD72560F38",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x2B941044978e65B6834891e2e53103AD72560F38#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC26B8231a7B52F9B38909775c9fAcCCa6a4A3d96",
"sinceTimestamp": 1751654111,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC26B8231a7B52F9B38909775c9fAcCCa6a4A3d96",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC26B8231a7B52F9B38909775c9fAcCCa6a4A3d96#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xC8C866440806826EC0A43cD63129Be44DE2cE6bb",
"sinceTimestamp": 1753209167,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xC8C866440806826EC0A43cD63129Be44DE2cE6bb",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xC8C866440806826EC0A43cD63129Be44DE2cE6bb#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8628AB5A69b69742Ff0AD828Fa6d26f6aaD050B9",
"sinceTimestamp": 1753024571,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8628AB5A69b69742Ff0AD828Fa6d26f6aaD050B9",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8628AB5A69b69742Ff0AD828Fa6d26f6aaD050B9#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x8356D3261bef4d7f6f8427FE651660b35D8a2Cd3",
"sinceTimestamp": 1754506799,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x8356D3261bef4d7f6f8427FE651660b35D8a2Cd3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x8356D3261bef4d7f6f8427FE651660b35D8a2Cd3#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x553636e52059B0339592f545D25a4C0A86E3a1Bc",
"sinceTimestamp": 1757100515,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x553636e52059B0339592f545D25a4C0A86E3a1Bc",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x553636e52059B0339592f545D25a4C0A86E3a1Bc#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xc785D05961B3C537cAC11f1D496876a255F6D650",
"sinceTimestamp": 1756246247,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xc785D05961B3C537cAC11f1D496876a255F6D650",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xc785D05961B3C537cAC11f1D496876a255F6D650#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xbD09E8846B9DbdA54Ef386Bd9eF3bbd15Add50ee",
"sinceTimestamp": 1757367803,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xbD09E8846B9DbdA54Ef386Bd9eF3bbd15Add50ee",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xbD09E8846B9DbdA54Ef386Bd9eF3bbd15Add50ee#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x43f47a434DADd5A122C42E49378365CcA949fA54",
"sinceTimestamp": 1757266271,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x43f47a434DADd5A122C42E49378365CcA949fA54",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x43f47a434DADd5A122C42E49378365CcA949fA54#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x18d3ebcEF1074f30aba5Da3951FF1a87B30B6Ec1",
"sinceTimestamp": 1757681027,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x18d3ebcEF1074f30aba5Da3951FF1a87B30B6Ec1",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x18d3ebcEF1074f30aba5Da3951FF1a87B30B6Ec1#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x94A43cC8C4d755271436cfE42793A66a6C9ae25b",
"sinceTimestamp": 1757957291,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x94A43cC8C4d755271436cfE42793A66a6C9ae25b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x94A43cC8C4d755271436cfE42793A66a6C9ae25b#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xDE76A096C5eadDdf97Af3fE15ee49d32AEDa9822",
"sinceTimestamp": 1758047807,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xDE76A096C5eadDdf97Af3fE15ee49d32AEDa9822",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xDE76A096C5eadDdf97Af3fE15ee49d32AEDa9822#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x9c5ab31Cc5bc59E070934EA0a463f0d46B976849",
"sinceTimestamp": 1758684995,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x9c5ab31Cc5bc59E070934EA0a463f0d46B976849",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x9c5ab31Cc5bc59E070934EA0a463f0d46B976849#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x05ddaB21b57d0Dca8C3955c366526A229577558e",
"sinceTimestamp": 1758693971,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x05ddaB21b57d0Dca8C3955c366526A229577558e",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x05ddaB21b57d0Dca8C3955c366526A229577558e#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3E8Ac93aBbD46e5BD4C3641D942f61ed6D858529",
"sinceTimestamp": 1754466839,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3E8Ac93aBbD46e5BD4C3641D942f61ed6D858529",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3E8Ac93aBbD46e5BD4C3641D942f61ed6D858529#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3717cfE20cFf65A995F144ae4FBE78Ccf47790D4",
"sinceTimestamp": 1759084091,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x3717cfE20cFf65A995F144ae4FBE78Ccf47790D4",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3717cfE20cFf65A995F144ae4FBE78Ccf47790D4#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x03E342731c08FDDc34cFb43E91cB3a7e424ee0F6",
"sinceTimestamp": 1755382439,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x03E342731c08FDDc34cFb43E91cB3a7e424ee0F6",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x9F6e831c8F8939DC0C830C6e492e7cEf4f9C2F5f"
],
"implementations": [
"eth:0x7Ff02bb686658f2d55f28fDF45286f9499beb9a5"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1755382439,
"transactionHash": "0x3c810d3ce07d365805037320de877c73a9b3758caf733fa920092676bf48bd0a",
"implementations": [
"eth:0x7Ff02bb686658f2d55f28fDF45286f9499beb9a5"
]
}
],
"url": "https://etherscan.io/address/0x03E342731c08FDDc34cFb43E91cB3a7e424ee0F6#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xfaFcaC5F48A7E034fec3264A6c42F88ef705638a",
"sinceTimestamp": 1760825987,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xfaFcaC5F48A7E034fec3264A6c42F88ef705638a",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xfaFcaC5F48A7E034fec3264A6c42F88ef705638a#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x05eEe76f456C51Be0459EC1c0a78bf177B2c877C",
"sinceTimestamp": 1758282167,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x05eEe76f456C51Be0459EC1c0a78bf177B2c877C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x05eEe76f456C51Be0459EC1c0a78bf177B2c877C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa1fDd455Ed9adc66F2b6a496405911C0bbC9424e",
"sinceTimestamp": 1761922727,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0xa1fDd455Ed9adc66F2b6a496405911C0bbC9424e",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa1fDd455Ed9adc66F2b6a496405911C0bbC9424e#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xa42baa160DB5Aea58a1800ac6a33a92488288767",
"sinceTimestamp": 1761922763,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0xa42baa160DB5Aea58a1800ac6a33a92488288767",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xa42baa160DB5Aea58a1800ac6a33a92488288767#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x3690367eDd22eDE1FE827258352F900fBD05b8Dc",
"sinceTimestamp": 1761922943,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0x3690367eDd22eDE1FE827258352F900fBD05b8Dc",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x3690367eDd22eDE1FE827258352F900fBD05b8Dc#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x80E873D80ed41ED0a3aAeEb6efbaA01839f2111b",
"sinceTimestamp": 1761923075,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0x80E873D80ed41ED0a3aAeEb6efbaA01839f2111b",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x80E873D80ed41ED0a3aAeEb6efbaA01839f2111b#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0x02E87189512d1Bdc3Ca7795CAb68A8311703B88C",
"sinceTimestamp": 1761923159,
"tokens": "*",
"contract": {
"isVerified": false,
"address": "eth:0x02E87189512d1Bdc3Ca7795CAb68A8311703B88C",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0x02E87189512d1Bdc3Ca7795CAb68A8311703B88C#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
},
{
"address": "0xBA59cF1c1563a9B93A8C5D70F8E445eaCa9842D0",
"sinceTimestamp": 1761578039,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0xBA59cF1c1563a9B93A8C5D70F8E445eaCa9842D0",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"url": "https://etherscan.io/address/0xBA59cF1c1563a9B93A8C5D70F8E445eaCa9842D0#code"
},
"chain": "ethereum",
"includeInTotal": true,
"chainId": 1
}
],
"risks": [
{
"category": "Funds can be stolen if",
"text": "a contract receives a malicious code upgrade. There is a 3h delay on code upgrades, during which designated Cancellers can veto the upgrade."
},
{
"category": "Funds can be stolen if",
"text": "the source code of unverified contracts contains malicious code.",
"isCritical": true
}
]
}
+1 -1
{
"baseTimestamp": 1761895172,
"baseTimestamp": 1762264674,
"contractsDiscoDriven": false,
"hasDiscoUi": true,
"isDiscoDriven": false,
"permissionsDiscoDriven": false
}
+16 -16
+11 -11
{
"ethereum": {
"roles": [
{
"id": "Sequencer",
"name": "Sequencer",
"description": "Allowed to commit transactions from the current layer to the host chain.",
"accounts": [
{
"address": "eth:0x0AE999d2d668f12f2b46C4Fd3e13A32D478A9164",
"address": "eth:0xc303511902D613b6Cd4635Ccf5E40066B4bde1B1",
"type": "EOA",
"isVerified": true,
"name": "EOA 2",
"url": "#EOA-2"
"name": "EOA 3",
"url": "#EOA-3"
}
],
"chain": "ethereum",
"discoveryDrivenData": true
},
{
"id": "Trusted Aggregator (Proposer)",
"name": "Trusted Aggregator (Proposer)",
"description": "Permissioned to post new state roots and global exit roots accompanied by ZK proofs.",
"accounts": [
{
"address": "eth:0x20A53dCb196cD2bcc14Ece01F358f1C849aA51dE",
"type": "EOA",
"isVerified": true,
"name": "EOA 5",
"url": "#EOA-5-and-EOA-6"
},
{
"address": "eth:0x6329Fe417621925C81c16F9F9a18c203C21Af7ab",
"type": "EOA",
"isVerified": true,
"name": "EOA 6",
"url": "#EOA-5-and-EOA-6"
}
],
"chain": "ethereum",
"discoveryDrivenData": true
}
],
"actors": [
{
"id": "PolygonAdminMultisig",
"name": "PolygonAdminMultisig",
"description": "A Multisig with 5/12 threshold. \n* Can upgrade **with 3d delay**\n * AgglayerGateway [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n * AgglayerBridge [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n * AgglayerManager [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n * AgglayerGER [via: Timelock with 3d delay (no delay if in emergency state) → SharedProxyAdmin]\n* Can interact with AgglayerGateway\n * add new routes from proof selector to verifier / pessimisticVkey for pessimistic proofs **with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state)]\n * add or update default aggchain verification keys (aggchainVkey) for any given selectors \n * change the aggchainSigners and threshold (a multisig used for permissioned state transitions) \n * freeze routes from proof selector to verifier / pessimisticVkey for pessimistic proofs \n* Can interact with AgglayerBridge\n * upgrade the implementation of wrapped tokens deployed by the bridge **with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state)]\n* Can interact with AgglayerManager\n * deploy new projects that use predefined rollup types (implementations) and connect them or other Agglayer chains to the PolygonRollupManager \n * manage all access control roles, add new rollup types (which are implementation contracts that can then be upgraded to by connected projects), update any connected projects to new rollup types, migrate to pessimistic proofs and rollback batches, connect existing rollups to the PolygonRollupManager **with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state)]\n * manage parameters like fees for all connected projects, set the trusted aggregator, stop the emergency state, update projects and obsolete rollup types \n* Can interact with Timelock\n * propose, cancel and execute transactions in the timelock, manage all access control roles and change the minimum delay **with 6d delay or with 3d delay** [via: Timelock with 3d delay (no delay if in emergency state) with 3d delay (no delay if in emergency state) - or - acting directly with 3d delay (no delay if in emergency state)]",
"accounts": [
{
"address": "eth:0x242daE44F5d8fb54B198D03a94dA45B5a4413e21",
"type": "Contract",
"isVerified": true,
"name": "0x242d…3e21",
"url": "https://etherscan.io/address/0x242daE44F5d8fb54B198D03a94dA45B5a4413e21"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xcAB31b6A7b4d2eCd562A09e2BfA46535a18862f9",
"type": "EOA",
"isVerified": true,
"name": "0xcAB3…62f9",
"url": "https://etherscan.io/address/0xcAB31b6A7b4d2eCd562A09e2BfA46535a18862f9"
},
{
"address": "eth:0xAb3506507449bF1880f3337825efd19ac89E235E",
"type": "EOA",
"isVerified": true,
"name": "0xAb35…235E",
"url": "https://etherscan.io/address/0xAb3506507449bF1880f3337825efd19ac89E235E"
},
{
"address": "eth:0x54c401eD03D086fE13221E5422165f3b024265d9",
"type": "EOA",
"isVerified": true,
"name": "0x54c4…65d9",
"url": "https://etherscan.io/address/0x54c401eD03D086fE13221E5422165f3b024265d9"
},
{
"address": "eth:0x21618593F7147235aC8D511d68A547C935F9d417",
"type": "EOA",
"isVerified": true,
"name": "0x2161…d417",
"url": "https://etherscan.io/address/0x21618593F7147235aC8D511d68A547C935F9d417"
},
{
"address": "eth:0xED7cC82235A7757702475c8f77c7830c095FB5a2",
"type": "EOA",
"isVerified": true,
"name": "0xED7c…B5a2",
"url": "https://etherscan.io/address/0xED7cC82235A7757702475c8f77c7830c095FB5a2"
},
{
"address": "eth:0xdFEd8373695a7b3DaF268CF91e71f6a7024A56Da",
"type": "EOA",
"isVerified": true,
"name": "0xdFEd…56Da",
"url": "https://etherscan.io/address/0xdFEd8373695a7b3DaF268CF91e71f6a7024A56Da"
},
{
"address": "eth:0xffbfc0c8331C5fc912DDA3C6D4A86eEB80203238",
"type": "EOA",
"isVerified": true,
"name": "0xffbf…3238",
"url": "https://etherscan.io/address/0xffbfc0c8331C5fc912DDA3C6D4A86eEB80203238"
},
{
"address": "eth:0xeD44D1CFfB91e163CB7126bdEeA83959f175dB37",
"type": "EOA",
"isVerified": true,
"name": "0xeD44…dB37",
"url": "https://etherscan.io/address/0xeD44D1CFfB91e163CB7126bdEeA83959f175dB37"
},
{
"address": "eth:0x516eEcfb38aA308c5f1878497108c7d054fd46B7",
"type": "EOA",
"isVerified": true,
"name": "0x516e…46B7",
"url": "https://etherscan.io/address/0x516eEcfb38aA308c5f1878497108c7d054fd46B7"
},
{
"address": "eth:0x4c1665d6651ecEfa59B9B3041951608468b18891",
"type": "EOA",
"isVerified": true,
"name": "0x4c16…8891",
"url": "https://etherscan.io/address/0x4c1665d6651ecEfa59B9B3041951608468b18891"
},
{
"address": "eth:0xA0B02B28920812324f1cC3255bd8840867d3f227",
"type": "EOA",
"isVerified": true,
"name": "0xA0B0…f227",
"url": "https://etherscan.io/address/0xA0B02B28920812324f1cC3255bd8840867d3f227"
},
{
"address": "eth:0xEad77b01ea770839F7f576Cd1516Ff6A298d9dB2",
"type": "EOA",
"isVerified": true,
"name": "0xEad7…9dB2",
"url": "https://etherscan.io/address/0xEad77b01ea770839F7f576Cd1516Ff6A298d9dB2"
}
],
"discoveryDrivenData": true
},
{
"id": "PolygonSecurityCouncil",
"name": "PolygonSecurityCouncil",
"description": "A Multisig with 6/8 threshold. \n* Can interact with AgglayerManager\n * activate the emergency state in the PolygonRollupManager and in the shared bridge immediately, effectively pausing all projects connected to them and making system contracts instantly upgradable ",
"accounts": [
{
"address": "eth:0x37c58Dfa7BF0A165C5AAEdDf3e2EdB475ac6Dcb6",
"type": "Contract",
"isVerified": true,
"name": "0x37c5…Dcb6",
"url": "https://etherscan.io/address/0x37c58Dfa7BF0A165C5AAEdDf3e2EdB475ac6Dcb6"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xFe45baf0F18c207152A807c1b05926583CFE2e4b",
"type": "EOA",
"isVerified": true,
"name": "0xFe45…2e4b",
"url": "https://etherscan.io/address/0xFe45baf0F18c207152A807c1b05926583CFE2e4b"
},
{
"address": "eth:0xaF46a0ddf80DFFB49C87656625E65A37499B261D",
"type": "EOA",
"isVerified": true,
"name": "0xaF46…261D",
"url": "https://etherscan.io/address/0xaF46a0ddf80DFFB49C87656625E65A37499B261D"
},
{
"address": "eth:0xBDc235cC9d6Baa641c5ae306bc83962475A5FEFf",
"type": "EOA",
"isVerified": true,
"name": "0xBDc2…FEFf",
"url": "https://etherscan.io/address/0xBDc235cC9d6Baa641c5ae306bc83962475A5FEFf"
},
{
"address": "eth:0x4c1665d6651ecEfa59B9B3041951608468b18891",
"type": "EOA",
"isVerified": true,
"name": "0x4c16…8891",
"url": "https://etherscan.io/address/0x4c1665d6651ecEfa59B9B3041951608468b18891"
},
{
"address": "eth:0x3ab9f4b964eE665F7CDf1d65f1cEEc6196B0D622",
"type": "EOA",
"isVerified": true,
"name": "0x3ab9…D622",
"url": "https://etherscan.io/address/0x3ab9f4b964eE665F7CDf1d65f1cEEc6196B0D622"
},
{
"address": "eth:0x49c15936864690bCd6af0ecaca8E874adFF30E86",
"type": "EOA",
"isVerified": true,
"name": "0x49c1…0E86",
"url": "https://etherscan.io/address/0x49c15936864690bCd6af0ecaca8E874adFF30E86"
},
{
"address": "eth:0x9F7dfAb2222A473284205cdDF08a677726d786A0",
"type": "EOA",
"isVerified": true,
"name": "0x9F7d…86A0",
"url": "https://etherscan.io/address/0x9F7dfAb2222A473284205cdDF08a677726d786A0"
},
{
"address": "eth:0x21887c89368bf918346c62460e0c339113801C28",
"type": "EOA",
"isVerified": true,
"name": "0x2188…1C28",
"url": "https://etherscan.io/address/0x21887c89368bf918346c62460e0c339113801C28"
}
],
"discoveryDrivenData": true
},
{
"id": "PolygonCreateRollupMultisig",
"name": "PolygonCreateRollupMultisig",
"description": "A Multisig with 3/8 threshold. \n* Can interact with AgglayerManager\n * deploy new projects that use predefined rollup types (implementations) and connect them or other Agglayer chains to the PolygonRollupManager ",
"accounts": [
{
"address": "eth:0xC74eFc7fdb3BeC9c6930E91FFDF761b160dF79dB",
"type": "Contract",
"isVerified": true,
"name": "0xC74e…79dB",
"url": "https://etherscan.io/address/0xC74eFc7fdb3BeC9c6930E91FFDF761b160dF79dB"
}
],
"chain": "ethereum",
"references": [],
"participants": [
{
"address": "eth:0xAb3506507449bF1880f3337825efd19ac89E235E",
"type": "EOA",
"isVerified": true,
"name": "0xAb35…235E",
"url": "https://etherscan.io/address/0xAb3506507449bF1880f3337825efd19ac89E235E"
},
{
"address": "eth:0x3038B4DBf022E80169b2A068290d4a3A8b87D3b5",
"type": "EOA",
"isVerified": true,
"name": "0x3038…D3b5",
"url": "https://etherscan.io/address/0x3038B4DBf022E80169b2A068290d4a3A8b87D3b5"
},
{
"address": "eth:0xa43901c63f7702C407378E55E0d0EB4064a2AE31",
"type": "EOA",
"isVerified": true,
"name": "0xa439…AE31",
"url": "https://etherscan.io/address/0xa43901c63f7702C407378E55E0d0EB4064a2AE31"
},
{
"address": "eth:0xD9478f759a13Bfa1d9dAB3cDF5ff0C099d5EfCFC",
"type": "EOA",
"isVerified": true,
"name": "0xD947…fCFC",
"url": "https://etherscan.io/address/0xD9478f759a13Bfa1d9dAB3cDF5ff0C099d5EfCFC"
},
{
"address": "eth:0xCE27d8BCee45dB3E457EcF8629264Ca7893AAaAc",
"type": "EOA",
"isVerified": true,
"name": "0xCE27…AaAc",
"url": "https://etherscan.io/address/0xCE27d8BCee45dB3E457EcF8629264Ca7893AAaAc"
},
{
"address": "eth:0x0B84d2e66192448B680BBd06813efF9e5923Ca77",
"type": "EOA",
"isVerified": true,
"name": "0x0B84…Ca77",
"url": "https://etherscan.io/address/0x0B84d2e66192448B680BBd06813efF9e5923Ca77"
},
{
"address": "eth:0x0185fb2F27f2Acda3e2a6B8530b342333e9f22A6",
"type": "EOA",
"isVerified": true,
"name": "0x0185…22A6",
"url": "https://etherscan.io/address/0x0185fb2F27f2Acda3e2a6B8530b342333e9f22A6"
},
{
"address": "eth:0x7316DeD96c4Ff756c74D1D9c4178f6921Aff4496",
"type": "EOA",
"isVerified": true,
"name": "0x7316…4496",
"url": "https://etherscan.io/address/0x7316DeD96c4Ff756c74D1D9c4178f6921Aff4496"
}
],
"discoveryDrivenData": true
},
{
"id": "EOA-1",
"name": "EOA 1",
"accounts": [
{
"address": "eth:0xe218f50Aa347687E449B8FCcAc81B6Fbe27C7aDD",
"type": "EOA",
"isVerified": true,
"name": "0xe218…7aDD",
"url": "https://etherscan.io/address/0xe218f50Aa347687E449B8FCcAc81B6Fbe27C7aDD"
}
],
"chain": "ethereum",
"description": "* Can interact with PolygonDataCommittee\n * manage the members of the data availability committee and the threshold for valid commitments \n* Can interact with Validium\n * set core system parameters like the trusted sequencer and manage forced transactions/batches ",
"discoveryDrivenData": true
},
{
"id": "EOA-2",
"name": "EOA 2",
"accounts": [
{
"address": "eth:0x0AE999d2d668f12f2b46C4Fd3e13A32D478A9164",
"address": "eth:0xb8605297399baEb6628C9E8F5D3E52A056492cfe",
"type": "EOA",
"isVerified": true,
"name": "0x0AE9…9164",
"url": "https://etherscan.io/address/0x0AE999d2d668f12f2b46C4Fd3e13A32D478A9164"
"name": "0xb860…2cfe",
"url": "https://etherscan.io/address/0xb8605297399baEb6628C9E8F5D3E52A056492cfe"
}
],
"chain": "ethereum",
"description": "* A Sequencer - acting directly",
"description": "* Can upgrade **with no delay**\n * PolygonDataCommittee [via: ProxyAdmin]",
"discoveryDrivenData": true
},
{
"id": "EOA-3",
"name": "EOA 3",
"accounts": [
{
"address": "eth:0xb8605297399baEb6628C9E8F5D3E52A056492cfe",
"address": "eth:0xc303511902D613b6Cd4635Ccf5E40066B4bde1B1",
"type": "EOA",
"isVerified": true,
"name": "0xb860…2cfe",
"url": "https://etherscan.io/address/0xb8605297399baEb6628C9E8F5D3E52A056492cfe"
"name": "0xc303…e1B1",
"url": "https://etherscan.io/address/0xc303511902D613b6Cd4635Ccf5E40066B4bde1B1"
}
],
"chain": "ethereum",
"description": "* Can upgrade **with no delay**\n * PolygonDataCommittee [via: ProxyAdmin]",
"description": "* A Sequencer - acting directly",
"discoveryDrivenData": true
},
{
"id": "EOA-4",
"name": "EOA 4",
"accounts": [
{
"address": "eth:0xecEA75e2854FD52b0aE5C51C88f5eA8e2eC4bf9A",
"type": "EOA",
"isVerified": true,
"name": "0xecEA…bf9A",
"url": "https://etherscan.io/address/0xecEA75e2854FD52b0aE5C51C88f5eA8e2eC4bf9A"
}
],
"chain": "ethereum",
"description": "* Can interact with Validium\n * sole address that can force batches ",
"discoveryDrivenData": true
},
{
"id": "EOA-5-and-EOA-6",
"name": "EOA 5 and EOA 6",
"accounts": [
{
"address": "eth:0x20A53dCb196cD2bcc14Ece01F358f1C849aA51dE",
"type": "EOA",
"isVerified": true,
"name": "0x20A5…51dE",
"url": "https://etherscan.io/address/0x20A53dCb196cD2bcc14Ece01F358f1C849aA51dE"
},
{
"address": "eth:0x6329Fe417621925C81c16F9F9a18c203C21Af7ab",
"type": "EOA",
"isVerified": true,
"name": "0x6329…f7ab",
"url": "https://etherscan.io/address/0x6329Fe417621925C81c16F9F9a18c203C21Af7ab"
}
],
"chain": "ethereum",
"description": "* A trusted Aggregator - acting directly",
"discoveryDrivenData": true
}
]
}
}
+5 -5
{
"addresses": {
"ethereum": [
{
"name": "Verifier",
"isVerified": true,
"address": "eth:0x0775e11309d75aA6b0967917fB0213C5673eDf81",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Verifies ZK proofs for state roots of this Layer 2 via the PolygonRollupManager.\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x0775e11309d75aA6b0967917fB0213C5673eDf81#code"
},
{
"name": "PolygonDataCommittee",
"isVerified": true,
"address": "eth:0x755e9A5B4BAEFc78Bb82BA7E6d2386CCB2F238a5",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x2B966b9824c11f274aa39f2f72cF25C4b47c3A78"
],
"implementations": [
"eth:0xAce9269EaC3419937093154dea0AD44C36Df6963"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1720547183,
"transactionHash": "0xf72b5eafd4612b45278a8d49041d0736c6c4a6de6069160dec9a086e08027762",
"implementations": [
"eth:0xAce9269EaC3419937093154dea0AD44C36Df6963"
]
}
],
"description": "Manages the members of the data availability committee (DAC) and the threshold for accepting commitments from them (Currently 2/1).\n* Roles:\n * **admin**: ProxyAdmin; ultimately EOA 3\n * **owner**: EOA 1",
"description": "Manages the members of the data availability committee (DAC) and the threshold for accepting commitments from them (Currently 2/1).\n* Roles:\n * **admin**: ProxyAdmin; ultimately EOA 2\n * **owner**: EOA 1",
"upgradableBy": [
{
"id": "EOA-3",
"name": "EOA 3",
"id": "EOA-2",
"name": "EOA 2",
"delay": "no"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x755e9A5B4BAEFc78Bb82BA7E6d2386CCB2F238a5#code"
},
{
"name": "Validium",
"isVerified": true,
"address": "eth:0x78253E2E6120164bd826668A4C96Db20f78A94c9",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x5132A183E9F3CB7C848b0AAC5Ae0c4f0491B7aB2"
],
"implementations": [
"eth:0x427113ae6F319BfFb4459bfF96eb8B6BDe1A127F"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1720089623,
"transactionHash": "0xb727fee71f71c51e9d5fe335b8c6382b80f576364002f5986149004578a16af9",
"implementations": [
"eth:0x10D296e8aDd0535be71639E5D1d1c30ae1C6bD4C"
]
},
{
"timestamp": 1758525947,
"transactionHash": "0x23960a8fc591368d7d73c22322e32c5c287f44cc412fd5ccd03916238f12400b",
"implementations": [
"eth:0x427113ae6F319BfFb4459bfF96eb8B6BDe1A127F"
]
}
],
"description": "The main system contract defining the pay-chain Layer 2 logic. Entry point for sequencing batches.\n* Roles:\n * **admin**: EOA 1\n * **forceBatchAddress**: EOA 4\n * **trustedSequencer**: EOA 2",
"description": "The main system contract defining the pay-chain Layer 2 logic. Entry point for sequencing batches.\n* Roles:\n * **admin**: EOA 1\n * **forceBatchAddress**: EOA 4\n * **trustedSequencer**: EOA 3",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x78253E2E6120164bd826668A4C96Db20f78A94c9#code"
},
{
"name": "AgglayerGateway",
"isVerified": true,
"address": "eth:0x046Bb8bb98Db4ceCbB2929542686B74b516274b3",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0F99738B2Fc14D77308337f3e2596b63aE7BCC4A"
],
"implementations": [
"eth:0xD062B7f9fbB89bdA59262E77015C34a27Dc9aB49"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1750087643,
"transactionHash": "0xe7c64d567589723d0920e6104296a434fb24193d2ccd33814d0b3fd753be5db2",
"implementations": [
"eth:0x7bB0e8f1950722694929dB392abA805AAc6e9346"
]
},
{
"timestamp": 1761747071,
"transactionHash": "0x7be3301b763f904f5076e22914b0ea13e101ed3cff6480b23a7757e7b9875939",
"implementations": [
"eth:0xD062B7f9fbB89bdA59262E77015C34a27Dc9aB49"
]
}
],
"description": "A verifier gateway for pessimistic proofs. Manages a map of chains and their verifier keys and is used to route proofs based on the first 4 bytes of proofBytes data in a proof submission. The SP1 verifier is used for all proofs.\n* Roles:\n * **addPpRoute**: Timelock; ultimately PolygonAdminMultisig\n * **admin**: SharedProxyAdmin; ultimately PolygonAdminMultisig\n * **aggchainDefaultVKey**: PolygonAdminMultisig\n * **alMultisig**: PolygonAdminMultisig\n * **freezePpRoute**: PolygonAdminMultisig",
"upgradableBy": [
{
"name": "PolygonAdminMultisig",
"delay": "3d"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x046Bb8bb98Db4ceCbB2929542686B74b516274b3#code"
},
{
"name": "AgglayerBridge",
"isVerified": true,
"address": "eth:0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0F99738B2Fc14D77308337f3e2596b63aE7BCC4A"
],
"implementations": [
"eth:0x66E0120e3c965552a89AcC37b03f762624baC5Ad"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1679653127,
"transactionHash": "0x28f93532243dd8a8cc92ce630ef1920f40de15af7db2903efbf42f21fdf8152c",
"implementations": [
"eth:0x5ac4182A1dd41AeEf465E40B82fd326BF66AB82C"
]
},
{
"timestamp": 1707822059,
"transactionHash": "0xb83824c7eb1e87bd12222d98cf1cbff317b0853ba1e5beda1e3e3d8a4cfd1b24",
"implementations": [
"eth:0x0FeB850B183C57534b56b7d56520133C8f9BDB65"
]
},
{
"timestamp": 1750689983,
"transactionHash": "0xcdd772d0b4764da67b80a72af2da7230f4f70f8c810cb8c4fe3882b8c4506ff3",
"implementations": [
"eth:0x75D28BfDfF93B3e4f20184b442d2634DC01cA48b"
]
},
{
"timestamp": 1761747071,
"transactionHash": "0x7be3301b763f904f5076e22914b0ea13e101ed3cff6480b23a7757e7b9875939",
"implementations": [
"eth:0x66E0120e3c965552a89AcC37b03f762624baC5Ad"
]
}
],
"description": "The shared bridge contract, escrowing user funds sent to Agglayer chains. It is usually mirrored on each chain and can be used to transfer both ERC20 assets and arbitrary messages.\n* Roles:\n * **admin**: SharedProxyAdmin; ultimately PolygonAdminMultisig\n * **proxiedTokensManager**: Timelock; ultimately PolygonAdminMultisig",
"upgradableBy": [
{
"name": "PolygonAdminMultisig",
"delay": "3d"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe#code"
},
{
"name": "AgglayerManager",
"isVerified": true,
"address": "eth:0x5132A183E9F3CB7C848b0AAC5Ae0c4f0491B7aB2",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0F99738B2Fc14D77308337f3e2596b63aE7BCC4A"
],
"implementations": [
"eth:0x15cAF18dEd768e3620E0f656221Bf6B400ad2618"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1679653163,
"transactionHash": "0xe34243804e1f7257acb09c97d0d6f023663200c39ee85a1e6927b0b391710bbb",
"implementations": [
"eth:0xe262Ea2782e2e8dbFe354048c3B5d6DE9603EfEF"
]
},
{
"timestamp": 1695198635,
"transactionHash": "0x25c342d7c5b4137b5439c16fd5fa1577c116277859202b2c68fcd9f73b3fc2ac",
"implementations": [
"eth:0x301442aA888701c8B86727d42F3C55Fb0dd9eF7F"
]
},
{
"timestamp": 1699521779,
"transactionHash": "0x1db1400138d6778d303b9a13e816432d11f8dfca00ef6ec6ffcb6698cb447a31",
"implementations": [
"eth:0xb1585916487AcEdD99952086f2950763D253b923"
]
},
{
"timestamp": 1707822059,
"transactionHash": "0xb83824c7eb1e87bd12222d98cf1cbff317b0853ba1e5beda1e3e3d8a4cfd1b24",
"implementations": [
"eth:0x3b82Da772c825283d85d5d6717A77C6Ff582053b"
]
},
{
"timestamp": 1730286719,
"transactionHash": "0x8c1be5b5d844d6e04b2c224cd810cda091d70e6d5c2e5e0464993f7df1ab8403",
"implementations": [
"eth:0x103388f5661d224F4aFb555C7E4a8FB52d0b752d"
]
},
{
"timestamp": 1738594559,
"transactionHash": "0xb499c5a8f315d72886e44eabcbf6428fb9672f3ea8eb55adcbfda0ae0612233e",
"implementations": [
"eth:0xA33619940bceb9be7c9679Dd80FA2918C2476382"
]
},
{
"timestamp": 1750689983,
"transactionHash": "0xcdd772d0b4764da67b80a72af2da7230f4f70f8c810cb8c4fe3882b8c4506ff3",
"implementations": [
"eth:0x9ab2cB2107d3E737f7977B2E5042C58dE98326ab"
]
},
{
"timestamp": 1753882523,
"transactionHash": "0x289865ea6d92cdf5be21123b6ce61447f500ba14c229f02153113f8419af1695",
"implementations": [
"eth:0x42B9fF0644741e3353162678596e7D6aA6a13240"
]
},
{
"timestamp": 1761747071,
"transactionHash": "0x7be3301b763f904f5076e22914b0ea13e101ed3cff6480b23a7757e7b9875939",
"implementations": [
"eth:0x15cAF18dEd768e3620E0f656221Bf6B400ad2618"
]
}
],
"description": "The central shared managing contract for Polygon Agglayer chains. This contract coordinates chain deployments and proof validation. All connected Layer 2s can be globally paused by activating the 'Emergency State'. This can be done by the PolygonSecurityCouncil or by anyone after 1 week of inactive verifiers.\n* Roles:\n * **admin**: SharedProxyAdmin; ultimately PolygonAdminMultisig\n * **createRollup**: PolygonAdminMultisig, PolygonCreateRollupMultisig\n * **defaultAdmin**: Timelock; ultimately PolygonAdminMultisig\n * **emergencyCouncilAdmin**: PolygonSecurityCouncil\n * **trustedAggregator**: EOA 5, EOA 6\n * **tweakParameters**: PolygonAdminMultisig",
"upgradableBy": [
{
"name": "PolygonAdminMultisig",
"delay": "3d"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x5132A183E9F3CB7C848b0AAC5Ae0c4f0491B7aB2#code"
},
{
"name": "AgglayerGER",
"isVerified": true,
"address": "eth:0x580bda1e7A0CFAe92Fa7F6c20A3794F169CE3CFb",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0F99738B2Fc14D77308337f3e2596b63aE7BCC4A"
],
"implementations": [
"eth:0x7F1655d9d570167B2a3FfD1Ef809D3Fdd74427C5"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1679653151,
"transactionHash": "0x9946be78d6c6d19dd1c6c7134a8fac27e76d32cad36dae2398d28fe6ff838f10",
"implementations": [
"eth:0xbc1ea504fC54D078514eFCCA1F6860B5219B6BC3"
]
},
{
"timestamp": 1707822059,
"transactionHash": "0xb83824c7eb1e87bd12222d98cf1cbff317b0853ba1e5beda1e3e3d8a4cfd1b24",
"implementations": [
"eth:0x2E38cD55163137483E30580Cb468C2dFf1d85077"
]
},
{
"timestamp": 1730286719,
"transactionHash": "0x8c1be5b5d844d6e04b2c224cd810cda091d70e6d5c2e5e0464993f7df1ab8403",
"implementations": [
"eth:0x9Bdda421219900454E94e01d641fE64c60D8f4C8"
]
},
{
"timestamp": 1750689983,
"transactionHash": "0xcdd772d0b4764da67b80a72af2da7230f4f70f8c810cb8c4fe3882b8c4506ff3",
"implementations": [
"eth:0xc38C76aE3C8A7dee99d07f1A39246ABe18919a48"
]
},
{
"timestamp": 1761747071,
"transactionHash": "0x7be3301b763f904f5076e22914b0ea13e101ed3cff6480b23a7757e7b9875939",
"implementations": [
"eth:0x7F1655d9d570167B2a3FfD1Ef809D3Fdd74427C5"
]
}
],
"description": "A merkle tree storage contract aggregating state roots of each participating Layer 2, thus creating a single global merkle root representing the global state of the Agglayer, the 'global exit root'. The global exit root is synchronized to all connected Layer 2s to help with their interoperability.\n* Roles:\n * **admin**: SharedProxyAdmin; ultimately PolygonAdminMultisig",
"upgradableBy": [
{
"name": "PolygonAdminMultisig",
"delay": "3d"
}
],
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x580bda1e7A0CFAe92Fa7F6c20A3794F169CE3CFb#code"
},
{
"name": "Timelock",
"isVerified": true,
"address": "eth:0xEf1462451C30Ea7aD8555386226059Fe837CA4EF",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "A timelock with access control. In the case of an activated emergency state in the AgglayerManager, all transactions through this timelock are immediately executable. The current minimum delay is 3d.\n* Roles:\n * **timelockAdmin**: PolygonAdminMultisig (no delay if in emergency state), Timelock (no delay if in emergency state); ultimately PolygonAdminMultisig (no delay if in emergency state)",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0xEf1462451C30Ea7aD8555386226059Fe837CA4EF#code"
},
{
"name": "ProxyAdmin",
"isVerified": true,
"address": "eth:0x2B966b9824c11f274aa39f2f72cF25C4b47c3A78",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "* Roles:\n * **owner**: EOA 3",
"description": "* Roles:\n * **owner**: EOA 2",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x2B966b9824c11f274aa39f2f72cF25C4b47c3A78#code"
},
{
"name": "SP1Verifier",
"isVerified": true,
"address": "eth:0x0459d576A6223fEeA177Fb3DF53C9c77BF84C459",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Verifier contract for SP1 proofs (v5.0.0).\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x0459d576A6223fEeA177Fb3DF53C9c77BF84C459#code"
},
{
"name": "SharedProxyAdmin",
"isVerified": true,
"address": "eth:0x0F99738B2Fc14D77308337f3e2596b63aE7BCC4A",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "* Roles:\n * **owner**: Timelock",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x0F99738B2Fc14D77308337f3e2596b63aE7BCC4A#code"
},
{
"name": "BridgeLib",
"isVerified": true,
"address": "eth:0x3622Fcf450ca40a340b7492Ae5F60E7c7Ea68aB3",
"upgradeability": {
"proxyType": "immutable",
"admins": [],
"implementations": [],
"immutable": true
},
"chain": "ethereum",
"description": "Extension contract of the AgglayerBridge for asset metadata..\n",
"discoveryDrivenData": true,
"url": "https://etherscan.io/address/eth:0x3622Fcf450ca40a340b7492Ae5F60E7c7Ea68aB3#code"
}
]
},
"escrows": [
{
"address": "0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe",
"sinceTimestamp": 1679653127,
"tokens": "*",
"contract": {
"isVerified": true,
"address": "eth:0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe",
"upgradeability": {
"proxyType": "EIP1967 proxy",
"admins": [
"eth:0x0F99738B2Fc14D77308337f3e2596b63aE7BCC4A"
],
"implementations": [
"eth:0x66E0120e3c965552a89AcC37b03f762624baC5Ad"
]
},
"chain": "ethereum",
"pastUpgrades": [
{
"timestamp": 1679653127,
"transactionHash": "0x28f93532243dd8a8cc92ce630ef1920f40de15af7db2903efbf42f21fdf8152c",
"implementations": [
"eth:0x5ac4182A1dd41AeEf465E40B82fd326BF66AB82C"
]
},
{
"timestamp": 1707822059,
"transactionHash": "0xb83824c7eb1e87bd12222d98cf1cbff317b0853ba1e5beda1e3e3d8a4cfd1b24",
"implementations": [
"eth:0x0FeB850B183C57534b56b7d56520133C8f9BDB65"
]
},
{
"timestamp": 1750689983,
"transactionHash": "0xcdd772d0b4764da67b80a72af2da7230f4f70f8c810cb8c4fe3882b8c4506ff3",
"implementations": [
"eth:0x75D28BfDfF93B3e4f20184b442d2634DC01cA48b"
]
},
{
"timestamp": 1761747071,
"transactionHash": "0x7be3301b763f904f5076e22914b0ea13e101ed3cff6480b23a7757e7b9875939",
"implementations": [
"eth:0x66E0120e3c965552a89AcC37b03f762624baC5Ad"
]
}
],
"url": "https://etherscan.io/address/0x2a3DD3EB832aF982ec71669E178424b10Dca2EDe#code"
},
"chain": "ethereum",
"includeInTotal": true,
"sharedEscrow": {
"type": "AggLayer",
"nativeAsset": "etherPreminted",
"premintedAmount": "340282366920938463463374607431768211455"
},
"chainId": 1
}
],
"risks": [
{
"category": "Funds can be stolen if",
"text": "a contract receives a malicious code upgrade. There is a 3d delay on code upgrades unless upgrade is initiated by the PolygonSecurityCouncil in which case there is no delay."
}
]
}