TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 14,105 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 48 additional slots
14 additional
variables
Balances ($126,418,456.11)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aWETH | ERC-20 | 16.657362K | $3,293.53 |
$54,861,520.78 | |
aSTETH | ERC-20 | 11.550236K | $3,293.12 |
$38,036,311.83 | |
aWBTC | ERC-20 | 330.554691 | $97,136.00 |
$32,108,760.48 | |
aUSDT | ERC-20 | 1.053095M | $0.999931 |
$1,053,022.8 | |
aUSDC | ERC-20 | 356.20118K | $0.998577 |
$355,694.31 | |
aCRV | ERC-20 | 6.769906K | $0.450285 |
$3,048.39 | |
USDT | ERC-20 | 97.416397 | $1.001 |
$97.51 | |
WBTC | ERC-20 | 0 | $98,652.00 |
$0.01 | |
CRE | ERC-20 | 1 | $0.006178 |
$0.01 | |
USDC | ERC-20 | 0.000011 | $0.999931 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242251 | 10 hours ago | | | 0 | 0.019074877 | |
| 21239251 | 20 hours ago | | | 0 | 0.017209774 | |
| 21235619 | a day ago | | | 0 | 0.012583502 | |
| 21231600 | 2 days ago | | | 0 | 0.015466849 | |
| 21231594 | 2 days ago | | | 0 | 0.0053906946 | |
| 21228460 | 2 days ago | | | 0 | 0.0038017168 | |
| 21226590 | 3 days ago | | | 0 | 0.0078985816 | |
| 21226520 | 3 days ago | | | 0 | 0.012725865 | |
| 21223631 | 3 days ago | | | 0 | 0.013631449 | |
| 21222104 | 3 days ago | | | 0 | 0.031106178 |
ABI
ABI objects
Getter at block 21245143
BORROWING_MASK() view returns (bytes32)
0x5555555555555555555555555555555555555555555555555555555555555555
DEFAULT_LIQUIDATION_CLOSE_FACTOR() view returns (uint256)
5000
HEALTH_FACTOR_LIQUIDATION_THRESHOLD() view returns (uint256)
1000000000000000000
MAX_BASIS_POINTS() view returns (uint16)
10000
MAX_NB_OF_MARKETS() view returns (uint256)
128
NO_REFERRAL_CODE() view returns (uint8)
0
ONE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000001
ST_ETH() view returns (address)
0xae7ab96520de3a18e5e111b5eaab095312d7fe84
ST_ETH_BASE_REBASE_INDEX() view returns (uint256)
1086492192583716523804482274
VARIABLE_INTEREST_MODE() view returns (uint8)
2
aaveIncentivesController() view returns (address)
0x0000000000000000000000000000000000000000
addressesProvider() view returns (address)
0xb53c1a33016b2dc2ff3653530bff1848a515c8c5
defaultMaxGasForMatching() view returns (uint64 supply, uint64 borrow, uint64 withdraw, uint64 repay)
(supply=100000, borrow=100000, withdraw=100000, repay=100000)
entryPositionsManager() view returns (address)
0x029ee1af5bafc481f9e8fbed5164253f1266b968
exitPositionsManager() view returns (address)
0xfd9b1ad429667d27ce666ea800f828b931a974d2
getMarketsCreated() view returns (address[])
[0x028171bCA77440897B824Ca71D1c56caC55b68A3, 0x030bA81f1c18d280636F32af80b9AAd02Cf0854e, 0xBcca60bB61934080951369a648Fb03DF4F96263C, 0x3Ed3B47Dd13EC9a98b44e6204A523E766B225811, 0x9ff58f4fFB29fA2266Ab25e75e2A8b3503311656, 0x1982b2F5814301d4e9a8b0201555376e62F82428, 0x8dAE6Cb04688C62d939ed9B68d32Bc62e49970b1]
incentivesVault() view returns (address)
0x0000000000000000000000000000000000000000
interestRatesManager() view returns (address)
0xf8486baaaaefe895ceee2db56d8007bd29b19e50
isClaimRewardsPaused() view returns (bool)
false
maxSortedUsers() view returns (uint256)
8
owner() view returns (address)
0x0b9915c13e8e184951df0d9c0b104f8f1277648b
pool() view returns (address)
0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9
rewardsManager() view returns (address)
0x0000000000000000000000000000000000000000
treasuryVault() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
borrowBalanceInOf(address, address) view returns (uint256 inP2P, uint256 onPool)
borrowMask(address) view returns (bytes32)
deltas(address) view returns (uint256 p2pSupplyDelta, uint256 p2pBorrowDelta, uint256 p2pSupplyAmount, uint256 p2pBorrowAmount)
getHead(address _poolToken, uint8 _positionType) view returns (address head)
getNext(address _poolToken, uint8 _positionType, address _user) view returns (address next)
market(address) view returns (address underlyingToken, uint16 reserveFactor, uint16 p2pIndexCursor, bool isCreated, bool isPaused, bool isPartiallyPaused, bool isP2PDisabled)
marketPauseStatus(address) view returns (bool isSupplyPaused, bool isBorrowPaused, bool isWithdrawPaused, bool isRepayPaused, bool isLiquidateCollateralPaused, bool isLiquidateBorrowPaused, bool isDeprecated)
p2pBorrowIndex(address) view returns (uint256)
p2pSupplyIndex(address) view returns (uint256)
poolIndexes(address) view returns (uint32 lastUpdateTimestamp, uint112 poolSupplyIndex, uint112 poolBorrowIndex)
supplyBalanceInOf(address, address) view returns (uint256 inP2P, uint256 onPool)
userMarkets(address) view returns (bytes32)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
borrow(address _poolToken, uint256 _amount)
borrow(address _poolToken, uint256 _amount, uint256 _maxGasForMatching)
claimRewards(address[], bool) returns (uint256)
claimToTreasury(address[] _poolTokens, uint256[] _amounts)
createMarket(address _underlyingToken, uint16 _reserveFactor, uint16 _p2pIndexCursor)
increaseP2PDeltas(address _poolToken, uint256 _amount)
initialize(address _entryPositionsManager, address _exitPositionsManager, address _interestRatesManager, address _lendingPoolAddressesProvider, struct TypesMaxGasForMatching _defaultMaxGasForMatching, uint256 _maxSortedUsers)
liquidate(address _poolTokenBorrowed, address _poolTokenCollateral, address _borrower, uint256 _amount)
renounceOwnership()
repay(address _poolToken, address _onBehalf, uint256 _amount)
repay(address _poolToken, uint256 _amount)
setDefaultMaxGasForMatching(struct TypesMaxGasForMatching _defaultMaxGasForMatching)
setEntryPositionsManager(address _entryPositionsManager)
setExitPositionsManager(address _exitPositionsManager)
setInterestRatesManager(address _interestRatesManager)
setIsBorrowPaused(address _poolToken, bool _isPaused)
setIsDeprecated(address _poolToken, bool _isDeprecated)
setIsLiquidateBorrowPaused(address _poolToken, bool _isPaused)
setIsLiquidateCollateralPaused(address _poolToken, bool _isPaused)
setIsP2PDisabled(address _poolToken, bool _isP2PDisabled)
setIsPausedForAllMarkets(bool _isPaused)
setIsRepayPaused(address _poolToken, bool _isPaused)
setIsSupplyPaused(address _poolToken, bool _isPaused)
setIsWithdrawPaused(address _poolToken, bool _isPaused)
setMaxSortedUsers(uint256 _newMaxSortedUsers)
setP2PIndexCursor(address _poolToken, uint16 _p2pIndexCursor)
setReserveFactor(address _poolToken, uint16 _newReserveFactor)
setTreasuryVault(address _treasuryVault)
supply(address _poolToken, address _onBehalf, uint256 _amount)
supply(address _poolToken, address _onBehalf, uint256 _amount, uint256 _maxGasForMatching)
supply(address _poolToken, uint256 _amount)
transferOwnership(address newOwner)
updateIndexes(address _poolToken)
withdraw(address _poolToken, uint256 _amount)
withdraw(address _poolToken, uint256 _amount, address _receiver)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
DefaultMaxGasForMatchingSet(struct TypesMaxGasForMatching _defaultMaxGasForMatching)
EntryPositionsManagerSet(address indexed _entryPositionsManager)
ExitPositionsManagerSet(address indexed _exitPositionsManager)
InterestRatesSet(address indexed _interestRatesManager)
IsBorrowPausedSet(address indexed _poolToken, bool _isPaused)
IsDeprecatedSet(address indexed _poolToken, bool _isDeprecated)
IsLiquidateBorrowPausedSet(address indexed _poolToken, bool _isPaused)
IsLiquidateCollateralPausedSet(address indexed _poolToken, bool _isPaused)
IsRepayPausedSet(address indexed _poolToken, bool _isPaused)
IsSupplyPausedSet(address indexed _poolToken, bool _isPaused)
IsWithdrawPausedSet(address indexed _poolToken, bool _isPaused)
MarketCreated(address indexed _poolToken, uint16 _reserveFactor, uint16 _p2pIndexCursor)
MaxSortedUsersSet(uint256 _newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
P2PIndexCursorSet(address indexed _poolToken, uint16 _newValue)
P2PStatusSet(address indexed _poolToken, bool _isP2PDisabled)
ReserveFactorSet(address indexed _poolToken, uint16 _newValue)
ReserveFeeClaimed(address indexed _poolToken, uint256 _amountClaimed)
TreasuryVaultSet(address indexed _newTreasuryVaultAddress)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
BorrowNotPaused()
ExceedsMaxBasisPoints()
MarketAlreadyCreated()
MarketIsDeprecated()
MarketIsNotListedOnAave()
MarketNotCreated()
MaxNumberOfMarkets()
MaxSortedUsersCannotBeZero()
ZeroAddress()