0xa10cc873310a85a9a14d9a27bbaf27f5e6eb1ffc
Verified contract
Proxy
Active on
Ethereum with 300 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
0x45ee…76c4
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
1INCH | ERC-20 | 0 | $0.314109 |
$0 | |
WETH | ERC-20 | 0 | $3,177.80 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13585053 | 3 years ago | | | 0 | 0.081348432 | |
| 13529273 | 3 years ago | | | 0 | 0.049667140 | |
| 13529174 | 3 years ago | | | 0 | 0.046142280 | |
| 13528479 | 3 years ago | | | 0 | 0.052361021 | |
| 13528339 | 3 years ago | | | 0 | 0.053227424 | |
| 13523841 | 3 years ago | | | 0 | 0.053685500 | |
| 13518828 | 3 years ago | | | 13.705 | 0.054967028 | |
| 13518810 | 3 years ago | | | 0 | 0.11628445 | |
| 13518789 | 3 years ago | | | 0 | 0.056956008 | |
| 13517717 | 3 years ago | | | 0 | 0.051783104 |
ABI
ABI objects
Getter at block 21202328
controller() view returns (address)
0x45ee906e9cfae0aabdb194d6180a3a119d4376c4
feeRecipient() view returns (address)
0x487502f921ba3dadacf63dbf7a57a978c241b72c
lastBlockAccrued() view returns (uint256)
13585053
tokenA() view returns (address)
0x111111111117dc0aa78b770fa6a738034120c302
tokenB() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
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.