DSProxy
Verified contract
Proxy
Active on
Ethereum with 57 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 |
---|---|---|---|---|---|
WETH | ERC-20 | 0 | $3,849.77 |
$0 | |
WBTC | ERC-20 | 0 | $100,468.00 |
$0 | |
DAI | ERC-20 | 0.000169 | $1.001 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14953362 | 3 years ago | | | 0 | 0.012168906 | |
| 14744035 | 3 years ago | | | 0 | 0.027114490 | |
| 14744023 | 3 years ago | | | 0 | 0.028644662 | |
| 14743847 | 3 years ago | | | 0 | 0.015431528 | |
| 14356465 | 3 years ago | | | 0 | 0.0072243119 | |
| 14057585 | 3 years ago | | | 0 | 0.025361032 | |
| 13966712 | 3 years ago | | | 0 | 0.025521101 | |
| 13851763 | 3 years ago | | | 0 | 0.012077190 | |
| 13314616 | 3 years ago | | | 0 | 0.010919224 | |
| 13272572 | 3 years ago | | | 0.7 | 0.016094622 |
ABI
ABI objects
Getter at block 21403427
authority() view returns (address)
0x0000000000000000000000000000000000000000
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xa0b132684c7127111c7dbdbf52a40ed533fd218c
self() view returns (address)
[unknown]
serviceRegistry() view returns (address)
[unknown]
triggersCounter() view returns (uint256)
[unknown]
Read-only
activeTriggers(uint256) view returns (bytes32 triggerHash, uint256 cdpId)
getCommandAddress(uint256 triggerType) view returns (address)
isCdpAllowed(uint256 cdpId, address operator, address manager) 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_)
addRecord(uint256 cdpId, uint256 triggerType, uint256 replacedTriggerId, bytes triggerData)
addTrigger(uint256 cdpId, uint256 triggerType, uint256 replacedTriggerId, bytes triggerData)
execute(bytes executionData, uint256 cdpId, bytes triggerData, address commandAddress, uint256 triggerId, uint256 daiCoverage)
grantApproval(address _serviceRegistry, uint256 cdpId)
removeApproval(address _serviceRegistry, uint256 cdpId)
removeRecord(uint256 cdpId, uint256 triggerId)
removeTrigger(uint256 cdpId, uint256 triggerId, bool removeAllowance)
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)
ApprovalGranted(uint256 indexed cdpId, address approvedEntity)
ApprovalRemoved(uint256 indexed cdpId, address approvedEntity)
TriggerAdded(uint256 indexed triggerId, address indexed commandAddress, uint256 indexed cdpId, bytes triggerData)
TriggerExecuted(uint256 indexed triggerId, uint256 indexed cdpId, bytes executionData)
TriggerRemoved(uint256 indexed cdpId, uint256 indexed triggerId)
constructor(address _cacheAddr)
fallback()
This contract contains no error objects.