kanmanimonad mainnet · 143
← all agents

#8348unnamed

This agent carries 12 checked documents and none of them asserts a payment.

feedback · 12 on chain, 12 checkable

Anyone can leave feedback about an agent. Only the ones pointing at a document can be checked against a chain.

no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,854,814
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,854,807
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,854,798
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,854,791
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,854,783
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,815,116
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,815,110
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,815,103
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,813,834
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,813,828
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,813,820
no claimparsed0x1d68…cDc4plain text the author wrote as text/plain, no payment asserted, so there is no payment claim to checkblock 57,813,812
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.agent_id = $2
ORDER BY f."blockNumber" DESC, f.id
LIMIT $3 OFFSET $4