YFARMX

Check the Tectonic wallets yourself

Cronos rewound its chain on 30 August 2026 to undo the Tectonic exploit. Some money came back to the lender. Some did not. This page reads the balances straight from public blockchain nodes, in your browser, so you do not have to take our word for any of it.

The full investigation behind these wallets

These balances are one page of a longer forensic record. The wallet that funded this stake also funded the Venus Protocol attack on BNB Smart Chain five months earlier: read the complete on-chain record.

And the methods behind it, including the ones that failed: nine methods against Tornado Cash.

Why not just use a block explorer? Cronos's explorer has been returning an error since the rewind while it rebuilds its index. Every Cronos explorer reads from it, so none of them can show these balances at the moment. Public nodes are unaffected, which is what this page asks.

On Cronos: the stake the rewind gave back

0x7d4e7e5dcb0ccc66b4f0f8b0f30da5078ad4f2dc not read yet The attacker funded the exploit from here before the rewind point and spent it after. The spending was deleted. The funding was not.

On Ethereum: what the rewind could not reach

0xc404160b79bd8905061a1caecbeca2eeab3f72ddnot read yet
0xfDb11781ee3818135eebd2acd2247C263e266652not read yet
0x9ea6b75940de7c57bd1827001536e33ed667b55dnot read yet Held 182,178.22 USDC until 17:43 and 17:46 UTC on 31 August, when it was swapped into ether.
0x86616cE5D1829Beb030742e65bD3C1fbEE8F082Enot read yet

Fuelled on 21 August and never used since

0xbaA143E23285a7bBB4803cB023724e5c616547e2not read yet
0x0F8C0c8d5b9906F5e439c9a1086BF2f742fb7495not read yet
0x3b5a2d0D6050Aeae57EA20b17e2b0cA263356644not read yet

Look up a Cronos transaction

Cronos has no working explorer at the moment, so this asks a public node directly. Paste any Cronos transaction hash, or use the link that brought you here.

Do it without this page

Paste this into any browser console. It asks a public Cronos node for the same balance.

fetch('https://evm.cronos.org',{method:'POST',headers:{'content-type':'application/json'},
 body:JSON.stringify({jsonrpc:'2.0',id:1,method:'eth_call',params:[{
  to:'0xc21223249ca28397b4b6541dffaecc539bff0c59',
  data:'0x70a082310000000000000000000000007d4e7e5dcb0ccc66b4f0f8b0f30da5078ad4f2dc'},'latest']})})
 .then(r=>r.json()).then(j=>console.log((Number(BigInt(j.result))/1e6).toLocaleString()))

The first address is the USDC contract Tectonic uses. 0x70a08231 is the standard balance question. The rest is the wallet, padded to 32 bytes. Swap in any wallet to check it.