DSProxy
Verified contract
Proxy
Active on
Ethereum with 256 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
0xc1ee…d0ec
0x2712…0795
Balances ($80.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aYFI | ERC-20 | 0.002812 | $11,689.09 |
$32.88 | |
cETH | ERC-20 | 0.400487 | $78.71 |
$31.52 | |
aWETH | ERC-20 | 0.003219 | $3,915.65 |
$12.6 | |
aAAVE | ERC-20 | 0.007282 | $352.75 |
$2.57 | |
cCOMP | ERC-20 | 0.151832 | $2.21 |
$0.34 | |
cDAI | ERC-20 | 5.311627 | $0.024024 |
$0.13 | |
cUNI | ERC-20 | 0.186542 | $0.378019 |
$0.07 | |
cWBTC | ERC-20 | 0.172755 | -- | -- | |
aAAVE | ERC-20 | 0 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13768030 | 3 years ago | | | 0 | 0.021070479 | |
| 13768026 | 3 years ago | | | 0 | 0.021273315 | |
| 13768019 | 3 years ago | | | 0 | 0.076145362 | |
| 13768009 | 3 years ago | | | 0 | 0.036378616 | |
| 12502953 | 4 years ago | | | 0 | 0.0026904020 | |
| 12406991 | 4 years ago | | | 0 | 0.024142482 | |
| 12387586 | 4 years ago | | | 0 | 0.0051586500 | |
| 12360597 | 4 years ago | | | 0 | 0.0025105430 | |
| 12337854 | 4 years ago | | | 0 | 0.013807152 | |
| 12337741 | 4 years ago | | | 0 | 0.0069379800 |
ABI
ABI objects
Getter at block 21385183
authority() view returns (address)
0xc1ee48bcab4ec5920ff1fd407b1104439ce1d0ec
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xdf9924a483d946e8e2cc50652a6b3907e64edd5d
AAVE_REFERRAL_CODE() view returns (uint16)
[unknown]
AUTOMATIC_SERVICE_FEE() view returns (uint256)
[unknown]
BOT_REGISTRY_ADDRESS() view returns (address)
[unknown]
DISCOUNT_ADDR() view returns (address)
[unknown]
ETH_ADDR() view returns (address)
[unknown]
MANUAL_SERVICE_FEE() view returns (uint256)
[unknown]
NINETY_NINE_PERCENT_WEI() view returns (uint256)
[unknown]
STABLE_ID() view returns (uint256)
[unknown]
VARIABLE_ID() view returns (uint256)
[unknown]
WETH_ADDRESS() view returns (address)
[unknown]
feeRecipient() view returns (address)
[unknown]
gasToken() view returns (address)
[unknown]
Read-only
This contract contains no read-only function objects.
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_)
borrow(address _market, address _tokenAddr, uint256 _amount, uint256 _type)
deposit(address _market, address _tokenAddr, uint256 _amount) payable
payback(address _market, address _tokenAddr, uint256 _amount, uint256 _rateMode) payable
paybackOnBehalf(address _market, address _tokenAddr, uint256 _amount, uint256 _rateMode, address _onBehalf) payable
setUserUseReserveAsCollateral(address _market, address _tokenAddr, bool _true)
setUserUseReserveAsCollateralIfNeeded(address _market, address _tokenAddr)
swapBorrowRateMode(address _market, address _reserve, uint256 _rateMode)
withdraw(address _market, address _tokenAddr, uint256 _amount)
withdrawTokens(address _tokenAddr)
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)
constructor(address _cacheAddr)
fallback()
receive()
This contract contains no error objects.