AaveV3Helper
Verified contract
Active on
Ethereum with 0 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
No balances found for "AaveV3Helper"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AaveV3Helper"
ABI
ABI objects
Getter at block 21177967
REFERRAL_CODE() view returns (uint16)
0
Read-only
getLTV(address pool, address user) view returns (uint256 ltv)
getOraclePriceRatio(address pool, address tokenAddress, address toTokenAddress) view returns (uint256, uint256)
getTotalCollateral(address pool, address asset) view returns (uint256)
getTotalStableDebt(address pool, address underlyingAsset) view returns (uint256 stableDebt)
getTotalVariableDebt(address pool, address underlyingAsset) view returns (uint256)
State-modifying
Events This contract contains no state-modifying function objects.
This contract contains no event objects.
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
InvalidERC20Address()