0xe1f5d495e56bfc1779131112a94a9c52ae1aff22
Unverified contract
Proxy
Active on
Ethereum with 73 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0dca…a81d
0x2ca9…6ca1
Balances ($359.07)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FXS | ERC-20 | 149.613968 | $2.40 |
$359.07 | |
WETH | ERC-20 | 0 | $3,118.35 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15289869 | 2 years ago | | | 0 | 0.00039642000 | |
| 14660311 | 3 years ago | | | 0 | 0.0066551169 | |
| 14408103 | 3 years ago | | | 0 | 0.011195879 | |
| 14401516 | 3 years ago | | | 0 | 0.0037890450 | |
| 14399833 | 3 years ago | | | 3.3628256 | 0.015854325 | |
| 14335736 | 3 years ago | | | 0 | 0.0097149163 | |
| 14335730 | 3 years ago | | | 1.9099847 | 0.0065504665 | |
| 14335725 | 3 years ago | | | 2.5 | 0.0095633060 | |
| 14316126 | 3 years ago | | | 0 | 0.0073314351 | |
| 14316117 | 3 years ago | | | 0 | 0.0066652073 |
ABI
ABI objects
Getter at block 21223105
LIQ_MIN_HEALTH() view returns (uint256)
1000000000000000000
feeRecipient() view returns (address)
0xf5d3684b34a4105a055092c41b526a3efee089df
lendingController() view returns (address)
0x2ca9b2cd3b50a4b11bc2ac73bc617aa5be9a6ca1
tokenA() view returns (address)
0x3432b6a60d23ca0dfca7761b7ab56459d9c964d0
tokenB() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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.