LendingPair
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
7
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 21185669
LIQ_MIN_HEALTH() view returns (uint256)
1000000000000000000
feeRecipient() view returns (address)
0x0000000000000000000000000000000000000000
lendingController() view returns (address)
0x0000000000000000000000000000000000000000
tokenA() view returns (address)
0x0000000000000000000000000000000000000000
tokenB() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
accountHealth(address _account) view returns (uint256)
borrowBalanceConverted(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)
debtOf(address _token, address _account) view returns (uint256)
debtSharesOf(address, address) view returns (uint256)
lastBlockAccrued(address) view returns (uint256)
lpToken(address) view returns (address)
pendingSystemFees(address) view returns (uint256)
supplyBalanceConverted(address _account, address _suppliedToken, address _returnToken) view returns (uint256)
supplyOf(address _token, address _account) view returns (uint256)
supplyRatePerBlock(address _token) view returns (uint256)
supplySharesOf(address, address) view returns (uint256)
totalDebtAmount(address) view returns (uint256)
totalDebtShares(address) view returns (uint256)
totalSupplyAmount(address) view returns (uint256)
totalSupplyShares(address) view returns (uint256)
uniPosition(address) view returns (uint256)
utilizationRate(address _token) view returns (uint256)
State-modifying
Events accrue(address _token)
borrow(address _recipient, address _token, uint256 _amount)
collectSystemFee(address _token, uint256 _amount)
deposit(address _account, address _token, uint256 _amount)
depositUniPosition(address _account, uint256 _positionID)
initialize(address _lpTokenMaster, address _lendingController, address _uniV3Helper, address _feeRecipient, address _tokenA, address _tokenB)
liquidateAccount(address _account, address _repayToken, uint256 _repayAmount)
onERC721Received(address _operator, address _user, uint256 _tokenId, bytes _data) returns (bytes4)
operate(uint256[] _actions, bytes[] _data) payable
repay(address _account, address _token, uint256 _maxAmount)
transferLp(address _token, address _from, address _to, uint256 _amount)
withdraw(address _recipient, address _token, uint256 _amount)
withdrawAll(address _recipient, address _token)
withdrawUniPosition()
Borrow(address indexed account, address indexed token, uint256 amount)
CollectSystemFee(address indexed token, uint256 amount)
Deposit(address indexed account, address indexed token, uint256 amount)
DepositUniPosition(address indexed account, uint256 positionID)
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 account, address indexed token, uint256 amount)
WithdrawUniPosition(address indexed account, uint256 positionID)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.