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.
12 matching claims·same filter as JSON →
cites 0xd0df29941ce99c861c32d021a3363053e1525a4bf4e1c2e886d5cc823fcf1847 on monad
cites 0xba0f1146d798b81f3ba73db6b1e763b34d91ae500dad6164af1f66f483f0a015 on monad
cites 0x00700af53410089ead5953f581a60ee825b2e4ad95062db52486ccd3fbcdc7fa on monad
cites 0x1bb2d0e6172fa6f504709dbf8387dfa320adf0b90ddb9f1af7b8f06ff9f46aa9 on monad
cites 0x96332268675061144b6440d94cc45e726cfb7bbdb2cd6df8624f0cb7a3ba8913 on monad
cites 0xb414eaa62539a19ace0b77bcbecbf7939795ea4d47b692d46eb4c3cc4c1255c3 on monad
cites 0xfe1a286c1333378097762f590bcc5f042d9abfb4c233cd5fc4aaac4800303276 on monad
cites 0x94854ab34c680201831b5e4893fb3dccaa0eec6385bbc18b02e69ed7286d40ff on monad
cites 0xa19063002b3b99d71d1e4d5eaf3cfb1f97cec59eb52074d7fcc4924b694fc0ca on monad
cites 0x0d82823686f81e3c882d6fd9e9c4ee03f67e3df458f08e24bb8978b777b925f4 on monad
cites 0xa3f0de7e5c2ae8beeb02a65e8159453744763f3122a44f7d1c4b366d70535fa5 on monad
cites 0x3c38056a1eac9bf6cc4d38185f007ee72148f60559cf7c298df200950996e9dd 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
ORDER BY f."blockNumber" DESC, f.id
LIMIT $3 OFFSET $4