DSProxy
Verified contract
Proxy
Active on
Ethereum with 31 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
0x2712…0795
Balances ($0.00)
No balances found for "DSProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21167953 | 15 days ago | | | 0 | 0.0038889458 | |
| 21167946 | 15 days ago | | | 0 | 0.0041116341 | |
| 21139343 | 19 days ago | | | 0 | 0.0018123056 | |
| 21139274 | 19 days ago | | | 0 | 0.033350566 | |
| 20964035 | a month ago | | | 0 | 0.0058863685 | |
| 20963997 | a month ago | | | 0 | 0.042450853 | |
| 20963969 | a month ago | | | 105 | 0.0062011011 | |
| 20963882 | a month ago | | | 0 | 0.049463603 | |
| 20963876 | a month ago | | | 105 | 0.0082321388 | |
| 19343449 | 9 months ago | | | 0 | 0.012219312 |
ABI
ABI objects
Getter at block 21277302
authority() view returns (address)
0x2de5ab4129ed8d1c0ad954d6eb8386479956584e
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xa61fadbe24bcdf0297df09ad9075e62c01f6da73
BOOST_BUNDLE_ID() view returns (uint64)
[unknown]
EXECUTE_SELECTOR() view returns (bytes4)
[unknown]
REPAY_BUNDLE_ID() view returns (uint64)
[unknown]
SENTINEL_MODULES() view returns (address)
[unknown]
adminVault() view returns (address)
[unknown]
Read-only
formatBoostSub(struct McdSubProxyMcdSubData _user) view returns (struct StrategyModelStrategySub boostSub)
formatRepaySub(struct McdSubProxyMcdSubData _user) view returns (struct StrategyModelStrategySub repaySub)
isDSProxy(address _proxy) view returns (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_)
activateSub(uint32 _subId1, uint32 _subId2)
deactivateSub(uint32 _subId1, uint32 _subId2)
disableModule(address _moduleAddr)
enableModule(address _moduleAddr)
giveProxyPermission(address _contractAddr)
giveWalletPermission(bool _isDSProxy)
kill()
removeProxyPermission(address _contractAddr)
subToMcdAutomation(struct McdSubProxyMcdSubData _subData, bool)
updateSubData(uint32 _subId1, uint32 _subId2, struct McdSubProxyMcdSubData _subData)
withdrawStuckFunds(address _token, address _receiver, uint256 _amount)
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()
ModuleNotFoundError(address moduleAddr)
NonContractCall()
RangeTooClose(uint256 ratio, uint256 targetRatio)
SenderNotAdmin()
SenderNotOwner()
WrongSubParams(uint256 minRatio, uint256 maxRatio)