DSProxy
Verified contract
Proxy
Active on
Ethereum with 1,321 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
0x2712…0795
Balances ($0.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aLINK | ERC-20 | 0.001021 | $12.01 |
$0.01 | |
aYFI | ERC-20 | 0.000014 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12395607 | 3 years ago | | | 0 | 0.10944729 | |
| 12395089 | 3 years ago | | | 0 | 0.074452565 | |
| 12381582 | 3 years ago | | | 2.7 | 0.023040930 | |
| 12381490 | 3 years ago | | | 0 | 0.068944875 | |
| 12362115 | 3 years ago | | | 2 | 0.017094457 | |
| 12362038 | 3 years ago | | | 0 | 0.044626505 | |
| 12358668 | 3 years ago | | | 2 | 0.0078097600 | |
| 12358652 | 3 years ago | | | 0 | 0.027203820 | |
| 12350254 | 3 years ago | | | 2 | 0.017696070 | |
| 12350190 | 3 years ago | | | 0 | 0.038649670 |
ABI
ABI objects
Getter at block 21078191
authority() view returns (address)
0x30cf8bdee1d91be996c8fd00fc9b5c8a0c832210
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0x30cf8bdee1d91be996c8fd00fc9b5c8a0c832210
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.