0x6c6d9a2ac42ad2601725234e25f30fb499688362
Verified contract
Proxy
Active on
Ethereum with 465 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 |
---|---|---|---|---|---|
SNX | ERC-20 | 0 | $2.58 |
$0 | |
WETH | ERC-20 | 0 | $3,734.14 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13644824 | 3 years ago | | | 0 | 0.048625083 | |
| 13632730 | 3 years ago | | | 0 | 0.036701815 | |
| 13585722 | 3 years ago | | | 0 | 0.073380509 | |
| 13584843 | 3 years ago | | | 0 | 0.092404557 | |
| 13529818 | 3 years ago | | | 0 | 0.049096770 | |
| 13529279 | 3 years ago | | | 0 | 0.075681790 | |
| 13529155 | 3 years ago | | | 0 | 0.049540166 | |
| 13528875 | 3 years ago | | | 0 | 0.061312081 | |
| 13528106 | 3 years ago | | | 0 | 0.092272500 | |
| 13528082 | 3 years ago | | | 0 | 0.10776700 |
ABI
ABI objects
Getter at block 21311573
controller() view returns (address)
0x45ee906e9cfae0aabdb194d6180a3a119d4376c4
feeRecipient() view returns (address)
0x487502f921ba3dadacf63dbf7a57a978c241b72c
lastBlockAccrued() view returns (uint256)
13644824
tokenA() view returns (address)
0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f
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.