0x17042a220b138b203f67fdf62fa7add8cb16ccaa
Verified contract
Proxy
Active on
Base with 5,076 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
0x0496…54ef
Balances ($0.00)
No balances found for "0x17042a220b138b203f67fdf62fa7add8cb16ccaa"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22123303 | a day ago | | | 0 | 0.0000033093611 | |
| 22110752 | a day ago | | | 0 | 0.0000019587926 | |
| 22109364 | a day ago | | | 0 | 0.0000033855243 | |
| 22108664 | a day ago | | | 0 | 0.0000018370958 | |
| 22096058 | 2 days ago | | | 0 | 0.0000033093611 | |
| 22064559 | 2 days ago | | | 0 | 0.0000014589184 | |
| 22060775 | 2 days ago | | | 0 | 7.7719651e-7 | |
| 22029263 | 3 days ago | | | 0 | 8.2136073e-7 | |
| 22014375 | 3 days ago | | | 0 | 0.0000016370526 | |
| 22009369 | 4 days ago | | | 0 | 0.0000011171181 |
ABI
ABI objects
Getter at block 22162954
LENDINGPOOL_REVISION() view returns (uint256)
1
MAX_NUMBER_RESERVES() view returns (uint256)
4
MAX_STABLE_RATE_BORROW_SIZE_PERCENT() view returns (uint256)
2500
getAddressesProvider() view returns (address)
0x0496f4c03e810b7f640437bc767f9b2209e454ef
getReservesList() view returns (address[])
[0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913, 0x6985884C4392D348587B19cb9eAAf157F13271cd]
isShutdown() view returns (bool)
false
paused() view returns (bool)
false
Read-only
getConfiguration(address asset) view returns (struct DataTypesReserveConfigurationMap)
getReserveData(address asset) view returns (struct DataTypesReserveData)
getReserveNormalizedIncome(address asset) view returns (uint256)
getReserveNormalizedVariableDebt(address asset) view returns (uint256)
getUserAccountData(address user) view returns (uint256 totalCollateral, uint256 totalDebt, uint256 availableBorrows, uint256 currentLiquidationThreshold, uint256 ltv, uint256 healthFactor)
getUserConfiguration(address user) view returns (struct DataTypesUserConfigurationMap)
State-modifying
Events borrow(address asset, uint256 amount, uint256 interestRateMode, uint16 referralCode, address onBehalfOf)
deposit(address asset, uint256 amount, address onBehalfOf, uint16 referralCode)
finalizeTransfer(address asset, address from, address to, uint256 amount, uint256 balanceFromBefore, uint256 balanceToBefore)
initReserve(address asset, address aTokenAddress, address stableDebtAddress, address variableDebtAddress, address interestRateStrategyAddress)
initialize(address provider)
liquidationCall(address collateralAsset, address debtAsset, address user, uint256 debtToCover, bool receiveAToken)
rebalanceStableBorrowRate(address asset, address user)
repay(address asset, uint256 amount, uint8 rateMode, address onBehalfOf) returns (uint256)
setConfiguration(address asset, uint256 configuration)
setPause(bool val)
setReserveInterestRateStrategyAddress(address asset, address rateStrategyAddress)
setUserUseReserveAsCollateral(address asset, bool useAsCollateral)
shutdown(uint256 badDebt)
swapBorrowRateMode(address asset, uint256 rateMode)
withdraw(address asset, uint256 amount, address to) returns (uint256)
Borrow(address indexed reserve, address user, address indexed onBehalfOf, uint256 amount, uint256 borrowRateMode, uint256 borrowRate, uint16 indexed referral)
Deposit(address indexed reserve, address user, address indexed onBehalfOf, uint256 amount, uint16 indexed referral)
EmergencyWithdrawal(address indexed user, uint256 usdAmountWithdrawn)
FlashLoan(address indexed target, address indexed initiator, address indexed asset, uint256 amount, uint256 premium, uint16 referralCode)
LiquidationCall(address indexed collateralAsset, address indexed debtAsset, address indexed user, uint256 debtToCover, uint256 liquidatedCollateralAmount, address liquidator, bool receiveAToken)
Paused()
RebalanceStableBorrowRate(address indexed reserve, address indexed user)
Repay(address indexed reserve, address indexed user, address indexed repayer, uint256 amount)
ReserveDataUpdated(address indexed reserve, uint256 liquidityRate, uint256 stableBorrowRate, uint256 variableBorrowRate, uint256 liquidityIndex, uint256 variableBorrowIndex)
ReserveUsedAsCollateralDisabled(address indexed reserve, address indexed user)
ReserveUsedAsCollateralEnabled(address indexed reserve, address indexed user)
Swap(address indexed reserve, address indexed user, uint256 rateMode)
Unpaused()
Withdraw(address indexed reserve, address indexed user, address indexed to, uint256 amount)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
PoolDisabled()