DSProxy
Verified contract
Proxy
Active on
Ethereum with 145 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
0x5765…0a7b
0x2712…0795
Balances ($520,453.09)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cETH | ERC-20 | 6.99672K | $74.22 |
$519,296.57 | |
USDT | ERC-20 | 1.155324K | $1.001 |
$1,156.48 | |
cWBTC | ERC-20 | 0.000017 | $1,949.56 |
$0.03 | |
AaveLP.com | ERC-20 | 24K | -- | -- | |
TetherLP.com | ERC-20 | 776 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21292987 | 2 days ago | | | 0 | 0.0040612996 | |
| 21242590 | 9 days ago | | | 0 | 0.0093667364 | |
| 21242574 | 9 days ago | | | 0 | 0.00095435436 | |
| 21241496 | 10 days ago | | | 0 | 0.0022661174 | |
| 21241450 | 10 days ago | | | 0 | 0.0040280106 | |
| 21237227 | 10 days ago | | | 0 | 0.030914748 | |
| 21186359 | 17 days ago | | | 0 | 0.041739071 | |
| 21186347 | 17 days ago | | | 0 | 0.016616109 | |
| 21186333 | 17 days ago | | | 0 | 0.024000080 | |
| 21128029 | 25 days ago | | | 0 | 0.0055838990 |
ABI
ABI objects
Getter at block 21310184
authority() view returns (address)
0x5765e0651bc36d6351fb0db3cba2dce56a370a7b
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xd23cf62d73b09bd47404128f37b5f1dc0b2e4a65
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()