0x8c8d4e31a7b1de9cc151eb1b5c95d027b85f7a75
Verified contract
Proxy
Active on
Ethereum with 452 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 |
---|---|---|---|---|---|
AAVE | ERC-20 | 0 | $172.98 |
$0 | |
WETH | ERC-20 | 0 | $3,341.63 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13695268 | 3 years ago | | | 0 | 0.039787195 | |
| 13585852 | 3 years ago | | | 0 | 0.055398734 | |
| 13527056 | 3 years ago | | | 0 | 0.066705124 | |
| 13525672 | 3 years ago | | | 2.53 | 0.057015090 | |
| 13525071 | 3 years ago | | | 0 | 0.099878091 | |
| 13524783 | 3 years ago | | | 7.25 | 0.060627512 | |
| 13523816 | 3 years ago | | | 0 | 0.056379884 | |
| 13523803 | 3 years ago | | | 0 | 0.072754352 | |
| 13521205 | 3 years ago | | | 0 | 0.12053617 | |
| 13520826 | 3 years ago | | | 0 | 0.069660109 |
ABI
ABI objects
Getter at block 21272917
controller() view returns (address)
0x45ee906e9cfae0aabdb194d6180a3a119d4376c4
feeRecipient() view returns (address)
0x487502f921ba3dadacf63dbf7a57a978c241b72c
lastBlockAccrued() view returns (uint256)
13695268
tokenA() view returns (address)
0x7fc66500c84a76ad7e9c93437bfc5ac33e2ddae9
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.