DSProxy
Verified contract
Proxy
Active on
Ethereum with 68 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
0x729d…0910
0x2712…0795
Balances ($1,122,829.44)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cETH | ERC-20 | 18.120353K | $61.67 |
$1,117,482.17 | |
cUSDC | ERC-20 | 220.266895K | $0.024276 |
$5,347.27 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20679133 | 2 months ago | | | 0 | 0.0046716971 | |
| 20383338 | 4 months ago | | | 0 | 0.0010897359 | |
| 19471612 | 8 months ago | | | 0 | 0.012319272 | |
| 19439926 | 8 months ago | | | 0 | 0.0087138147 | |
| 19360849 | 8 months ago | | | 0 | 0.016428629 | |
| 19360841 | 8 months ago | | | 0 | 0.016943936 | |
| 19360630 | 8 months ago | | | 0 | 0.010512903 | |
| 19332533 | 9 months ago | | | 0 | 0.025927511 | |
| 19119143 | 10 months ago | | | 0 | 0.014103718 | |
| 19111835 | 10 months ago | | | 0 | 0.0021247967 |
ABI
ABI objects
Getter at block 21210547
authority() view returns (address)
0x729d833aa1aa4c269aa07513a8042bda29dd0910
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xc4d09a5d393efa7cde8e61dc61bac907a46f3cc9
NO_PARAM_MAPPING() view returns (uint8)
[unknown]
RETURN_MAX_INDEX_VALUE() view returns (uint8)
[unknown]
RETURN_MIN_INDEX_VALUE() view returns (uint8)
[unknown]
SUB_MAX_INDEX_VALUE() view returns (uint8)
[unknown]
SUB_MIN_INDEX_VALUE() view returns (uint8)
[unknown]
actionType() pure returns (uint8)
[unknown]
adminVault() view returns (address)
[unknown]
logger() view returns (address)
[unknown]
registry() view returns (address)
[unknown]
Read-only
parseInputs(bytes _callData) pure returns (struct CompWithdrawParams params)
State-modifying
Events execute(address _target, bytes _data) payable returns (bytes32 response)
execute(bytes _code, bytes _data) payable returns (address target, bytes32 response)
setAuthority(address authority_)
setCache(address _cacheAddr) returns (bool)
setOwner(address owner_)
enterMarket(address _cTokenAddr)
executeAction(bytes _callData, bytes32[] _subData, uint8[] _paramMapping, bytes32[] _returnValues) payable returns (bytes32)
executeActionDirect(bytes _callData) payable
exitMarket(address _cTokenAddr)
kill()
withdrawStuckFunds(address _token, address _receiver, uint256 _amount)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
ActionEvent(string indexed logName, bytes data)
constructor(address _cacheAddr)
fallback()
CompEnterMarketError()
CompExitMarketError()
CompRedeemError()
CompUnderlyingRedeemError()
NonContractCall()
ReturnIndexValueError()
SenderNotAdmin()
SenderNotOwner()
SubIndexValueError()