DSProxy
Verified contract
Proxy
Active on
Ethereum with 156 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
0x58c0…4ad2
0x2712…0795
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
0x89d2…0359 | ERC-20 | 0 | $20.62 |
$0 | |
ETHS | ERC-20 | 1 | -- | -- | |
AMB | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12559764 | 4 years ago | | | 0 | 0.0043396470 | |
| 12559760 | 4 years ago | | | 0 | 0.0032596480 | |
| 12559734 | 4 years ago | | | 0 | 0.043030728 | |
| 12559614 | 4 years ago | | | 0 | 0.055852580 | |
| 12372185 | 4 years ago | | | 0 | 0.016106376 | |
| 9697719 | 5 years ago | | | 0 | 0.00044278400 | |
| 8743383 | 5 years ago | | | 0 | 0.00011746800 | |
| 8613734 | 5 years ago | | | 0 | 0.0077080410 | |
| 8613688 | 5 years ago | | | 0 | 0.0063759040 | |
| 8582108 | 5 years ago | | | 0 | 0.0025978200 |
ABI
ABI objects
Getter at block 21383919
authority() view returns (address)
0x58c048bf153a569ccd022e9b45709d8c0e534ad2
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xa010322f3eea1004d16e1687777440b78f2e558e
COMPTROLLER_ADDR() view returns (address)
[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, address _cTokenAddr, uint256 _amount, bool _inMarket)
deposit(address _tokenAddr, address _cTokenAddr, uint256 _amount, bool _inMarket) payable
enterMarket(address _cTokenAddr)
exitMarket(address _cTokenAddr)
payback(address _tokenAddr, address _cTokenAddr, uint256 _amount, bool _wholeDebt) payable
withdraw(address _tokenAddr, address _cTokenAddr, uint256 _amount, bool _isCAmount)
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.