LendingPair
Verified contract
Implementation
Active on
Ethereum with 0 txns
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
Balances ($0.00)
No balances found for "LendingPair"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "LendingPair"
ABI
ABI objects
Getter at block 21202328 feeRecipient() view returns (address)
controller() view returns (address)
0x0000000000000000000000000000000000000000
lastBlockAccrued() view returns (uint256)
0
tokenA() view returns (address)
0x0000000000000000000000000000000000000000
tokenB() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accountHealth(address _account) view returns (uint256)
accountInterestSnapshot(address, address) view returns (uint256)
borrowBalance(address _account, address _borrowedToken, address _returnToken) view returns (uint256)
borrowRatePerBlock(address _token) view returns (uint256)
checkAccountHealth(address _account) view
convertTokenValues(address _fromToken, address _toToken, uint256 _inputAmount) view returns (uint256)
cumulativeInterestRate(address) view returns (uint256)
debtOf(address, address) view returns (uint256)
lpToken(address) view returns (address)
pendingBorrowInterest(address _token, address _account) view returns (uint256)
pendingSupplyInterest(address _token, address _account) view returns (uint256)
supplyBalance(address _account, address _suppliedToken, address _returnToken) view returns (uint256)
supplyRatePerBlock(address _token) view returns (uint256)
totalDebt(address) view returns (uint256)
State-modifying
Events accrue()
accrueAccount(address _account)
borrow(address _token, uint256 _amount)
deposit(address _account, address _token, uint256 _amount)
depositRepay(address _account, address _token, uint256 _amount)
depositRepayETH(address _account) payable
initialize(address _lpTokenMaster, address _controller, address _tokenA, address _tokenB)
liquidateAccount(address _account, address _repayToken, uint256 _repayAmount, uint256 _minSupplyOutput)
repay(address _account, address _token, uint256 _amount)
repayAll(address _account, address _token)
repayAllETH(address _account) payable
withdraw(address _token, uint256 _amount)
withdrawAll(address _token)
withdrawAllETH()
withdrawBorrow(address _token, uint256 _amount)
withdrawBorrowETH(uint256 _amount)
Borrow(address indexed token, uint256 amount)
Deposit(address indexed account, address indexed token, uint256 amount)
Liquidation(address indexed account, address indexed repayToken, address indexed supplyToken, uint256 repayAmount, uint256 supplyAmount)
Repay(address indexed account, address indexed token, uint256 amount)
Withdraw(address indexed token, uint256 amount)
This contract contains no constructor objects.
receive()
This contract contains no error objects.