@indexing/jiti 0.0.58 → 0.0.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/module.js CHANGED
@@ -3,6 +3,7 @@ import {sha256 as $hgUW1$sha256, keccak256 as $hgUW1$keccak256, decodeEventLog a
3
3
  import $hgUW1$tronweb from "tronweb";
4
4
  import {decodeTxRaw as $hgUW1$decodeTxRaw, Registry as $hgUW1$Registry} from "@cosmjs/proto-signing";
5
5
  import {defaultRegistryTypes as $hgUW1$defaultRegistryTypes} from "@cosmjs/stargate";
6
+ import $hgUW1$bs58 from "bs58";
6
7
 
7
8
 
8
9
  function $parcel$exportWildcard(dest, source) {
@@ -47,6 +48,9 @@ const $09654dffcb68affa$var$PARTIAL_VM_TO_NETWORK_MAP = {
47
48
  FILECOIN: [
48
49
  "FILECOIN"
49
50
  ],
51
+ HYPERCORE: [
52
+ "HYPERCORE"
53
+ ],
50
54
  RIPPLE: [
51
55
  "RIPPLE"
52
56
  ],
@@ -130,7 +134,7 @@ function $82293038337e7b3f$export$363ea1acea6aebd6(block) {
130
134
  case "SUI":
131
135
  return parseInt(block.sequence, 10);
132
136
  case "SVM":
133
- return block.blockHeight;
137
+ return block.parentSlot + 1;
134
138
  case "TON":
135
139
  return block.seqno;
136
140
  case "UTXO":
@@ -225,7 +229,7 @@ function $cc5213c20a6615f3$export$ec64f6024312bb14(block) {
225
229
  case "APTOS":
226
230
  return new Date(parseInt(block.transactions[0].timestamp, 10) / 1000);
227
231
  case "CARDANO":
228
- return new Date(block.timestamp * 1000);
232
+ return new Date(block.timestamp);
229
233
  case "COSMOS":
230
234
  return new Date(block.block.header.time);
231
235
  case "EVM":
@@ -797,7 +801,7 @@ const $8860a67278817de8$export$893111d8d332e195 = {
797
801
  match: (block)=>(0, $09654dffcb68affa$export$ae001c77434c5340)(block) === "CARDANO",
798
802
  transform (block) {
799
803
  let transfers = [];
800
- const blockTimestamp = new Date(block.timestamp * 1000).toISOString();
804
+ const blockTimestamp = new Date(block.timestamp).toISOString();
801
805
  for (const tx of block.transactions || []){
802
806
  const typedTx = tx;
803
807
  if (!Array.isArray(typedTx.operations)) continue;
@@ -847,7 +851,7 @@ const $8860a67278817de8$export$893111d8d332e195 = {
847
851
  amount: 1110000n,
848
852
  blockNumber: 11443286,
849
853
  from: "addr1qymdv285few5tyqvya86rl97r9e608njs37shfew6l2nn473aw2pcnrcvfwfgg2dnew99m4tjj0apsu7232w2euzwpysndh0h3",
850
- timestamp: "+057068-01-19T05:23:20.000Z",
854
+ timestamp: "2025-02-05T03:34:53.000Z",
851
855
  to: "addr1q9syxu908lef7r6rsvk0h7gsx3rxj22cuykgx2a2l4hcfd8e9y2e9vtv4w9dyej96w99wwj8hwgc273862lk6a3vt30qjjrund",
852
856
  token: null,
853
857
  tokenType: "NATIVE",
@@ -1326,145 +1330,438 @@ const $f9f6601c9222cc8e$export$722698bc663d0ac0 = {
1326
1330
 
1327
1331
 
1328
1332
 
1333
+
1334
+
1335
+ var $64e1e522540ffc4e$require$Buffer = $hgUW1$Buffer;
1336
+ const $64e1e522540ffc4e$var$SYSTEM_PROGRAM = "11111111111111111111111111111111";
1337
+ const $64e1e522540ffc4e$var$WSOL_MINT = "So11111111111111111111111111111111111111112";
1338
+ const $64e1e522540ffc4e$var$SPL_TOKEN_PROGRAM = "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA";
1339
+ const $64e1e522540ffc4e$var$SPL_TOKEN_2022_PROGRAM = "TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb";
1340
+ const $64e1e522540ffc4e$var$ASSOCIATED_TOKEN_ACCOUNT_PROGRAM = "ATokenGPvbdGVxr1b2hvZbsiqW5xWH25efTNsLJA8knL";
1329
1341
  const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1330
1342
  match: (block)=>(0, $09654dffcb68affa$export$ae001c77434c5340)(block) === "SVM",
1331
1343
  transform (block) {
1332
1344
  let transfers = [];
1333
1345
  for (const tx of block.transactions || []){
1346
+ const txTransfers = [];
1334
1347
  const svmTx = tx;
1335
1348
  const txHash = svmTx.transaction.signatures[0];
1336
1349
  const timestamp = block.blockTime ? new Date(block.blockTime * 1000).toISOString() : null;
1337
- const allAccounts = svmTx.transaction.message.accountKeys.concat(svmTx.meta.loadedAddresses.writable).concat(svmTx.meta.loadedAddresses.readonly);
1350
+ const allAccounts = svmTx.transaction.message.accountKeys.concat(svmTx.meta.loadedAddresses.writable).concat(svmTx.meta.loadedAddresses.readonly).map((a)=>typeof a === "string" ? a : a?.pubkey);
1338
1351
  let txFee = BigInt(svmTx.meta.fee);
1339
1352
  if (txFee < BigInt(10)) txFee = txFee * BigInt(Math.pow(10, 9));
1340
- const transfersByKey = {};
1341
- for (const post of svmTx.meta.postTokenBalances){
1342
- let matched = false;
1343
- for (const pre of svmTx.meta.preTokenBalances)if (post.mint === pre.mint && post.owner === pre.owner) {
1344
- let diff = BigInt(post.uiTokenAmount.amount) - BigInt(pre.uiTokenAmount.amount);
1345
- if (diff === BigInt(0)) {
1346
- matched = true;
1347
- continue;
1348
- }
1349
- const isNegDiff = diff < 0;
1350
- if (diff < 0) diff = -diff;
1351
- const key = `${post.mint}-${diff.toString()}`;
1352
- const txfer = {
1353
- amount: diff,
1354
- blockNumber: block.blockHeight,
1355
- from: pre.owner,
1356
- timestamp: timestamp,
1357
- to: post.owner,
1358
- transactionGasFee: txFee,
1359
- transactionHash: txHash,
1360
- token: post.mint,
1361
- tokenType: "TOKEN"
1362
- };
1363
- if (isNegDiff) delete txfer.to;
1364
- else delete txfer.from;
1365
- if (!transfersByKey[key]) transfersByKey[key] = [
1366
- txfer
1367
- ];
1368
- else {
1369
- let didMerge = false;
1370
- for(let tbi = 0; tbi < transfersByKey[key].length; tbi += 1)if (txfer.to && !transfersByKey[key][tbi].to || txfer.from && !transfersByKey[key][tbi].from) {
1371
- didMerge = true;
1372
- transfersByKey[key][tbi] = Object.assign(transfersByKey[key][tbi] || {}, txfer);
1373
- break;
1353
+ const signerIdx = svmTx.transaction.signatures.length - 1;
1354
+ const signer = allAccounts[signerIdx];
1355
+ const feePayer = allAccounts[0];
1356
+ // handle tx fee
1357
+ txTransfers.push({
1358
+ amount: txFee,
1359
+ blockNumber: block.parentSlot + 1,
1360
+ from: feePayer,
1361
+ index: "0",
1362
+ timestamp: timestamp,
1363
+ to: null,
1364
+ transactionGasFee: txFee,
1365
+ transactionHash: txHash,
1366
+ token: null,
1367
+ tokenType: "NATIVE"
1368
+ });
1369
+ const allUntypedInstructions = [];
1370
+ for(let idx = 0; idx < svmTx.transaction.message.instructions.length; idx += 1){
1371
+ allUntypedInstructions.push({
1372
+ ...svmTx.transaction.message.instructions[idx],
1373
+ index: idx
1374
+ });
1375
+ allUntypedInstructions.push(...svmTx.meta.innerInstructions.filter((ii)=>ii.index === idx).map((ii)=>ii.instructions.map((i, subIdx)=>({
1376
+ ...i,
1377
+ rootIndex: ii.index,
1378
+ index: subIdx
1379
+ }))).flat());
1380
+ }
1381
+ const allInstructions = allUntypedInstructions;
1382
+ const createdAccountsToOwner = {};
1383
+ const previousAccountsClose = {};
1384
+ for(let idx = 0; idx < allInstructions.length; idx += 1){
1385
+ if (svmTx.meta.status?.Err) continue;
1386
+ const inst = allInstructions[idx];
1387
+ const index = `${inst.rootIndex ? `${inst.rootIndex + 1}-` : ""}${inst.index + 1}`;
1388
+ try {
1389
+ const programId = allAccounts[inst.programIdIndex];
1390
+ const instData = (0, $hgUW1$bs58).decode(inst.data);
1391
+ const instSig = Array.from(instData).join(",");
1392
+ const matchingAccounts = inst.accounts.map((a)=>allAccounts[a]);
1393
+ // SPL Transfers
1394
+ if ([
1395
+ $64e1e522540ffc4e$var$SPL_TOKEN_PROGRAM,
1396
+ $64e1e522540ffc4e$var$SPL_TOKEN_2022_PROGRAM
1397
+ ].includes(programId)) {
1398
+ // TRANSFER, TRANSFER CHECKED
1399
+ if (instSig.startsWith("3,") && inst.accounts.length === 3 || instSig.startsWith("12,") && inst.accounts.length === 4) {
1400
+ const amountData = $64e1e522540ffc4e$require$Buffer.from(instData).slice(1, 9);
1401
+ if (amountData.length < 8) continue;
1402
+ const amount = BigInt(amountData.readBigUInt64LE(0).toString());
1403
+ const fromIdx = inst.accounts[0];
1404
+ const toIdx = inst.accounts[inst.accounts.length - 2];
1405
+ let from = createdAccountsToOwner[allAccounts[fromIdx]];
1406
+ let to = createdAccountsToOwner[allAccounts[toIdx]];
1407
+ let mint;
1408
+ for (const ptb of svmTx.meta.preTokenBalances.concat(svmTx.meta.postTokenBalances)){
1409
+ if (ptb.accountIndex === fromIdx) {
1410
+ from = ptb.owner;
1411
+ if (!mint) mint = ptb.mint;
1412
+ }
1413
+ if (ptb.accountIndex === toIdx) {
1414
+ to = ptb.owner;
1415
+ if (!mint) mint = ptb.mint;
1416
+ }
1417
+ if (from && to && mint) break;
1418
+ }
1419
+ // @NOTE: should improve this - currently we assume unknown accounts belong to the signer
1420
+ if (!from) from = signer;
1421
+ if (!to) to = signer;
1422
+ txTransfers.push({
1423
+ amount: amount,
1424
+ blockNumber: block.parentSlot + 1,
1425
+ from: from,
1426
+ fromTokenAccount: allAccounts[fromIdx],
1427
+ index: index,
1428
+ timestamp: timestamp,
1429
+ to: to,
1430
+ toTokenAccount: allAccounts[toIdx],
1431
+ transactionGasFee: txFee,
1432
+ transactionHash: txHash,
1433
+ token: mint,
1434
+ tokenType: "TOKEN"
1435
+ });
1436
+ } else if (instSig === "9") {
1437
+ let solAmount = BigInt(svmTx.meta.preBalances[inst.accounts[0]] || 0);
1438
+ let from = matchingAccounts[0];
1439
+ let wSolAmount = (previousAccountsClose[from] || BigInt(0)) * BigInt(-1);
1440
+ const to = matchingAccounts[2];
1441
+ for (const t of txTransfers){
1442
+ if (t.to === from && !t.token || t.toTokenAccount === from && t.token === $64e1e522540ffc4e$var$WSOL_MINT) {
1443
+ solAmount += t.amount;
1444
+ if (t.token === $64e1e522540ffc4e$var$WSOL_MINT) wSolAmount -= t.amount;
1445
+ } else if (t.from === from && !t.token || t.fromTokenAccount === from && t.token === $64e1e522540ffc4e$var$WSOL_MINT) {
1446
+ solAmount -= t.amount;
1447
+ if (t.token === $64e1e522540ffc4e$var$WSOL_MINT) wSolAmount += t.amount;
1448
+ }
1449
+ }
1450
+ txTransfers.push({
1451
+ amount: solAmount,
1452
+ blockNumber: block.parentSlot + 1,
1453
+ from: from,
1454
+ index: index,
1455
+ timestamp: timestamp,
1456
+ to: to,
1457
+ transactionGasFee: txFee,
1458
+ transactionHash: txHash,
1459
+ token: null,
1460
+ tokenType: "NATIVE"
1461
+ });
1462
+ // handle wrap/unwrap of wSOL
1463
+ if (!previousAccountsClose[from]) previousAccountsClose[from] = BigInt(0);
1464
+ if (wSolAmount > BigInt(0)) {
1465
+ txTransfers.push({
1466
+ amount: wSolAmount,
1467
+ blockNumber: block.parentSlot + 1,
1468
+ from: from,
1469
+ index: `${index}-1`,
1470
+ timestamp: timestamp,
1471
+ to: $64e1e522540ffc4e$var$WSOL_MINT,
1472
+ transactionGasFee: txFee,
1473
+ transactionHash: txHash,
1474
+ token: null,
1475
+ tokenType: "NATIVE"
1476
+ });
1477
+ txTransfers.push({
1478
+ amount: wSolAmount,
1479
+ blockNumber: block.parentSlot + 1,
1480
+ from: $64e1e522540ffc4e$var$WSOL_MINT,
1481
+ index: `${index}-2`,
1482
+ timestamp: timestamp,
1483
+ to: to,
1484
+ transactionGasFee: txFee,
1485
+ transactionHash: txHash,
1486
+ token: $64e1e522540ffc4e$var$WSOL_MINT,
1487
+ tokenType: "TOKEN"
1488
+ });
1489
+ previousAccountsClose[from] += wSolAmount;
1490
+ } else if (wSolAmount < BigInt(0)) {
1491
+ txTransfers.push({
1492
+ amount: wSolAmount * BigInt(-1),
1493
+ blockNumber: block.parentSlot + 1,
1494
+ from: $64e1e522540ffc4e$var$WSOL_MINT,
1495
+ index: `${index}-1`,
1496
+ timestamp: timestamp,
1497
+ to: from,
1498
+ transactionGasFee: txFee,
1499
+ transactionHash: txHash,
1500
+ token: null,
1501
+ tokenType: "NATIVE"
1502
+ });
1503
+ txTransfers.push({
1504
+ amount: wSolAmount * BigInt(-1),
1505
+ blockNumber: block.parentSlot + 1,
1506
+ from: to,
1507
+ index: `${index}-2`,
1508
+ timestamp: timestamp,
1509
+ to: $64e1e522540ffc4e$var$WSOL_MINT,
1510
+ transactionGasFee: txFee,
1511
+ transactionHash: txHash,
1512
+ token: $64e1e522540ffc4e$var$WSOL_MINT,
1513
+ tokenType: "TOKEN"
1514
+ });
1515
+ previousAccountsClose[from] += wSolAmount;
1516
+ }
1374
1517
  }
1375
- if (!didMerge) transfersByKey[key].push(txfer);
1376
- }
1377
- matched = true;
1378
- }
1379
- if (!matched) {
1380
- let diff = BigInt(post.uiTokenAmount.amount);
1381
- const isNegDiff = diff < 0;
1382
- if (diff < 0) diff = -diff;
1383
- const key = `${post.mint}-${diff.toString()}`;
1384
- const txfer = {
1385
- amount: diff,
1386
- blockNumber: block.blockHeight,
1387
- from: null,
1388
- timestamp: timestamp,
1389
- to: post.owner,
1390
- token: post.mint,
1391
- tokenType: "TOKEN",
1392
- transactionGasFee: txFee,
1393
- transactionHash: txHash
1394
- };
1395
- if (isNegDiff) delete txfer.to;
1396
- else delete txfer.from;
1397
- if (!transfersByKey[key]) transfersByKey[key] = [
1398
- txfer
1399
- ];
1400
- else {
1401
- let didMerge = false;
1402
- for(let tbi = 0; tbi < transfersByKey[key].length; tbi += 1)if (txfer.to && !transfersByKey[key][tbi].to || txfer.from && !transfersByKey[key][tbi].from) {
1403
- didMerge = true;
1404
- transfersByKey[key][tbi] = Object.assign(transfersByKey[key][tbi] || {}, txfer);
1405
- break;
1518
+ } else if ([
1519
+ $64e1e522540ffc4e$var$SYSTEM_PROGRAM
1520
+ ].includes(programId)) {
1521
+ // TRANSFER
1522
+ if (instSig.startsWith("2,0,0,0,")) {
1523
+ const amountData = $64e1e522540ffc4e$require$Buffer.from(instData).slice(4);
1524
+ if (amountData.length < 8) continue;
1525
+ const amount = BigInt(amountData.readBigUInt64LE(0).toString());
1526
+ txTransfers.push({
1527
+ amount: amount,
1528
+ blockNumber: block.parentSlot + 1,
1529
+ from: matchingAccounts[0],
1530
+ index: index,
1531
+ timestamp: timestamp,
1532
+ to: matchingAccounts[1],
1533
+ transactionGasFee: txFee,
1534
+ transactionHash: txHash,
1535
+ token: null,
1536
+ tokenType: "NATIVE"
1537
+ });
1538
+ } else if (instSig.startsWith("0,0,0,0,")) {
1539
+ const amountData = $64e1e522540ffc4e$require$Buffer.from(instData).slice(4, 12);
1540
+ const amount = BigInt(amountData.readBigUInt64LE(0).toString());
1541
+ txTransfers.push({
1542
+ amount: amount,
1543
+ blockNumber: block.parentSlot + 1,
1544
+ from: matchingAccounts[0],
1545
+ index: index,
1546
+ timestamp: timestamp,
1547
+ to: matchingAccounts[1],
1548
+ transactionGasFee: txFee,
1549
+ transactionHash: txHash,
1550
+ token: null,
1551
+ tokenType: "NATIVE"
1552
+ });
1553
+ createdAccountsToOwner[matchingAccounts[1]] = matchingAccounts[0];
1554
+ // try detecting an assignment of the new account
1555
+ const initInst = allInstructions[idx + 2];
1556
+ if (initInst && [
1557
+ $64e1e522540ffc4e$var$SPL_TOKEN_PROGRAM,
1558
+ $64e1e522540ffc4e$var$SPL_TOKEN_2022_PROGRAM
1559
+ ].includes(allAccounts[initInst.programIdIndex]) && initInst.accounts.length === 2 && initInst.accounts[0] === inst.accounts[1]) {
1560
+ const newOwner = (0, $hgUW1$bs58).encode($64e1e522540ffc4e$require$Buffer.from((0, $hgUW1$bs58).decode(initInst.data)).slice(1));
1561
+ createdAccountsToOwner[matchingAccounts[1]] = newOwner;
1562
+ }
1563
+ } else if (instSig.startsWith("3,0,0,0,")) {
1564
+ const amountData = $64e1e522540ffc4e$require$Buffer.from(instData).slice(instData.length - 48, instData.length - 40);
1565
+ const amount = BigInt(amountData.readBigUInt64LE(0).toString());
1566
+ txTransfers.push({
1567
+ amount: amount,
1568
+ blockNumber: block.parentSlot + 1,
1569
+ from: matchingAccounts[0],
1570
+ index: index,
1571
+ timestamp: timestamp,
1572
+ to: matchingAccounts[1],
1573
+ transactionGasFee: txFee,
1574
+ transactionHash: txHash,
1575
+ token: null,
1576
+ tokenType: "NATIVE"
1577
+ });
1578
+ createdAccountsToOwner[matchingAccounts[1]] = matchingAccounts[0];
1406
1579
  }
1407
- if (!didMerge) transfersByKey[key].push(txfer);
1408
1580
  }
1581
+ } catch (e) {
1582
+ // we only want valid transfers
1409
1583
  }
1410
1584
  }
1585
+ // handle non-explicit SOL cases
1586
+ const solTransferDiffs = {};
1587
+ for (const t of txTransfers){
1588
+ if (t.from === t.to || t.token) continue;
1589
+ if (!solTransferDiffs[t.from]) solTransferDiffs[t.from] = BigInt(0);
1590
+ if (!solTransferDiffs[t.to]) solTransferDiffs[t.to] = BigInt(0);
1591
+ solTransferDiffs[t.from] -= t.amount;
1592
+ solTransferDiffs[t.to] += t.amount;
1593
+ }
1594
+ const toReconcile = {};
1411
1595
  for(let i = 0; i < svmTx.meta.postBalances.length; i += 1){
1412
- const post = svmTx.meta.postBalances[i];
1413
- const pre = svmTx.meta.preBalances[i];
1414
- if (post !== undefined && pre !== undefined && post !== pre) {
1415
- let diff = BigInt(post) - BigInt(pre);
1416
- if (diff < 0) diff = -diff;
1417
- const key = `null-${diff.toString()}`;
1418
- const txfer = {
1419
- amount: diff,
1420
- blockNumber: block.blockHeight,
1421
- from: typeof allAccounts[i] === "string" ? allAccounts[i] : allAccounts[i]?.pubkey,
1422
- timestamp: timestamp,
1423
- to: typeof allAccounts[i] === "string" ? allAccounts[i] : allAccounts[i]?.pubkey?.toString(),
1424
- token: null,
1425
- tokenType: "NATIVE",
1426
- transactionGasFee: txFee,
1427
- transactionHash: txHash
1428
- };
1429
- if (post > pre) delete txfer.from;
1430
- else delete txfer.to;
1431
- if (!transfersByKey[key]) transfersByKey[key] = [
1432
- txfer
1433
- ];
1434
- else {
1435
- let didMerge = false;
1436
- for(let tbi = 0; tbi < transfersByKey[key].length; tbi += 1)if (txfer.to && !transfersByKey[key][tbi].to || txfer.from && !transfersByKey[key][tbi].from) {
1437
- didMerge = true;
1438
- transfersByKey[key][tbi] = Object.assign(transfersByKey[key][tbi] || {}, txfer);
1439
- break;
1596
+ const account = allAccounts[i];
1597
+ const diff = BigInt(svmTx.meta.postBalances[i]) - BigInt(svmTx.meta.preBalances[i] || 0);
1598
+ if (solTransferDiffs[account] !== diff) toReconcile[account] = diff - (solTransferDiffs[account] || BigInt(0));
1599
+ }
1600
+ if (Object.keys(toReconcile).length) {
1601
+ const wSolTxfers = [];
1602
+ for (const t of txTransfers){
1603
+ // handle [near] exact match
1604
+ if (toReconcile[t.from] && toReconcile[t.to] && toReconcile[t.from] > 0 && toReconcile[t.from] <= toReconcile[t.to] * BigInt(-1)) {
1605
+ txTransfers.push({
1606
+ amount: toReconcile[t.from],
1607
+ blockNumber: block.parentSlot + 1,
1608
+ from: t.to,
1609
+ index: t.index + "-1",
1610
+ timestamp: timestamp,
1611
+ to: t.from,
1612
+ token: null,
1613
+ tokenType: "NATIVE",
1614
+ transactionGasFee: txFee,
1615
+ transactionHash: txHash
1616
+ });
1617
+ toReconcile[t.to] += toReconcile[t.from];
1618
+ delete toReconcile[t.from];
1619
+ if (toReconcile[t.to] === BigInt(0)) delete toReconcile[t.to];
1620
+ } else if (t.token === $64e1e522540ffc4e$var$WSOL_MINT) {
1621
+ wSolTxfers.push(t);
1622
+ if (toReconcile[t.fromTokenAccount]) {
1623
+ txTransfers.push({
1624
+ amount: t.amount,
1625
+ blockNumber: block.parentSlot + 1,
1626
+ from: t.fromTokenAccount,
1627
+ index: t.index + "-1",
1628
+ timestamp: timestamp,
1629
+ to: $64e1e522540ffc4e$var$WSOL_MINT,
1630
+ token: null,
1631
+ tokenType: "NATIVE",
1632
+ transactionGasFee: txFee,
1633
+ transactionHash: txHash
1634
+ });
1635
+ toReconcile[t.fromTokenAccount] += t.amount;
1636
+ if (toReconcile[t.fromTokenAccount] === BigInt(0)) delete toReconcile[t.fromTokenAccount];
1637
+ }
1638
+ if (toReconcile[t.toTokenAccount]) {
1639
+ txTransfers.push({
1640
+ amount: t.amount,
1641
+ blockNumber: block.parentSlot + 1,
1642
+ from: $64e1e522540ffc4e$var$WSOL_MINT,
1643
+ index: t.index + "-2",
1644
+ timestamp: timestamp,
1645
+ to: t.toTokenAccount,
1646
+ token: null,
1647
+ tokenType: "NATIVE",
1648
+ transactionGasFee: txFee,
1649
+ transactionHash: txHash
1650
+ });
1651
+ toReconcile[t.toTokenAccount] -= t.amount;
1652
+ if (toReconcile[t.toTokenAccount] === BigInt(0)) delete toReconcile[t.toTokenAccount];
1653
+ }
1654
+ }
1655
+ }
1656
+ for(const k in toReconcile){
1657
+ if (toReconcile[k] === BigInt(0)) delete toReconcile[k];
1658
+ for(const j in toReconcile)if (k !== j && toReconcile[k] === toReconcile[j] * BigInt(-1)) {
1659
+ txTransfers.push({
1660
+ amount: toReconcile[j] < BigInt(0) ? toReconcile[j] * BigInt(-1) : toReconcile[j],
1661
+ blockNumber: block.parentSlot + 1,
1662
+ from: toReconcile[j] < BigInt(0) ? j : k,
1663
+ timestamp: // index,
1664
+ timestamp,
1665
+ to: toReconcile[j] > BigInt(0) ? j : k,
1666
+ transactionGasFee: txFee,
1667
+ transactionHash: txHash,
1668
+ token: null,
1669
+ tokenType: "NATIVE"
1670
+ });
1671
+ delete toReconcile[k];
1672
+ delete toReconcile[j];
1673
+ }
1674
+ }
1675
+ // handle internal self transfers
1676
+ if (Object.values(toReconcile).reduce((a, b)=>a + b, BigInt(0)) === BigInt(0)) {
1677
+ const toSend = Object.entries(toReconcile).filter(([k, a])=>a < BigInt(0));
1678
+ toSend.sort((a, b)=>a[1] < b[1] ? 1 : 0);
1679
+ const toReceive = Object.entries(toReconcile).filter(([k, a])=>a > BigInt(0));
1680
+ toReceive.sort((a, b)=>a[1] > b[1] ? 1 : 0);
1681
+ for (const toPair of toReceive){
1682
+ let amountToSend = toPair[1];
1683
+ const to = toPair[0];
1684
+ while(amountToSend > BigInt(0)){
1685
+ const fromPair = toSend[0];
1686
+ if (!fromPair) break;
1687
+ const from = fromPair[0];
1688
+ let amount = amountToSend;
1689
+ if (toReconcile[from] * BigInt(-1) < amount) amount = toReconcile[from] * BigInt(-1);
1690
+ txTransfers.push({
1691
+ amount: amount,
1692
+ blockNumber: block.parentSlot + 1,
1693
+ from: from,
1694
+ timestamp: // index,
1695
+ timestamp,
1696
+ to: to,
1697
+ transactionGasFee: txFee,
1698
+ transactionHash: txHash,
1699
+ token: null,
1700
+ tokenType: "NATIVE"
1701
+ });
1702
+ toReconcile[from] += amount;
1703
+ if (toReconcile[from] === BigInt(0)) {
1704
+ delete toReconcile[from];
1705
+ toSend.shift();
1706
+ }
1707
+ amountToSend -= amount;
1440
1708
  }
1441
- if (!didMerge) transfersByKey[key].push(txfer);
1709
+ delete toReconcile[to];
1442
1710
  }
1443
1711
  }
1712
+ for(const k in toReconcile)if (toReconcile[k] === BigInt(0)) delete toReconcile[k];
1713
+ delete toReconcile[$64e1e522540ffc4e$var$WSOL_MINT];
1444
1714
  }
1445
- const unmatchedFrom = {};
1446
- const unmatchedTo = {};
1447
- for(const key in transfersByKey)for (const txfer of transfersByKey[key]){
1448
- if (!txfer.from && txfer.token !== "So11111111111111111111111111111111111111112") {
1449
- if (!unmatchedFrom[txfer.token]) unmatchedFrom[txfer.token] = [];
1450
- unmatchedFrom[txfer.token].push(txfer);
1451
- delete transfersByKey[key];
1452
- } else if (!txfer.to) {
1453
- if (!unmatchedTo[txfer.token]) unmatchedTo[txfer.token] = [];
1454
- unmatchedTo[txfer.token].push(txfer);
1455
- delete transfersByKey[key];
1456
- } else transfers.push(txfer);
1715
+ // clean up SOL unwraps & token mints
1716
+ const tokenTransferDiffs = {};
1717
+ for (const t of txTransfers){
1718
+ if (t.from === t.to) continue;
1719
+ const key1 = `${t.from}-${t.token}`;
1720
+ const key2 = `${t.to}-${t.token}`;
1721
+ if (!tokenTransferDiffs[key1]) tokenTransferDiffs[key1] = BigInt(0);
1722
+ if (!tokenTransferDiffs[key2]) tokenTransferDiffs[key2] = BigInt(0);
1723
+ tokenTransferDiffs[key1] -= t.amount;
1724
+ tokenTransferDiffs[key2] += t.amount;
1457
1725
  }
1458
- for(const token in unmatchedFrom)if (unmatchedTo[token]?.length && unmatchedFrom[token]?.length) {
1459
- const unmatchedDiff = unmatchedTo[token].reduce((a, b)=>a + BigInt(b.amount), BigInt(0)) - unmatchedFrom[token].reduce((a, b)=>a + BigInt(b.amount), BigInt(0));
1460
- if (unmatchedDiff === BigInt(0) || token === "null") {
1461
- unmatchedTo[token].sort((a, b)=>a.amount > b.amount ? 1 : -1);
1462
- unmatchedFrom[token].forEach((um)=>{
1463
- um.from = unmatchedTo[token][0].from;
1464
- transfers.push(um);
1726
+ for (const post of svmTx.meta.postTokenBalances){
1727
+ const account = post.owner;
1728
+ const pre = svmTx.meta.preTokenBalances.find((p)=>p.mint === post.mint && p.owner === account && p.accountIndex === post.accountIndex);
1729
+ const diff = BigInt(post.uiTokenAmount.amount) - BigInt(pre?.uiTokenAmount.amount || 0);
1730
+ const key = `${account}-${post.mint}`;
1731
+ if (tokenTransferDiffs[key] !== diff && account !== post.mint) {
1732
+ const amount = diff - (tokenTransferDiffs[key] || BigInt(0));
1733
+ // try attributing to unwrapping wSOL
1734
+ if (amount > BigInt(0) && post.mint === $64e1e522540ffc4e$var$WSOL_MINT) txTransfers.push({
1735
+ amount: amount,
1736
+ blockNumber: block.parentSlot + 1,
1737
+ from: $64e1e522540ffc4e$var$WSOL_MINT,
1738
+ timestamp: // index,
1739
+ timestamp,
1740
+ to: account,
1741
+ transactionGasFee: txFee,
1742
+ transactionHash: txHash,
1743
+ token: $64e1e522540ffc4e$var$WSOL_MINT,
1744
+ tokenType: "TOKEN"
1745
+ });
1746
+ else if (!pre && amount > BigInt(0)) txTransfers.push({
1747
+ amount: amount,
1748
+ blockNumber: block.parentSlot + 1,
1749
+ from: post.mint,
1750
+ timestamp: // index,
1751
+ timestamp,
1752
+ to: account,
1753
+ transactionGasFee: txFee,
1754
+ transactionHash: txHash,
1755
+ token: post.mint,
1756
+ tokenType: "TOKEN"
1465
1757
  });
1466
1758
  }
1467
1759
  }
1760
+ transfers.push(...txTransfers.map((t)=>{
1761
+ delete t.fromTokenAccount;
1762
+ delete t.toTokenAccount;
1763
+ return t;
1764
+ }));
1468
1765
  }
1469
1766
  return transfers;
1470
1767
  },
@@ -1472,52 +1769,307 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1472
1769
  {
1473
1770
  params: {
1474
1771
  network: "SOLANA",
1475
- walletAddress: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1476
- contractAddress: "6MQpbiTC2YcogidTmKqMLK82qvE9z5QEm7EP3AEDpump"
1772
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
1477
1773
  },
1478
1774
  payload: "https://jiti.indexing.co/networks/solana/345871978",
1479
1775
  output: [
1480
1776
  {
1481
- amount: 10492578617n,
1482
- blockNumber: 324081557,
1777
+ amount: 2506024n,
1778
+ blockNumber: 345871978,
1483
1779
  from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1780
+ index: "0",
1484
1781
  timestamp: "2025-06-10T12:06:56.000Z",
1485
- to: "ChkRerg6X89xHYqV4iBqcboBdU1WA8Uvs9fp2yZrqbg",
1782
+ to: null,
1783
+ transactionGasFee: 2506024n,
1784
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1785
+ token: null,
1786
+ tokenType: "NATIVE"
1787
+ },
1788
+ {
1789
+ amount: 2039280n,
1790
+ blockNumber: 345871978,
1791
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1792
+ index: "3",
1793
+ timestamp: "2025-06-10T12:06:56.000Z",
1794
+ to: "CtFXczF6VRBE4KgJDebiwhB4Vheg87di5SgPcmMViu8j",
1795
+ transactionGasFee: 2506024n,
1796
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1797
+ token: null,
1798
+ tokenType: "NATIVE"
1799
+ },
1800
+ {
1801
+ amount: 16788125787n,
1802
+ blockNumber: 345871978,
1803
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1804
+ index: "5-2",
1805
+ timestamp: "2025-06-10T12:06:56.000Z",
1806
+ to: "GWPLjamb5ZxrGbTsYNWW7V3p1pAMryZSfaPFTdaEsWgC",
1807
+ transactionGasFee: 2506024n,
1808
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1486
1809
  token: "6MQpbiTC2YcogidTmKqMLK82qvE9z5QEm7EP3AEDpump",
1487
- tokenType: "TOKEN",
1810
+ tokenType: "TOKEN"
1811
+ },
1812
+ {
1813
+ amount: 2485415086n,
1814
+ blockNumber: 345871978,
1815
+ from: "GWPLjamb5ZxrGbTsYNWW7V3p1pAMryZSfaPFTdaEsWgC",
1816
+ index: "5-3",
1817
+ timestamp: "2025-06-10T12:06:56.000Z",
1818
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1488
1819
  transactionGasFee: 2506024n,
1489
- transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
1820
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1821
+ token: "So11111111111111111111111111111111111111112",
1822
+ tokenType: "TOKEN"
1823
+ },
1824
+ {
1825
+ amount: 1246447n,
1826
+ blockNumber: 345871978,
1827
+ from: "GWPLjamb5ZxrGbTsYNWW7V3p1pAMryZSfaPFTdaEsWgC",
1828
+ index: "5-4",
1829
+ timestamp: "2025-06-10T12:06:56.000Z",
1830
+ to: "62qc2CNXwrYqQScmEdiZFFAnJR262PxWEuNQtxfafNgV",
1831
+ transactionGasFee: 2506024n,
1832
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1833
+ token: "So11111111111111111111111111111111111111112",
1834
+ tokenType: "TOKEN"
1835
+ },
1836
+ {
1837
+ amount: 1246447n,
1838
+ blockNumber: 345871978,
1839
+ from: "GWPLjamb5ZxrGbTsYNWW7V3p1pAMryZSfaPFTdaEsWgC",
1840
+ index: "5-5",
1841
+ timestamp: "2025-06-10T12:06:56.000Z",
1842
+ to: "4XFtPwmsuKo8bHZQWRLWt7Jh4QdhSg9X68g4CELDhpsH",
1843
+ transactionGasFee: 2506024n,
1844
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1845
+ token: "So11111111111111111111111111111111111111112",
1846
+ tokenType: "TOKEN"
1490
1847
  },
1491
1848
  {
1492
1849
  amount: 10492578617n,
1493
- blockNumber: 324081557,
1850
+ blockNumber: 345871978,
1494
1851
  from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1852
+ index: "5-9",
1495
1853
  timestamp: "2025-06-10T12:06:56.000Z",
1496
1854
  to: "3shatpFgdVVwy8Pr723iE9L1fozzaXNdGYKtgrSwHYeJ",
1855
+ transactionGasFee: 2506024n,
1856
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1497
1857
  token: "6MQpbiTC2YcogidTmKqMLK82qvE9z5QEm7EP3AEDpump",
1498
- tokenType: "TOKEN",
1858
+ tokenType: "TOKEN"
1859
+ },
1860
+ {
1861
+ amount: 1553440149n,
1862
+ blockNumber: 345871978,
1863
+ from: "3shatpFgdVVwy8Pr723iE9L1fozzaXNdGYKtgrSwHYeJ",
1864
+ index: "5-10",
1865
+ timestamp: "2025-06-10T12:06:56.000Z",
1866
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1499
1867
  transactionGasFee: 2506024n,
1500
- transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
1868
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1869
+ token: "So11111111111111111111111111111111111111112",
1870
+ tokenType: "TOKEN"
1501
1871
  },
1502
1872
  {
1503
- amount: 16788125787n,
1504
- blockNumber: 324081557,
1873
+ amount: 10492578617n,
1874
+ blockNumber: 345871978,
1505
1875
  from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1876
+ index: "5-13",
1506
1877
  timestamp: "2025-06-10T12:06:56.000Z",
1507
- to: "GWPLjamb5ZxrGbTsYNWW7V3p1pAMryZSfaPFTdaEsWgC",
1878
+ to: "ChkRerg6X89xHYqV4iBqcboBdU1WA8Uvs9fp2yZrqbg",
1879
+ transactionGasFee: 2506024n,
1880
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1508
1881
  token: "6MQpbiTC2YcogidTmKqMLK82qvE9z5QEm7EP3AEDpump",
1509
- tokenType: "TOKEN",
1882
+ tokenType: "TOKEN"
1883
+ },
1884
+ {
1885
+ amount: 1552556053n,
1886
+ blockNumber: 345871978,
1887
+ from: "ChkRerg6X89xHYqV4iBqcboBdU1WA8Uvs9fp2yZrqbg",
1888
+ index: "5-14",
1889
+ timestamp: "2025-06-10T12:06:56.000Z",
1890
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1510
1891
  transactionGasFee: 2506024n,
1511
- transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
1892
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1893
+ token: "So11111111111111111111111111111111111111112",
1894
+ tokenType: "TOKEN"
1512
1895
  },
1513
1896
  {
1514
1897
  amount: 4197031447n,
1515
- blockNumber: 324081557,
1898
+ blockNumber: 345871978,
1516
1899
  from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1900
+ index: "5-17",
1517
1901
  timestamp: "2025-06-10T12:06:56.000Z",
1518
1902
  to: "ANcfLC9JcbYbEWu71fE8973V8S6vD5hS98RNrz56hrT7",
1903
+ transactionGasFee: 2506024n,
1904
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1519
1905
  token: "6MQpbiTC2YcogidTmKqMLK82qvE9z5QEm7EP3AEDpump",
1520
- tokenType: "TOKEN",
1906
+ tokenType: "TOKEN"
1907
+ },
1908
+ {
1909
+ amount: 621470846n,
1910
+ blockNumber: 345871978,
1911
+ from: "ANcfLC9JcbYbEWu71fE8973V8S6vD5hS98RNrz56hrT7",
1912
+ index: "5-18",
1913
+ timestamp: "2025-06-10T12:06:56.000Z",
1914
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1915
+ transactionGasFee: 2506024n,
1916
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1917
+ token: "So11111111111111111111111111111111111111112",
1918
+ tokenType: "TOKEN"
1919
+ },
1920
+ {
1921
+ amount: 6214921414n,
1922
+ blockNumber: 345871978,
1923
+ from: "CtFXczF6VRBE4KgJDebiwhB4Vheg87di5SgPcmMViu8j",
1924
+ index: "5-19",
1925
+ timestamp: "2025-06-10T12:06:56.000Z",
1926
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1927
+ transactionGasFee: 2506024n,
1928
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1929
+ token: null,
1930
+ tokenType: "NATIVE"
1931
+ },
1932
+ {
1933
+ amount: 6212882134n,
1934
+ blockNumber: 345871978,
1935
+ from: "So11111111111111111111111111111111111111112",
1936
+ index: "5-19-1",
1937
+ timestamp: "2025-06-10T12:06:56.000Z",
1938
+ to: "CtFXczF6VRBE4KgJDebiwhB4Vheg87di5SgPcmMViu8j",
1939
+ transactionGasFee: 2506024n,
1940
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1941
+ token: null,
1942
+ tokenType: "NATIVE"
1943
+ },
1944
+ {
1945
+ amount: 6212882134n,
1946
+ blockNumber: 345871978,
1947
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1948
+ index: "5-19-2",
1949
+ timestamp: "2025-06-10T12:06:56.000Z",
1950
+ to: "So11111111111111111111111111111111111111112",
1951
+ transactionGasFee: 2506024n,
1952
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1953
+ token: "So11111111111111111111111111111111111111112",
1954
+ tokenType: "TOKEN"
1955
+ },
1956
+ {
1957
+ amount: 52809498n,
1958
+ blockNumber: 345871978,
1959
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1960
+ index: "5-20",
1961
+ timestamp: "2025-06-10T12:06:56.000Z",
1962
+ to: "9yj3zvLS3fDMqi1F8zhkaWfq8TZpZWHe6cz1Sgt7djXf",
1963
+ transactionGasFee: 2506024n,
1964
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1965
+ token: null,
1966
+ tokenType: "NATIVE"
1967
+ },
1968
+ {
1969
+ amount: 87500n,
1970
+ blockNumber: 345871978,
1971
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1972
+ index: "6",
1973
+ timestamp: "2025-06-10T12:06:56.000Z",
1974
+ to: "CcTNKBhQKYu7nB4eRrRFQoXEvpd6H5QnGKh93pwniBtp",
1975
+ transactionGasFee: 2506024n,
1976
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR",
1977
+ token: null,
1978
+ tokenType: "NATIVE"
1979
+ },
1980
+ {
1981
+ amount: 2485415086n,
1982
+ blockNumber: 345871978,
1983
+ from: "AYFHMPRhwxiScs98wgYxpMLV4MFbvZRRZo2G5hdun9Fp",
1984
+ index: "5-3-1",
1985
+ timestamp: "2025-06-10T12:06:56.000Z",
1986
+ to: "So11111111111111111111111111111111111111112",
1987
+ token: null,
1988
+ tokenType: "NATIVE",
1989
+ transactionGasFee: 2506024n,
1990
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
1991
+ },
1992
+ {
1993
+ amount: 1246447n,
1994
+ blockNumber: 345871978,
1995
+ from: "AYFHMPRhwxiScs98wgYxpMLV4MFbvZRRZo2G5hdun9Fp",
1996
+ index: "5-4-1",
1997
+ timestamp: "2025-06-10T12:06:56.000Z",
1998
+ to: "So11111111111111111111111111111111111111112",
1999
+ token: null,
2000
+ tokenType: "NATIVE",
2001
+ transactionGasFee: 2506024n,
2002
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
2003
+ },
2004
+ {
2005
+ amount: 1246447n,
2006
+ blockNumber: 345871978,
2007
+ from: "So11111111111111111111111111111111111111112",
2008
+ index: "5-4-2",
2009
+ timestamp: "2025-06-10T12:06:56.000Z",
2010
+ to: "94qWNrtmfn42h3ZjUZwWvK1MEo9uVmmrBPd2hpNjYDjb",
2011
+ token: null,
2012
+ tokenType: "NATIVE",
2013
+ transactionGasFee: 2506024n,
2014
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
2015
+ },
2016
+ {
2017
+ amount: 1246447n,
2018
+ blockNumber: 345871978,
2019
+ from: "AYFHMPRhwxiScs98wgYxpMLV4MFbvZRRZo2G5hdun9Fp",
2020
+ index: "5-5-1",
2021
+ timestamp: "2025-06-10T12:06:56.000Z",
2022
+ to: "So11111111111111111111111111111111111111112",
2023
+ token: null,
2024
+ tokenType: "NATIVE",
2025
+ transactionGasFee: 2506024n,
2026
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
2027
+ },
2028
+ {
2029
+ amount: 1246447n,
2030
+ blockNumber: 345871978,
2031
+ from: "So11111111111111111111111111111111111111112",
2032
+ index: "5-5-2",
2033
+ timestamp: "2025-06-10T12:06:56.000Z",
2034
+ to: "F4qmtKg8FWBp85WsFGKzUKfyn6G6WiC5kerddYcuZq3c",
2035
+ token: null,
2036
+ tokenType: "NATIVE",
2037
+ transactionGasFee: 2506024n,
2038
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
2039
+ },
2040
+ {
2041
+ amount: 1553440149n,
2042
+ blockNumber: 345871978,
2043
+ from: "BT1NKpgNBBNbC9RRVuWPGBqFmqFznwsZKh3x2gDyykmq",
2044
+ index: "5-10-1",
2045
+ timestamp: "2025-06-10T12:06:56.000Z",
2046
+ to: "So11111111111111111111111111111111111111112",
2047
+ token: null,
2048
+ tokenType: "NATIVE",
2049
+ transactionGasFee: 2506024n,
2050
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
2051
+ },
2052
+ {
2053
+ amount: 1552556053n,
2054
+ blockNumber: 345871978,
2055
+ from: "DQwTf8dHkjtM6VuewpgET7MS7kX3EEXQDqvXkScC6tnB",
2056
+ index: "5-14-1",
2057
+ timestamp: "2025-06-10T12:06:56.000Z",
2058
+ to: "So11111111111111111111111111111111111111112",
2059
+ token: null,
2060
+ tokenType: "NATIVE",
2061
+ transactionGasFee: 2506024n,
2062
+ transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
2063
+ },
2064
+ {
2065
+ amount: 621470846n,
2066
+ blockNumber: 345871978,
2067
+ from: "FLgakNeU6FWQ4d6qThc3YswxpHgupVusCbqqsaL5Ya3d",
2068
+ index: "5-18-1",
2069
+ timestamp: "2025-06-10T12:06:56.000Z",
2070
+ to: "So11111111111111111111111111111111111111112",
2071
+ token: null,
2072
+ tokenType: "NATIVE",
1521
2073
  transactionGasFee: 2506024n,
1522
2074
  transactionHash: "65sABMeYatoyzsp1mL6UjAXoBqUdw47HR33ouvR9BFNipTNydqvWTt8PMbVqZZfvnX3TzwB3XSdk55cy3N6u8okR"
1523
2075
  }
@@ -1533,8 +2085,9 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1533
2085
  output: [
1534
2086
  {
1535
2087
  amount: 3000350n,
1536
- blockNumber: 304546603,
2088
+ blockNumber: 326286476,
1537
2089
  from: "D89hHJT5Aqyx1trP6EnGY9jJUB3whgnq3aUvvCqedvzf",
2090
+ index: "1",
1538
2091
  timestamp: "2025-03-12T14:42:16.000Z",
1539
2092
  to: "HTd5J9YhYnN1nwCAQiykpNBjoDrgtPVUcpk9TBPMCV4b",
1540
2093
  transactionGasFee: 105000n,
@@ -1544,38 +2097,6 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1544
2097
  }
1545
2098
  ]
1546
2099
  },
1547
- {
1548
- params: {
1549
- network: "SOLANA",
1550
- walletAddress: "5u3gUxSsiqddQf1QhRDRQqDaFe9f5S3pyVkVWy77gB85",
1551
- contractAddress: ""
1552
- },
1553
- payload: "https://jiti.indexing.co/networks/solana/291562718",
1554
- output: [
1555
- {
1556
- amount: 239999n,
1557
- blockNumber: 270452291,
1558
- from: "5u3gUxSsiqddQf1QhRDRQqDaFe9f5S3pyVkVWy77gB85",
1559
- timestamp: "2024-09-23T16:45:56.000Z",
1560
- to: "CebN5WGQ4jvEPvsVU4EoHEpgzq1VV7AbicfhtW4xC9iM",
1561
- token: null,
1562
- tokenType: "NATIVE",
1563
- transactionGasFee: 45000n,
1564
- transactionHash: "2TKq9VXjQocvyQGraxqRjyF8iASRPCmjJcGXkxYQbTknjFTToVB2rRSLMFCi5VwBx9uJ2fAN1YNt4Wr8TUVRuoMi"
1565
- },
1566
- {
1567
- amount: 1n,
1568
- blockNumber: 270452291,
1569
- from: "5u3gUxSsiqddQf1QhRDRQqDaFe9f5S3pyVkVWy77gB85",
1570
- timestamp: "2024-09-23T16:45:56.000Z",
1571
- to: "8MCjBNEBEyT5uAnDBupUxQ8eiKHJcf4vh546g4uM7cjF",
1572
- token: null,
1573
- tokenType: "NATIVE",
1574
- transactionGasFee: 45000n,
1575
- transactionHash: "2TKq9VXjQocvyQGraxqRjyF8iASRPCmjJcGXkxYQbTknjFTToVB2rRSLMFCi5VwBx9uJ2fAN1YNt4Wr8TUVRuoMi"
1576
- }
1577
- ]
1578
- },
1579
2100
  {
1580
2101
  params: {
1581
2102
  network: "SOLANA",
@@ -1586,8 +2107,9 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1586
2107
  output: [
1587
2108
  {
1588
2109
  amount: 14216129n,
1589
- blockNumber: 303338729,
1590
- from: "8KbrpeSRYXYjWSSdG7gE1tR7Go8MmKKxKaei1gGc4U7Q",
2110
+ blockNumber: 325076237,
2111
+ from: "2MFoS3MPtvyQ4Wh4M9pdfPjz6UhVoNbFbGJAskCPCj3h",
2112
+ index: "6-9",
1591
2113
  timestamp: "2025-03-07T01:16:59.000Z",
1592
2114
  to: "5cuy7pMhTPhVZN9xuhgSbykRb986siGJb6vnEtkuBrSU",
1593
2115
  transactionGasFee: 353096n,
@@ -1605,37 +2127,124 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1605
2127
  payload: "https://jiti.indexing.co/networks/solana/332450156",
1606
2128
  output: [
1607
2129
  {
1608
- amount: 19796403663n,
1609
- blockNumber: 310691098,
2130
+ amount: 80001n,
2131
+ blockNumber: 332450156,
2132
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2133
+ index: "0",
2134
+ timestamp: "2025-04-10T02:29:35.000Z",
2135
+ to: null,
2136
+ transactionGasFee: 80001n,
2137
+ transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
2138
+ token: null,
2139
+ tokenType: "NATIVE"
2140
+ },
2141
+ {
2142
+ amount: 2039280n,
2143
+ blockNumber: 332450156,
2144
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2145
+ index: "3-3",
2146
+ timestamp: "2025-04-10T02:29:35.000Z",
2147
+ to: "5XggDBvoRA65ss8NJV9BZjf57JzC64VHqZTag4AQJZzQ",
2148
+ transactionGasFee: 80001n,
2149
+ transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
2150
+ token: null,
2151
+ tokenType: "NATIVE"
2152
+ },
2153
+ {
2154
+ amount: 500000000n,
2155
+ blockNumber: 332450156,
2156
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2157
+ index: "3-6",
2158
+ timestamp: "2025-04-10T02:29:35.000Z",
2159
+ to: "5XggDBvoRA65ss8NJV9BZjf57JzC64VHqZTag4AQJZzQ",
2160
+ transactionGasFee: 80001n,
2161
+ transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
2162
+ token: null,
2163
+ tokenType: "NATIVE"
2164
+ },
2165
+ {
2166
+ amount: 97937250n,
2167
+ blockNumber: 332450156,
2168
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2169
+ index: "4-2",
2170
+ timestamp: "2025-04-10T02:29:35.000Z",
2171
+ to: "4acL7mD2J6GYJy2g3iVTvfpmHCQSZ1rb8DBuupjcVzHJ",
2172
+ transactionGasFee: 80001n,
2173
+ transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
2174
+ token: "So11111111111111111111111111111111111111112",
2175
+ tokenType: "TOKEN"
2176
+ },
2177
+ {
2178
+ amount: 3914205773n,
2179
+ blockNumber: 332450156,
2180
+ from: "4acL7mD2J6GYJy2g3iVTvfpmHCQSZ1rb8DBuupjcVzHJ",
2181
+ index: "4-3",
1610
2182
  timestamp: "2025-04-10T02:29:35.000Z",
1611
2183
  to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1612
2184
  transactionGasFee: 80001n,
1613
2185
  transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
1614
2186
  token: "CniPCE4b3s8gSUPhUiyMjXnytrEqUrMfSsnbBjLCpump",
1615
- tokenType: "TOKEN",
1616
- from: "4acL7mD2J6GYJy2g3iVTvfpmHCQSZ1rb8DBuupjcVzHJ"
2187
+ tokenType: "TOKEN"
1617
2188
  },
1618
2189
  {
1619
2190
  amount: 402062750n,
1620
- blockNumber: 310691098,
2191
+ blockNumber: 332450156,
1621
2192
  from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2193
+ index: "4-6",
2194
+ timestamp: "2025-04-10T02:29:35.000Z",
2195
+ to: "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
2196
+ transactionGasFee: 80001n,
2197
+ transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
2198
+ token: "So11111111111111111111111111111111111111112",
2199
+ tokenType: "TOKEN"
2200
+ },
2201
+ {
2202
+ amount: 16051909872n,
2203
+ blockNumber: 332450156,
2204
+ from: "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
2205
+ index: "4-7",
1622
2206
  timestamp: "2025-04-10T02:29:35.000Z",
1623
- to: "5yY5BGRgwa5rxvYPpMV9EkDpwp6w1vNNXUNzUCtMoFfR",
2207
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2208
+ transactionGasFee: 80001n,
2209
+ transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
2210
+ token: "CniPCE4b3s8gSUPhUiyMjXnytrEqUrMfSsnbBjLCpump",
2211
+ tokenType: "TOKEN"
2212
+ },
2213
+ {
2214
+ amount: 2039280n,
2215
+ blockNumber: 332450156,
2216
+ from: "5XggDBvoRA65ss8NJV9BZjf57JzC64VHqZTag4AQJZzQ",
2217
+ index: "4-9",
2218
+ timestamp: "2025-04-10T02:29:35.000Z",
2219
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
1624
2220
  token: null,
1625
2221
  tokenType: "NATIVE",
1626
2222
  transactionGasFee: 80001n,
1627
2223
  transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk"
1628
2224
  },
1629
2225
  {
1630
- amount: 97937250n,
1631
- blockNumber: 310691098,
1632
- from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2226
+ amount: 500000000n,
2227
+ blockNumber: 332450156,
2228
+ from: "So11111111111111111111111111111111111111112",
2229
+ index: "4-9-2",
1633
2230
  timestamp: "2025-04-10T02:29:35.000Z",
1634
- to: "9zF2ZWTjnk6UkyWRxNtqy9UHims9u7LSaHGyhA5PwDSx",
1635
- token: null,
1636
- tokenType: "NATIVE",
2231
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2232
+ token: "So11111111111111111111111111111111111111112",
2233
+ tokenType: "TOKEN",
1637
2234
  transactionGasFee: 80001n,
1638
2235
  transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk"
2236
+ },
2237
+ {
2238
+ amount: 169711982n,
2239
+ blockNumber: 332450156,
2240
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2241
+ index: "4-10",
2242
+ timestamp: "2025-04-10T02:29:35.000Z",
2243
+ to: "8psNvWTrdNTiVRNzAgsou9kETXNJm2SXZyaKuJraVRtf",
2244
+ transactionGasFee: 80001n,
2245
+ transactionHash: "32T7ANVqz1sHBoKhfk3omrRqwDCJFYMi6TfuAwyqHPCZPCihdWTU9t9i5D6tGwuytWRwRqnEXksMPMWbFbfBzVUk",
2246
+ token: "CniPCE4b3s8gSUPhUiyMjXnytrEqUrMfSsnbBjLCpump",
2247
+ tokenType: "TOKEN"
1639
2248
  }
1640
2249
  ]
1641
2250
  },
@@ -1649,8 +2258,9 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1649
2258
  output: [
1650
2259
  {
1651
2260
  amount: 2500000n,
1652
- blockNumber: 311062104,
2261
+ blockNumber: 332822080,
1653
2262
  from: "J1dHwpKBs8Jo4n7jWEJWwMGNH2DJQnApBFPnnYXg74v7",
2263
+ index: "4-1",
1654
2264
  timestamp: "2025-04-11T19:36:39.000Z",
1655
2265
  to: "3LoAYHuSd7Gh8d7RTFnhvYtiTiefdZ5ByamU42vkzd76",
1656
2266
  token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
@@ -1659,22 +2269,12 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1659
2269
  transactionHash: "xKTWvnhSRErcHCMozRMEue4MriNr1Any6LiaQzXrR7imZ1MpZxRqbyv9LLg4JQoDq4oJZpDqPmzxLCtMCkgj2hn"
1660
2270
  },
1661
2271
  {
1662
- amount: 1373625000n,
1663
- blockNumber: 311062104,
2272
+ amount: 2497500000n,
2273
+ blockNumber: 332822080,
1664
2274
  from: "J1dHwpKBs8Jo4n7jWEJWwMGNH2DJQnApBFPnnYXg74v7",
2275
+ index: "4-3",
1665
2276
  timestamp: "2025-04-11T19:36:39.000Z",
1666
- to: "5guD4Uz462GT4Y4gEuqyGsHZ59JGxFN4a3rF6KWguMcJ",
1667
- token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
1668
- tokenType: "TOKEN",
1669
- transactionGasFee: 350362n,
1670
- transactionHash: "xKTWvnhSRErcHCMozRMEue4MriNr1Any6LiaQzXrR7imZ1MpZxRqbyv9LLg4JQoDq4oJZpDqPmzxLCtMCkgj2hn"
1671
- },
1672
- {
1673
- amount: 1123875000n,
1674
- blockNumber: 311062104,
1675
- from: "J1dHwpKBs8Jo4n7jWEJWwMGNH2DJQnApBFPnnYXg74v7",
1676
- timestamp: "2025-04-11T19:36:39.000Z",
1677
- to: "DH4xmaWDnTzKXehVaPSNy9tMKJxnYL5Mo5U3oTHFtNYJ",
2277
+ to: "4xDsmeTWPNjgSVSS1VTfzFq3iHZhp77ffPkAmkZkdu71",
1678
2278
  token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
1679
2279
  tokenType: "TOKEN",
1680
2280
  transactionGasFee: 350362n,
@@ -1689,47 +2289,170 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1689
2289
  },
1690
2290
  payload: "https://jiti.indexing.co/networks/solana/344836070",
1691
2291
  output: [
2292
+ {
2293
+ amount: 118174n,
2294
+ blockNumber: 344836070,
2295
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2296
+ index: "0",
2297
+ timestamp: "2025-06-05T18:30:59.000Z",
2298
+ to: null,
2299
+ transactionGasFee: 118174n,
2300
+ transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
2301
+ token: null,
2302
+ tokenType: "NATIVE"
2303
+ },
2304
+ {
2305
+ amount: 2039280n,
2306
+ blockNumber: 344836070,
2307
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2308
+ index: "3",
2309
+ timestamp: "2025-06-05T18:30:59.000Z",
2310
+ to: "AnvCq4bLUX7CBid2kALUG1iQ9po81bq5wzxsjnTaNLyn",
2311
+ transactionGasFee: 118174n,
2312
+ transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
2313
+ token: null,
2314
+ tokenType: "NATIVE"
2315
+ },
1692
2316
  {
1693
2317
  amount: 21234547656n,
1694
- blockNumber: 323048342,
2318
+ blockNumber: 344836070,
1695
2319
  from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2320
+ index: "5-3",
1696
2321
  timestamp: "2025-06-05T18:30:59.000Z",
2322
+ to: "ChkRerg6X89xHYqV4iBqcboBdU1WA8Uvs9fp2yZrqbg",
1697
2323
  transactionGasFee: 118174n,
1698
2324
  transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
1699
2325
  token: "6MQpbiTC2YcogidTmKqMLK82qvE9z5QEm7EP3AEDpump",
1700
- tokenType: "TOKEN",
1701
- to: "ChkRerg6X89xHYqV4iBqcboBdU1WA8Uvs9fp2yZrqbg"
2326
+ tokenType: "TOKEN"
1702
2327
  },
1703
2328
  {
1704
- amount: 3272427086n,
1705
- blockNumber: 323048342,
1706
- from: "DQwTf8dHkjtM6VuewpgET7MS7kX3EEXQDqvXkScC6tnB",
2329
+ amount: 3300686091n,
2330
+ blockNumber: 344836070,
2331
+ from: "ChkRerg6X89xHYqV4iBqcboBdU1WA8Uvs9fp2yZrqbg",
2332
+ index: "5-4",
1707
2333
  timestamp: "2025-06-05T18:30:59.000Z",
1708
2334
  to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2335
+ transactionGasFee: 118174n,
2336
+ transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
2337
+ token: "So11111111111111111111111111111111111111112",
2338
+ tokenType: "TOKEN"
2339
+ },
2340
+ {
2341
+ amount: 3302725371n,
2342
+ blockNumber: 344836070,
2343
+ from: "AnvCq4bLUX7CBid2kALUG1iQ9po81bq5wzxsjnTaNLyn",
2344
+ index: "5-5",
2345
+ timestamp: "2025-06-05T18:30:59.000Z",
2346
+ to: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2347
+ transactionGasFee: 118174n,
2348
+ transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
1709
2349
  token: null,
1710
- tokenType: "NATIVE",
2350
+ tokenType: "NATIVE"
2351
+ },
2352
+ {
2353
+ amount: 3300686091n,
2354
+ blockNumber: 344836070,
2355
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2356
+ index: "5-5-2",
2357
+ timestamp: "2025-06-05T18:30:59.000Z",
2358
+ to: "So11111111111111111111111111111111111111112",
1711
2359
  transactionGasFee: 118174n,
1712
- transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw"
2360
+ transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
2361
+ token: "So11111111111111111111111111111111111111112",
2362
+ tokenType: "TOKEN"
2363
+ },
2364
+ {
2365
+ amount: 28055831n,
2366
+ blockNumber: 344836070,
2367
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2368
+ index: "5-6",
2369
+ timestamp: "2025-06-05T18:30:59.000Z",
2370
+ to: "9yj3zvLS3fDMqi1F8zhkaWfq8TZpZWHe6cz1Sgt7djXf",
2371
+ transactionGasFee: 118174n,
2372
+ transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
2373
+ token: null,
2374
+ tokenType: "NATIVE"
2375
+ },
2376
+ {
2377
+ amount: 85000n,
2378
+ blockNumber: 344836070,
2379
+ from: "DgC9bBDvJYeVyTqcp8nW5F5USNvxBiZ9NMoTUVy5UVPz",
2380
+ index: "6",
2381
+ timestamp: "2025-06-05T18:30:59.000Z",
2382
+ to: "6HRgJMRmjaj2svP9GpRbUU5TPzLAHnBW3sHgYVbirWYE",
2383
+ transactionGasFee: 118174n,
2384
+ transactionHash: "2wQdUtEnCf77jiros6eCbQ1BrWrn1uw4nisy87kmgHhZMGX2CqBugaLdne6bvQR8mAdxinVLivcbVVfJAdTry2rw",
2385
+ token: null,
2386
+ tokenType: "NATIVE"
1713
2387
  }
1714
2388
  ]
1715
2389
  },
1716
2390
  {
1717
2391
  params: {
1718
2392
  network: "SOLANA",
1719
- walletAddress: "Gaq4K6e5tY9Z8L9bcWFPhNbteb9YYekjzH6eQPx24B5i"
2393
+ walletAddress: "AVAZvHLR2PcWpDf8BXY4rVxNHYRBytycHkcB5z5QNXYm"
1720
2394
  },
1721
2395
  payload: "https://jiti.indexing.co/networks/solana/343762745",
1722
2396
  output: [
1723
2397
  {
1724
- amount: 704724041n,
1725
- blockNumber: 321976935,
2398
+ amount: 191568n,
2399
+ blockNumber: 343762745,
1726
2400
  from: "AVAZvHLR2PcWpDf8BXY4rVxNHYRBytycHkcB5z5QNXYm",
2401
+ index: "0",
1727
2402
  timestamp: "2025-05-31T21:20:52.000Z",
1728
- to: "Gaq4K6e5tY9Z8L9bcWFPhNbteb9YYekjzH6eQPx24B5i",
2403
+ to: null,
2404
+ transactionGasFee: 191568n,
2405
+ transactionHash: "5usAzMSrENJQscoRdxi48n22aMcFmJ1U7f2yGmwUk8AHSFCzLfRtBP7gVnsZbe7Jy9SG2VoeVbVSoVvu43tsdvm1",
1729
2406
  token: null,
1730
- tokenType: "NATIVE",
2407
+ tokenType: "NATIVE"
2408
+ },
2409
+ {
2410
+ amount: 7504823498621n,
2411
+ blockNumber: 343762745,
2412
+ from: "AVAZvHLR2PcWpDf8BXY4rVxNHYRBytycHkcB5z5QNXYm",
2413
+ index: "4-2",
2414
+ timestamp: "2025-05-31T21:20:52.000Z",
2415
+ to: "BXYKJpQvoZngmTGGr9U2NYQ2ND9Cw6B79ULzTkufcSXB",
2416
+ transactionGasFee: 191568n,
2417
+ transactionHash: "5usAzMSrENJQscoRdxi48n22aMcFmJ1U7f2yGmwUk8AHSFCzLfRtBP7gVnsZbe7Jy9SG2VoeVbVSoVvu43tsdvm1",
2418
+ token: "fnDj6iuSBBruq1GX5GQwxGa3MvAxiJbnPBSvHt4pump",
2419
+ tokenType: "TOKEN"
2420
+ },
2421
+ {
2422
+ amount: 52507862455n,
2423
+ blockNumber: 343762745,
2424
+ from: "5Q544fKrFoe6tsEbD7S8EmxGTJYAKtTVhAW5Q5pge4j1",
2425
+ index: "4-9",
2426
+ timestamp: "2025-05-31T21:20:52.000Z",
2427
+ to: "AVAZvHLR2PcWpDf8BXY4rVxNHYRBytycHkcB5z5QNXYm",
2428
+ transactionGasFee: 191568n,
2429
+ transactionHash: "5usAzMSrENJQscoRdxi48n22aMcFmJ1U7f2yGmwUk8AHSFCzLfRtBP7gVnsZbe7Jy9SG2VoeVbVSoVvu43tsdvm1",
2430
+ token: "JB2wezZLdzWfnaCfHxLg193RS3Rh51ThiXxEDWQDpump",
2431
+ tokenType: "TOKEN"
2432
+ },
2433
+ {
2434
+ amount: 2184670002n,
2435
+ blockNumber: 343762745,
2436
+ from: "EHks3xWvbScHwygkB1QMsz38rEmht5tE1yyAreRUWELj",
2437
+ index: "4-13",
2438
+ timestamp: "2025-05-31T21:20:52.000Z",
2439
+ to: "AVAZvHLR2PcWpDf8BXY4rVxNHYRBytycHkcB5z5QNXYm",
2440
+ transactionGasFee: 191568n,
2441
+ transactionHash: "5usAzMSrENJQscoRdxi48n22aMcFmJ1U7f2yGmwUk8AHSFCzLfRtBP7gVnsZbe7Jy9SG2VoeVbVSoVvu43tsdvm1",
2442
+ token: "JB2wezZLdzWfnaCfHxLg193RS3Rh51ThiXxEDWQDpump",
2443
+ tokenType: "TOKEN"
2444
+ },
2445
+ {
2446
+ amount: 54692532n,
2447
+ blockNumber: 343762745,
2448
+ from: "AVAZvHLR2PcWpDf8BXY4rVxNHYRBytycHkcB5z5QNXYm",
2449
+ index: "4-14",
2450
+ timestamp: "2025-05-31T21:20:52.000Z",
2451
+ to: "3CgvbiM3op4vjrrjH2zcrQUwsqh5veNVRjFCB9N6sRoD",
1731
2452
  transactionGasFee: 191568n,
1732
- transactionHash: "5usAzMSrENJQscoRdxi48n22aMcFmJ1U7f2yGmwUk8AHSFCzLfRtBP7gVnsZbe7Jy9SG2VoeVbVSoVvu43tsdvm1"
2453
+ transactionHash: "5usAzMSrENJQscoRdxi48n22aMcFmJ1U7f2yGmwUk8AHSFCzLfRtBP7gVnsZbe7Jy9SG2VoeVbVSoVvu43tsdvm1",
2454
+ token: "JB2wezZLdzWfnaCfHxLg193RS3Rh51ThiXxEDWQDpump",
2455
+ tokenType: "TOKEN"
1733
2456
  }
1734
2457
  ]
1735
2458
  },
@@ -1741,25 +2464,216 @@ const $64e1e522540ffc4e$export$a51565c56ceacb0a = {
1741
2464
  payload: "https://jiti.indexing.co/networks/solana/375557379",
1742
2465
  output: [
1743
2466
  {
1744
- amount: 9990000n,
1745
- blockNumber: 353720952,
2467
+ amount: 5000n,
2468
+ blockNumber: 375557379,
2469
+ from: "moAGAQftMo19RY6YqStNdiDhNpejJaeNWgv5oczbp8U",
2470
+ index: "0",
1746
2471
  timestamp: "2025-10-24T20:23:09.000Z",
1747
- to: "moAGAQftMo19RY6YqStNdiDhNpejJaeNWgv5oczbp8U",
1748
- token: "So11111111111111111111111111111111111111112",
1749
- tokenType: "TOKEN",
2472
+ to: null,
2473
+ token: null,
2474
+ tokenType: "NATIVE",
1750
2475
  transactionGasFee: 5000n,
1751
2476
  transactionHash: "3UCamcERYHN9JrgwPqUshvabv2f7uHpbStwfG7bbPFsVSSjQrK21Q9joj7gNLD6Ab5XHehkaUKtYp7Vptv7Kswv3"
1752
2477
  },
1753
2478
  {
1754
2479
  amount: 9990000n,
1755
- blockNumber: 353720952,
2480
+ blockNumber: 375557379,
1756
2481
  from: "moAGAQftMo19RY6YqStNdiDhNpejJaeNWgv5oczbp8U",
2482
+ index: "2",
1757
2483
  timestamp: "2025-10-24T20:23:09.000Z",
1758
2484
  to: "5uQC5CfgqGP8B8bG64RATmZXfUKiHf1XRbYHkVKPwwny",
1759
2485
  token: null,
1760
2486
  tokenType: "NATIVE",
1761
2487
  transactionGasFee: 5000n,
1762
2488
  transactionHash: "3UCamcERYHN9JrgwPqUshvabv2f7uHpbStwfG7bbPFsVSSjQrK21Q9joj7gNLD6Ab5XHehkaUKtYp7Vptv7Kswv3"
2489
+ },
2490
+ {
2491
+ amount: 9990000n,
2492
+ blockNumber: 375557379,
2493
+ from: "So11111111111111111111111111111111111111112",
2494
+ timestamp: "2025-10-24T20:23:09.000Z",
2495
+ to: "moAGAQftMo19RY6YqStNdiDhNpejJaeNWgv5oczbp8U",
2496
+ token: "So11111111111111111111111111111111111111112",
2497
+ tokenType: "TOKEN",
2498
+ transactionGasFee: 5000n,
2499
+ transactionHash: "3UCamcERYHN9JrgwPqUshvabv2f7uHpbStwfG7bbPFsVSSjQrK21Q9joj7gNLD6Ab5XHehkaUKtYp7Vptv7Kswv3"
2500
+ }
2501
+ ]
2502
+ },
2503
+ {
2504
+ params: {
2505
+ network: "SOLANA",
2506
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2507
+ },
2508
+ payload: "https://jiti.indexing.co/networks/solana/377071751",
2509
+ output: [
2510
+ {
2511
+ amount: 5000n,
2512
+ blockNumber: 377071751,
2513
+ from: "CDr3sjXFHVPZYp8k7AUNHVJDN1sfvppLfPHd4Pwk8Mha",
2514
+ index: "0",
2515
+ timestamp: "2025-10-31T20:00:23.000Z",
2516
+ to: null,
2517
+ token: null,
2518
+ tokenType: "NATIVE",
2519
+ transactionGasFee: 5000n,
2520
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2521
+ },
2522
+ {
2523
+ amount: 2500n,
2524
+ blockNumber: 377071751,
2525
+ from: "CDr3sjXFHVPZYp8k7AUNHVJDN1sfvppLfPHd4Pwk8Mha",
2526
+ index: "1",
2527
+ timestamp: "2025-10-31T20:00:23.000Z",
2528
+ to: "F7p3dFrjRTbtRp8FRF6qHLomXbKRBzpvBLjtQcfcgmNe",
2529
+ token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
2530
+ tokenType: "TOKEN",
2531
+ transactionGasFee: 5000n,
2532
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2533
+ },
2534
+ {
2535
+ amount: 2497500n,
2536
+ blockNumber: 377071751,
2537
+ from: "CDr3sjXFHVPZYp8k7AUNHVJDN1sfvppLfPHd4Pwk8Mha",
2538
+ index: "2-1",
2539
+ timestamp: "2025-10-31T20:00:23.000Z",
2540
+ to: "6LXutJvKUw8Q5ue2gCgKHQdAN4suWW8awzFVC6XCguFx",
2541
+ token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
2542
+ tokenType: "TOKEN",
2543
+ transactionGasFee: 5000n,
2544
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2545
+ },
2546
+ {
2547
+ amount: 2497500n,
2548
+ blockNumber: 377071751,
2549
+ from: "6LXutJvKUw8Q5ue2gCgKHQdAN4suWW8awzFVC6XCguFx",
2550
+ index: "2-3",
2551
+ timestamp: "2025-10-31T20:00:23.000Z",
2552
+ to: "Enc6rB84ZwGxZU8aqAF41dRJxg3yesiJgD7uJFVhMraM",
2553
+ token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
2554
+ tokenType: "TOKEN",
2555
+ transactionGasFee: 5000n,
2556
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2557
+ },
2558
+ {
2559
+ amount: 24n,
2560
+ blockNumber: 377071751,
2561
+ from: "Enc6rB84ZwGxZU8aqAF41dRJxg3yesiJgD7uJFVhMraM",
2562
+ index: "2-4",
2563
+ timestamp: "2025-10-31T20:00:23.000Z",
2564
+ to: "ATowQwFzdJBJ9VFSfoNKmuB8GiSeo8foM5vRriwmKmFB",
2565
+ token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
2566
+ tokenType: "TOKEN",
2567
+ transactionGasFee: 5000n,
2568
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2569
+ },
2570
+ {
2571
+ amount: 24n,
2572
+ blockNumber: 377071751,
2573
+ from: "Enc6rB84ZwGxZU8aqAF41dRJxg3yesiJgD7uJFVhMraM",
2574
+ index: "2-5",
2575
+ timestamp: "2025-10-31T20:00:23.000Z",
2576
+ to: "45ruCyfdRkWpRNGEqWzjCiXRHkZs8WXCLQ67Pnpye7Hp",
2577
+ token: "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
2578
+ tokenType: "TOKEN",
2579
+ transactionGasFee: 5000n,
2580
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2581
+ },
2582
+ {
2583
+ amount: 13258805n,
2584
+ blockNumber: 377071751,
2585
+ from: "Enc6rB84ZwGxZU8aqAF41dRJxg3yesiJgD7uJFVhMraM",
2586
+ index: "2-6",
2587
+ timestamp: "2025-10-31T20:00:23.000Z",
2588
+ to: "6LXutJvKUw8Q5ue2gCgKHQdAN4suWW8awzFVC6XCguFx",
2589
+ token: "So11111111111111111111111111111111111111112",
2590
+ tokenType: "TOKEN",
2591
+ transactionGasFee: 5000n,
2592
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2593
+ },
2594
+ {
2595
+ amount: 13258800n,
2596
+ blockNumber: 377071751,
2597
+ from: "6LXutJvKUw8Q5ue2gCgKHQdAN4suWW8awzFVC6XCguFx",
2598
+ index: "2-9",
2599
+ timestamp: "2025-10-31T20:00:23.000Z",
2600
+ to: "6nL4UZVRkn34Mxb7DGU91U86zhtF2PTX72Ncs64sUFx",
2601
+ token: "So11111111111111111111111111111111111111112",
2602
+ tokenType: "TOKEN",
2603
+ transactionGasFee: 5000n,
2604
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2605
+ },
2606
+ {
2607
+ amount: 1511170n,
2608
+ blockNumber: 377071751,
2609
+ from: "6nL4UZVRkn34Mxb7DGU91U86zhtF2PTX72Ncs64sUFx",
2610
+ index: "2-10",
2611
+ timestamp: "2025-10-31T20:00:23.000Z",
2612
+ to: "6LXutJvKUw8Q5ue2gCgKHQdAN4suWW8awzFVC6XCguFx",
2613
+ token: "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R",
2614
+ tokenType: "TOKEN",
2615
+ transactionGasFee: 5000n,
2616
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2617
+ },
2618
+ {
2619
+ amount: 1511170n,
2620
+ blockNumber: 377071751,
2621
+ from: "6LXutJvKUw8Q5ue2gCgKHQdAN4suWW8awzFVC6XCguFx",
2622
+ index: "2-12",
2623
+ timestamp: "2025-10-31T20:00:23.000Z",
2624
+ to: "CDr3sjXFHVPZYp8k7AUNHVJDN1sfvppLfPHd4Pwk8Mha",
2625
+ token: "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R",
2626
+ tokenType: "TOKEN",
2627
+ transactionGasFee: 5000n,
2628
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2629
+ },
2630
+ {
2631
+ amount: 13258805n,
2632
+ blockNumber: 377071751,
2633
+ from: "HZ5JFB1ZoZs6NQLr7bb4MMEXDgty4Vs1ZghoyX35mNnV",
2634
+ index: "2-6-1",
2635
+ timestamp: "2025-10-31T20:00:23.000Z",
2636
+ to: "So11111111111111111111111111111111111111112",
2637
+ token: null,
2638
+ tokenType: "NATIVE",
2639
+ transactionGasFee: 5000n,
2640
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2641
+ },
2642
+ {
2643
+ amount: 13258805n,
2644
+ blockNumber: 377071751,
2645
+ from: "So11111111111111111111111111111111111111112",
2646
+ index: "2-6-2",
2647
+ timestamp: "2025-10-31T20:00:23.000Z",
2648
+ to: "BuqEDKUwyAotZuK37V4JYEykZVKY8qo1zKbpfU9gkJMo",
2649
+ token: null,
2650
+ tokenType: "NATIVE",
2651
+ transactionGasFee: 5000n,
2652
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2653
+ },
2654
+ {
2655
+ amount: 13258800n,
2656
+ blockNumber: 377071751,
2657
+ from: "BuqEDKUwyAotZuK37V4JYEykZVKY8qo1zKbpfU9gkJMo",
2658
+ index: "2-9-1",
2659
+ timestamp: "2025-10-31T20:00:23.000Z",
2660
+ to: "So11111111111111111111111111111111111111112",
2661
+ token: null,
2662
+ tokenType: "NATIVE",
2663
+ transactionGasFee: 5000n,
2664
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
2665
+ },
2666
+ {
2667
+ amount: 13258800n,
2668
+ blockNumber: 377071751,
2669
+ from: "So11111111111111111111111111111111111111112",
2670
+ index: "2-9-2",
2671
+ timestamp: "2025-10-31T20:00:23.000Z",
2672
+ to: "B6whMxirSzzNcSeJ1G4HDFTRKjPFcWovCL53uxG7LexB",
2673
+ token: null,
2674
+ tokenType: "NATIVE",
2675
+ transactionGasFee: 5000n,
2676
+ transactionHash: "2asCG9FQdkcbRiX56dCoUMByE871biTZmctv6DBo5EYMkJWCrJ4hNVBkrFGwjQCK2T6XPPeLkd8hWkji9WqjUxF6"
1763
2677
  }
1764
2678
  ]
1765
2679
  }
@@ -2138,8 +3052,9 @@ const $0ab1acc1eff391f6$var$tokenTransfersTemplate = {
2138
3052
  txfer.from,
2139
3053
  txfer.to
2140
3054
  ].includes(_ctx.params.walletAddress)) return false;
3055
+ if (_ctx.params.transactionHash && txfer.transactionHash !== _ctx.params.transactionHash) return false;
2141
3056
  }
2142
- const key = `${txfer.transactionHash}-${txfer.from}-${txfer.to}-${txfer.amount}-${txfer.token}`;
3057
+ const key = `${txfer.transactionHash}-${txfer.from}-${txfer.to}-${txfer.amount}-${txfer.token}-${txfer.index}`;
2143
3058
  if (seenTransfers.has(key)) return false;
2144
3059
  seenTransfers.add(key);
2145
3060
  return true;
@@ -2222,6 +3137,9 @@ const $dc0c078500ed1fea$var$filterValuesTemplate = {
2222
3137
  fv
2223
3138
  ] : fv).flat();
2224
3139
  break;
3140
+ case "HYPERCORE":
3141
+ for (const subblock of block.blocks)for (const evt of subblock.events)finalValues.add(evt[0]);
3142
+ break;
2225
3143
  case "RIPPLE":
2226
3144
  for (const tx of block.transactions){
2227
3145
  finalValues.add(tx.Account);
@@ -4595,6 +5513,7 @@ const $dc0c078500ed1fea$var$filterValuesTemplate = {
4595
5513
  "6NDen7aDi65apHo8m1Vea4nuS6LyjQeM6pDNqcW4Q5Pg",
4596
5514
  "6NJmmYh9yAMKKcZPeedpLYX8v2m81nTecaWvdx5SX6Wm",
4597
5515
  "6NqvoPpSYCPEtLEukQaSNs7mS3yK6k285saH9o3vgC96",
5516
+ "6P4tvbzRY6Bh3MiWDHuLqyHywovsRwRpfskPvyeSoHsz",
4598
5517
  "6PvHaibtZhuba14dzbhGFJRASYX3Ka2oviRzSbXV2wYC",
4599
5518
  "6QXW5VkwsYwnV4iqaCZGHt42ZiY2nEZHD1qXm9yNbhVz",
4600
5519
  "6R9aM3PfnS4LyNGjeXugkRLeCFKVmcod9AEnbixtMTj3",
@@ -4672,6 +5591,7 @@ const $dc0c078500ed1fea$var$filterValuesTemplate = {
4672
5591
  "6mCzwUFcdTuz6fFJRA8nY1iXNRJqPpXU1PvCfANfVXhh",
4673
5592
  "6mHYpppqhbQH8Sd4hNMgucwYU1Zho389Q9bZ19T27859",
4674
5593
  "6mP9cw9Ludgbr5hGBTSCiw37jRaFpxQ9eWDRjUM57eE5",
5594
+ "6mQ8xEaHdTikyMvvMxUctYch6dUjnKgfoeib2msyMMi1",
4675
5595
  "6mc5i3FYmpA2SFUqSbTY1kdDVaj4WR3P3ex4QrGUxDE1",
4676
5596
  "6minRorGYiA5aEeDvXL1Usat6DCdaF46owL3oANVQ8uB",
4677
5597
  "6n8taYki7RscA1XW7xGmevLcqj855oSgDgjPe1dZyHfW",
@@ -6661,6 +7581,7 @@ const $dc0c078500ed1fea$var$filterValuesTemplate = {
6661
7581
  "FofDMBAJWzUDjefwFc9TbgTUKNSJyWehhjLLfY5aXpGt",
6662
7582
  "FoigPJ6kL6Gth5Er6t9d1Nkh96Skadqw63Ciyjxc1f8H",
6663
7583
  "FpCMFDFGYotvufJ7HrFHsWEiiQCGbkLCtwHiDnh7o28Q",
7584
+ "FpEzVYQ5MjuSut61Ka18tzYhQKLqndefubV7K2U1mrTz",
6664
7585
  "FpTQXdt7NjYsJWXaE9UgG2yPUshoFiW3nzXbXKz1CjKh",
6665
7586
  "FphFJA451qptiGyCeCN3xvrDi8cApGAnyR5vw2KxxQ1q",
6666
7587
  "FpjXN8mFf6eAor29zDXhTzoGQdZaGWq6QprR9958nQ64",
@@ -9666,8 +10587,340 @@ const $dc0c078500ed1fea$var$filterValuesTemplate = {
9666
10587
  "957928",
9667
10588
  "969084"
9668
10589
  ]
10590
+ },
10591
+ {
10592
+ params: {},
10593
+ payload: "https://jiti.indexing.co/networks/hyper_core/8041973",
10594
+ output: [
10595
+ "0x010461c14e146ac35fe42271bdc1134ee31c703a",
10596
+ "0x015e39316feeee42f363d69e2c0b438c2206a0f4",
10597
+ "0x023a3d058020fb76cca98f01b3c48c8938a22355",
10598
+ "0x0291639ea7178930475da17b579e1ac2de8faed8",
10599
+ "0x038bbb7ef7632606b3c53c4866a6d6c380a3fc68",
10600
+ "0x052fdac9ea5b7b9c04afa404dd79666741cf4aad",
10601
+ "0x05d9f6c39a75bd6f040d65eb75a4ea6e9e20b60b",
10602
+ "0x0631897de2f668ff8dfe5bfe23d63d5634035ce5",
10603
+ "0x068b957d05df7d7e559487b16e86f01e5f4ab784",
10604
+ "0x06c51f1fc98ff7cdee2b076ec5c8999af829b221",
10605
+ "0x07265663b688c5123e6600f9374f989e0869cdcd",
10606
+ "0x0762a621091357d600af930ad21ca493ab5b0282",
10607
+ "0x09bc1cf4d9f0b59e1425a8fde4d4b1f7d3c9410d",
10608
+ "0x09bf77ff40d9b8fb0fa2610b3da36705db58f05c",
10609
+ "0x0a06ec6754b628be489b2c40bba20c8580392a7b",
10610
+ "0x0a542ce9a85cfd58aae83d01495d7b834844d5fe",
10611
+ "0x0dd73d2b71efb30daf8cd48c9dfa8dc35868fe65",
10612
+ "0x0de0e164306a694e2da2568ff26584d7ac535feb",
10613
+ "0x0e1a27b09821969de9b3b219f98714bdd695e4d5",
10614
+ "0x0f626f3ecffcf9cc97c0f2f8307d4501f15908a9",
10615
+ "0x0fa962cd1d8c1db2822d131766c80ba34e128051",
10616
+ "0x0fd468a73084daa6ea77a9261e40fdec3e67e0c7",
10617
+ "0x10430387079cd877e4759f7af34779bdccfd1e2f",
10618
+ "0x11a72837d02c051c5b708c9352b27b7fc3ee016b",
10619
+ "0x123dbca6a27005a3c4ce10cb66ee8ece8fc13bff",
10620
+ "0x12ea01d4f9e031d6aad4ea72a371d24ea109bbc5",
10621
+ "0x13558be785661958932ceac35ba20de187275a42",
10622
+ "0x14ecb8b25e270b31cc270e3dd3ee220dd5dce16e",
10623
+ "0x161a14a48977f94d972e66028972194371c08d64",
10624
+ "0x162cc7c861ebd0c06b3d72319201150482518185",
10625
+ "0x1643e9aba4fcfb4e8c1a887090239e34f488cad6",
10626
+ "0x170a03a53fe05bf4ce6753cb0907d05e827bc3c6",
10627
+ "0x1764236a7db756478b8d6d91200e84485fcc5234",
10628
+ "0x176e6c0c9e8672e072cae98a35469ac6f8931e96",
10629
+ "0x17f9c6e2cca389e42553c00438f2224c0245b100",
10630
+ "0x18194850b4c0dac10af055fb5be772233be376b0",
10631
+ "0x187b07cb78a72e7968d9a51d523b5050efaaff70",
10632
+ "0x19263b1bbad9fb9e50578c84d656553858fb8f55",
10633
+ "0x192f8693ac0d3a4a395a04768109b78850513ed5",
10634
+ "0x1931db4f2aa47310c712156aa8c68be444499aa1",
10635
+ "0x193c6bcb33eab0b35989f2b6d1acc922b66409f2",
10636
+ "0x1b330ddca35c4ad475545b134bcedb79c4d4a585",
10637
+ "0x1ccc14e273def02ef2bf62b9bb6b6caa15805f9c",
10638
+ "0x1d1380c9df13a16189c39413433be01d43f7e7e6",
10639
+ "0x1d2a3b568e82678f22df040485b8cc006f3d0ea6",
10640
+ "0x1dd01835e0eb26abe597e2e69ffac1a6cd00283a",
10641
+ "0x1dd4af3383fce2ee4a40d9fb6766cbfcce2ddbce",
10642
+ "0x1deb5fba6353ac516a7a2197f81b3fc2d7283ebd",
10643
+ "0x1e1e5046b07be9a2d0f5223a723bf49e23b5ef73",
10644
+ "0x1ec15e24896f4feb55dd70d22dc3620ae3cc990c",
10645
+ "0x20faffd0045455e86b36b827d68f8f99f9c929b4",
10646
+ "0x2155422d571ee78f3bab97d8dddf15a6d9157acf",
10647
+ "0x21a21c11877569378cb95507e921203f5bb9d084",
10648
+ "0x223537ac9a856c31f4043e86ced86bb29f06653e",
10649
+ "0x2348718f3a78ffb97bdd0f5212ca4f6bed945c9a",
10650
+ "0x238c333116030256a9babcc83affbdf4c6c88d4b",
10651
+ "0x25118590d225e7c07e0924e33d3d64346e0a842c",
10652
+ "0x25bdd0a95d95319033360a2989219c697fc8a7d9",
10653
+ "0x26f68941b957f1edf0b2702296dc8d7a5af70686",
10654
+ "0x278752ff42bdf8c5124415ca261ecadba8542887",
10655
+ "0x27a8aa23b48f97d21cf397b48a01a98662df0bd8",
10656
+ "0x28f0233472b6a44e170e002a72845ca100be4a7e",
10657
+ "0x2a26b5d45d70857a0659137129d65973e93351d9",
10658
+ "0x2b584cce92cd8c695cd87dc299abc8a6eaec4151",
10659
+ "0x2cffce91b4e0c81df18726ff66b31b2b1545e1ad",
10660
+ "0x2db6f50126cf628c138de573a13ca3fcd2e22ed4",
10661
+ "0x2df22837da3f4fb34efb8c385af2d20501682431",
10662
+ "0x3045613bbaf85d6e0b86777accf5e66cf1732c78",
10663
+ "0x31b1ac74a39fa92604c3bccac20453f2e3eebfaa",
10664
+ "0x31ca8395cf837de08b24da3f660e77761dfb974b",
10665
+ "0x31dea2516beee92135b96f464eeec3cf292a13f2",
10666
+ "0x32051a0c36af1449e0eee08146a808115ccc40bb",
10667
+ "0x34827044cbd4b808fc1b189fce9f50e6dafae7c9",
10668
+ "0x348e5365acfa48a26ada7da840ca611e29c950ef",
10669
+ "0x34cf538ecc3923f0cbf9a820574982cad62df319",
10670
+ "0x34fb5ec7d4e939161946340ea2a1f29254b893de",
10671
+ "0x3617aa75c0f72a8da0b8c8032e466b83ce23ceb0",
10672
+ "0x363f4a8869ce8ef9959367a2395c73fe30a91000",
10673
+ "0x3674cca7bdb8dee6d47a0d1315561e4376374346",
10674
+ "0x38f96bba487a628d2a84afc3fe5c7d77eb07cb04",
10675
+ "0x39475d17bcd20adc540e647dae6781b153fbf3b1",
10676
+ "0x399965e15d4e61ec3529cc98b7f7ebb93b733336",
10677
+ "0x39e1c385d4c89df0cc19cf422ff6eac8a8f55539",
10678
+ "0x3b52fc863f776f29d26e292f2eb45523e4ad1487",
10679
+ "0x3f9a0ee7bba80568a211b7b894dfda46e902fca1",
10680
+ "0x409953a406f778516f8f58cc4beda14267e68c82",
10681
+ "0x4268c9e3c4476f91baabd87cff42feb378dc03bd",
10682
+ "0x4397598604cae735a828425c488aa9b459c282b9",
10683
+ "0x43fb821c5736e846bc28449bb03a04dcf533cd3a",
10684
+ "0x440888714a6afed60ff44e9975a96e6a36f7fac4",
10685
+ "0x44ec7c8f9c1311ad72e45656675d833b2bc024d3",
10686
+ "0x44f2cfc5285572c3d3cfabbea345b3d869866759",
10687
+ "0x464b58b389a49742adf93f86cfef71a2a0a0354b",
10688
+ "0x483e1d004247248d516865b9b9e893d48359ce10",
10689
+ "0x48d826da83e69844f2f84b2db50703a933d137a2",
10690
+ "0x48ea62a2cc8391fbbe210e8ee89db573a8ec145f",
10691
+ "0x492322b1fca1ab301a103b716a243b20cb3001aa",
10692
+ "0x49ba9baa20d355ba042af2be9772d2b2cd892f44",
10693
+ "0x4ac244a588268acfbc01e2122ed45d28fd15c358",
10694
+ "0x4b128473ba2e81dce030b9c82eee062ccc9616c2",
10695
+ "0x4b1d33556b6b21f11242c905d187f951e76241f4",
10696
+ "0x4bfcf28b7e8dc2b7a23940886b11e78417ffe2f2",
10697
+ "0x4c12a900576bf3e507c09802ab659cfb04343998",
10698
+ "0x4c8e087a21c3e33237347577487ee325c949f8b9",
10699
+ "0x4d969e59b312970cc07af266938a4433ccae0b4c",
10700
+ "0x4e1a43d3f255d7eb2f3d16764394d1b1cb0f1b20",
10701
+ "0x4e7cfe8e3e20284ba246978abaf301c5fb0ccc9c",
10702
+ "0x4ef1c5ae65ab5b37629b7aa523e7e95e7da528e3",
10703
+ "0x4fb31d5ffaa08be2128cb14485584d76eebef173",
10704
+ "0x4fccb3fc4eca6924517c8e084db385c9614f94a4",
10705
+ "0x5042080398480b5ac17f988aab91163abbe8575b",
10706
+ "0x504ec17f392b0aea095a1774146316bbeb464683",
10707
+ "0x5065be058d358e8089d2279cb991c1ca859ad2ac",
10708
+ "0x506aaeccc6f2035b834bdb2826b089114df6ab52",
10709
+ "0x51447a58623311e3e6c6e767d67dc36d890ad464",
10710
+ "0x5233199fc1fdd34439650c4450671b5f8806832c",
10711
+ "0x53dda50f698bf81c1c32aace91552dd094f0d01b",
10712
+ "0x54992cc59dbdc41bd67845f6c4dc5c5eb33d1daf",
10713
+ "0x549de4f045f71d962fff89e8c023b52b9db89c2c",
10714
+ "0x54e3f54df4b10ff63f7284733ed735e8e1507c20",
10715
+ "0x5518ff6534fbc8b6337f1a8074fc4669ac1572a1",
10716
+ "0x55f389689b39fdd29d063f8b1aa776666a2dd788",
10717
+ "0x562e6333d6d48437ce03c0fbb237f60d9ada2ae0",
10718
+ "0x57dd78cd36e76e2011e8f6dc25cabbaba994494b",
10719
+ "0x5c0efc47f192ba907aa3ecdc04c16040b22a451d",
10720
+ "0x5d510582063ed6c342d27d7746f551631ef68432",
10721
+ "0x5ed2b0ba63c6d5a82b91b61b500d58078486348d",
10722
+ "0x5fb096e3fe7da58aebb47d73cafaf039a1800661",
10723
+ "0x5fffee2555a15899ad656c1a80f1b35cd0b2c0c1",
10724
+ "0x60b3d20d5f32fcc33bd9dea65a0eea155bdc8eac",
10725
+ "0x621c5551678189b9a6c94d929924c225ff1d63ab",
10726
+ "0x622450a3048ae44a5c54e2b54c91b082313e1d23",
10727
+ "0x6802b4267f7f2bf7003dcf993c51542245b38329",
10728
+ "0x68d017f8c75d22af6a48aa6f2f697c658ec15599",
10729
+ "0x6ba889db7f923622d3548f621ecc2054b80c1817",
10730
+ "0x6ce8a609b7e76d22b3cf477c16453ef9ec9a188a",
10731
+ "0x6e6f2ca77afaee5a22dc3cf0f903f39a548a82a6",
10732
+ "0x6f90d048a511626ba5a6425db17f377826df336a",
10733
+ "0x703000b1f20e9628cbecf175aaf299d3ab565155",
10734
+ "0x70596a2e541fd2f3d66f4e53e17dac5d94619522",
10735
+ "0x727956612a8700627451204a3ae26268bd1a1525",
10736
+ "0x72d73fea74d7ff40c3e5a70e17f5b1aaf47dfc26",
10737
+ "0x755905f280573d4fb8d22ed4fda18048ab1f8d08",
10738
+ "0x75faaf11458b7fef61a445fb82ef213817c9774f",
10739
+ "0x762609396e425be0c3a5dba96a4a4d457b2a22ce",
10740
+ "0x7717a7a245d9f950e586822b8c9b46863ed7bd7e",
10741
+ "0x77ce3aa96c87c263517cb84729df663b7b92e1b0",
10742
+ "0x7824de8107507a487bc1eb72d764f5bdda3c76c7",
10743
+ "0x7a146ee9d212816c31a0a93531e23d4359aade10",
10744
+ "0x7af0b7a51c6bbf3970a5d0c79fc958f3d5ec58b7",
10745
+ "0x7afa2a23505d2fe7061151b2931de43a39a4faf8",
10746
+ "0x7fd284b3b84e67530e8d89e86288bff9fa0b20c7",
10747
+ "0x7fdafde5cfb5465924316eced2d3715494c517d1",
10748
+ "0x80196a7475464e06de641df6c66e6e278cd364d5",
10749
+ "0x80502eebab4868079947433f51e16cdb58c38e9c",
10750
+ "0x80878e30e2a23e71c35f1a5625cd3cf055649f11",
10751
+ "0x80d2f7ed506098c5e151bff10a93d3e9880f3215",
10752
+ "0x80f80b9cbad775b4fb9d699d34f5c5acc4615bdb",
10753
+ "0x80fd5f3557dea2f157fc5d6275bf2b85a1cc424b",
10754
+ "0x813870211739f662a28ea43ad52102ded6c716cf",
10755
+ "0x81e0b8cc66bad8db613e5aa77cc7225c03d0e8eb",
10756
+ "0x83027df4f3f749a1f9dd8bbc976eee49653c1d72",
10757
+ "0x8342b064d963c5ab6425c7edee4de0a31838b58a",
10758
+ "0x839fb7089af2091b9bd9487a977c41daf56394c0",
10759
+ "0x85b4f428f69617abcbaad94df50709f533c355e4",
10760
+ "0x86ce30a32452e8f13f1744ada385724515b5c613",
10761
+ "0x86e18aa23749afe925c02650e2974ad0112f24c1",
10762
+ "0x880ac484a1743862989a441d6d867238c7aa311c",
10763
+ "0x8917189c3b5036e34dc6759b8b4f7868e0301c90",
10764
+ "0x8b91b9508d13a756c80e180edcbc3161ac40a15b",
10765
+ "0x8c58d0919ad10db0fdbe1f8e0b715cfa0fc9728e",
10766
+ "0x8db976963ae5ae023a489762c3680a1f5e310682",
10767
+ "0x8def9f50456c6c4e37fa5d3d57f108ed23992dae",
10768
+ "0x8e32209749102c44a847c5cbb7b4706ae8baafbd",
10769
+ "0x8e403d0bea9dbf78fa62d2d980b3322d91250151",
10770
+ "0x8f61ec1cff19cc648cf76b86182d1a065fd1bf67",
10771
+ "0x8f8ce8014e0e41aab563627beede5b6861869fa2",
10772
+ "0x90088ab23e97a123d81404beda14504586c8ada9",
10773
+ "0x904e8b48dbf490f3c3bafe6a0d2894d3eb392e67",
10774
+ "0x91d11931c89ab5a88e1fcaf6fa137ab1c9b04179",
10775
+ "0x9266865bb6afb4c4f618544dd3b8c970f17aa664",
10776
+ "0x92c7d53dc3bac14722b281e74a3feba8f7ba040e",
10777
+ "0x9380413d90fdd69bc8590875e002475336aa7e79",
10778
+ "0x93f6bb0719e6d799c3b0b3e0844e31c41982ef14",
10779
+ "0x94d36132722d772fe053ea13c57bbdbdf435c085",
10780
+ "0x95995f302ad58138d791ce49f9f3b1274e80c60a",
10781
+ "0x95b5653dfd12b0bc13c08297869621c9650aa6bb",
10782
+ "0x9723f9485bffe25b6f03b79a0c2e8dc9642bb576",
10783
+ "0x97e060b0b3680efc5802d32d59ae31fad6ea8bc8",
10784
+ "0x9878b73eba4475a8ca8bb9be119c3f85df988e9d",
10785
+ "0x9887ac3b69538d77caa7f88c0688b740fb05a11f",
10786
+ "0x9894261fd45adeb3c30889db8f0de9b2ea4d04a4",
10787
+ "0x9970d443386312f7839f3adbe2d607b024ac20c6",
10788
+ "0x9b8d146ab4b61c281b993e3f85066249a6e9b0db",
10789
+ "0x9c2a2a966ed8e47f0c8b7e2ec2b91424f229f6a8",
10790
+ "0x9eb20a52a8d12dbe41248218c6c5f7770f3021cb",
10791
+ "0xa28f09361c1e003000320af6440b5d10a983647e",
10792
+ "0xa30d04e119791fe2e4cc36a8091eeb82d9650337",
10793
+ "0xa33a4a057334c7811ad5f45f3c4f0dfa3d081ff8",
10794
+ "0xa70ac79d24b8ea7dc8899d6c2df26488130b4be9",
10795
+ "0xa775d1bd91ee2cc4cae6113e5fd9c0c17b355277",
10796
+ "0xa880d6cc607a05ea617307ab3b0d335e8d8424ee",
10797
+ "0xa95db61bd736644051f14c644c92b93a63ce8242",
10798
+ "0xab04d040dec929a204298d44701476968b238b69",
10799
+ "0xac7476e14f768e3e67c195e79c2490dd20c70127",
10800
+ "0xaddacd90073a45407af690cc6058768584b883e3",
10801
+ "0xae78adaba70f18c15418001263504af373884520",
10802
+ "0xae7a0f9f663bb54bfe95378c7e3de7dd6e28d6bc",
10803
+ "0xae822bb60e9b636a79e692c0ee13e9a2ded7e5c9",
10804
+ "0xaf9f722a676230cc44045efe26fe9a85801ca4fa",
10805
+ "0xb0026ca48937bd18c5941c05decab68b0fcced8a",
10806
+ "0xb11259b152b5c32eed8d788a0566775b57328c0c",
10807
+ "0xb1938cc3babe6cb8812c85a337829425e30de935",
10808
+ "0xb19cb58fc03b66409051196822d6fd4262e5c429",
10809
+ "0xb2b1d1a7a034d9209a627e754ebb8d24988ca23a",
10810
+ "0xb3a38662575bdf1541013ce987934dba919851ea",
10811
+ "0xb4321b142b2a03ce20fcab2007ff6990b9acba93",
10812
+ "0xb4d6fe0f1504a55c65a986ef55b9148a6f0dae7a",
10813
+ "0xb6a766f531fa8e222f460df11d62b0f84b7b65f3",
10814
+ "0xb756c89e73c8711a881c009e10f79b1566f80cdb",
10815
+ "0xb8eb97eaed8367079894d2f1bed69bd220ec1dd5",
10816
+ "0xb92bc2168abb8afc0092f1ed58cee85c77cf8f5a",
10817
+ "0xbb20bcfb595320147312b081ca5a050ec2cfffeb",
10818
+ "0xbb475febf78b528f4f0d4ae1a12541406565199c",
10819
+ "0xbb658f27edd91dd9c05eb676ce1ffc6677603074",
10820
+ "0xbb828515677729c4db2f790a52cf14b1c659e19f",
10821
+ "0xbc456a41999f235cb959bc3cc88bd5a5c7d7e251",
10822
+ "0xbdb525a0755b92f2a546e5caf62ff60a8e770163",
10823
+ "0xbe60007eb1467bd6eceb402c0796ea36ff1d6c6a",
10824
+ "0xbea190067a74c6333e17add15251aff29fee4d05",
10825
+ "0xbeec40cd2711645a363fcd75c898fcaf70bce7b4",
10826
+ "0xbf1935fe7ab6d0aa3ee8d3da47c2f80e215b2a1c",
10827
+ "0xbfa317b7468a97e4e6a7a3c138b86ca0b7395477",
10828
+ "0xc12f80e8b763df7fa5b400767698fd86c87f7cb1",
10829
+ "0xc1e42f862d202b4a0ed552c1145735ee088f6ccf",
10830
+ "0xc1fd39727cd10fe97ccac228888f025309560a93",
10831
+ "0xc26841ffcbe4ed97ce39ce26b109f63c18c67cae",
10832
+ "0xc2f3a965e92aa4017d17f925f3df337127bb02ea",
10833
+ "0xc3f43a41a396e5049d6f96c7d444fc6c315b738a",
10834
+ "0xc512f7be1fd53c8ff526e6a067bebca18169b5c8",
10835
+ "0xc542f44ac010d9fde5544de51821d88c514a2d74",
10836
+ "0xc6ac58a7a63339898aeda32499a8238a46d88e84",
10837
+ "0xc86242898f4b63883f05628d8cf2c326071797b8",
10838
+ "0xcacf02ccefefe60f10762556ab996587d4f08f67",
10839
+ "0xcb364ba897f37fe13ad8df0c6b9ac7625e9f3757",
10840
+ "0xcb37f1fe07988e6ff6c21b28b986fed13ebfa549",
10841
+ "0xcb525be5530b95a1f3b2056f380ad3be61a648ea",
10842
+ "0xcbec2fd28c44cc34f69ce9e98029595157f47096",
10843
+ "0xcc287ae1d6fcba751ba55c2d35e9cb750ff2ffcd",
10844
+ "0xcd353d93f3f9fc70f248dccdc944da768b55d6b2",
10845
+ "0xcd873972d192d25972fc1d8e5b5cecab4c1429da",
10846
+ "0xce2cb0432d0c6e6ac01905f1b2e2ec877582237f",
10847
+ "0xcea95051b5f007cba9b6ffdc9e99c2d7e0342192",
10848
+ "0xcf075add75bcbd54768551e122a34f8bd84dde49",
10849
+ "0xcf0a36dec06e90263288100c11cf69828338e826",
10850
+ "0xcf2b172f8b8b8f95936386829ce4480148fc940c",
10851
+ "0xd02928c445d780ea954fe0b6f0be0f6cb9727678",
10852
+ "0xd080b654474d679c03df4fd676aa818c1adfa608",
10853
+ "0xd2df0afc8b18f9506ee0db0abd66727b329edc91",
10854
+ "0xd34788e2f96758972c27678725808e50ef843f01",
10855
+ "0xd3d123f0f62559c62745ef0b631a21a95916b6b1",
10856
+ "0xd47776750bf095ae3f0461e06ce312c2e6026e7e",
10857
+ "0xd4c1f7e8d876c4749228d515473d36f919583d1d",
10858
+ "0xd598516dcc699ced64ee441b20f41cb2eff9c098",
10859
+ "0xd63c228ea09e4d999f5fb3ed7d3529756e3a724f",
10860
+ "0xd7d73ce417f8b27d30dd9e09b43462cbecbbc6c6",
10861
+ "0xd8727dda96b1375ea5dd936e658d4265cab300a5",
10862
+ "0xd88927f71d480ed7b4cbb867c5200d8fd9e09f31",
10863
+ "0xd911e53d53b663972254e086450fd6198a25961e",
10864
+ "0xd92b87bdbfa4ca9d5bf9fa86ed89da810320af07",
10865
+ "0xda0ff39a47b355190c15e5c8d3c026088c0aa1d6",
10866
+ "0xda949f94ca319ed6ccb4048af840acf0bab8feb8",
10867
+ "0xdab4bc9946e470fd56f7c1a5d79854cba2c447c6",
10868
+ "0xdd21d4610dc36792372769758e53aa9e312b14a0",
10869
+ "0xdd334f7e8977c80e3ce0e5675d496b75a2de153e",
10870
+ "0xddb28c943cdbaa51a3ce5452a388271163f4e02f",
10871
+ "0xde236b0b3b367d5ad2a2c42b914bded79d03fe28",
10872
+ "0xe011d7ef88be6fd31e8de046fe8d0a7f19948384",
10873
+ "0xe041d60c09c3608a783603b81a2d70a8efdf6060",
10874
+ "0xe056eebc2c7acfc782d47ebe18ad71735480f72a",
10875
+ "0xe13c095580cf6fcb9c087308668062b76b4939e2",
10876
+ "0xe298fb51a03dc6efe6f42de608961c5a123b8406",
10877
+ "0xe2990ce029db870c805e90a1a8a1d8a1c52255d6",
10878
+ "0xe3b3482482899b4890ec5a2093cba2a558d0c14f",
10879
+ "0xe4d9263e8069f7b0f1f6ef14f0ac2debe318d2b1",
10880
+ "0xe5987151afa18aaab2da7ad00f8b0f1e7173b2d3",
10881
+ "0xe65bac8dd067e2bf78e78c6fb3b18903d55db802",
10882
+ "0xe6fcc492fb5ea091bdbe2e1a9f163e5039f144bc",
10883
+ "0xe7c489f250dee5b083fe34b4b3fc439a12402de2",
10884
+ "0xe7fefc0f713a5d7f02cc41977a5e0d69dbe7ba22",
10885
+ "0xe86b057f5eb764c9738d6b0d38170befd0723664",
10886
+ "0xe8de5d2ae47fa0a00d1de7a36b2a2d75b63a80f7",
10887
+ "0xe99d7d7f6a3664e19dfb14872d8c81813e15ab33",
10888
+ "0xe9acfdc9322f6f924f007016c082e6891a3c653c",
10889
+ "0xeaa123246b396028fc8fea0175f013c13e097157",
10890
+ "0xebc07f90e20df3b959805911c3649dc40fea2c28",
10891
+ "0xec7c3257d80aa80d06d996517020744e40a70b05",
10892
+ "0xecb63caa47c7c4e77f60f1ce858cf28dc2b82b00",
10893
+ "0xed7c45acfd7d2d3b21f3039d86e1da540596d23a",
10894
+ "0xedef301f13c37e789d00c3393df6b5e2ae7c0635",
10895
+ "0xee162a5a60829bd346f0c1ac3514b21fe5f4b290",
10896
+ "0xeed00c28271a0b35d5c306c8b8c46379ec9c5904",
10897
+ "0xef02a2b7a2cc912396d6a839db0acdee0a665c3a",
10898
+ "0xf0480a7892bc260658e82359f3c9374bc0a75444",
10899
+ "0xf093ca16e6a17e1698fc3aeb5df19feb7be904f0",
10900
+ "0xf27ebb91ea420f73b59b205ac7e0b77a90ec8f3c",
10901
+ "0xf28a9c278685e0b6da09b1bf844bbfaafc0f79af",
10902
+ "0xf36c562be0598b8ce109998b6aa2d53ffcd8316b",
10903
+ "0xf41d43af482e7762212a8fd87156525783927515",
10904
+ "0xf51182207e3687985471e0da21cacf5ffc552e5d",
10905
+ "0xf5c48df6137af44ab93ee34d1d94db206547bc78",
10906
+ "0xf76d45170559ad58dafd512246f679b7d71f6315",
10907
+ "0xf795c3de729dd537f9baf40fe0ffe373c96e6e92",
10908
+ "0xf8c5362479968e9b9643c9f3b93fbaf3db008acd",
10909
+ "0xf8d5995566d01ec6817ff041402d33f97ba6cc31",
10910
+ "0xf9109ada2f73c62e9889b45453065f0d99260a2d",
10911
+ "0xf94d29a246d909f386b3ecb631b3670dc01a0efb",
10912
+ "0xf961453fac6b70e1d3616b613717413abc88bad3",
10913
+ "0xf9aa2b8b6fc1ba884a10a677767cef449e529c72",
10914
+ "0xfb076dc52e7b750fb7779811048993541db4e572",
10915
+ "0xfb22906e051b252edbfa18102fea82fecfbae4b9",
10916
+ "0xfe664464cdd10b869939f6652eac2cd8889e9c62",
10917
+ "0xfe72c242af1a4ca8114c6a170ba4a823785241ce",
10918
+ "0xff9152cce6fbd30988b1aef70df6f086c99e2c55",
10919
+ "0xfffa6fc6acc3dbe04b175862376f1c5ff88cf9c1",
10920
+ "0xffffffffffffffffffffffffffffffffffffffff"
10921
+ ]
9669
10922
  }
9670
- ].slice(0)
10923
+ ]
9671
10924
  };
9672
10925
  var $dc0c078500ed1fea$export$2e2bcd8739ae039 = $dc0c078500ed1fea$var$filterValuesTemplate;
9673
10926