LendingPool

Verified contract

Active on Ethereum with 177 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LendingPool"

0xf5266f37ee61bb41ddc8c09268c1e6fcd2b7243d6d286fe3a5af45bee5f006a4
0x50e78fdd0f118893999a4a955adb68a5c77457fff9a7871938588e6077b5b516
0xb1030b9c544c8445c4814bebe3aa13f6b5a00f8c1ced99d6c91fefa56641ca99
0x4af65ac98711335905b269d954f007a94af48c089e712df9dadecb06832687c2
0x84c1af1b7e41be583abf6ac7c0101401766433583f38be22e304e061b1f9d898
0x9887f55c91ae2c1c69033e8e662db299aac8ed33574f2bbde25f1062c48df38e
0xbe7073729fa8807ba717591a80cc4171e454047f43dae8bcbccc878ac018ee8e
0xda18cb82355b0691f0ce4786b13077f906d3e64cfa124e7d7e561ebfc9a6509f
0x414ccfe016c8b2efcdbb383543927c8c82a0562b2597b34e4132e9bd13b59173
0xf5f3a510f3cd98e8f772aeb25abe42b883b500b052004561d549da39cd26f72a

Functions
Getter at block 21299008
borrowAPRMax(view returns (uint32)
1500
borrowAPRMin(view returns (uint32)
200
borrowInitFee(view returns (uint32)
200
 
calculateBorrowAPR(view returns (uint256)
custodian(view returns (address)
0x1be0818163f65b0bbeeca6f17066f6e121d85088
enabled(view returns (bool)
false
 
getAllWhitelistedPools(view returns (address[])
liquidateDefaultCapital(view returns (bool)
false
liquidateSlippage(view returns (uint32)
1000
liquidationLTV(view returns (uint32)
10
loanNFT(view returns (address)
0xeb5d3d7d2555f511a079350694d6827469d129a2
maxLTVOverall(view returns (uint32)
6000
maxLiquidationsPerUpkeep(view returns (uint32)
10
owner(view returns (address)
0x47c7c921adf8b09e24efac584e2064e34cbb1b6f
Read-only
calculateAPRFees(uint256 _amountETHBorroweduint256 _aprStartview returns (uint256)
checkUpkeep(bytesview returns (bool upkeepNeededbytes performData)
currentBorrowPerPool(addressview returns (uint256)
getETHBalance(address _walletview returns (uint256)
getLTVX96(uint256 _tokenIdview returns (uint256 ltvX96uint256 ltvWithFeesX96uint256 amountETHDepositedX96uint256 amountETHBorrowedX96)
loans(uint256view returns (uint256 createdaddress createdByuint256 aprStartaddress collateralPooluint256 amountDepositeduint256 amountETHBorrowed)
maxBorrowPerPool(addressview returns (uint256)
maxLTVOverride(addressview returns (uint32)
shouldLiquidateLoan(uint256 _tokenIdview returns (bool)
whitelistPools(addressview returns (bool)
State-modifying
borrow(uint256 _tokenIduint256 _amountETHBorrowing
deposit(uint256 _tokenIdaddress _pooluint256 _amount
depositAndBorrow(uint256 _tokenIdaddress _pooluint256 _amountDepositinguint256 _amountETHBorrowing
payBackLoan(uint256 _tokenIdpayable 
payBackLoanAndClose(uint256 _tokenIdpayable 
performUpkeep(bytes performData
renounceOwnership(
setBorrowAPRMax(uint32 _apr
setBorrowAPRMin(uint32 _apr
setBorrowInitFee(uint32 _fee
setEnabled(bool _enabled
setLiquidateDefaultCapital(bool _shouldLiq
setLiquidateSlippage(uint32 _slippage
setLiquidationLTV(uint32 _ltv
setMaxBorrowPerPool(address _pooluint256 _amountETH
setMaxLTVOverall(uint32 _ltv
setMaxLTVOverride(address _pooluint32 _ltv
setMaxLiquidationsPerUpkeep(uint32 _max
toggleWhitelistCollateralPool(address _pool
transferOwnership(address newOwner
withdraw(uint256 _tokenIduint256 _amount
Events
Borrow(address indexed walletuint256 indexed tokenIduint256 amountETH
DeleteLoan(uint256 indexed tokenId
Deposit(address indexed walletuint256 indexed tokenIduint256 amountCollateral
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
PayBackLoan(address indexed walletuint256 indexed tokenIduint256 amountDesireduint256 amountFees
Withdraw(address indexed walletuint256 indexed tokenIduint256 amountCollateral
Constructor
constructor(string _baseTokenURIaddress __swapRouteraddress __hypeaddress __twapUtilsaddress __lendingRewardsaddress __WETH
Fallback and receive
receive(
Errors

This contract contains no error objects.