0xf1fd5ae496f6ef1874fd8661b52d762b00686012
Unverified contract
Proxy
Active on
Ethereum with 122 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 ($76.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
gOHM | ERC-20 | 0.009657 | $4,474.34 |
$43.21 | |
WETH | ERC-20 | 0.010202 | $3,217.72 |
$32.83 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14953878 | 2 years ago | | | 0 | 0.022775478 | |
| 14874178 | 2 years ago | | | 0 | 0.0052864698 | |
| 14725234 | 3 years ago | | | 0 | 0.0057040054 | |
| 14712548 | 3 years ago | | | 0 | 0.0089985180 | |
| 14712285 | 3 years ago | | | 0 | 0.012254933 | |
| 14712282 | 3 years ago | | | 1.5569463 | 0.0070713048 | |
| 14711807 | 3 years ago | | | 0 | 0.0095813779 | |
| 14711768 | 3 years ago | | | 2.2700655 | 0.013103109 | |
| 14681549 | 3 years ago | | | 0 | 0.015106182 | |
| 14681295 | 3 years ago | | | 1.06 | 0.014604351 |
ABI
ABI objects
Getter at block 21165319
LIQ_MIN_HEALTH() view returns (uint256)
1000000000000000000
feeRecipient() view returns (address)
0xf5d3684b34a4105a055092c41b526a3efee089df
lendingController() view returns (address)
0x2ca9b2cd3b50a4b11bc2ac73bc617aa5be9a6ca1
tokenA() view returns (address)
0x0ab87046fbb341d058f17cbc4c1133f25a20a52f
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.