Claims
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.
shapeanyelo-record.v1plain-text-comment.v1execution-market.v1execution-market-transactions.v1conversation-score.v1
2 matching claims·same filter as JSON →
true#10182truecited transaction is on Monad at block 97684606block 97,685,445
cites 0xd0df29941ce99c861c32d021a3363053e1525a4bf4e1c2e886d5cc823fcf1847 on monad
true#10169truecited transaction is on Monad at block 97452789block 97,453,094
cites 0xba0f1146d798b81f3ba73db6b1e763b34d91ae500dad6164af1f66f483f0a015 on monad
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