DSProxy
Verified contract
Proxy
Active on
Ethereum with 12 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
0x0000…0000
0x2712…0795
Balances ($0.00)
No balances found for "DSProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12349319 | 4 years ago | | | 0 | 0.0053010936 | |
| 12349306 | 4 years ago | | | 0 | 0.0074265741 | |
| 12081287 | 4 years ago | | | 0 | 0.025668279 | |
| 11919904 | 4 years ago | | | 0 | 0.053821460 | |
| 11918513 | 4 years ago | | | 0 | 0.028798770 | |
| 11782757 | 4 years ago | | | 0 | 0.018489900 | |
| 11752361 | 4 years ago | | | 0 | 0.048169192 | |
| 11640559 | 4 years ago | | | 0 | 0.057187901 | |
| 11640531 | 4 years ago | | | 0 | 0.073500912 | |
| 11640373 | 4 years ago | | | 0 | 0.044080674 |
ABI
ABI objects
Getter at block 21294722
authority() view returns (address)
0x0000000000000000000000000000000000000000
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xe4be16e13267466b6241dea1252be231dfa8d86c
WETH() view returns (bytes32)
[unknown]
controller() view returns (address)
[unknown]
dai() view returns (address)
[unknown]
repayDaiCheck() view returns (bool, bool, bool)
[unknown]
treasury() view returns (address)
[unknown]
weth() view returns (address)
[unknown]
withdrawCheck() view returns (bool, bool)
[unknown]
Read-only
borrowDaiForMaximumFYDaiCheck(address pool) view returns (bool, bool)
buyDaiCheck(address pool) view returns (bool, bool, bool)
repayMinimumFYDaiDebtForDaiCheck(address pool) view returns (bool, bool, bool)
sellDaiCheck(address pool) view returns (bool, bool, bool)
sellFYDaiCheck(address pool) view returns (bool, bool, bool)
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_)
borrowDaiForMaximumFYDai(address pool, bytes32 collateral, uint256 maturity, address to, uint256 daiToBorrow, uint256 maximumFYDai) returns (uint256)
borrowDaiForMaximumFYDaiApprove(address pool)
borrowDaiForMaximumFYDaiWithSignature(address pool, bytes32 collateral, uint256 maturity, address to, uint256 daiToBorrow, uint256 maximumFYDai, bytes controllerSig) returns (uint256)
buyDai(address pool, address to, uint128 daiOut, uint128 maxFYDaiIn) returns (uint256)
buyDaiWithSignature(address pool, address to, uint128 daiOut, uint128 maxFYDaiIn, bytes fyDaiSig, bytes poolSig) returns (uint256)
post(address to) payable
repayDaiWithSignature(bytes32 collateral, uint256 maturity, address to, uint256 daiAmount, bytes daiSig, bytes controllerSig) returns (uint256)
repayMinimumFYDaiDebtForDai(address pool, bytes32 collateral, uint256 maturity, address to, uint256 minimumFYDaiRepayment, uint256 repaymentInDai) returns (uint256)
repayMinimumFYDaiDebtForDaiApprove(address pool)
repayMinimumFYDaiDebtForDaiWithSignature(address pool, bytes32 collateral, uint256 maturity, address to, uint256 minimumFYDaiRepayment, uint256 repaymentInDai, bytes controllerSig, bytes poolSig) returns (uint256)
sellDai(address pool, address to, uint128 daiIn, uint128 minFYDaiOut) returns (uint256)
sellDaiWithSignature(address pool, address to, uint128 daiIn, uint128 minFYDaiOut, bytes daiSig, bytes poolSig) returns (uint256)
sellFYDai(address pool, address to, uint128 fyDaiIn, uint128 minDaiOut) returns (uint256)
sellFYDaiWithSignature(address pool, address to, uint128 fyDaiIn, uint128 minDaiOut, bytes fyDaiSig, bytes poolSig) returns (uint256)
withdraw(address to, uint256 amount)
withdrawWithSignature(address to, uint256 amount, bytes controllerSig)
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.