DSProxy
Verified contract
Proxy
Active on
Ethereum with 124 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)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WBTC | ERC-20 | 0 | $92,281.00 |
$0 | |
DAI | ERC-20 | 0 | $0.999505 |
$0 | |
WETH | ERC-20 | 0 | $3,098.36 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20509056 | 3 months ago | | | 0 | 0.00012706243 | |
| 20509052 | 3 months ago | | | 0 | 0.00012253412 | |
| 20470282 | 3 months ago | | | 0 | 0.00089348416 | |
| 20470276 | 3 months ago | | | 0 | 0.00088400102 | |
| 20340551 | 4 months ago | | | 0 | 0.00045133495 | |
| 20340547 | 4 months ago | | | 0 | 0.00045145889 | |
| 20332014 | 4 months ago | | | 0 | 0.00069436061 | |
| 20332009 | 4 months ago | | | 0 | 0.00068835963 | |
| 20232964 | 5 months ago | | | 0 | 0.00074321248 | |
| 20232959 | 5 months ago | | | 0 | 0.00076490349 |
ABI
ABI objects
Getter at block 21224668
authority() view returns (address)
0xd0be5d5387b9021afc47cfc9a944ac3639692b3c
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xfa7f7967328abf5087c9e609b0c1a543aa9a6abb
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)