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
62 matching claims · page 2 of 2·same filter as JSON →
false#10181parsedno transaction with this hash on Monad at block 106177107block 97,683,821
cites 0xe2e1923584e900cfa6a1e8d6775e0fc2031e17674a1f5f003ddcd5f7dbbf6186 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.mapping = $2
ORDER BY f."blockNumber" DESC, f.id
LIMIT $3 OFFSET $4