DSProxy
Verified contract
Proxy
Active on
Ethereum with 335 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
0x2674…415f
0x2712…0795
Balances ($19.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
cCOMP | ERC-20 | 8.925206 | $2.21 |
$19.72 | |
0x89d2…0359 | ERC-20 | 0 | $14.14 |
$0 | |
stETH | ERC-20 | 0 | $2,507.43 |
$0 | |
IRON | ERC-20 | 8.076767M | -- | -- | |
WORM | ERC-20 | 823.025508K | -- | -- | |
PORTX | ERC-20 | 810.301451K | -- | -- | |
ODY | ERC-20 | 731.191209K | -- | -- | |
SAFE | ERC-20 | 424.067845K | -- | -- | |
L3T | ERC-20 | 417.258344K | -- | -- | |
BLUR | ERC-20 | 7.085469K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15179261 | 2 years ago | | | 0 | 0.0035789197 | |
| 14810282 | 2 years ago | | | 0 | 0.0037460898 | |
| 14810247 | 2 years ago | | | 0 | 0.014924005 | |
| 14810242 | 2 years ago | | | 0 | 0.0057209876 | |
| 14799017 | 2 years ago | | | 0 | 0.053753773 | |
| 14799004 | 2 years ago | | | 0 | 0.047574844 | |
| 14797845 | 2 years ago | | | 0 | 0.026180133 | |
| 14785523 | 2 years ago | | | 0 | 0.0070626233 | |
| 14782955 | 2 years ago | | | 0 | 0.022007597 | |
| 14767132 | 2 years ago | | | 0 | 0.077336046 |
ABI
ABI objects
Getter at block 21090678
authority() view returns (address)
0x2674fa8203161e6b0910184edeccde14b6e2415f
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xd7925984736824b4aecf8301c9aee211cd976494
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.