StrategyCompoundErc20LendingPool
Verified contract
Active on
Ethereum with 86 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1,981.27)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cDAI | ERC-20 | 82.860648K | $0.023911 |
$1,981.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17171597 | 2 years ago | | | 0 | 0.068316100 | |
| 16493044 | 2 years ago | | | 0 | 0.046146449 | |
| 16320193 | 2 years ago | | | 0 | 0.037849205 | |
| 16147343 | 2 years ago | | | 0 | 0.033022433 | |
| 15726809 | 2 years ago | | | 0 | 0.051244969 | |
| 15553956 | 2 years ago | | | 0 | 0.020876206 | |
| 15385770 | 2 years ago | | | 0 | 0.00016081050 | |
| 15381103 | 2 years ago | | | 0 | 0.021761513 | |
| 15208252 | 2 years ago | | | 0 | 0.029484608 | |
| 15035399 | 2 years ago | | | 0 | 0.12910765 |
ABI
ABI objects
Getter at block 21292970
cErc20() view returns (address)
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643
comp() view returns (address)
0xc00e94cb662c3520282e6f5717214004a7f26888
comptroller() view returns (address)
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3b
controller() view returns (address)
0xf86fd6735f88d5b6aa709b357ad5be22cedf1a05
getAssetAddress() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
owner() view returns (address)
0x34dfa1226f8b3e36fe597b34eea809a2b5c0bbf9
supplyToken() view returns (address)
0x6b175474e89094c44da98b954eedeac495271d0f
symbol() view returns (string)
DAI
uniswap() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
weth() view returns (address)
0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2
Read-only
This contract contains no read-only function objects.
State-modifying
Events aggregateCommit(uint256 _commitAmount)
aggregateUncommit(uint256 _uncommitAmount)
harvest()
renounceOwnership()
setController(address _controller)
syncBalance() returns (uint256)
transferOwnership(address newOwner)
Committed(uint256 commitAmount)
ControllerChanged(address previousController, address newController)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
UnCommitted(uint256 uncommitAmount)
constructor(string _symbol, address _supplyToken, address _cErc20, address _comptroller, address _comp, address _uniswap, address _weth, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.