Skip to content

Commit

Permalink
fix(cache): automatic cache update 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
Cache bot committed Feb 29, 2024
1 parent 2ab68ef commit 5d6deb5
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 2 deletions.
33 changes: 33 additions & 0 deletions cache/42161/events/0x89644CA1bB8064760312AE4F03ea41b05dA3637C.json
Original file line number Diff line number Diff line change
Expand Up @@ -1375,5 +1375,38 @@
"logIndex": 3,
"removed": false,
"timestamp": 1709134565
},
{
"eventName": "PayloadCreated",
"args": {
"payloadId": 12,
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"actions": [
{
"target": "0x1f16398Cb27c744bD87008aaEC801FC810271543",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
},
"address": "0x89644ca1bb8064760312ae4f03ea41b05da3637c",
"topics": [
"0x1e4588da4731f84a598f061ee45829a6450aa00aa28962657b6835641afbbac5",
"0x000000000000000000000000000000000000000000000000000000000000000c",
"0x00000000000000000000000057ab7ee15ce5ecacb1ab84ee42d5a9d0d8112922",
"0x0000000000000000000000000000000000000000000000000000000000000001"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000001f16398cb27c744bd87008aaec801fc81027154300000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000c00000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000965786563757465282900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockNumber": "185653304",
"transactionHash": "0xfb12e830da085434a28c128936fabb5eb0a1b3c17a275051a772617db71553fe",
"transactionIndex": 1,
"blockHash": "0x593f468510295c39e62e1d35c1758f3b7df2064a7da45d344f2721c55101b738",
"logIndex": 0,
"removed": false,
"timestamp": 1709204256
}
]
Original file line number Diff line number Diff line change
Expand Up @@ -262,5 +262,27 @@
"callData": "0x"
}
]
},
"12": {
"creator": "0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922",
"maximumAccessLevelRequired": 1,
"state": 1,
"createdAt": 1709204256,
"queuedAt": 0,
"executedAt": 0,
"cancelledAt": 0,
"expirationTime": 1712228256,
"delay": 86400,
"gracePeriod": 604800,
"actions": [
{
"target": "0x1f16398Cb27c744bD87008aaEC801FC810271543",
"withDelegateCall": true,
"accessLevel": 1,
"value": "0",
"signature": "execute()",
"callData": "0x"
}
]
}
}
2 changes: 1 addition & 1 deletion cache/bookKeeping/lastFetchedBlocks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"43114/payloads": "41293538",
"1/payloads": "19331845",
"10/payloads": "116802728",
"42161/payloads": "185386389",
"42161/payloads": "185656168",
"8453/payloads": "11207511",
"100/payloads": "32199876",
"1088/payloads": "14138451",
Expand Down
3 changes: 2 additions & 1 deletion cache/payload-states.json
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@
"8": 3,
"9": 3,
"10": 3,
"11": 3
"11": 3,
"12": 1
}
},
"43114": {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
## Payload 12 on Arbitrum One

- Simulation: [https://dashboard.tenderly.co/me/simulator/ee920413-60ee-434f-ab5a-08e3e74131a9](https://dashboard.tenderly.co/me/simulator/ee920413-60ee-434f-ab5a-08e3e74131a9)
- creator: 0x57ab7ee15cE5ECacB1aB84EE42D5A9d0d8112922
- maximumAccessLevelRequired: 1
- state: 1(Created)
- actions: [{"target":"0x1f16398Cb27c744bD87008aaEC801FC810271543","withDelegateCall":true,"accessLevel":1,"value":"0","signature":"execute()","callData":"0x"}]
- createdAt: [29/02/2024, 10:57:36](https://arbiscan.io/tx/0xfb12e830da085434a28c128936fabb5eb0a1b3c17a275051a772617db71553fe)

### Check: Reports all state changes :white_check_mark:

#### Info


EmissionManager at `0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Arbitrum.EMISSION_MANAGER")
```diff
@@ `_emissionAdmins` key `0x5979d7b546e38e414f7e9822514be443a4800529` @@
- 0x0000000000000000000000000000000000000000
+ 0xc18f11735c6a1941431ccc5bcf13af0a052a5022

```


### Check: Reports all events emitted from the proposal :white_check_mark:

#### Info

- EmissionManager at `0x048f2228D7Bf6776f99aB50cB1b1eaB4D1d4cA73`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Arbitrum.EMISSION_MANAGER")
- `EmissionAdminUpdated(reward: 0x5979d7b546e38e414f7e9822514be443a4800529, oldAdmin: 0x0000000000000000000000000000000000000000, newAdmin: 0xc18f11735c6a1941431ccc5bcf13af0a052a5022)`
- Executor at `0xFF1137243698CaA18EE364Cc966CF0e02A4e6327`[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Arbitrum.ACL_ADMIN, GovernanceV3Arbitrum.EXECUTOR_LVL_1")
- `ExecutedAction(target: 0x1f16398cb27c744bd87008aaec801fc810271543, value: 0, signature: execute(), data: 0x, executionTime: 1709204990, withDelegatecall: true, resultData: 0x)`
- TransparentUpgradeableProxy at `0x89644CA1bB8064760312AE4F03ea41b05dA3637C`[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Arbitrum.PAYLOADS_CONTROLLER") with implementation PayloadsController at `0x118DFD5418890c0332042ab05173Db4A2C1d283c`
- `PayloadExecuted(payloadId: 12)`

### Check: Check all targets are verified on Etherscan :white_check_mark:

#### Info

- 0x1f16398Cb27c744bD87008aaEC801FC810271543: Contract (not verified)

### Check: Check all touched contracts are verified on Etherscan :white_check_mark:

#### Info

- 0xd73a92be73efbfcf3854433a5fcbabf9c1316073: EOA (verification not applicable)
- 0x89644ca1bb8064760312ae4f03ea41b05da3637c: Contract (verified) (TransparentUpgradeableProxy) [:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Arbitrum.PAYLOADS_CONTROLLER")
- 0x118dfd5418890c0332042ab05173db4a2c1d283c: Contract (verified) (PayloadsController)
- 0xff1137243698caa18ee364cc966cf0e02a4e6327: Contract (verified) (Executor) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Arbitrum.ACL_ADMIN, GovernanceV3Arbitrum.EXECUTOR_LVL_1")
- 0x1f16398cb27c744bd87008aaec801fc810271543: Contract (verified) (AaveV3Arbitrum_SetLiquidityObservationLabsAsEmissionManagerForWstETHOnV3Markets_20240206)
- 0x048f2228d7bf6776f99ab50cb1b1eab4d1d4ca73: Contract (verified) (EmissionManager) [:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Arbitrum.EMISSION_MANAGER")

### Check: Check all targets do not contain selfdestruct :white_check_mark:

#### Info

- [0x1f16398Cb27c744bD87008aaEC801FC810271543](https://arbiscan.io/address/0x1f16398Cb27c744bD87008aaEC801FC810271543): Contract (looks safe)

### Check: Check all touched contracts do not contain selfdestruct :white_check_mark:

#### Warnings

- [0xd73a92be73efbfcf3854433a5fcbabf9c1316073](https://arbiscan.io/address/0xd73a92be73efbfcf3854433a5fcbabf9c1316073): EOA (may have code later)
- [0x89644ca1bb8064760312ae4f03ea41b05da3637c](https://arbiscan.io/address/0x89644ca1bb8064760312ae4f03ea41b05da3637c): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "GovernanceV3Arbitrum.PAYLOADS_CONTROLLER")
- [0xff1137243698caa18ee364cc966cf0e02a4e6327](https://arbiscan.io/address/0xff1137243698caa18ee364cc966cf0e02a4e6327): Contract (with DELEGATECALL)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Arbitrum.ACL_ADMIN, GovernanceV3Arbitrum.EXECUTOR_LVL_1")

#### Info

- [0x118dfd5418890c0332042ab05173db4a2c1d283c](https://arbiscan.io/address/0x118dfd5418890c0332042ab05173db4a2c1d283c): Contract (looks safe)
- [0x1f16398cb27c744bd87008aaec801fc810271543](https://arbiscan.io/address/0x1f16398cb27c744bd87008aaec801fc810271543): Contract (looks safe)
- [0x048f2228d7bf6776f99ab50cb1b1eab4d1d4ca73](https://arbiscan.io/address/0x048f2228d7bf6776f99ab50cb1b1eab4d1d4ca73): Contract (looks safe)[:ghost:](https://github.com/bgd-labs/aave-address-book "AaveV3Arbitrum.EMISSION_MANAGER")

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## Raw diff

```json
{}
```

0 comments on commit 5d6deb5

Please sign in to comment.