Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Latest commit

 

History

History
37 lines (37 loc) · 5.22 KB

File metadata and controls

37 lines (37 loc) · 5.22 KB
diff --git a/reports/POOL_IMPL_mainnet_storage.md b/reports/POOL_IMPL_storage.md
index 32b4fb3..4242f1b 100644
--- a/reports/POOL_IMPL_mainnet_storage.md
+++ b/reports/POOL_IMPL_storage.md
@@ -1,15 +1,15 @@
-| Name                            | Type                                                      | Slot | Offset | Bytes | Contract                                 |
-|---------------------------------|-----------------------------------------------------------|------|--------|-------|------------------------------------------|
-| lastInitializedRevision         | uint256                                                   | 0    | 0      | 32    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| initializing                    | bool                                                      | 1    | 0      | 1     | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| ______gap                       | uint256[50]                                               | 2    | 0      | 1600  | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _reserves                       | mapping(address => struct DataTypes.ReserveData)          | 52   | 0      | 32    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _usersConfig                    | mapping(address => struct DataTypes.UserConfigurationMap) | 53   | 0      | 32    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _reservesList                   | mapping(uint256 => address)                               | 54   | 0      | 32    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _eModeCategories                | mapping(uint8 => struct DataTypes.EModeCategory)          | 55   | 0      | 32    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _usersEModeCategory             | mapping(address => uint8)                                 | 56   | 0      | 32    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _bridgeProtocolFee              | uint256                                                   | 57   | 0      | 32    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _flashLoanPremiumTotal          | uint128                                                   | 58   | 0      | 16    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _flashLoanPremiumToProtocol     | uint128                                                   | 58   | 16     | 16    | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _maxStableRateBorrowSizePercent | uint64                                                    | 59   | 0      | 8     | src/downloads/mainnet/POOL_IMPL.sol:Pool |
-| _reservesCount                  | uint16                                                    | 59   | 8      | 2     | src/downloads/mainnet/POOL_IMPL.sol:Pool |
+| Name                            | Type                                                      | Slot | Offset | Bytes | Contract                                               |
+|---------------------------------|-----------------------------------------------------------|------|--------|-------|--------------------------------------------------------|
+| lastInitializedRevision         | uint256                                                   | 0    | 0      | 32    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| initializing                    | bool                                                      | 1    | 0      | 1     | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| ______gap                       | uint256[50]                                               | 2    | 0      | 1600  | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _reserves                       | mapping(address => struct DataTypes.ReserveData)          | 52   | 0      | 32    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _usersConfig                    | mapping(address => struct DataTypes.UserConfigurationMap) | 53   | 0      | 32    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _reservesList                   | mapping(uint256 => address)                               | 54   | 0      | 32    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _eModeCategories                | mapping(uint8 => struct DataTypes.EModeCategory)          | 55   | 0      | 32    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _usersEModeCategory             | mapping(address => uint8)                                 | 56   | 0      | 32    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _bridgeProtocolFee              | uint256                                                   | 57   | 0      | 32    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _flashLoanPremiumTotal          | uint128                                                   | 58   | 0      | 16    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _flashLoanPremiumToProtocol     | uint128                                                   | 58   | 16     | 16    | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _maxStableRateBorrowSizePercent | uint64                                                    | 59   | 0      | 8     | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |
+| _reservesCount                  | uint16                                                    | 59   | 8      | 2     | lib/aave-v3-core/contracts/protocol/pool/Pool.sol:Pool |