ServiceRegistry
Verified contract
Active on
Ethereum with 1 txns
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 "ServiceRegistry"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18674722 | a year ago | | | 0 | 0.0029121000 |
ABI
ABI objects
Getter at block 21205869
MAX_DELAY() view returns (uint256)
2592000
owner() view returns (address)
0xd3d1f61c5e9ae7cb7dd88012f4e08a3a6ec21a62
requiredDelay() view returns (uint256)
0
Read-only
getRegisteredService(string serviceName) view returns (address)
getServiceAddress(bytes32 serviceNameHash) view returns (address)
getServiceNameHash(string name) pure returns (bytes32)
lastExecuted(bytes32) view returns (uint256)
State-modifying
Events addNamedService(bytes32 serviceNameHash, address serviceAddress)
changeRequiredDelay(uint256 newDelay)
clearScheduledExecution(bytes32 scheduledExecution)
removeNamedService(bytes32 serviceNameHash)
transferOwnership(address newOwner)
ChangeApplied(bytes32 dataHash, uint256 appliedAt, bytes data)
ChangeCancelled(bytes32 dataHash)
ChangeScheduled(bytes32 dataHash, uint256 scheduledFor, bytes data)
NamedServiceAdded(bytes32 nameHash, address service)
NamedServiceRemoved(bytes32 nameHash)
constructor(uint256 initialDelay)
This contract contains no fallback and receive objects.
This contract contains no error objects.