claims · monad mainnet · chain 143
Every evidence document and what checking it found
One row per evidence document carrying a URI. Ordered newest first by the block the feedback was recorded in. There is no score and no ranking here, because a list of other people's documents sorted by an opinion of ours would be exactly the thing this site argues against.
73
not on the chain they name
12
on the chain they name
12
could not check
1,095
assert no payment
1,095 no claim73 false12 true12 unknown
shapeanyelo-record.v1plain-text-comment.v1execution-market.v1execution-market-transactions.v1conversation-score.v1
1,026 matching claims · page 18 of 18·same filter as JSON →
matching documents
no claim#9parsedgame rating, no payment asserted, so there is no payment claim to checkblock 54,743,454
no claim#9parsedgame rating, no payment asserted, so there is no payment claim to checkblock 54,742,484
no claim#9parsedgame rating, no payment asserted, so there is no payment claim to checkblock 54,741,206
no claim#9parsedgame rating, no payment asserted, so there is no payment claim to checkblock 54,740,037
no claim#9parsedgame rating, no payment asserted, so there is no payment claim to checkblock 54,739,463
no claim#9parsedgame rating, no payment asserted, so there is no payment claim to checkblock 54,738,744
re-derive this
SELECT f.id, f.agent_id, f."clientAddress", f."feedbackIndex", f.value, f."valueDecimals",
f.tag1, f.tag2, f.endpoint, f."feedbackUri", f."feedbackHash", f.revoked,
f."responseUri", f.responder, f."blockNumber", f.timestamp, f."txHash",
a."agentId" AS agent_number, a.name AS agent_name,
v.outcome, v.rung, v.reason, v.declared_network, v.declared_tx, v.mapping,
v.hash_matches, v.computed_hash, v.found_chain, v.found_chain_id, v.found_block,
v.checked_at, v.checked_at_block
FROM "Feedback" f
JOIN "Agent" a ON a.id = f.agent_id
LEFT JOIN fovea.verdict_latest v ON v.feedback_id = f.id
WHERE f."chainId" = $1 AND f."feedbackUri" <> '' AND v.outcome = $2 AND v.mapping = $3
ORDER BY f."blockNumber" DESC, f.id
LIMIT $4 OFFSET $5