DSProxy
Verified contract
Proxy
Active on
Ethereum with 74 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) |
---|---|---|---|---|---|---|---|
| 20664400 | 3 months ago | | | 0 | 0.0011990480 | |
| 20664395 | 3 months ago | | | 0 | 0.0021309590 | |
| 20664384 | 3 months ago | | | 0 | 0.0012262731 | |
| 20664376 | 3 months ago | | | 0 | 0.0032655974 | |
| 20664361 | 3 months ago | | | 0 | 0.0011370880 | |
| 20664339 | 3 months ago | | | 0 | 0.0030341651 | |
| 20664328 | 3 months ago | | | 0 | 0.0012645807 | |
| 20664324 | 3 months ago | | | 0 | 0.0033823358 | |
| 20664311 | 3 months ago | | | 0 | 0.0013807306 | |
| 20664308 | 3 months ago | | | 0 | 0.0034812822 |
ABI
ABI objects
Getter at block 21249310
authority() view returns (address)
0x0000000000000000000000000000000000000000
cache() view returns (address)
0x271293c67e2d3140a0e9381eff1f9b01e07b0795
owner() view returns (address)
0xfe582482c459868532c60a9de0baa0de1923f271
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.