CompoundStrategy
Verified contract
Active on
Ethereum with 48 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xe382…2710
-
variable spans 1 additional slot
Balances ($114,863.23)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cLINK | ERC-20 | 200.236436K | $0.573638 |
$114,863.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18562374 | a year ago | | | 0 | 0.016844947 | |
| 18461770 | a year ago | | | 0 | 0.0058668714 | |
| 18361432 | a year ago | | | 0 | 0.0029064359 | |
| 18261042 | a year ago | | | 0 | 0.0033950316 | |
| 18004202 | a year ago | | | 0 | 0.0054319667 | |
| 17847268 | a year ago | | | 0 | 0.0070933542 | |
| 17746870 | a year ago | | | 0 | 0.0075813310 | |
| 17670358 | a year ago | | | 0 | 0.0078497690 | |
| 17563586 | a year ago | | | 0 | 0.0060690149 | |
| 17536417 | a year ago | | | 0 | 0.0098470254 |
ABI
ABI objects
Getter at block 21421277 totalValue() view returns (uint256 _totalValue)
COMPTROLLER() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
NAME() view returns (string)
CompoundStrategyLINK
VERSION() view returns (string)
4.0.0
collateralToken() view returns (address)
0x514910771af9ca656af840dff83e8264ecf986ca
feeCollector() view returns (address)
0x45ff0e3bd649a1d4b78982c8eeae0839aaa7f84f
keepers() view returns (address[])
[0x76d266DFD3754f090488ae12F6Bd115cD7E77eBD, 0xdf826ff6518e609E4cEE86299d40611C148099d5, 0x1CbfaE0367a9B1e4Ac2c158E57B5F00cCb337271, 0x169e2FfC1c6b229b04E65A431434bF0e8eD9563d, 0xf7364E230EA0e5CC41E6Cd4E2a30A26Ca1850b73]
oraclePeriod() view returns (uint256)
3600
oracleRouterIdx() view returns (uint256)
0
pool() view returns (address)
0xd11d9b4c0b3bd5ec324123b241fb07af19caeac5
receiptToken() view returns (address)
0xface851a4921ce59e912d19329929ce6da6eb0c7
rewardToken() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
swapManager() view returns (address)
0xe382d9f2394a359b01006faa8a1864b8a60d2710
swapSlippage() view returns (uint256)
10000
token() view returns (address)
0xface851a4921ce59e912d19329929ce6da6eb0c7
Read-only
isReservedToken(address _token) view returns (bool)
State-modifying
Events addKeeper(address _keeperAddress)
approveToken()
migrate(address _newStrategy)
rebalance()
removeKeeper(address _keeperAddress)
setupOracles()
sweepERC20(address _fromToken)
totalValueCurrent() returns (uint256 _totalValue)
updateFeeCollector(address _feeCollector)
updateOracleConfig(uint256 _newPeriod, uint256 _newRouterIdx)
updateSwapManager(address _swapManager)
updateSwapSlippage(uint256 _newSwapSlippage)
withdraw(uint256 _amount)
UpdatedFeeCollector(address indexed previousFeeCollector, address indexed newFeeCollector)
UpdatedOracleConfig(uint256 oldPeriod, uint256 newPeriod, uint256 oldRouterIdx, uint256 newRouterIdx)
UpdatedSwapManager(address indexed previousSwapManager, address indexed newSwapManager)
UpdatedSwapSlippage(uint256 oldSwapSlippage, uint256 newSwapSlippage)
constructor(address _pool, address _swapManager, address _comptroller, address _rewardToken, address _receiptToken, string _name)
This contract contains no fallback and receive objects.
This contract contains no error objects.