DSProxy
Verified contract
Proxy
Active on
Ethereum with 225 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
0x069a…7fb9
0x2712…0795
Balances ($0.00)
No balances found for "DSProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20456214 | 3 months ago | | | 0 | 0.012195709 | |
| 20441723 | 3 months ago | | | 0 | 0.046670172 | |
| 20380482 | 4 months ago | | | 0 | 0.0041840393 | |
| 20375099 | 4 months ago | | | 0 | 0.0035330035 | |
| 20355730 | 4 months ago | | | 0 | 0.0057489970 | |
| 20345187 | 4 months ago | | | 0 | 0.0044309848 | |
| 20312395 | 4 months ago | | | 0 | 0.0068190886 | |
| 20299198 | 4 months ago | | | 0 | 0.0031779381 | |
| 20261617 | 4 months ago | | | 0 | 0.0026429306 | |
| 20242087 | 4 months ago | | | 0 | 0.0061819300 |
ABI
ABI objects
Getter at block 21204169
authority() view returns (address)
0x069ac8757921b0019d38bd53dc165fd198557fb9
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xc8ddbbd6a6b846c1753290b62e18f9f51c6fbb53
EXECUTE_ACTION_SELECTOR() view returns (bytes4)
[unknown]
EXECUTE_SELECTOR() view returns (bytes4)
[unknown]
SENTINEL_MODULES() view returns (address)
[unknown]
adminVault() view returns (address)
[unknown]
registry() view returns (address)
[unknown]
Read-only
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_)
_executeActionsFromFL(struct StrategyModelRecipe _currRecipe, bytes32 _flAmount) payable
disableLastModule(address _moduleAddr)
enableModule(address _moduleAddr)
executeRecipe(struct StrategyModelRecipe _currRecipe) payable
executeRecipeFromStrategy(uint256 _subId, bytes[] _actionCallData, bytes[] _triggerCallData, uint256 _strategyIndex, struct StrategyModelStrategySub _sub) payable
giveProxyPermission(address _contractAddr)
kill()
removeProxyPermission(address _contractAddr)
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()
SenderNotAdmin()
SenderNotOwner()
TriggerNotActiveError(uint256 arg0)