LendingPair

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xf999278d at 12867483
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "LendingPair"

No transactions found for "LendingPair"


Functions
Getter at block 21202328
controller(view returns (address)
0x0000000000000000000000000000000000000000
 
feeRecipient(view returns (address)
lastBlockAccrued(view returns (uint256)
0
tokenA(view returns (address)
0x0000000000000000000000000000000000000000
tokenB(view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accountHealth(address _accountview returns (uint256)
accountInterestSnapshot(addressaddressview returns (uint256)
borrowBalance(address _accountaddress _borrowedTokenaddress _returnTokenview returns (uint256)
borrowRatePerBlock(address _tokenview returns (uint256)
checkAccountHealth(address _accountview 
convertTokenValues(address _fromTokenaddress _toTokenuint256 _inputAmountview returns (uint256)
cumulativeInterestRate(addressview returns (uint256)
debtOf(addressaddressview returns (uint256)
lpToken(addressview returns (address)
pendingBorrowInterest(address _tokenaddress _accountview returns (uint256)
pendingSupplyInterest(address _tokenaddress _accountview returns (uint256)
supplyBalance(address _accountaddress _suppliedTokenaddress _returnTokenview returns (uint256)
supplyRatePerBlock(address _tokenview returns (uint256)
totalDebt(addressview returns (uint256)
State-modifying
accrue(
accrueAccount(address _account
borrow(address _tokenuint256 _amount
deposit(address _accountaddress _tokenuint256 _amount
depositRepay(address _accountaddress _tokenuint256 _amount
depositRepayETH(address _accountpayable 
initialize(address _lpTokenMasteraddress _controlleraddress _tokenAaddress _tokenB
liquidateAccount(address _accountaddress _repayTokenuint256 _repayAmountuint256 _minSupplyOutput
repay(address _accountaddress _tokenuint256 _amount
repayAll(address _accountaddress _token
repayAllETH(address _accountpayable 
withdraw(address _tokenuint256 _amount
withdrawAll(address _token
withdrawAllETH(
withdrawBorrow(address _tokenuint256 _amount
withdrawBorrowETH(uint256 _amount
Events
Borrow(address indexed tokenuint256 amount
Deposit(address indexed accountaddress indexed tokenuint256 amount
Liquidation(address indexed accountaddress indexed repayTokenaddress indexed supplyTokenuint256 repayAmountuint256 supplyAmount
Repay(address indexed accountaddress indexed tokenuint256 amount
Withdraw(address indexed tokenuint256 amount
Constructor

This contract contains no constructor objects.

Fallback and receive
receive(
Errors

This contract contains no error objects.