From f2b91cadf0c2b48534512cd9b556f236973344df Mon Sep 17 00:00:00 2001 From: Cache bot Date: Wed, 20 Mar 2024 08:18:51 +0000 Subject: [PATCH] fix(cache): automatic cache update :robot: --- ...B5D0294E23637c18fcc38b1Bca814CDa2637C.json | 33 ++ ...B5D0294E23637c18fcc38b1Bca814CDa2637C.json | 22 ++ cache/bookKeeping/lastFetchedBlocks.json | 2 +- cache/payload-states.json | 3 +- .../42.md | 315 ++++++++++++++++++ 5 files changed, 373 insertions(+), 2 deletions(-) create mode 100644 reports/payloads/137/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C/42.md diff --git a/cache/137/events/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json b/cache/137/events/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json index df5e424b2..e054fee5c 100644 --- a/cache/137/events/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json +++ b/cache/137/events/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json @@ -2660,5 +2660,38 @@ "logIndex": 173, "removed": false, "timestamp": 1710761919 + }, + { + "eventName": "PayloadCreated", + "args": { + "payloadId": 42, + "creator": "0x076d6da60aAAC6c97A8a0fE8057f9564203Ee545", + "maximumAccessLevelRequired": 1, + "actions": [ + { + "target": "0x045950811Ed7B157158B4316F0e2F04726E3b4fa", + "withDelegateCall": true, + "accessLevel": 1, + "value": "0", + "signature": "execute()", + "callData": "0x" + } + ] + }, + "address": "0x401b5d0294e23637c18fcc38b1bca814cda2637c", + "topics": [ + "0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5", + "0x000000000000000000000000000000000000000000000000000000000000002a", + "0x000000000000000000000000076d6da60aaac6c97a8a0fe8057f9564203ee545", + "0x0000000000000000000000000000000000000000000000000000000000000001" + ], + "data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000045950811ed7b157158b4316f0e2f04726e3b4fa00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "blockNumber": "54871055", + "transactionHash": "0x8defb69dd176155566767869c7711748c999b42d5ee0ad2b8c59e98c6ae22881", + "transactionIndex": 51, + "blockHash": "0x587c9affa4c31f498519c17d8d7543dc1d5fc43de8b5fe1d15d15c2420fabb6a", + "logIndex": 176, + "removed": false, + "timestamp": 1710922641 } ] \ No newline at end of file diff --git a/cache/137/payloads/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json b/cache/137/payloads/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json index 186e81fba..c7816dfa4 100644 --- a/cache/137/payloads/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json +++ b/cache/137/payloads/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C.json @@ -938,5 +938,27 @@ "callData": "0x" } ] + }, + "42": { + "creator": "0x076d6da60aAAC6c97A8a0fE8057f9564203Ee545", + "maximumAccessLevelRequired": 1, + "state": 1, + "createdAt": 1710922641, + "queuedAt": 0, + "executedAt": 0, + "cancelledAt": 0, + "expirationTime": 1713946641, + "delay": 86400, + "gracePeriod": 604800, + "actions": [ + { + "target": "0x045950811Ed7B157158B4316F0e2F04726E3b4fa", + "withDelegateCall": true, + "accessLevel": 1, + "value": "0", + "signature": "execute()", + "callData": "0x" + } + ] } } \ No newline at end of file diff --git a/cache/bookKeeping/lastFetchedBlocks.json b/cache/bookKeeping/lastFetchedBlocks.json index b2b0c8fee..0914609e1 100644 --- a/cache/bookKeeping/lastFetchedBlocks.json +++ b/cache/bookKeeping/lastFetchedBlocks.json @@ -1,6 +1,6 @@ { "governance": "19474094", - "137/payloads": "54803113", + "137/payloads": "54871071", "43114/payloads": "43059163", "1/payloads": "19474100", "10/payloads": "117583181", diff --git a/cache/payload-states.json b/cache/payload-states.json index 138d9e937..3a3f0c821 100644 --- a/cache/payload-states.json +++ b/cache/payload-states.json @@ -170,7 +170,8 @@ "38": 3, "39": 3, "40": 3, - "41": 3 + "41": 3, + "42": 1 } }, "1088": { diff --git a/reports/payloads/137/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C/42.md b/reports/payloads/137/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C/42.md new file mode 100644 index 000000000..7fd914594 --- /dev/null +++ b/reports/payloads/137/0x401B5D0294E23637c18fcc38b1Bca814CDa2637C/42.md @@ -0,0 +1,315 @@ +## Payload 42 on Polygon + +- Simulation: [https://dashboard.tenderly.co/me/simulator/6f03a89b-7d1c-481a-86a1-4af08eff5138](https://dashboard.tenderly.co/me/simulator/6f03a89b-7d1c-481a-86a1-4af08eff5138) +- creator: 0x076d6da60aAAC6c97A8a0fE8057f9564203Ee545 +- maximumAccessLevelRequired: 1 +- state: 1(Created) +- actions: [{"target":"0x045950811Ed7B157158B4316F0e2F04726E3b4fa","withDelegateCall":true,"accessLevel":1,"value":"0","signature":"execute()","callData":"0x"}] +- createdAt: [20/03/2024, 08:17:21](https://polygonscan.com/tx/0x8defb69dd176155566767869c7711748c999b42d5ee0ad2b8c59e98c6ae22881) + +### Check: Reports all state changes :white_check_mark: + +#### Info + + +TransparentUpgradeableProxy at `0x02E26888Ed3240BB38f26A2adF96Af9B52b167ea`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.EURS.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x1017F4a86Fc3A3c824346d0b8C5e96A5029bDAf9`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x123319636A6a9c85D9959399304F4cB23F64327e`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.GHST.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x1a8969FD39AbaF228e690B172C4C3Eb7c67F95E1`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.BAL.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x2dCa80061632f3F87c9cA28364d1d0c30cD79a19` with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x37868a45c6741616F9E5a189dC0481AD70056B6a`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.LINK.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x397202AB0b4E7C954ac0c493c00749C517210953`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.STATIC_A_TOKEN_FACTORY") with implementation StaticATokenFactory at `0xb65308a8F4cE57a72F13312CeCBaAf47601A574A` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x000000000000000000000000b65308a8f4ce57a72f13312cecbaaf47601a574a" ++ "0x000000000000000000000000a5008bc7fd697f458482205ed52dc51e91d37446" +``` + +TransparentUpgradeableProxy at `0x401B5D0294E23637c18fcc38b1Bca814CDa2637C`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Polygon.PAYLOADS_CONTROLLER") with implementation PayloadsController at `0xb962dCD6d9F0bFB4Cb2936C6C5E5c7C3f0D3c778` +```diff +@@ Slot `0xfbefd6df65b5da21e9f0dc3da2df6dc37be71551086f5aba2b0ad548c4758150` @@ +- "0x0065f949420065fa9b910201076d6da60aaac6c97a8a0fe8057f9564203ee545" ++ "0x0065f949420065fa9b910301076d6da60aaac6c97a8a0fe8057f9564203ee545" +@@ Slot `0xfbefd6df65b5da21e9f0dc3da2df6dc37be71551086f5aba2b0ad548c4758151` @@ +- "0x000000000000000000093a800000015180006628c01100000000000000000000" ++ "0x000000000000000000093a800000015180006628c01100000000000065fa9baf" +``` + +TransparentUpgradeableProxy at `0x4356941463eD4d75381AC23C9EF799B5d7C52AD8`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.CRV.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x5274453F4CD5dD7280011a1Cca3B9e1b78EC59A6`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.wstETH.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x73B788ACA5f4F0EeB3c6Da453cDf31041a77b36D`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DPI.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x83c59636e602787A6EEbBdA2915217B416193FcB`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DAI.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x8486B49433cCed038b51d18Ae3772CDB7E31CA5e`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.miMATIC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x867A180B7060fDC27610dC9096E93534F638A315`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.stMATIC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x87A1fdc4C726c459f597282be639a045062c0E46`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDT.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0x98254592408E389D1dd2dBa318656C2C5c305b4E`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WMATIC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0xb3D5Af0A52a35692D3FcbE37669b3B8C31dddE7D`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WETH.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0xbC0f50CCB8514Aa7dFEB297521c4BdEBc9C7d22d`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WBTC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0xbcDd5709641Af4BE99b1470A2B3A5203539132Ec`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.MaticX.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0xCA2E1E33E5BCF4978E2d683656E1f5610f8C4A7E`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.AAVE.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0xd3eb8796Ed36f58E03B7b4b5AD417FA74931d2c4`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.agEUR.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0xD992DaC78Ef3F34614E6a7d325b7b6A320FC0AB5`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.jEUR.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + +TransparentUpgradeableProxy at `0xe3eDe71d32240b7EC355F0e5DD1131BBe029F934`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.SUSHI.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` +```diff +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x0000000000000000000000006a7192c55e9298874e49675a63d5ebb11ed99a66" ++ "0x000000000000000000000000a585049bfd28c877fdf8e7a1ffeb9d2eae074bef" +``` + + +### Check: Reports all events emitted from the proposal :white_check_mark: + +#### Info + +- TransparentUpgradeableProxy at `0x83c59636e602787A6EEbBdA2915217B416193FcB`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DAI.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x37868a45c6741616F9E5a189dC0481AD70056B6a`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.LINK.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x1017F4a86Fc3A3c824346d0b8C5e96A5029bDAf9`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0xbC0f50CCB8514Aa7dFEB297521c4BdEBc9C7d22d`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WBTC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0xb3D5Af0A52a35692D3FcbE37669b3B8C31dddE7D`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WETH.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x87A1fdc4C726c459f597282be639a045062c0E46`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDT.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0xCA2E1E33E5BCF4978E2d683656E1f5610f8C4A7E`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.AAVE.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x98254592408E389D1dd2dBa318656C2C5c305b4E`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WMATIC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x4356941463eD4d75381AC23C9EF799B5d7C52AD8`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.CRV.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0xe3eDe71d32240b7EC355F0e5DD1131BBe029F934`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.SUSHI.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x123319636A6a9c85D9959399304F4cB23F64327e`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.GHST.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x1a8969FD39AbaF228e690B172C4C3Eb7c67F95E1`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.BAL.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x73B788ACA5f4F0EeB3c6Da453cDf31041a77b36D`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DPI.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x02E26888Ed3240BB38f26A2adF96Af9B52b167ea`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.EURS.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0xD992DaC78Ef3F34614E6a7d325b7b6A320FC0AB5`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.jEUR.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0xd3eb8796Ed36f58E03B7b4b5AD417FA74931d2c4`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.agEUR.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x8486B49433cCed038b51d18Ae3772CDB7E31CA5e`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.miMATIC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x867A180B7060fDC27610dC9096E93534F638A315`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.stMATIC.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0xbcDd5709641Af4BE99b1470A2B3A5203539132Ec`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.MaticX.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x5274453F4CD5dD7280011a1Cca3B9e1b78EC59A6`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.wstETH.STATA_TOKEN") with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x2dCa80061632f3F87c9cA28364d1d0c30cD79a19` with implementation unknown contract name at `0x6A7192c55E9298874e49675A63D5ebb11eD99a66` + - `Upgraded(implementation: 0xa585049bfd28c877fdf8e7a1ffeb9d2eae074bef)` +- TransparentUpgradeableProxy at `0x397202AB0b4E7C954ac0c493c00749C517210953`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.STATIC_A_TOKEN_FACTORY") with implementation StaticATokenFactory at `0xb65308a8F4cE57a72F13312CeCBaAf47601A574A` + - `Upgraded(implementation: 0xa5008bc7fd697f458482205ed52dc51e91d37446)` +- Executor at `0xDf7d0e6454DB638881302729F5ba99936EaAB233`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV2Polygon.POOL_ADMIN, AaveV3Polygon.ACL_ADMIN, GovernanceV3Polygon.EXECUTOR_LVL_1") + - `ExecutedAction(target: 0x045950811ed7b157158b4316f0e2f04726e3b4fa, value: 0, signature: execute(), data: 0x, executionTime: 1710922671, withDelegatecall: true, resultData: 0x)` +- TransparentUpgradeableProxy at `0x401B5D0294E23637c18fcc38b1Bca814CDa2637C`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Polygon.PAYLOADS_CONTROLLER") with implementation PayloadsController at `0xb962dCD6d9F0bFB4Cb2936C6C5E5c7C3f0D3c778` + - `PayloadExecuted(payloadId: 42)` + +### Check: Check all targets are verified on Etherscan :white_check_mark: + +#### Info + +- 0x045950811Ed7B157158B4316F0e2F04726E3b4fa: Contract (not verified) + +### Check: Check all touched contracts are verified on Etherscan :white_check_mark: + +#### Info + +- 0xd73a92be73efbfcf3854433a5fcbabf9c1316073: EOA (verification not applicable) +- 0x401b5d0294e23637c18fcc38b1bca814cda2637c: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Polygon.PAYLOADS_CONTROLLER") +- 0xb962dcd6d9f0bfb4cb2936c6c5e5c7c3f0d3c778: Contract (verified) (PayloadsController) +- 0xdf7d0e6454db638881302729f5ba99936eaab233: Contract (verified) (Executor) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV2Polygon.POOL_ADMIN, AaveV3Polygon.ACL_ADMIN, GovernanceV3Polygon.EXECUTOR_LVL_1") +- 0x045950811ed7b157158b4316f0e2f04726e3b4fa: Contract (verified) (UpgradePayload) +- 0x397202ab0b4e7c954ac0c493c00749c517210953: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.STATIC_A_TOKEN_FACTORY") +- 0xb65308a8f4ce57a72f13312cecbaaf47601a574a: Contract (verified) (StaticATokenFactory) +- 0xd3cf979e676265e4f6379749dece4708b9a22476: Contract (verified) (ProxyAdmin) [:ghost:](https://github.com/bgd-labs/aave-address-book "MiscPolygon.PROXY_ADMIN") +- 0x83c59636e602787a6eebbda2915217b416193fcb: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DAI.STATA_TOKEN") +- 0x37868a45c6741616f9e5a189dc0481ad70056b6a: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.LINK.STATA_TOKEN") +- 0x1017f4a86fc3a3c824346d0b8c5e96a5029bdaf9: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDC.STATA_TOKEN") +- 0xbc0f50ccb8514aa7dfeb297521c4bdebc9c7d22d: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WBTC.STATA_TOKEN") +- 0xb3d5af0a52a35692d3fcbe37669b3b8c31ddde7d: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WETH.STATA_TOKEN") +- 0x87a1fdc4c726c459f597282be639a045062c0e46: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDT.STATA_TOKEN") +- 0xca2e1e33e5bcf4978e2d683656e1f5610f8c4a7e: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.AAVE.STATA_TOKEN") +- 0x98254592408e389d1dd2dba318656c2c5c305b4e: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WMATIC.STATA_TOKEN") +- 0x4356941463ed4d75381ac23c9ef799b5d7c52ad8: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.CRV.STATA_TOKEN") +- 0xe3ede71d32240b7ec355f0e5dd1131bbe029f934: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.SUSHI.STATA_TOKEN") +- 0x123319636a6a9c85d9959399304f4cb23f64327e: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.GHST.STATA_TOKEN") +- 0x1a8969fd39abaf228e690b172c4c3eb7c67f95e1: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.BAL.STATA_TOKEN") +- 0x73b788aca5f4f0eeb3c6da453cdf31041a77b36d: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DPI.STATA_TOKEN") +- 0x02e26888ed3240bb38f26a2adf96af9b52b167ea: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.EURS.STATA_TOKEN") +- 0xd992dac78ef3f34614e6a7d325b7b6a320fc0ab5: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.jEUR.STATA_TOKEN") +- 0xd3eb8796ed36f58e03b7b4b5ad417fa74931d2c4: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.agEUR.STATA_TOKEN") +- 0x8486b49433cced038b51d18ae3772cdb7e31ca5e: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.miMATIC.STATA_TOKEN") +- 0x867a180b7060fdc27610dc9096e93534f638a315: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.stMATIC.STATA_TOKEN") +- 0xbcdd5709641af4be99b1470a2b3a5203539132ec: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.MaticX.STATA_TOKEN") +- 0x5274453f4cd5dd7280011a1cca3b9e1b78ec59a6: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.wstETH.STATA_TOKEN") +- 0x2dca80061632f3f87c9ca28364d1d0c30cd79a19: Contract (verified) (TransparentUpgradeableProxy) + +### Check: Check all targets do not contain selfdestruct :white_check_mark: + +#### Info + +- [0x045950811Ed7B157158B4316F0e2F04726E3b4fa](https://polygonscan.com/address/0x045950811Ed7B157158B4316F0e2F04726E3b4fa): Contract (looks safe) + +### Check: Check all touched contracts do not contain selfdestruct :white_check_mark: + +#### Warnings + +- [0xd73a92be73efbfcf3854433a5fcbabf9c1316073](https://polygonscan.com/address/0xd73a92be73efbfcf3854433a5fcbabf9c1316073): EOA (may have code later) +- [0x401b5d0294e23637c18fcc38b1bca814cda2637c](https://polygonscan.com/address/0x401b5d0294e23637c18fcc38b1bca814cda2637c): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Polygon.PAYLOADS_CONTROLLER") +- [0xdf7d0e6454db638881302729f5ba99936eaab233](https://polygonscan.com/address/0xdf7d0e6454db638881302729f5ba99936eaab233): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV2Polygon.POOL_ADMIN, AaveV3Polygon.ACL_ADMIN, GovernanceV3Polygon.EXECUTOR_LVL_1") +- [0x397202ab0b4e7c954ac0c493c00749c517210953](https://polygonscan.com/address/0x397202ab0b4e7c954ac0c493c00749c517210953): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.STATIC_A_TOKEN_FACTORY") +- [0x83c59636e602787a6eebbda2915217b416193fcb](https://polygonscan.com/address/0x83c59636e602787a6eebbda2915217b416193fcb): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DAI.STATA_TOKEN") +- [0x37868a45c6741616f9e5a189dc0481ad70056b6a](https://polygonscan.com/address/0x37868a45c6741616f9e5a189dc0481ad70056b6a): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.LINK.STATA_TOKEN") +- [0x1017f4a86fc3a3c824346d0b8c5e96a5029bdaf9](https://polygonscan.com/address/0x1017f4a86fc3a3c824346d0b8c5e96a5029bdaf9): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDC.STATA_TOKEN") +- [0xbc0f50ccb8514aa7dfeb297521c4bdebc9c7d22d](https://polygonscan.com/address/0xbc0f50ccb8514aa7dfeb297521c4bdebc9c7d22d): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WBTC.STATA_TOKEN") +- [0xb3d5af0a52a35692d3fcbe37669b3b8c31ddde7d](https://polygonscan.com/address/0xb3d5af0a52a35692d3fcbe37669b3b8c31ddde7d): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WETH.STATA_TOKEN") +- [0x87a1fdc4c726c459f597282be639a045062c0e46](https://polygonscan.com/address/0x87a1fdc4c726c459f597282be639a045062c0e46): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.USDT.STATA_TOKEN") +- [0xca2e1e33e5bcf4978e2d683656e1f5610f8c4a7e](https://polygonscan.com/address/0xca2e1e33e5bcf4978e2d683656e1f5610f8c4a7e): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.AAVE.STATA_TOKEN") +- [0x98254592408e389d1dd2dba318656c2c5c305b4e](https://polygonscan.com/address/0x98254592408e389d1dd2dba318656c2c5c305b4e): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.WMATIC.STATA_TOKEN") +- [0x4356941463ed4d75381ac23c9ef799b5d7c52ad8](https://polygonscan.com/address/0x4356941463ed4d75381ac23c9ef799b5d7c52ad8): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.CRV.STATA_TOKEN") +- [0xe3ede71d32240b7ec355f0e5dd1131bbe029f934](https://polygonscan.com/address/0xe3ede71d32240b7ec355f0e5dd1131bbe029f934): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.SUSHI.STATA_TOKEN") +- [0x123319636a6a9c85d9959399304f4cb23f64327e](https://polygonscan.com/address/0x123319636a6a9c85d9959399304f4cb23f64327e): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.GHST.STATA_TOKEN") +- [0x1a8969fd39abaf228e690b172c4c3eb7c67f95e1](https://polygonscan.com/address/0x1a8969fd39abaf228e690b172c4c3eb7c67f95e1): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.BAL.STATA_TOKEN") +- [0x73b788aca5f4f0eeb3c6da453cdf31041a77b36d](https://polygonscan.com/address/0x73b788aca5f4f0eeb3c6da453cdf31041a77b36d): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.DPI.STATA_TOKEN") +- [0x02e26888ed3240bb38f26a2adf96af9b52b167ea](https://polygonscan.com/address/0x02e26888ed3240bb38f26a2adf96af9b52b167ea): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.EURS.STATA_TOKEN") +- [0xd992dac78ef3f34614e6a7d325b7b6a320fc0ab5](https://polygonscan.com/address/0xd992dac78ef3f34614e6a7d325b7b6a320fc0ab5): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.jEUR.STATA_TOKEN") +- [0xd3eb8796ed36f58e03b7b4b5ad417fa74931d2c4](https://polygonscan.com/address/0xd3eb8796ed36f58e03b7b4b5ad417fa74931d2c4): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.agEUR.STATA_TOKEN") +- [0x8486b49433cced038b51d18ae3772cdb7e31ca5e](https://polygonscan.com/address/0x8486b49433cced038b51d18ae3772cdb7e31ca5e): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.miMATIC.STATA_TOKEN") +- [0x867a180b7060fdc27610dc9096e93534f638a315](https://polygonscan.com/address/0x867a180b7060fdc27610dc9096e93534f638a315): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.stMATIC.STATA_TOKEN") +- [0xbcdd5709641af4be99b1470a2b3a5203539132ec](https://polygonscan.com/address/0xbcdd5709641af4be99b1470a2b3a5203539132ec): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.MaticX.STATA_TOKEN") +- [0x5274453f4cd5dd7280011a1cca3b9e1b78ec59a6](https://polygonscan.com/address/0x5274453f4cd5dd7280011a1cca3b9e1b78ec59a6): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Polygon.ASSETS.wstETH.STATA_TOKEN") +- [0x2dca80061632f3f87c9ca28364d1d0c30cd79a19](https://polygonscan.com/address/0x2dca80061632f3f87c9ca28364d1d0c30cd79a19): Contract (with DELEGATECALL) + +#### Info + +- [0xb962dcd6d9f0bfb4cb2936c6c5e5c7c3f0d3c778](https://polygonscan.com/address/0xb962dcd6d9f0bfb4cb2936c6c5e5c7c3f0d3c778): Contract (looks safe) +- [0x045950811ed7b157158b4316f0e2f04726e3b4fa](https://polygonscan.com/address/0x045950811ed7b157158b4316f0e2f04726e3b4fa): Contract (looks safe) +- [0xb65308a8f4ce57a72f13312cecbaaf47601a574a](https://polygonscan.com/address/0xb65308a8f4ce57a72f13312cecbaaf47601a574a): Contract (looks safe) +- [0xd3cf979e676265e4f6379749dece4708b9a22476](https://polygonscan.com/address/0xd3cf979e676265e4f6379749dece4708b9a22476): Contract (looks safe)[:ghost:](https://github.com/bgd-labs/aave-address-book "MiscPolygon.PROXY_ADMIN") +