DSProxy
Verified contract
Proxy
Active on
Ethereum with 98 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) |
---|---|---|---|---|---|---|---|
| 20692511 | 2 months ago | | | 1 | 0.0036351765 | |
| 20470442 | 3 months ago | | | 0 | 0.00074614100 | |
| 20470419 | 3 months ago | | | 0 | 0.0079174560 | |
| 20245905 | 4 months ago | | | 0 | 0.017320080 | |
| 20238199 | 4 months ago | | | 0 | 0.00094963400 | |
| 20238183 | 4 months ago | | | 2 | 0.0036548470 | |
| 20090237 | 5 months ago | | | 0 | 0.019340257 | |
| 19775463 | 7 months ago | | | 0 | 0.017398140 | |
| 19481956 | 8 months ago | | | 0 | 0.0051270660 | |
| 19481931 | 8 months ago | | | 0 | 0.022982240 |
ABI
ABI objects
Getter at block 21206403
authority() view returns (address)
0xf80d8fa5d3967a61e8a2983f311116b174789998
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xa552dac5046ab400a3afd6c76ade4147980f9c2c
BOOST_BUNDLE_ID() view returns (uint64)
[unknown]
CHAINLINK_FEED_REGISTRY() view returns (address)
[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)
disableLastModule(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()
NonContractCall()
RangeTooClose(uint256 ratio, uint256 targetRatio)
SenderNotAdmin()
SenderNotOwner()
WrongSubParams(uint256 minRatio, uint256 maxRatio)