Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Registry"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21222005 | 25 days ago | | | 0 | 0.0013702100 | |
| 21215967 | 25 days ago | | | 0 | 0.0011432038 | |
| 21215917 | 25 days ago | | | 0 | 0.0012423535 | |
| 21215909 | 25 days ago | | | 0 | 0.0011067723 | |
| 21202725 | a month ago | | | 0 | 0.00060260423 | |
| 21136231 | a month ago | | | 0 | 0.0031930888 | |
| 21080624 | a month ago | | | 0 | 0.00050529769 | |
| 21077731 | a month ago | | | 0 | 0.00069059712 | |
| 21077452 | a month ago | | | 0 | 0.00063594050 | |
| 21043627 | 2 months ago | | | 0 | 0.00078261486 |
ABI
ABI objects
Getter at block 21397788 listOrganizations() view returns (bytes32[] orgIds)
Read-only
getOrganizationById(bytes32 orgId) view returns (bool found, bytes32 id, bytes orgMetadataURI, address owner, address[] members, bytes32[] serviceIds)
getServiceRegistrationById(bytes32 orgId, bytes32 serviceId) view returns (bool found, bytes32 id, bytes metadataURI)
listServicesForOrganization(bytes32 orgId) view returns (bool found, bytes32[] serviceIds)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events addOrganizationMembers(bytes32 orgId, address[] newMembers)
changeOrganizationMetadataURI(bytes32 orgId, bytes orgMetadataURI)
changeOrganizationOwner(bytes32 orgId, address newOwner)
createOrganization(bytes32 orgId, bytes orgMetadataURI, address[] members)
createServiceRegistration(bytes32 orgId, bytes32 serviceId, bytes metadataURI)
deleteOrganization(bytes32 orgId)
deleteServiceRegistration(bytes32 orgId, bytes32 serviceId)
removeOrganizationMembers(bytes32 orgId, address[] existingMembers)
updateServiceRegistration(bytes32 orgId, bytes32 serviceId, bytes metadataURI)
OrganizationCreated(bytes32 indexed orgId)
OrganizationDeleted(bytes32 indexed orgId)
OrganizationModified(bytes32 indexed orgId)
ServiceCreated(bytes32 indexed orgId, bytes32 indexed serviceId, bytes metadataURI)
ServiceDeleted(bytes32 indexed orgId, bytes32 indexed serviceId)
ServiceMetadataModified(bytes32 indexed orgId, bytes32 indexed serviceId, bytes metadataURI)
ServiceTagsModified(bytes32 indexed orgId, bytes32 indexed serviceId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.