From 707405fe286f99d31bf519e232440868bdbb300b Mon Sep 17 00:00:00 2001 From: Cache bot Date: Thu, 21 Mar 2024 16:59:10 +0000 Subject: [PATCH] fix(cache): automatic cache update :robot: --- ...219E716793fb4b21548C0f009Ba3Af753ab01.json | 33 +++++++ ...219E716793fb4b21548C0f009Ba3Af753ab01.json | 22 +++++ cache/bookKeeping/lastFetchedBlocks.json | 2 +- cache/payload-states.json | 3 +- .../10.md | 88 +++++++++++++++++++ 5 files changed, 146 insertions(+), 2 deletions(-) create mode 100644 reports/payloads/8453/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01/10.md diff --git a/cache/8453/events/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json b/cache/8453/events/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json index f0ab0e067..e26852588 100644 --- a/cache/8453/events/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json +++ b/cache/8453/events/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json @@ -1135,5 +1135,38 @@ "logIndex": 1, "removed": false, "timestamp": 1710923235 + }, + { + "eventName": "PayloadCreated", + "args": { + "payloadId": 10, + "creator": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6", + "maximumAccessLevelRequired": 1, + "actions": [ + { + "target": "0xc03421E9a303a7635BfB995b142dF15a9A440Cbc", + "withDelegateCall": true, + "accessLevel": 1, + "value": "0", + "signature": "execute()", + "callData": "0x" + } + ] + }, + "address": "0x2dc219e716793fb4b21548c0f009ba3af753ab01", + "topics": [ + "0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5", + "0x000000000000000000000000000000000000000000000000000000000000000a", + "0x000000000000000000000000eaf6183bab3efd3bf856ac5c058431c8592394d6", + "0x0000000000000000000000000000000000000000000000000000000000000001" + ], + "data": "0x000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000020000000000000000000000000c03421e9a303a7635bfb995b142df15a9a440cbc00000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", + "blockNumber": "12125463", + "transactionHash": "0x258fa8702c840a633ca9cdc0504fb82bf1b1b6c4f34cb6a9d93527ddcb8615bc", + "transactionIndex": 2, + "blockHash": "0x1bec25f590a411adefdd40ce13428e44b315293931195632d878b5b954c313cc", + "logIndex": 4, + "removed": false, + "timestamp": 1711040273 } ] \ No newline at end of file diff --git a/cache/8453/payloads/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json b/cache/8453/payloads/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json index 5e7eb2856..b59d303ef 100644 --- a/cache/8453/payloads/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json +++ b/cache/8453/payloads/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01.json @@ -218,5 +218,27 @@ "callData": "0x" } ] + }, + "10": { + "creator": "0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6", + "maximumAccessLevelRequired": 1, + "state": 1, + "createdAt": 1711040273, + "queuedAt": 0, + "executedAt": 0, + "cancelledAt": 0, + "expirationTime": 1714064273, + "delay": 86400, + "gracePeriod": 604800, + "actions": [ + { + "target": "0xc03421E9a303a7635BfB995b142dF15a9A440Cbc", + "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 5ffef5b24..9249b4866 100644 --- a/cache/bookKeeping/lastFetchedBlocks.json +++ b/cache/bookKeeping/lastFetchedBlocks.json @@ -5,7 +5,7 @@ "1/payloads": "19484259", "10/payloads": "117719738", "42161/payloads": "192734678", - "8453/payloads": "12124444", + "8453/payloads": "12125488", "100/payloads": "33044476", "1088/payloads": "15577118", "56/payloads": "37168035", diff --git a/cache/payload-states.json b/cache/payload-states.json index b008ba4bc..a80d984e1 100644 --- a/cache/payload-states.json +++ b/cache/payload-states.json @@ -208,7 +208,8 @@ "6": 3, "7": 3, "8": 3, - "9": 1 + "9": 1, + "10": 1 } }, "42161": { diff --git a/reports/payloads/8453/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01/10.md b/reports/payloads/8453/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01/10.md new file mode 100644 index 000000000..9ed5a7db8 --- /dev/null +++ b/reports/payloads/8453/0x2DC219E716793fb4b21548C0f009Ba3Af753ab01/10.md @@ -0,0 +1,88 @@ +## Payload 10 on Base + +- Simulation: [https://dashboard.tenderly.co/me/simulator/0162cac8-f1ee-4381-a13a-33a225d3a2ff](https://dashboard.tenderly.co/me/simulator/0162cac8-f1ee-4381-a13a-33a225d3a2ff) +- creator: 0xEAF6183bAb3eFD3bF856Ac5C058431C8592394d6 +- maximumAccessLevelRequired: 1 +- state: 1(Created) +- actions: [{"target":"0xc03421E9a303a7635BfB995b142dF15a9A440Cbc","withDelegateCall":true,"accessLevel":1,"value":"0","signature":"execute()","callData":"0x"}] +- createdAt: [21/03/2024, 16:57:53](https://basescan.org/tx/0x258fa8702c840a633ca9cdc0504fb82bf1b1b6c4f34cb6a9d93527ddcb8615bc) + +### Check: Reports all state changes :white_check_mark: + +#### Info + + +TransparentUpgradeableProxy at `0x2DC219E716793fb4b21548C0f009Ba3Af753ab01`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.PAYLOADS_CONTROLLER") with implementation PayloadsController at `0x319D156eA750b20D5370ef7b348B6fF1ab5D0256` +```diff +@@ Slot `0x9dcb9783ba5cd0b54745f65f4f918525e461e91888c334e5342cb380ac558d53` @@ +- "0x0065fb14d20065fc67110201eaf6183bab3efd3bf856ac5c058431c8592394d6" ++ "0x0065fb14d20065fc67110301eaf6183bab3efd3bf856ac5c058431c8592394d6" +@@ Slot `0x9dcb9783ba5cd0b54745f65f4f918525e461e91888c334e5342cb380ac558d54` @@ +- "0x000000000000000000093a80000001518000662a8b9100000000000000000000" ++ "0x000000000000000000093a80000001518000662a8b9100000000000065fc673f" +``` + +TransparentUpgradeableProxy at `0x529467C76f234F2bD359d7ecF7c660A2846b04e2`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.CROSS_CHAIN_CONTROLLER") with implementation unknown contract name at `0x96F68837877fd0414B55050c9e794AECdBcfCA59` +```diff +@@ Slot `0x0000000000000000000000000000000000000000000000000000000000000071` @@ +- "0x0000000000000000000000000000000000000000000000000000000000000001" ++ "0x0000000000000000000000000000000000000000000000000000000000000002" +@@ Slot `0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc` @@ +- "0x00000000000000000000000096f68837877fd0414b55050c9e794aecdbcfca59" ++ "0x0000000000000000000000009b6f5ef589a3dd08670dd146c11c4fb33e04494f" +``` + + +### Check: Reports all events emitted from the proposal :white_check_mark: + +#### Info + +- TransparentUpgradeableProxy at `0x529467C76f234F2bD359d7ecF7c660A2846b04e2`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.CROSS_CHAIN_CONTROLLER") with implementation unknown contract name at `0x96F68837877fd0414B55050c9e794AECdBcfCA59` + - `Upgraded(implementation: 0x9b6f5ef589a3dd08670dd146c11c4fb33e04494f)` + - `Initialized(version: 2)` +- Executor at `0x9390B1735def18560c509E2d0bc090E9d6BA257a`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Base.ACL_ADMIN, GovernanceV3Base.EXECUTOR_LVL_1") + - `ExecutedAction(target: 0xc03421e9a303a7635bfb995b142df15a9a440cbc, value: 0, signature: execute(), data: 0x, executionTime: 1711040319, withDelegatecall: true, resultData: 0x)` +- TransparentUpgradeableProxy at `0x2DC219E716793fb4b21548C0f009Ba3Af753ab01`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.PAYLOADS_CONTROLLER") with implementation PayloadsController at `0x319D156eA750b20D5370ef7b348B6fF1ab5D0256` + - `PayloadExecuted(payloadId: 10)` + +### Check: Check all targets are verified on Etherscan :white_check_mark: + +#### Info + +- 0xc03421E9a303a7635BfB995b142dF15a9A440Cbc: Contract (not verified) + +### Check: Check all touched contracts are verified on Etherscan :white_check_mark: + +#### Info + +- 0xd73a92be73efbfcf3854433a5fcbabf9c1316073: EOA (verification not applicable) +- 0x2dc219e716793fb4b21548c0f009ba3af753ab01: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.PAYLOADS_CONTROLLER") +- 0x319d156ea750b20d5370ef7b348b6ff1ab5d0256: Contract (verified) (PayloadsController) +- 0x9390b1735def18560c509e2d0bc090e9d6ba257a: Contract (verified) (Executor) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Base.ACL_ADMIN, GovernanceV3Base.EXECUTOR_LVL_1") +- 0xc03421e9a303a7635bfb995b142df15a9a440cbc: Contract (verified) (AaveV3Base_UpdateADIImplementationAndCCIPAdapters_20240313) +- 0xc85b1e333aecc99340b2320493fe2d22b8734795: Contract (verified) (ProxyAdmin) [:ghost:](https://github.com/bgd-labs/aave-address-book "MiscBase.PROXY_ADMIN") +- 0x529467c76f234f2bd359d7ecf7c660a2846b04e2: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.CROSS_CHAIN_CONTROLLER") +- 0x9b6f5ef589a3dd08670dd146c11c4fb33e04494f: Contract (verified) (CrossChainControllerUpgradeRev2) + +### Check: Check all targets do not contain selfdestruct :white_check_mark: + +#### Info + +- [0xc03421E9a303a7635BfB995b142dF15a9A440Cbc](https://basescan.org/address/0xc03421E9a303a7635BfB995b142dF15a9A440Cbc): Contract (looks safe) + +### Check: Check all touched contracts do not contain selfdestruct :white_check_mark: + +#### Warnings + +- [0xd73a92be73efbfcf3854433a5fcbabf9c1316073](https://basescan.org/address/0xd73a92be73efbfcf3854433a5fcbabf9c1316073): EOA (may have code later) +- [0x2dc219e716793fb4b21548c0f009ba3af753ab01](https://basescan.org/address/0x2dc219e716793fb4b21548c0f009ba3af753ab01): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.PAYLOADS_CONTROLLER") +- [0x9390b1735def18560c509e2d0bc090e9d6ba257a](https://basescan.org/address/0x9390b1735def18560c509e2d0bc090e9d6ba257a): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Base.ACL_ADMIN, GovernanceV3Base.EXECUTOR_LVL_1") +- [0x529467c76f234f2bd359d7ecf7c660a2846b04e2](https://basescan.org/address/0x529467c76f234f2bd359d7ecf7c660a2846b04e2): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Base.CROSS_CHAIN_CONTROLLER") +- [0x9b6f5ef589a3dd08670dd146c11c4fb33e04494f](https://basescan.org/address/0x9b6f5ef589a3dd08670dd146c11c4fb33e04494f): Contract (with DELEGATECALL) + +#### Info + +- [0x319d156ea750b20d5370ef7b348b6ff1ab5d0256](https://basescan.org/address/0x319d156ea750b20d5370ef7b348b6ff1ab5d0256): Contract (looks safe) +- [0xc03421e9a303a7635bfb995b142df15a9a440cbc](https://basescan.org/address/0xc03421e9a303a7635bfb995b142df15a9a440cbc): Contract (looks safe) +- [0xc85b1e333aecc99340b2320493fe2d22b8734795](https://basescan.org/address/0xc85b1e333aecc99340b2320493fe2d22b8734795): Contract (looks safe)[:ghost:](https://github.com/bgd-labs/aave-address-book "MiscBase.PROXY_ADMIN") +