DSProxy
Verified contract
Proxy
Active on
Ethereum with 81 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
0x3dfc…e353
0x2712…0795
Balances ($0.00)
No balances found for "DSProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14579914 | 3 years ago | | | 0 | 0.0094392624 | |
| 14579910 | 3 years ago | | | 0 | 0.052173430 | |
| 14579896 | 3 years ago | | | 0 | 0.0041012936 | |
| 14579885 | 3 years ago | | | 0 | 0.10672397 | |
| 13458548 | 3 years ago | | | 0 | 0.022508786 | |
| 13458528 | 3 years ago | | | 0 | 0.10582844 | |
| 13456612 | 3 years ago | | | 0 | 0.055296887 | |
| 13450987 | 3 years ago | | | 0 | 0.041796548 | |
| 13450513 | 3 years ago | | | 0 | 0.053486992 | |
| 13449745 | 3 years ago | | | 0 | 0.036377220 |
ABI
ABI objects
Getter at block 21279437
authority() view returns (address)
0x3dfcc511905f448b6d06e06c717fb3499e05e353
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0x801a8b12c6a6bd62dad7f2a8b3d8496c8d0857af
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.