DSProxy
Verified contract
Proxy
Active on
Ethereum with 163 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
0x8fa5…03ef
0x2712…0795
Balances ($1.69)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
aXSUSHI | ERC-20 | 1 | $1.69 |
$1.69 | |
aCRV | ERC-20 | 0.000435 | $0.500676 |
$0 | |
aLINK | ERC-20 | 0.000005 | $18.02 |
$0 | |
aSNX | ERC-20 | 0.000018 | $2.39 |
$0 | |
aMANA | ERC-20 | 0.000034 | $0.645508 |
$0 | |
aENJ | ERC-20 | 0.000002 | $0.297525 |
$0 | |
GST2 | ERC-20 | 3.47 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19871219 | 6 months ago | | | 0 | 0.0012050867 | |
| 14587158 | 3 years ago | | | 0 | 0.0093061758 | |
| 14587150 | 3 years ago | | | 0 | 0.046099555 | |
| 14587055 | 3 years ago | | | 0 | 0.0029272778 | |
| 14413783 | 3 years ago | | | 0 | 0.0083122956 | |
| 14413714 | 3 years ago | | | 0 | 0.10063787 | |
| 14413701 | 3 years ago | | | 25 | 0.013944193 | |
| 14136407 | 3 years ago | | | 0 | 0.023000786 | |
| 14136398 | 3 years ago | | | 0 | 0.14207703 | |
| 14045789 | 3 years ago | | | 0 | 0.060939714 |
ABI
ABI objects
Getter at block 21290429
authority() view returns (address)
0x8fa51e0df481d64c570192fe1d9b8777a23d03ef
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0x10340db8bd18401b65d1178ba45d7ce3c66aa6b7
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.