0x023735217A43724042055D0C365e108517EC69Cb
on Ethereum Testnet Goerli (5) (verification on this chain is deprecated)
- Contract Name
- LendingPool
- Compilation Target
- contracts/protocol/lendingpool/LendingPool.sol:LendingPool
- Language
- Solidity
- Compiler
- solc 0.6.12+commit.27d51765
- EVM Version
- istanbul
- Verified At
- 2024-08-12 09:01:19 UTC
- Deployer
- Deployment Transaction
- Block Number
- -1
- Transaction Index
- -1
ABI
Source Code
- contracts/interfaces/IAToken.sol
- contracts/interfaces/ILendingPool.sol
- contracts/interfaces/IStableDebtToken.sol
- contracts/interfaces/IPriceOracleGetter.sol
- contracts/interfaces/IVariableDebtToken.sol
- contracts/interfaces/IScaledBalanceToken.sol
- contracts/interfaces/IInitializableAToken.sol
- contracts/protocol/lendingpool/LendingPool.sol
- contracts/protocol/libraries/helpers/Errors.sol
- contracts/protocol/libraries/math/MathUtils.sol
- contracts/interfaces/IInitializableDebtToken.sol
- contracts/protocol/libraries/helpers/Helpers.sol
- contracts/protocol/libraries/math/WadRayMath.sol
- contracts/protocol/libraries/types/DataTypes.sol
- contracts/interfaces/IAaveIncentivesController.sol
- contracts/protocol/libraries/logic/GenericLogic.sol
- contracts/protocol/libraries/logic/ReserveLogic.sol
- contracts/protocol/libraries/math/PercentageMath.sol
- contracts/flashloan/interfaces/IFlashLoanReceiver.sol
- contracts/interfaces/IReserveInterestRateStrategy.sol
- contracts/protocol/lendingpool/LendingPoolStorage.sol
- contracts/interfaces/ILendingPoolAddressesProvider.sol
- contracts/protocol/libraries/logic/ValidationLogic.sol
- contracts/dependencies/openzeppelin/contracts/IERC20.sol
- contracts/dependencies/openzeppelin/contracts/Address.sol
- contracts/dependencies/openzeppelin/contracts/SafeMath.sol
- contracts/dependencies/openzeppelin/contracts/SafeERC20.sol
- contracts/protocol/libraries/configuration/UserConfiguration.sol
- contracts/protocol/libraries/configuration/ReserveConfiguration.sol
- contracts/protocol/libraries/aave-upgradeability/VersionedInitializable.sol
Compiler Settings
Libraries
This contract uses unverified libraries. Libraries can contain arbitrary code and should be verified before interacting with the contract.
Manually Linked Libraries
These libraries are linked manually on the bytecode after the compilation and not by the compiler. See Solidity docs
Name | Address |
---|---|
contracts/protocol/libraries/logic/ReserveLogic.sol:ReserveLogic | 0x0000000000000000000000000000000000000000 |
contracts/protocol/libraries/logic/ValidationLogic.sol:ValidationLogic | 0x0000000000000000000000000000000000000000 |
Contract Metadata
Creation Bytecode
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1

Runtime Bytecode
CBOR Auxdata
These values are what Sourcify extracted from the recompiled bytecode. If these values are different in the on-chain bytecode, they will show up in Transformations section.
CBOR Auxdata id: 1

Transformations
Library Transformations
Fully Qualified Name | Address | Byte Offsets |
---|---|---|
contracts/protocol/libraries/logic/ReserveLogic.sol:ReserveLogic | 0x0000000000000000000000000000000000000000 | 4066 |
contracts/protocol/libraries/logic/ValidationLogic.sol:ValidationLogic | 0x0000000000000000000000000000000000000000 | 1949,2750,3321,4278,7761,9032,12367 |
Storage Layout
Slot | Offset | Bytes | Label | Type | Contract |
---|---|---|---|---|---|
0 | 0 | 32 | lastInitializedRevision | uint256 | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
1 | 0 | 1 | initializing | bool | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
2 | 0 | 1600 | ______gap | uint256[50] | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
52 | 0 | 20 | _addressesProvider | contract ILendingPoolAddressesProvider | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
53 | 0 | 32 | _reserves | mapping(address ⇒ struct DataTypes.ReserveData) | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
54 | 0 | 32 | _usersConfig | mapping(address ⇒ struct DataTypes.UserConfigurationMap) | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
55 | 0 | 32 | _reservesList | mapping(uint256 ⇒ address) | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
56 | 0 | 32 | _reservesCount | uint256 | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
57 | 0 | 1 | _paused | bool | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
58 | 0 | 32 | _maxStableRateBorrowSizePercent | uint256 | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
59 | 0 | 32 | _flashLoanPremiumTotal | uint256 | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
60 | 0 | 32 | _maxNumberOfReserves | uint256 | contracts/protocol/lendingpool/LendingPool.sol:LendingPool |
Standard JSON Input
This isn't the original compiler JSON data. Generated for compatibility.
Standard JSON Output
This isn't the original compiler JSON data. Generated for compatibility.