CompoundLeverage
Verified contract
Active on
Ethereum with 173 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x8f15…0bb3
-
variable spans 1 additional slot
0xb53c…c8c5
Balances ($0.00)
No balances found for "CompoundLeverage"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18603193 | a year ago | | | 0 | 0.0058335882 | |
| 18590785 | a year ago | | | 0 | 0.014861292 | |
| 18554721 | a year ago | | | 0 | 0.011201025 | |
| 18524871 | a year ago | | | 0 | 0.0082998087 | |
| 18518666 | a year ago | | | 0 | 0.012925349 | |
| 18482698 | a year ago | | | 0 | 0.0075727153 | |
| 18453179 | a year ago | | | 0 | 0.0041140713 | |
| 18441625 | a year ago | | | 0 | 0.0064326005 | |
| 18405622 | a year ago | | | 0 | 0.0032855003 | |
| 18374873 | a year ago | | | 0 | 0.0023104526 |
ABI
ABI objects
Getter at block 21295057 currentBorrowRatio() view returns (uint256) getPosition() view returns (uint256 _supply, uint256 _borrow) tvl() view returns (uint256)
NAME() view returns (string)
Compound_Leverage_DAI
VERSION() view returns (string)
5.0.0
collateral() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
collateralToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
comptroller() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
dyDxMarketId() view returns (uint256)
0
feeCollector() view returns (address)
0x45ff0e3bd649a1d4b78982c8eeae0839aaa7f84f
isAaveActive() view returns (bool)
false
isDyDxActive() view returns (bool)
false
keepers() view returns (address[])
[0x76d266DFD3754f090488ae12F6Bd115cD7E77eBD, 0xdf826ff6518e609E4cEE86299d40611C148099d5, 0x1CbfaE0367a9B1e4Ac2c158E57B5F00cCb337271, 0xf7364E230EA0e5CC41E6Cd4E2a30A26Ca1850b73]
maxBorrowRatio() view returns (uint256)
6000
minBorrowRatio() view returns (uint256)
5000
pool() view returns (address)
0x0538c8bac84e95a9df8ac10aad17dbe81b9e36ee
receiptToken() view returns (address)
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643
rewardToken() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
swapper() view returns (address)
0x8f156189a3cd28dfc8fb7bbbace58f98f09c0bb3
token() view returns (address)
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643
Read-only
isReservedToken(address _token) view returns (bool)
State-modifying
Events addKeeper(address _keeperAddress)
approveToken()
callFunction(address _sender, struct AccountInfo, bytes _callData)
claimAndSwapRewards(uint256 _minAmountOut) returns (uint256 _amountOut)
executeOperation(address[], uint256[] _amounts, uint256[] _premiums, address _initiator, bytes _data) returns (bool)
migrate(address _newStrategy)
rebalance() returns (uint256 _profit, uint256 _loss, uint256 _payback)
removeKeeper(address _keeperAddress)
sweepERC20(address _fromToken)
updateAaveStatus(bool _status)
updateBorrowRatio(uint256 _minBorrowRatio, uint256 _maxBorrowRatio)
updateDyDxStatus(bool _status)
updateFeeCollector(address _feeCollector)
updateSwapper(address _swapper)
withdraw(uint256 _amount)
UpdatedBorrowRatio(uint256 previousMinBorrowRatio, uint256 newMinBorrowRatio, uint256 previousMaxBorrowRatio, uint256 newMaxBorrowRatio)
UpdatedFeeCollector(address indexed previousFeeCollector, address indexed newFeeCollector)
UpdatedSwapper(address indexed oldSwapper, address indexed newSwapper)
constructor(address _pool, address _swapper, address _comptroller, address _rewardToken, address _aaveAddressesProvider, address _receiptToken, string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.