kanmani143
claims · monad mainnet · chain 143

Every evidence document and what checking it found

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.

73
not on the chain they name
12
on the chain they name
12
could not check
1,095
assert no payment
1,095 no claim73 false12 true12 unknown

matching documents

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,836,762

cites 0x71fbe8a5e69c3f2b2edc8097869704e64019a9f110025c42611bfb610f438f00 on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,834,884

cites 0xe9e56d60d6da5f0de72e9fcdeae7b74a4c9b0bb6dddbb1b85b8081b41605958c on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,829,083

cites 0x6f9535b8ba6fb15d0a29a1d338b20fd92b08050b70f3c814f41f133c1e95c103 on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,828,875

cites 0x2450751e98eb55c351f0311e6a3f0d44ba508a0305a0676ae85e7cfd8cb9e716 on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,568,671

cites 0xa35785a511717236fd58ef657f273fd763112a6663437cee1d7647c214f33d24 on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,568,542

cites 0x0b5ce3611c0b79637f3a43dfdd9a396a8b831d0e3d924426910dc1317dfce09f on monad

false#10182parsedno transaction with this hash on Monad at block 106177107block 94,567,525

cites 0x6004e1bd68109bd03e36d7e58a491f0e37ff3a936347f20674562a53ad3c1cc7 on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,566,762

cites 0x6f7b1e7136a24ceaaa8e289b8285c0e47e4e170bb667707276f4087b7b2e3a86 on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,566,748

cites 0x48c06ed9c83d54345b8bab7637444f3189a12febf8e78e7ccb8d8311f64bc29f on monad

false#10181parsedno transaction with this hash on Monad at block 106177107block 94,564,780

cites 0x45aaf3678703fbf378a65036f63df5546b8fc8bf8f7c5659d7839dc2545f3490 on monad

false#10181parsedno transaction with this hash on Monad at block 106177093block 94,562,709

cites 0x24041ea63efda31829cde548a502d2018c80f85cc59f18c6c79fc33a36ea8c95 on monad

false#10168parsedno transaction with this hash on Monad at block 106177093block 94,562,553

cites 0xbb9f9d42710b3ef0e4124c8e21b8ba36f16036c20ec24f2e24569a287e5dcf5c on monad

false#10181parsedno transaction with this hash on Monad at block 106177093block 94,558,759

cites 0x25a9646de99b92bcd73c2cbaf936a2ea26bacc58833c65078a86e7b8e7c72d50 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 AND v.mapping = $3
ORDER BY f."blockNumber" DESC, f.id
LIMIT $4 OFFSET $5