DSProxy
Verified contract
Proxy
Active on
Ethereum with 73 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
0x4da1…c15b
0x2712…0795
Balances ($1,316.01)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
COMP | ERC-20 | 19.128008 | $68.80 |
$1,316.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11771183 | 4 years ago | | | 0 | 0.10055885 | |
| 11771178 | 4 years ago | | | 0 | 0.063146700 | |
| 11763264 | 4 years ago | | | 0 | 0.062779080 | |
| 11763258 | 4 years ago | | | 459.73 | 0.031694168 | |
| 11757307 | 4 years ago | | | 0 | 0.060020430 | |
| 11740247 | 4 years ago | | | 0 | 0.069664650 | |
| 11712294 | 4 years ago | | | 0 | 0.033092220 | |
| 11678754 | 4 years ago | | | 0 | 0.065689656 | |
| 11466648 | 4 years ago | | | 0 | 0.040279082 | |
| 11466027 | 4 years ago | | | 0 | 0.038317972 |
ABI
ABI objects
Getter at block 21257094
authority() view returns (address)
0x4da133b8ff744c62b0c0b3854468a7e6fdc0c15b
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0x7c79759edbae856c0eb329ef930321938bbe32a6
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.