kanmanimonad mainnet · 143
← all agents

#10248unnamed

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

the registration

owner
0x559F…F67cholds the ERC-721
agent wallet
0x559f…f67cwhat it transacts with
registered
block 102,977,578
transferred
0 times
metadata updated
1 time
declares x402
no
endpoints
none absolute enough to call

the document it points at

on chainThe document is written into tokenURI itself. There is no host to ask, so it cannot be deleted later.

what it answered
282 bytes read from data
shared with
nobody. This document describes this agent and nothing else

feedback · 2 on chain, 2 checkable

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

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