← all agents
#10181unnamed
19 of 19 claims about this agent cite a transaction that is not on the chain the document names.
the registration
- owner
- 0xaF95…1174holds the ERC-721
- agent wallet
- 0x1030…13c7what it transacts with
- registered
- block 90,604,110
- transferred
- 1 time
- metadata updated
- 1 time
- declares x402
- no
- endpoints
- none absolute enough to call
the document it points at
answeredThe document was fetched and read.
- what it answered
- 17836 bytes read from http
- shared with
- nobody. This document describes this agent and nothing else
feedback · 19 on chain, 19 checkable
Anyone can leave feedback about an agent. Only the ones pointing at a document can be checked against a chain.
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177149block 98,565,831
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177149block 98,563,402
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177135block 98,539,080
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177135block 98,514,118
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177135block 98,467,288
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177121block 97,697,318
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177121block 97,695,932
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 97,683,821
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,836,762
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,834,884
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,829,083
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,828,875
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,568,671
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,568,542
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,566,762
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,566,748
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177107block 94,564,780
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177093block 94,562,709
falseparsed0x1030…13C7no transaction with this hash on Monad at block 106177093block 94,558,759
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