DSProxy
Verified contract
Proxy
Active on
Ethereum with 161 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
0xfcc9…ef7b
0x2712…0795
Balances ($9.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cUSDC | ERC-20 | 371.803029 | $0.024188 |
$8.99 | |
aDAI | ERC-20 | 0.003844 | $0.996962 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16132103 | 2 years ago | | | 0 | 0.013441545 | |
| 16132072 | 2 years ago | | | 0 | 0.0042104471 | |
| 13458573 | 3 years ago | | | 0 | 0.013624026 | |
| 13458570 | 3 years ago | | | 0 | 0.014700651 | |
| 13427855 | 3 years ago | | | 0 | 0.018966223 | |
| 13298369 | 3 years ago | | | 0 | 0.010888819 | |
| 13111172 | 3 years ago | | | 0 | 0.017255980 | |
| 13072598 | 3 years ago | | | 0 | 0.0058122520 | |
| 13039908 | 3 years ago | | | 0 | 0.0099432700 | |
| 13039315 | 3 years ago | | | 0 | 0.0082705315 |
ABI
ABI objects
Getter at block 21168323
authority() view returns (address)
0xfcc92f5967c2357e75f56676b7d76ded82eaef7b
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0x48f09213691e789ec00641c09f9890c0d00a8b2e
AAVE_LENDING_POOL_ADDRESSES() view returns (address)
[unknown]
AAVE_REFERRAL_CODE() view returns (uint16)
[unknown]
ETH_ADDR() 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 _tokenAddr, uint256 _amount, uint256 _type)
deposit(address _tokenAddr, uint256 _amount) payable
payback(address _tokenAddr, address _aTokenAddr, uint256 _amount, bool _wholeDebt) payable
paybackOnBehalf(address _tokenAddr, address _aTokenAddr, uint256 _amount, bool _wholeDebt, address _onBehalf) payable
setUserUseReserveAsCollateral(address _tokenAddr, bool _true)
setUserUseReserveAsCollateralIfNeeded(address _tokenAddr)
swapBorrowRateMode(address _reserve)
withdraw(address _tokenAddr, address _aTokenAddr, uint256 _amount, bool _wholeAmount)
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()
This contract contains no error objects.