Registry

Verified contract

Active on Ethereum with 428 txns
Deployed by via 0x6290be74 at 12440375
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Registry"

0xce444d019fdb8f61e11fe52a0d2e7e2b73b5c78b69c221c2c3808177f4d074df
0x399e1798e82b09af609bba4d92e5b6fa3756639364f77a27a3240b2e49d3e690
0x108cf097bf17e22e5402fe7167141a5a9c8a595c687d88fb1ba10563d4bcc0e0
0x5cc7e6438109c8dcc9facc1c4c5ac5413f76a60300200e513398b272fe47f4c1
0x99e2aecdc5fdefbe982ea2c76006ef38fee7dc28fb884a0eef938ee900977655
0xe099880460d6d254df752fc81f58e3346d1a6cd9248b91f6a21db65ba096b7d5
0xb58de94dcc67720eadc2a2b42ea6c73cf4a66a8f1b07e0ceef7999810d0fd7ba
0xa312fcd775f9fab4532d09a330c5c4c507c91fdd24a960ca81c7e7c6270b7150
0xd7c4614fcc070896faf39a746722c51532231255feaab7cdc31d2dcb207f7a80
0xe0e2f5ae2ca4d8c82c1ebc8600e353408c3efcc428627a62afb908932981bb1d

Functions
Getter at block 21397788
 
listOrganizations(view returns (bytes32[] orgIds)
Read-only
getOrganizationById(bytes32 orgIdview returns (bool foundbytes32 idbytes orgMetadataURIaddress owneraddress[] membersbytes32[] serviceIds)
getServiceRegistrationById(bytes32 orgIdbytes32 serviceIdview returns (bool foundbytes32 idbytes metadataURI)
listServicesForOrganization(bytes32 orgIdview returns (bool foundbytes32[] serviceIds)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
addOrganizationMembers(bytes32 orgIdaddress[] newMembers
changeOrganizationMetadataURI(bytes32 orgIdbytes orgMetadataURI
changeOrganizationOwner(bytes32 orgIdaddress newOwner
createOrganization(bytes32 orgIdbytes orgMetadataURIaddress[] members
createServiceRegistration(bytes32 orgIdbytes32 serviceIdbytes metadataURI
deleteOrganization(bytes32 orgId
deleteServiceRegistration(bytes32 orgIdbytes32 serviceId
removeOrganizationMembers(bytes32 orgIdaddress[] existingMembers
updateServiceRegistration(bytes32 orgIdbytes32 serviceIdbytes metadataURI
Events
OrganizationCreated(bytes32 indexed orgId
OrganizationDeleted(bytes32 indexed orgId
OrganizationModified(bytes32 indexed orgId
ServiceCreated(bytes32 indexed orgIdbytes32 indexed serviceIdbytes metadataURI
ServiceDeleted(bytes32 indexed orgIdbytes32 indexed serviceId
ServiceMetadataModified(bytes32 indexed orgIdbytes32 indexed serviceIdbytes metadataURI
ServiceTagsModified(bytes32 indexed orgIdbytes32 indexed serviceId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.