Retrieving information from Kleros Dapps
Existing Kleros-managed registries
1. Contract security metadata registries
{
addressTags: litems(where:{
registry:"0x66260c69d03837016d88c9877e61e08ef74c59f2",
key0_starts_with_nocase: $targetAddress,
key0_ends_with_nocase: $targetAddress,
status_in:[Registered, ClearingRequested]
}, first: 1) {
key0 #caipAddress
key1 #publicName
key2 #projectName
key3 #infoLink
}
contractDomains: litems(where:{
registry:"0x957a53a994860be4750810131d9c876b2f52d6e1",
key0_starts_with_nocase: $targetAddress,
key0_ends_with_nocase: $targetAddress,
key1: $domain,
status_in:[Registered, ClearingRequested]
}, first: 1) {
key0 #caipAddress
key1 #domain
}
tokens: litems(where:{
registry:"0x70533554fe5c17caf77fe530f77eab933b92af60",
key0_starts_with_nocase: $targetAddress,
key0_ends_with_nocase: $targetAddress,
status_in:[Registered, ClearingRequested]
}, first: 1) {
key0 #caipAddress
key1 #name
key2 #symbol
}
}A few things to note:
2. Proof of Humanity
Arbitrary subgraph queries
Last updated
Was this helpful?