AutomationBot
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
8
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "AutomationBot"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "AutomationBot"
ABI
ABI objects
Getter at block 21403427
self() view returns (address)
0x6e87a7a0a03e51a741075fdf4d1fcce39a4df01b
serviceRegistry() view returns (address)
0x9b4ae7b164d195df9c4da5d08be88b2848b2eada
triggersCounter() view returns (uint256)
2745
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 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)
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 _serviceRegistry)
This contract contains no fallback and receive objects.
This contract contains no error objects.