Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 25 new columns ({'pair_label', 'total_value_usd', 'bought_usd_amount', 'wallet_address', 'transaction_type', 'subcategory', 'sold_token_symbol', 'block_number', 'sold_token_address', 'bought_token_address', 'sold_usd_amount', 'sold_amount', 'quote_token_symbol', 'bought_amount', 'transaction_index', 'base_token_symbol', 'pair_address', 'transaction_hash', 'exchange_name', 'base_quote_price', 'quote_token_address', 'base_token_address', 'bought_token_symbol', 'block_timestamp', 'exchange_address'}) and 22 missing columns ({'pair_count', 'moralis_swaps_fetched', 'top_pair_liquidity_usd', 'decoded_buy_volume_usd', 'last_decoded_trade_at', 'decoded_buyer_count', 'top_pair_exchange_name', 'decoded_volume_usd', 'top_pair_volume_24h_usd', 'top_pair_address', 'decoded_sell_volume_usd', 'decoded_active_traders', 'decoded_sell_count', 'decoded_buy_count', 'max_trade_size_usd', 'decoded_trade_count', 'moralis_window_status', 'moralis_pages_fetched', 'decoded_seller_count', 'median_trade_size_usd', 'first_decoded_trade_at', 'buy_sell_imbalance'}).

This happened while the csv dataset builder was generating data using

hf://datasets/kl41r3/web3ai4io-multichain-launchpad/external/solana/validation/moralis_token_swaps.csv (at revision de7376219e3db88e1bacdb00c95ab3c6842bca48), ['hf://datasets/kl41r3/web3ai4io-multichain-launchpad@de7376219e3db88e1bacdb00c95ab3c6842bca48/external/solana/validation/moralis_decoded_token_outcomes.csv', 'hf://datasets/kl41r3/web3ai4io-multichain-launchpad@de7376219e3db88e1bacdb00c95ab3c6842bca48/external/solana/validation/moralis_token_swaps.csv', 'hf://datasets/kl41r3/web3ai4io-multichain-launchpad@de7376219e3db88e1bacdb00c95ab3c6842bca48/external/solana/validation/solana_post_migration_pool_windows.csv']

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1848, in _prepare_split_single
                  writer.write_table(table)
                  ~~~~~~~~~~~~~~~~~~^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 765, in write_table
                  self._write_table(pa_table, writer_batch_size=writer_batch_size)
                  ~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/arrow_writer.py", line 773, in _write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              mint: string
              graduated_at: string
              horizon_days: int64
              window_start: string
              window_end: string
              transaction_hash: string
              transaction_index: int64
              transaction_type: string
              block_timestamp: string
              block_number: int64
              wallet_address: string
              pair_address: string
              pair_label: string
              exchange_name: string
              exchange_address: string
              subcategory: string
              base_quote_price: double
              base_token_address: double
              base_token_symbol: double
              quote_token_address: double
              quote_token_symbol: double
              bought_token_address: string
              bought_token_symbol: string
              bought_amount: double
              bought_usd_amount: double
              sold_token_address: string
              sold_token_symbol: string
              sold_amount: double
              sold_usd_amount: double
              total_value_usd: double
              source: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 4264
              to
              {'mint': Value('string'), 'horizon_days': Value('int64'), 'graduated_at': Value('string'), 'window_start': Value('string'), 'window_end': Value('string'), 'decoded_trade_count': Value('int64'), 'decoded_buy_count': Value('int64'), 'decoded_sell_count': Value('int64'), 'decoded_volume_usd': Value('float64'), 'decoded_buy_volume_usd': Value('float64'), 'decoded_sell_volume_usd': Value('float64'), 'decoded_active_traders': Value('int64'), 'decoded_buyer_count': Value('int64'), 'decoded_seller_count': Value('int64'), 'buy_sell_imbalance': Value('float64'), 'median_trade_size_usd': Value('float64'), 'max_trade_size_usd': Value('float64'), 'first_decoded_trade_at': Value('string'), 'last_decoded_trade_at': Value('string'), 'moralis_window_status': Value('string'), 'moralis_swaps_fetched': Value('int64'), 'moralis_pages_fetched': Value('int64'), 'pair_count': Value('int64'), 'top_pair_address': Value('float64'), 'top_pair_exchange_name': Value('float64'), 'top_pair_liquidity_usd': Value('float64'), 'top_pair_volume_24h_usd': Value('float64'), 'source': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ~~~~~~~~~~~~~~~~~~~~~~~~~^
                      builder, max_dataset_size_bytes=max_dataset_size_bytes
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                  ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1694, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ~~~~~~~~~~~~~~~~~~~~~~~~~~^
                      gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  ):
                  ^
                File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1850, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
                  ...<4 lines>...
                  )
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 25 new columns ({'pair_label', 'total_value_usd', 'bought_usd_amount', 'wallet_address', 'transaction_type', 'subcategory', 'sold_token_symbol', 'block_number', 'sold_token_address', 'bought_token_address', 'sold_usd_amount', 'sold_amount', 'quote_token_symbol', 'bought_amount', 'transaction_index', 'base_token_symbol', 'pair_address', 'transaction_hash', 'exchange_name', 'base_quote_price', 'quote_token_address', 'base_token_address', 'bought_token_symbol', 'block_timestamp', 'exchange_address'}) and 22 missing columns ({'pair_count', 'moralis_swaps_fetched', 'top_pair_liquidity_usd', 'decoded_buy_volume_usd', 'last_decoded_trade_at', 'decoded_buyer_count', 'top_pair_exchange_name', 'decoded_volume_usd', 'top_pair_volume_24h_usd', 'top_pair_address', 'decoded_sell_volume_usd', 'decoded_active_traders', 'decoded_sell_count', 'decoded_buy_count', 'max_trade_size_usd', 'decoded_trade_count', 'moralis_window_status', 'moralis_pages_fetched', 'decoded_seller_count', 'median_trade_size_usd', 'first_decoded_trade_at', 'buy_sell_imbalance'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/kl41r3/web3ai4io-multichain-launchpad/external/solana/validation/moralis_token_swaps.csv (at revision de7376219e3db88e1bacdb00c95ab3c6842bca48), ['hf://datasets/kl41r3/web3ai4io-multichain-launchpad@de7376219e3db88e1bacdb00c95ab3c6842bca48/external/solana/validation/moralis_decoded_token_outcomes.csv', 'hf://datasets/kl41r3/web3ai4io-multichain-launchpad@de7376219e3db88e1bacdb00c95ab3c6842bca48/external/solana/validation/moralis_token_swaps.csv', 'hf://datasets/kl41r3/web3ai4io-multichain-launchpad@de7376219e3db88e1bacdb00c95ab3c6842bca48/external/solana/validation/solana_post_migration_pool_windows.csv']
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

mint
string
horizon_days
int64
graduated_at
string
window_start
string
window_end
string
decoded_trade_count
int64
decoded_buy_count
int64
decoded_sell_count
int64
decoded_volume_usd
float64
decoded_buy_volume_usd
float64
decoded_sell_volume_usd
float64
decoded_active_traders
int64
decoded_buyer_count
int64
decoded_seller_count
int64
buy_sell_imbalance
float64
median_trade_size_usd
float64
max_trade_size_usd
float64
first_decoded_trade_at
string
last_decoded_trade_at
string
moralis_window_status
string
moralis_swaps_fetched
int64
moralis_pages_fetched
int64
pair_count
int64
top_pair_address
null
top_pair_exchange_name
null
top_pair_liquidity_usd
null
top_pair_volume_24h_usd
null
source
string
Hv5VeYc3Bh9ycG8nBNhwsnaj7q9obKQLk2xzvwjBYNgL
1
2026-05-20T17:39:18.218000+00:00
2026-05-20T17:39:18.218000+00:00
2026-05-21T17:39:18.218000+00:00
190
20
170
5,704.959471
301.516956
5,403.442516
151
16
144
-0.789474
16.668249
259.829256
2026-05-20T17:39:19+00:00
2026-05-20T17:41:15+00:00
page_limit_reached_lower_bound
190
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Hv5VeYc3Bh9ycG8nBNhwsnaj7q9obKQLk2xzvwjBYNgL
7
2026-05-20T17:39:18.218000+00:00
2026-05-20T17:39:18.218000+00:00
2026-05-27T17:39:18.218000+00:00
190
20
170
5,704.959471
301.516956
5,403.442516
151
16
144
-0.789474
16.668249
259.829256
2026-05-20T17:39:19+00:00
2026-05-20T17:41:15+00:00
page_limit_reached_lower_bound
190
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Hv5VeYc3Bh9ycG8nBNhwsnaj7q9obKQLk2xzvwjBYNgL
30
2026-05-20T17:39:18.218000+00:00
2026-05-20T17:39:18.218000+00:00
2026-06-19T17:39:18.218000+00:00
190
20
170
5,704.959471
301.516956
5,403.442516
151
16
144
-0.789474
16.668249
259.829256
2026-05-20T17:39:19+00:00
2026-05-20T17:41:15+00:00
page_limit_reached_lower_bound
190
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
THGtcGMm9mJtJDM9CDAkpo6fvpMGFJjPgLcEXmQpump
1
2026-05-28T00:48:23.649000+00:00
2026-05-28T00:48:23.649000+00:00
2026-05-29T00:48:23.649000+00:00
196
11
185
18,773.397659
136.684451
18,636.713208
44
10
37
-0.887755
86.119011
321.097151
2026-05-28T00:48:24+00:00
2026-05-28T00:53:05+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
THGtcGMm9mJtJDM9CDAkpo6fvpMGFJjPgLcEXmQpump
7
2026-05-28T00:48:23.649000+00:00
2026-05-28T00:48:23.649000+00:00
2026-06-04T00:48:23.649000+00:00
196
11
185
18,773.397659
136.684451
18,636.713208
44
10
37
-0.887755
86.119011
321.097151
2026-05-28T00:48:24+00:00
2026-05-28T00:53:05+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
THGtcGMm9mJtJDM9CDAkpo6fvpMGFJjPgLcEXmQpump
30
2026-05-28T00:48:23.649000+00:00
2026-05-28T00:48:23.649000+00:00
2026-06-27T00:48:23.649000+00:00
196
11
185
18,773.397659
136.684451
18,636.713208
44
10
37
-0.887755
86.119011
321.097151
2026-05-28T00:48:24+00:00
2026-05-28T00:53:05+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
qKnAEPCLEBjTqhXop9NMwJsHsfU1YsLtbBxzbCzpump
1
2026-06-01T01:41:26.432000+00:00
2026-06-01T01:41:26.432000+00:00
2026-06-02T01:41:26.432000+00:00
200
10
190
19,782.677332
316.678921
19,465.998411
41
9
36
-0.9
82.023383
443.911606
2026-06-01T01:41:28+00:00
2026-06-01T01:44:30+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
qKnAEPCLEBjTqhXop9NMwJsHsfU1YsLtbBxzbCzpump
7
2026-06-01T01:41:26.432000+00:00
2026-06-01T01:41:26.432000+00:00
2026-06-08T01:41:26.432000+00:00
200
10
190
19,782.677332
316.678921
19,465.998411
41
9
36
-0.9
82.023383
443.911606
2026-06-01T01:41:28+00:00
2026-06-01T01:44:30+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
qKnAEPCLEBjTqhXop9NMwJsHsfU1YsLtbBxzbCzpump
30
2026-06-01T01:41:26.432000+00:00
2026-06-01T01:41:26.432000+00:00
2026-07-01T01:41:26.432000+00:00
200
10
190
19,782.677332
316.678921
19,465.998411
41
9
36
-0.9
82.023383
443.911606
2026-06-01T01:41:28+00:00
2026-06-01T01:44:30+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
CMhX5BBytXfDuQ3Yvw63YWXXVePCZFWTS4CNu7Nupump
1
2026-06-07T04:53:05.013000+00:00
2026-06-07T04:53:05.013000+00:00
2026-06-08T04:53:05.013000+00:00
200
45
155
30,457.888573
1,489.142377
28,968.746195
42
11
36
-0.55
53.958791
552.784229
2026-06-07T04:53:08+00:00
2026-06-07T04:59:59+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
CMhX5BBytXfDuQ3Yvw63YWXXVePCZFWTS4CNu7Nupump
7
2026-06-07T04:53:05.013000+00:00
2026-06-07T04:53:05.013000+00:00
2026-06-14T04:53:05.013000+00:00
200
45
155
30,457.888573
1,489.142377
28,968.746195
42
11
36
-0.55
53.958791
552.784229
2026-06-07T04:53:08+00:00
2026-06-07T04:59:59+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
CMhX5BBytXfDuQ3Yvw63YWXXVePCZFWTS4CNu7Nupump
30
2026-06-07T04:53:05.013000+00:00
2026-06-07T04:53:05.013000+00:00
2026-07-07T04:53:05.013000+00:00
200
45
155
30,457.888573
1,489.142377
28,968.746195
42
11
36
-0.55
53.958791
552.784229
2026-06-07T04:53:08+00:00
2026-06-07T04:59:59+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
BJpoPom212XsdhZWFRA4eqRiEfVoMMGDauiLtismpump
1
2026-06-08T12:28:34.819000+00:00
2026-06-08T12:28:34.819000+00:00
2026-06-09T12:28:34.819000+00:00
199
39
160
30,312.700339
1,399.669807
28,913.030531
42
12
37
-0.60804
63.860383
521.388816
2026-06-08T12:28:38+00:00
2026-06-08T12:35:38+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
BJpoPom212XsdhZWFRA4eqRiEfVoMMGDauiLtismpump
7
2026-06-08T12:28:34.819000+00:00
2026-06-08T12:28:34.819000+00:00
2026-06-15T12:28:34.819000+00:00
199
39
160
30,312.700339
1,399.669807
28,913.030531
42
12
37
-0.60804
63.860383
521.388816
2026-06-08T12:28:38+00:00
2026-06-08T12:35:38+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
BJpoPom212XsdhZWFRA4eqRiEfVoMMGDauiLtismpump
30
2026-06-08T12:28:34.819000+00:00
2026-06-08T12:28:34.819000+00:00
2026-07-08T12:28:34.819000+00:00
199
39
160
30,312.700339
1,399.669807
28,913.030531
42
12
37
-0.60804
63.860383
521.388816
2026-06-08T12:28:38+00:00
2026-06-08T12:35:38+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Ckj4kzWwc82BGFcnvdVN3rZLgU5GJT1KptyUewR4pump
1
2026-06-06T19:32:57.823000+00:00
2026-06-06T19:32:57.823000+00:00
2026-06-07T19:32:57.823000+00:00
196
28
168
31,801.289962
1,043.72451
30,757.565452
59
10
54
-0.714286
80.791307
633.890091
2026-06-06T19:32:58+00:00
2026-06-06T19:34:10+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Ckj4kzWwc82BGFcnvdVN3rZLgU5GJT1KptyUewR4pump
7
2026-06-06T19:32:57.823000+00:00
2026-06-06T19:32:57.823000+00:00
2026-06-13T19:32:57.823000+00:00
196
28
168
31,801.289962
1,043.72451
30,757.565452
59
10
54
-0.714286
80.791307
633.890091
2026-06-06T19:32:58+00:00
2026-06-06T19:34:10+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Ckj4kzWwc82BGFcnvdVN3rZLgU5GJT1KptyUewR4pump
30
2026-06-06T19:32:57.823000+00:00
2026-06-06T19:32:57.823000+00:00
2026-07-06T19:32:57.823000+00:00
196
28
168
31,801.289962
1,043.72451
30,757.565452
59
10
54
-0.714286
80.791307
633.890091
2026-06-06T19:32:58+00:00
2026-06-06T19:34:10+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
5hYkccZfo3bv1d1HZqm4xwTqFYjKLCYUzUiAA3vppump
1
2026-05-29T17:48:24.776000+00:00
2026-05-29T17:48:24.776000+00:00
2026-05-30T17:48:24.776000+00:00
199
24
175
53,667.36751
923.421805
52,743.945705
49
10
46
-0.758794
102.40642
1,759.722589
2026-05-29T17:48:25+00:00
2026-05-29T17:50:10+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
5hYkccZfo3bv1d1HZqm4xwTqFYjKLCYUzUiAA3vppump
7
2026-05-29T17:48:24.776000+00:00
2026-05-29T17:48:24.776000+00:00
2026-06-05T17:48:24.776000+00:00
199
24
175
53,667.36751
923.421805
52,743.945705
49
10
46
-0.758794
102.40642
1,759.722589
2026-05-29T17:48:25+00:00
2026-05-29T17:50:10+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
5hYkccZfo3bv1d1HZqm4xwTqFYjKLCYUzUiAA3vppump
30
2026-05-29T17:48:24.776000+00:00
2026-05-29T17:48:24.776000+00:00
2026-06-28T17:48:24.776000+00:00
199
24
175
53,667.36751
923.421805
52,743.945705
49
10
46
-0.758794
102.40642
1,759.722589
2026-05-29T17:48:25+00:00
2026-05-29T17:50:10+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
gG6hZgrAMAdDaHXemT3DNxXfNKZadziFmtLcvuEpump
1
2026-06-09T12:11:16.978000+00:00
2026-06-09T12:11:16.978000+00:00
2026-06-10T12:11:16.978000+00:00
199
30
169
16,814.997306
634.590169
16,180.407137
63
21
56
-0.698492
39.695084
278.191379
2026-06-09T12:11:17+00:00
2026-06-09T12:14:37+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
gG6hZgrAMAdDaHXemT3DNxXfNKZadziFmtLcvuEpump
7
2026-06-09T12:11:16.978000+00:00
2026-06-09T12:11:16.978000+00:00
2026-06-16T12:11:16.978000+00:00
199
30
169
16,814.997306
634.590169
16,180.407137
63
21
56
-0.698492
39.695084
278.191379
2026-06-09T12:11:17+00:00
2026-06-09T12:14:37+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
gG6hZgrAMAdDaHXemT3DNxXfNKZadziFmtLcvuEpump
30
2026-06-09T12:11:16.978000+00:00
2026-06-09T12:11:16.978000+00:00
2026-07-09T12:11:16.978000+00:00
199
30
169
16,814.997306
634.590169
16,180.407137
63
21
56
-0.698492
39.695084
278.191379
2026-06-09T12:11:17+00:00
2026-06-09T12:14:37+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
9oGQxSMCoYMkbVbPShqM587cVHUF6UQKVxdvgWbWpump
1
2026-06-06T04:16:11.550000+00:00
2026-06-06T04:16:11.550000+00:00
2026-06-07T04:16:11.550000+00:00
196
100
96
10,820.883886
5,650.129438
5,170.754448
120
67
62
0.020408
48.581082
683.438787
2026-06-06T04:16:12+00:00
2026-06-06T04:18:11+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
9oGQxSMCoYMkbVbPShqM587cVHUF6UQKVxdvgWbWpump
7
2026-06-06T04:16:11.550000+00:00
2026-06-06T04:16:11.550000+00:00
2026-06-13T04:16:11.550000+00:00
196
100
96
10,820.883886
5,650.129438
5,170.754448
120
67
62
0.020408
48.581082
683.438787
2026-06-06T04:16:12+00:00
2026-06-06T04:18:11+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
9oGQxSMCoYMkbVbPShqM587cVHUF6UQKVxdvgWbWpump
30
2026-06-06T04:16:11.550000+00:00
2026-06-06T04:16:11.550000+00:00
2026-07-06T04:16:11.550000+00:00
196
100
96
10,820.883886
5,650.129438
5,170.754448
120
67
62
0.020408
48.581082
683.438787
2026-06-06T04:16:12+00:00
2026-06-06T04:18:11+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Bkr9HQD6TjDeeEQU3FWNgT6i89Lg25cU3MJDfqu8pump
1
2026-05-18T19:30:16.642000+00:00
2026-05-18T19:30:16.642000+00:00
2026-05-19T19:30:16.642000+00:00
200
26
174
32,360.366767
937.252134
31,423.114633
55
11
51
-0.74
63.243999
1,502.838404
2026-05-18T19:30:17+00:00
2026-05-18T19:31:27+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Bkr9HQD6TjDeeEQU3FWNgT6i89Lg25cU3MJDfqu8pump
7
2026-05-18T19:30:16.642000+00:00
2026-05-18T19:30:16.642000+00:00
2026-05-25T19:30:16.642000+00:00
200
26
174
32,360.366767
937.252134
31,423.114633
55
11
51
-0.74
63.243999
1,502.838404
2026-05-18T19:30:17+00:00
2026-05-18T19:31:27+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
Bkr9HQD6TjDeeEQU3FWNgT6i89Lg25cU3MJDfqu8pump
30
2026-05-18T19:30:16.642000+00:00
2026-05-18T19:30:16.642000+00:00
2026-06-17T19:30:16.642000+00:00
200
26
174
32,360.366767
937.252134
31,423.114633
55
11
51
-0.74
63.243999
1,502.838404
2026-05-18T19:30:17+00:00
2026-05-18T19:31:27+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
EZcFtc7521hsSqfHPsjWCdQdqZe8ZrrngLPfqMupump
1
2026-05-14T18:50:12.874000+00:00
2026-05-14T18:50:12.874000+00:00
2026-05-15T18:50:12.874000+00:00
186
91
95
20,736.189288
8,886.569317
11,849.619971
112
77
46
-0.021505
44.54094
540.501031
2026-05-14T18:50:13+00:00
2026-05-14T18:51:20+00:00
page_limit_reached_lower_bound
194
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
EZcFtc7521hsSqfHPsjWCdQdqZe8ZrrngLPfqMupump
7
2026-05-14T18:50:12.874000+00:00
2026-05-14T18:50:12.874000+00:00
2026-05-21T18:50:12.874000+00:00
186
91
95
20,736.189288
8,886.569317
11,849.619971
112
77
46
-0.021505
44.54094
540.501031
2026-05-14T18:50:13+00:00
2026-05-14T18:51:20+00:00
page_limit_reached_lower_bound
194
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
EZcFtc7521hsSqfHPsjWCdQdqZe8ZrrngLPfqMupump
30
2026-05-14T18:50:12.874000+00:00
2026-05-14T18:50:12.874000+00:00
2026-06-13T18:50:12.874000+00:00
186
91
95
20,736.189288
8,886.569317
11,849.619971
112
77
46
-0.021505
44.54094
540.501031
2026-05-14T18:50:13+00:00
2026-05-14T18:51:20+00:00
page_limit_reached_lower_bound
194
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
FQXHLPpBZSwhEZoTfEoYZ3EDzZEeqyUoDraYNP3Xpump
1
2026-06-07T20:26:44.249000+00:00
2026-06-07T20:26:44.249000+00:00
2026-06-08T20:26:44.249000+00:00
186
23
163
6,515.485424
796.085448
5,719.399977
147
18
134
-0.752688
17.682528
366.0386
2026-06-07T20:26:45+00:00
2026-06-07T20:27:25+00:00
page_limit_reached_lower_bound
186
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
FQXHLPpBZSwhEZoTfEoYZ3EDzZEeqyUoDraYNP3Xpump
7
2026-06-07T20:26:44.249000+00:00
2026-06-07T20:26:44.249000+00:00
2026-06-14T20:26:44.249000+00:00
186
23
163
6,515.485424
796.085448
5,719.399977
147
18
134
-0.752688
17.682528
366.0386
2026-06-07T20:26:45+00:00
2026-06-07T20:27:25+00:00
page_limit_reached_lower_bound
186
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
FQXHLPpBZSwhEZoTfEoYZ3EDzZEeqyUoDraYNP3Xpump
30
2026-06-07T20:26:44.249000+00:00
2026-06-07T20:26:44.249000+00:00
2026-07-07T20:26:44.249000+00:00
186
23
163
6,515.485424
796.085448
5,719.399977
147
18
134
-0.752688
17.682528
366.0386
2026-06-07T20:26:45+00:00
2026-06-07T20:27:25+00:00
page_limit_reached_lower_bound
186
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
ACHvaEhoRuCDqfN24C7hwu1bBdq9S7VoWFFHZbKopump
1
2026-05-20T13:35:18.096000+00:00
2026-05-20T13:35:18.096000+00:00
2026-05-21T13:35:18.096000+00:00
200
28
172
39,016.305115
888.101538
38,128.203576
43
18
32
-0.72
116.704321
1,411.539311
2026-05-20T13:35:19+00:00
2026-05-20T13:36:59+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
ACHvaEhoRuCDqfN24C7hwu1bBdq9S7VoWFFHZbKopump
7
2026-05-20T13:35:18.096000+00:00
2026-05-20T13:35:18.096000+00:00
2026-05-27T13:35:18.096000+00:00
200
28
172
39,016.305115
888.101538
38,128.203576
43
18
32
-0.72
116.704321
1,411.539311
2026-05-20T13:35:19+00:00
2026-05-20T13:36:59+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
ACHvaEhoRuCDqfN24C7hwu1bBdq9S7VoWFFHZbKopump
30
2026-05-20T13:35:18.096000+00:00
2026-05-20T13:35:18.096000+00:00
2026-06-19T13:35:18.096000+00:00
200
28
172
39,016.305115
888.101538
38,128.203576
43
18
32
-0.72
116.704321
1,411.539311
2026-05-20T13:35:19+00:00
2026-05-20T13:36:59+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
3xucE6rfRpYPzKSsTK7r8zysAso6vD5RMLiNTqugpump
1
2026-06-07T10:27:43.350000+00:00
2026-06-07T10:27:43.350000+00:00
2026-06-08T10:27:43.350000+00:00
186
104
82
13,762.785366
6,387.789643
7,374.995723
115
85
41
0.11828
53.626158
252.207984
2026-06-07T10:27:44+00:00
2026-06-07T10:29:10+00:00
page_limit_reached_lower_bound
197
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
3xucE6rfRpYPzKSsTK7r8zysAso6vD5RMLiNTqugpump
7
2026-06-07T10:27:43.350000+00:00
2026-06-07T10:27:43.350000+00:00
2026-06-14T10:27:43.350000+00:00
186
104
82
13,762.785366
6,387.789643
7,374.995723
115
85
41
0.11828
53.626158
252.207984
2026-06-07T10:27:44+00:00
2026-06-07T10:29:10+00:00
page_limit_reached_lower_bound
197
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
3xucE6rfRpYPzKSsTK7r8zysAso6vD5RMLiNTqugpump
30
2026-06-07T10:27:43.350000+00:00
2026-06-07T10:27:43.350000+00:00
2026-07-07T10:27:43.350000+00:00
186
104
82
13,762.785366
6,387.789643
7,374.995723
115
85
41
0.11828
53.626158
252.207984
2026-06-07T10:27:44+00:00
2026-06-07T10:29:10+00:00
page_limit_reached_lower_bound
197
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
u27VxqGjnaM9kyMwcBRQtj1HaCzqomLpzmsMerupump
1
2026-05-31T00:41:25.584000+00:00
2026-05-31T00:41:25.584000+00:00
2026-06-01T00:41:25.584000+00:00
197
16
181
18,770.896825
846.470901
17,924.425924
48
12
41
-0.837563
83.025219
497.659878
2026-05-31T00:41:27+00:00
2026-05-31T00:43:47+00:00
page_limit_reached_lower_bound
197
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
u27VxqGjnaM9kyMwcBRQtj1HaCzqomLpzmsMerupump
7
2026-05-31T00:41:25.584000+00:00
2026-05-31T00:41:25.584000+00:00
2026-06-07T00:41:25.584000+00:00
197
16
181
18,770.896825
846.470901
17,924.425924
48
12
41
-0.837563
83.025219
497.659878
2026-05-31T00:41:27+00:00
2026-05-31T00:43:47+00:00
page_limit_reached_lower_bound
197
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
u27VxqGjnaM9kyMwcBRQtj1HaCzqomLpzmsMerupump
30
2026-05-31T00:41:25.584000+00:00
2026-05-31T00:41:25.584000+00:00
2026-06-30T00:41:25.584000+00:00
197
16
181
18,770.896825
846.470901
17,924.425924
48
12
41
-0.837563
83.025219
497.659878
2026-05-31T00:41:27+00:00
2026-05-31T00:43:47+00:00
page_limit_reached_lower_bound
197
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
4PPs9TQ4Kjqdw1kob7om2rw822spXG2o3u38kkcHpump
1
2026-05-18T21:48:16.776000+00:00
2026-05-18T21:48:16.776000+00:00
2026-05-19T21:48:16.776000+00:00
200
17
183
75,600.134436
664.71797
74,935.416467
44
9
41
-0.83
462.536176
1,027.500771
2026-05-18T21:48:18+00:00
2026-05-18T22:01:53+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
4PPs9TQ4Kjqdw1kob7om2rw822spXG2o3u38kkcHpump
7
2026-05-18T21:48:16.776000+00:00
2026-05-18T21:48:16.776000+00:00
2026-05-25T21:48:16.776000+00:00
200
17
183
75,600.134436
664.71797
74,935.416467
44
9
41
-0.83
462.536176
1,027.500771
2026-05-18T21:48:18+00:00
2026-05-18T22:01:53+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
4PPs9TQ4Kjqdw1kob7om2rw822spXG2o3u38kkcHpump
30
2026-05-18T21:48:16.776000+00:00
2026-05-18T21:48:16.776000+00:00
2026-06-17T21:48:16.776000+00:00
200
17
183
75,600.134436
664.71797
74,935.416467
44
9
41
-0.83
462.536176
1,027.500771
2026-05-18T21:48:18+00:00
2026-05-18T22:01:53+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
TbN8udoYNMnjsSiR14dXRPn2wiJVhDEwcNipiampump
1
2026-05-18T09:16:16.286000+00:00
2026-05-18T09:16:16.286000+00:00
2026-05-19T09:16:16.286000+00:00
199
18
181
20,933.991822
549.907027
20,384.084795
58
13
48
-0.819095
84.695928
265.145792
2026-05-18T09:16:17+00:00
2026-05-18T09:19:07+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
TbN8udoYNMnjsSiR14dXRPn2wiJVhDEwcNipiampump
7
2026-05-18T09:16:16.286000+00:00
2026-05-18T09:16:16.286000+00:00
2026-05-25T09:16:16.286000+00:00
199
18
181
20,933.991822
549.907027
20,384.084795
58
13
48
-0.819095
84.695928
265.145792
2026-05-18T09:16:17+00:00
2026-05-18T09:19:07+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
TbN8udoYNMnjsSiR14dXRPn2wiJVhDEwcNipiampump
30
2026-05-18T09:16:16.286000+00:00
2026-05-18T09:16:16.286000+00:00
2026-06-17T09:16:16.286000+00:00
199
18
181
20,933.991822
549.907027
20,384.084795
58
13
48
-0.819095
84.695928
265.145792
2026-05-18T09:16:17+00:00
2026-05-18T09:19:07+00:00
page_limit_reached_lower_bound
199
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
GyAQzu4k8PZjowtgWoppkCgZipyCWGHV28NbSMJpump
1
2026-05-19T00:28:16.891000+00:00
2026-05-19T00:28:16.891000+00:00
2026-05-20T00:28:16.891000+00:00
200
13
187
23,072.084955
290.941637
22,781.143319
53
6
51
-0.87
85.780144
595.033721
2026-05-19T00:28:18+00:00
2026-05-19T00:32:52+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
GyAQzu4k8PZjowtgWoppkCgZipyCWGHV28NbSMJpump
7
2026-05-19T00:28:16.891000+00:00
2026-05-19T00:28:16.891000+00:00
2026-05-26T00:28:16.891000+00:00
200
13
187
23,072.084955
290.941637
22,781.143319
53
6
51
-0.87
85.780144
595.033721
2026-05-19T00:28:18+00:00
2026-05-19T00:32:52+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
GyAQzu4k8PZjowtgWoppkCgZipyCWGHV28NbSMJpump
30
2026-05-19T00:28:16.891000+00:00
2026-05-19T00:28:16.891000+00:00
2026-06-18T00:28:16.891000+00:00
200
13
187
23,072.084955
290.941637
22,781.143319
53
6
51
-0.87
85.780144
595.033721
2026-05-19T00:28:18+00:00
2026-05-19T00:32:52+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
J2pRPRc3VbZG8N4heb45eqojVFR4i4BqNDagkEEipump
1
2026-05-24T09:43:20.948000+00:00
2026-05-24T09:43:20.948000+00:00
2026-05-25T09:43:20.948000+00:00
195
74
121
12,659.876571
5,332.046241
7,327.83033
160
68
103
-0.241026
57.961624
494.353684
2026-05-24T09:43:21+00:00
2026-05-24T09:44:05+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
J2pRPRc3VbZG8N4heb45eqojVFR4i4BqNDagkEEipump
7
2026-05-24T09:43:20.948000+00:00
2026-05-24T09:43:20.948000+00:00
2026-05-31T09:43:20.948000+00:00
195
74
121
12,659.876571
5,332.046241
7,327.83033
160
68
103
-0.241026
57.961624
494.353684
2026-05-24T09:43:21+00:00
2026-05-24T09:44:05+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
J2pRPRc3VbZG8N4heb45eqojVFR4i4BqNDagkEEipump
30
2026-05-24T09:43:20.948000+00:00
2026-05-24T09:43:20.948000+00:00
2026-06-23T09:43:20.948000+00:00
195
74
121
12,659.876571
5,332.046241
7,327.83033
160
68
103
-0.241026
57.961624
494.353684
2026-05-24T09:43:21+00:00
2026-05-24T09:44:05+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
51wPJ6hqR5nFwdeSBYcUdLL796w8fiHQLWWeyVrVpump
1
2026-06-02T20:03:28.025000+00:00
2026-06-02T20:03:28.025000+00:00
2026-06-03T20:03:28.025000+00:00
200
18
182
30,303.687286
550.696775
29,752.990511
46
8
44
-0.82
160.939705
607.371458
2026-06-02T20:03:29+00:00
2026-06-02T20:05:00+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
51wPJ6hqR5nFwdeSBYcUdLL796w8fiHQLWWeyVrVpump
7
2026-06-02T20:03:28.025000+00:00
2026-06-02T20:03:28.025000+00:00
2026-06-09T20:03:28.025000+00:00
200
18
182
30,303.687286
550.696775
29,752.990511
46
8
44
-0.82
160.939705
607.371458
2026-06-02T20:03:29+00:00
2026-06-02T20:05:00+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
51wPJ6hqR5nFwdeSBYcUdLL796w8fiHQLWWeyVrVpump
30
2026-06-02T20:03:28.025000+00:00
2026-06-02T20:03:28.025000+00:00
2026-07-02T20:03:28.025000+00:00
200
18
182
30,303.687286
550.696775
29,752.990511
46
8
44
-0.82
160.939705
607.371458
2026-06-02T20:03:29+00:00
2026-06-02T20:05:00+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
PSUBuUoTkjAthfjdh3eLhyaR5hSqgssioM2fguHpump
1
2026-05-26T02:36:22.270000+00:00
2026-05-26T02:36:22.270000+00:00
2026-05-27T02:36:22.270000+00:00
196
27
169
22,209.930412
711.312375
21,498.618037
53
13
48
-0.72449
47.034287
805.67844
2026-05-26T02:36:23+00:00
2026-05-26T02:39:47+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
PSUBuUoTkjAthfjdh3eLhyaR5hSqgssioM2fguHpump
7
2026-05-26T02:36:22.270000+00:00
2026-05-26T02:36:22.270000+00:00
2026-06-02T02:36:22.270000+00:00
196
27
169
22,209.930412
711.312375
21,498.618037
53
13
48
-0.72449
47.034287
805.67844
2026-05-26T02:36:23+00:00
2026-05-26T02:39:47+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
PSUBuUoTkjAthfjdh3eLhyaR5hSqgssioM2fguHpump
30
2026-05-26T02:36:22.270000+00:00
2026-05-26T02:36:22.270000+00:00
2026-06-25T02:36:22.270000+00:00
196
27
169
22,209.930412
711.312375
21,498.618037
53
13
48
-0.72449
47.034287
805.67844
2026-05-26T02:36:23+00:00
2026-05-26T02:39:47+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
PBVTktwEQVBWEwzSNYuGg7ptfaYceK4PiNX5qcxpump
1
2026-05-30T01:49:25.014000+00:00
2026-05-30T01:49:25.014000+00:00
2026-05-31T01:49:25.014000+00:00
198
13
185
19,138.557702
289.237996
18,849.319706
48
8
44
-0.868687
82.618505
341.569014
2026-05-30T01:49:26+00:00
2026-05-30T01:52:18+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
PBVTktwEQVBWEwzSNYuGg7ptfaYceK4PiNX5qcxpump
7
2026-05-30T01:49:25.014000+00:00
2026-05-30T01:49:25.014000+00:00
2026-06-06T01:49:25.014000+00:00
198
13
185
19,138.557702
289.237996
18,849.319706
48
8
44
-0.868687
82.618505
341.569014
2026-05-30T01:49:26+00:00
2026-05-30T01:52:18+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
PBVTktwEQVBWEwzSNYuGg7ptfaYceK4PiNX5qcxpump
30
2026-05-30T01:49:25.014000+00:00
2026-05-30T01:49:25.014000+00:00
2026-06-29T01:49:25.014000+00:00
198
13
185
19,138.557702
289.237996
18,849.319706
48
8
44
-0.868687
82.618505
341.569014
2026-05-30T01:49:26+00:00
2026-05-30T01:52:18+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
AvPkAxGVX8HcPJvCE6fWr7XsivpMf1H5YTFgoXPmpump
1
2026-05-24T03:01:20.772000+00:00
2026-05-24T03:01:20.772000+00:00
2026-05-25T03:01:20.772000+00:00
196
23
173
9,058.815437
985.733676
8,073.081761
149
21
134
-0.765306
19.722509
307.044774
2026-05-24T03:01:21+00:00
2026-05-24T03:03:02+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
AvPkAxGVX8HcPJvCE6fWr7XsivpMf1H5YTFgoXPmpump
7
2026-05-24T03:01:20.772000+00:00
2026-05-24T03:01:20.772000+00:00
2026-05-31T03:01:20.772000+00:00
196
23
173
9,058.815437
985.733676
8,073.081761
149
21
134
-0.765306
19.722509
307.044774
2026-05-24T03:01:21+00:00
2026-05-24T03:03:02+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
AvPkAxGVX8HcPJvCE6fWr7XsivpMf1H5YTFgoXPmpump
30
2026-05-24T03:01:20.772000+00:00
2026-05-24T03:01:20.772000+00:00
2026-06-23T03:01:20.772000+00:00
196
23
173
9,058.815437
985.733676
8,073.081761
149
21
134
-0.765306
19.722509
307.044774
2026-05-24T03:01:21+00:00
2026-05-24T03:03:02+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
9RMn4cm9Ju8QKUWRgNVRG2nK7pUxpyDVXzcvHFuSpump
1
2026-06-07T20:28:44.289000+00:00
2026-06-07T20:28:44.289000+00:00
2026-06-08T20:28:44.289000+00:00
196
87
109
15,762.436454
7,708.468341
8,053.968113
138
70
85
-0.112245
36.520406
580.543806
2026-06-07T20:28:45+00:00
2026-06-07T20:29:40+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
9RMn4cm9Ju8QKUWRgNVRG2nK7pUxpyDVXzcvHFuSpump
7
2026-06-07T20:28:44.289000+00:00
2026-06-07T20:28:44.289000+00:00
2026-06-14T20:28:44.289000+00:00
196
87
109
15,762.436454
7,708.468341
8,053.968113
138
70
85
-0.112245
36.520406
580.543806
2026-06-07T20:28:45+00:00
2026-06-07T20:29:40+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
9RMn4cm9Ju8QKUWRgNVRG2nK7pUxpyDVXzcvHFuSpump
30
2026-06-07T20:28:44.289000+00:00
2026-06-07T20:28:44.289000+00:00
2026-07-07T20:28:44.289000+00:00
196
87
109
15,762.436454
7,708.468341
8,053.968113
138
70
85
-0.112245
36.520406
580.543806
2026-06-07T20:28:45+00:00
2026-06-07T20:29:40+00:00
page_limit_reached_lower_bound
196
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
4h7brefSUTW57LGQcvVxGc2dhPzmTum2GPKFZzpKpump
1
2026-05-10T09:39:53.640000+00:00
2026-05-10T09:39:53.640000+00:00
2026-05-11T09:39:53.640000+00:00
193
105
88
11,001.678294
5,889.523902
5,112.154392
127
98
87
0.088083
58.307431
138.119929
2026-05-10T09:39:54+00:00
2026-05-10T09:40:56+00:00
page_limit_reached_lower_bound
193
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
4h7brefSUTW57LGQcvVxGc2dhPzmTum2GPKFZzpKpump
7
2026-05-10T09:39:53.640000+00:00
2026-05-10T09:39:53.640000+00:00
2026-05-17T09:39:53.640000+00:00
193
105
88
11,001.678294
5,889.523902
5,112.154392
127
98
87
0.088083
58.307431
138.119929
2026-05-10T09:39:54+00:00
2026-05-10T09:40:56+00:00
page_limit_reached_lower_bound
193
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
4h7brefSUTW57LGQcvVxGc2dhPzmTum2GPKFZzpKpump
30
2026-05-10T09:39:53.640000+00:00
2026-05-10T09:39:53.640000+00:00
2026-06-09T09:39:53.640000+00:00
193
105
88
11,001.678294
5,889.523902
5,112.154392
127
98
87
0.088083
58.307431
138.119929
2026-05-10T09:39:54+00:00
2026-05-10T09:40:56+00:00
page_limit_reached_lower_bound
193
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
XUuqffce1wPzFkixHN6P5zAVhaLoKCQkrqgqvEGpump
1
2026-06-10T10:47:34.323000+00:00
2026-06-10T10:47:34.323000+00:00
2026-06-11T10:47:34.323000+00:00
193
78
115
13,823.370124
6,658.189288
7,165.180835
143
67
84
-0.19171
52.682278
272.282764
2026-06-10T10:47:35+00:00
2026-06-10T10:48:21+00:00
page_limit_reached_lower_bound
193
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
XUuqffce1wPzFkixHN6P5zAVhaLoKCQkrqgqvEGpump
7
2026-06-10T10:47:34.323000+00:00
2026-06-10T10:47:34.323000+00:00
2026-06-17T10:47:34.323000+00:00
193
78
115
13,823.370124
6,658.189288
7,165.180835
143
67
84
-0.19171
52.682278
272.282764
2026-06-10T10:47:35+00:00
2026-06-10T10:48:21+00:00
page_limit_reached_lower_bound
193
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
XUuqffce1wPzFkixHN6P5zAVhaLoKCQkrqgqvEGpump
30
2026-06-10T10:47:34.323000+00:00
2026-06-10T10:47:34.323000+00:00
2026-07-10T10:47:34.323000+00:00
193
78
115
13,823.370124
6,658.189288
7,165.180835
143
67
84
-0.19171
52.682278
272.282764
2026-06-10T10:47:35+00:00
2026-06-10T10:48:21+00:00
page_limit_reached_lower_bound
193
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
b79ZDqH443ymthXrvhfQ7GMPSWUDf6vEu7FK2Vcpump
1
2026-05-24T15:18:21.105000+00:00
2026-05-24T15:18:21.105000+00:00
2026-05-25T15:18:21.105000+00:00
200
11
189
18,895.213113
417.749779
18,477.463334
52
9
46
-0.89
85.115026
318.348702
2026-05-24T15:18:22+00:00
2026-05-24T15:22:16+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
b79ZDqH443ymthXrvhfQ7GMPSWUDf6vEu7FK2Vcpump
7
2026-05-24T15:18:21.105000+00:00
2026-05-24T15:18:21.105000+00:00
2026-05-31T15:18:21.105000+00:00
200
11
189
18,895.213113
417.749779
18,477.463334
52
9
46
-0.89
85.115026
318.348702
2026-05-24T15:18:22+00:00
2026-05-24T15:22:16+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
b79ZDqH443ymthXrvhfQ7GMPSWUDf6vEu7FK2Vcpump
30
2026-05-24T15:18:21.105000+00:00
2026-05-24T15:18:21.105000+00:00
2026-06-23T15:18:21.105000+00:00
200
11
189
18,895.213113
417.749779
18,477.463334
52
9
46
-0.89
85.115026
318.348702
2026-05-24T15:18:22+00:00
2026-05-24T15:22:16+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
5fxposbED84Ldj9YYYYRyyLcCs7oij1L4skSyzbapump
1
2026-05-30T03:55:25.072000+00:00
2026-05-30T03:55:25.072000+00:00
2026-05-31T03:55:25.072000+00:00
200
85
115
11,931.998424
6,649.539257
5,282.459168
120
63
62
-0.15
40.893219
384.837715
2026-05-30T03:55:30+00:00
2026-05-30T03:56:51+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
5fxposbED84Ldj9YYYYRyyLcCs7oij1L4skSyzbapump
7
2026-05-30T03:55:25.072000+00:00
2026-05-30T03:55:25.072000+00:00
2026-06-06T03:55:25.072000+00:00
200
85
115
11,931.998424
6,649.539257
5,282.459168
120
63
62
-0.15
40.893219
384.837715
2026-05-30T03:55:30+00:00
2026-05-30T03:56:51+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
5fxposbED84Ldj9YYYYRyyLcCs7oij1L4skSyzbapump
30
2026-05-30T03:55:25.072000+00:00
2026-05-30T03:55:25.072000+00:00
2026-06-29T03:55:25.072000+00:00
200
85
115
11,931.998424
6,649.539257
5,282.459168
120
63
62
-0.15
40.893219
384.837715
2026-05-30T03:55:30+00:00
2026-05-30T03:56:51+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
gaCrqRDMJxCg4yfdKHwyhCtX6gH9LVQBNVxR52upump
1
2026-05-26T14:06:22.698000+00:00
2026-05-26T14:06:22.698000+00:00
2026-05-27T14:06:22.698000+00:00
200
28
172
26,466.132407
1,003.014785
25,463.117623
63
15
59
-0.72
61.614921
867.533993
2026-05-26T14:06:23+00:00
2026-05-26T14:09:08+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
gaCrqRDMJxCg4yfdKHwyhCtX6gH9LVQBNVxR52upump
7
2026-05-26T14:06:22.698000+00:00
2026-05-26T14:06:22.698000+00:00
2026-06-02T14:06:22.698000+00:00
200
28
172
26,466.132407
1,003.014785
25,463.117623
63
15
59
-0.72
61.614921
867.533993
2026-05-26T14:06:23+00:00
2026-05-26T14:09:08+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
gaCrqRDMJxCg4yfdKHwyhCtX6gH9LVQBNVxR52upump
30
2026-05-26T14:06:22.698000+00:00
2026-05-26T14:06:22.698000+00:00
2026-06-25T14:06:22.698000+00:00
200
28
172
26,466.132407
1,003.014785
25,463.117623
63
15
59
-0.72
61.614921
867.533993
2026-05-26T14:06:23+00:00
2026-05-26T14:09:08+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
oWH3v1fqE7A8w3GaHtdnGdb5XNYF76D8TMLUV9mpump
1
2026-05-28T04:02:23.666000+00:00
2026-05-28T04:02:23.666000+00:00
2026-05-29T04:02:23.666000+00:00
200
35
165
13,293.692225
1,009.854873
12,283.837352
121
20
114
-0.65
8.598166
6,218.83765
2026-05-28T04:02:26+00:00
2026-05-28T04:41:32+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
oWH3v1fqE7A8w3GaHtdnGdb5XNYF76D8TMLUV9mpump
7
2026-05-28T04:02:23.666000+00:00
2026-05-28T04:02:23.666000+00:00
2026-06-04T04:02:23.666000+00:00
200
35
165
13,293.692225
1,009.854873
12,283.837352
121
20
114
-0.65
8.598166
6,218.83765
2026-05-28T04:02:26+00:00
2026-05-28T04:41:32+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
oWH3v1fqE7A8w3GaHtdnGdb5XNYF76D8TMLUV9mpump
30
2026-05-28T04:02:23.666000+00:00
2026-05-28T04:02:23.666000+00:00
2026-06-27T04:02:23.666000+00:00
200
35
165
13,293.692225
1,009.854873
12,283.837352
121
20
114
-0.65
8.598166
6,218.83765
2026-05-28T04:02:26+00:00
2026-05-28T04:41:32+00:00
page_limit_reached_lower_bound
200
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
YoUJjb3vLuwpQWPTcuFuu232S3C1YsQgAnqfNBWpump
1
2026-05-30T02:45:25.046000+00:00
2026-05-30T02:45:25.046000+00:00
2026-05-31T02:45:25.046000+00:00
198
18
180
17,636.950166
166.255315
17,470.694851
66
11
59
-0.818182
63.269167
403.138366
2026-05-30T02:45:26+00:00
2026-05-30T02:50:17+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
YoUJjb3vLuwpQWPTcuFuu232S3C1YsQgAnqfNBWpump
7
2026-05-30T02:45:25.046000+00:00
2026-05-30T02:45:25.046000+00:00
2026-06-06T02:45:25.046000+00:00
198
18
180
17,636.950166
166.255315
17,470.694851
66
11
59
-0.818182
63.269167
403.138366
2026-05-30T02:45:26+00:00
2026-05-30T02:50:17+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
YoUJjb3vLuwpQWPTcuFuu232S3C1YsQgAnqfNBWpump
30
2026-05-30T02:45:25.046000+00:00
2026-05-30T02:45:25.046000+00:00
2026-06-29T02:45:25.046000+00:00
198
18
180
17,636.950166
166.255315
17,470.694851
66
11
59
-0.818182
63.269167
403.138366
2026-05-30T02:45:26+00:00
2026-05-30T02:50:17+00:00
page_limit_reached_lower_bound
198
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
FKNxijjFYRBjxXYmfrvagkEoohsaRALQci3164xBpump
1
2026-05-12T06:43:02.719000+00:00
2026-05-12T06:43:02.719000+00:00
2026-05-13T06:43:02.719000+00:00
194
154
40
4,985.383943
2,846.391827
2,138.992116
183
149
38
0.587629
0.003936
290.642487
2026-05-12T06:43:03+00:00
2026-05-12T06:43:27+00:00
page_limit_reached_lower_bound
194
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
FKNxijjFYRBjxXYmfrvagkEoohsaRALQci3164xBpump
7
2026-05-12T06:43:02.719000+00:00
2026-05-12T06:43:02.719000+00:00
2026-05-19T06:43:02.719000+00:00
194
154
40
4,985.383943
2,846.391827
2,138.992116
183
149
38
0.587629
0.003936
290.642487
2026-05-12T06:43:03+00:00
2026-05-12T06:43:27+00:00
page_limit_reached_lower_bound
194
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
FKNxijjFYRBjxXYmfrvagkEoohsaRALQci3164xBpump
30
2026-05-12T06:43:02.719000+00:00
2026-05-12T06:43:02.719000+00:00
2026-06-11T06:43:02.719000+00:00
194
154
40
4,985.383943
2,846.391827
2,138.992116
183
149
38
0.587629
0.003936
290.642487
2026-05-12T06:43:03+00:00
2026-05-12T06:43:27+00:00
page_limit_reached_lower_bound
194
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
7bqNwnuE8owKgyDdfwPcn5sjbk67pdnXuWePvhTopump
1
2026-06-04T03:38:40.212000+00:00
2026-06-04T03:38:40.212000+00:00
2026-06-05T03:38:40.212000+00:00
195
74
121
9,663.738165
4,486.253468
5,177.484697
111
45
69
-0.241026
39.887713
205.865346
2026-06-04T03:38:41+00:00
2026-06-04T03:40:15+00:00
page_limit_reached_lower_bound
195
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
7bqNwnuE8owKgyDdfwPcn5sjbk67pdnXuWePvhTopump
7
2026-06-04T03:38:40.212000+00:00
2026-06-04T03:38:40.212000+00:00
2026-06-11T03:38:40.212000+00:00
195
74
121
9,663.738165
4,486.253468
5,177.484697
111
45
69
-0.241026
39.887713
205.865346
2026-06-04T03:38:41+00:00
2026-06-04T03:40:15+00:00
page_limit_reached_lower_bound
195
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
7bqNwnuE8owKgyDdfwPcn5sjbk67pdnXuWePvhTopump
30
2026-06-04T03:38:40.212000+00:00
2026-06-04T03:38:40.212000+00:00
2026-07-04T03:38:40.212000+00:00
195
74
121
9,663.738165
4,486.253468
5,177.484697
111
45
69
-0.241026
39.887713
205.865346
2026-06-04T03:38:41+00:00
2026-06-04T03:40:15+00:00
page_limit_reached_lower_bound
195
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
E9Dx85quAmLRMQebuCaYPz7nP8rNXfu17bBWL5mZpump
1
2026-05-23T17:43:20.563000+00:00
2026-05-23T17:43:20.563000+00:00
2026-05-24T17:43:20.563000+00:00
178
81
97
13,602.995339
4,412.891976
9,190.103363
113
72
48
-0.089888
18.711665
907.246235
2026-05-23T17:43:21+00:00
2026-05-23T17:44:15+00:00
page_limit_reached_lower_bound
187
2
0
null
null
null
null
Moralis decoded Solana token swaps, aggregated by migration-relative horizon
End of preview.

Web3AI4IO Multi Chain Launchpad Dataset

Dataset summary

This dataset provides an extensible, provenance aware launchpad data foundation across Solana Pump.fun and PumpSwap, Base Clanker, BNB Chain Four.meme, and TRON SunPump.

The release separates chain source data, versioned canonical tables, schemas, release manifests, and explicit coverage ledgers. It is designed as reusable research infrastructure rather than as the input to one specific causal experiment.

Included scope

  1. Solana canonical token outcomes and lifecycle data reconstructed from the accepted RED PUMP source cohort.
  2. Base Clanker launch, protocol configuration, Uniswap v4 pool initialization, and initial liquidity data for the declared 2025 08 18 through 2025 10 01 UTC window.
  3. BNB Chain Four.meme TokenManager launch and lifecycle data through snapshot block 115,357,949 with 20 confirmations.
  4. TRON SunPump confirmed contract events scanned through TronGrid fingerprint exhaustion at 2026 08 11 23:39:08 UTC.
  5. Common schemas, coverage ledgers, release manifests, and SHA256 evidence.

Excluded scope

This release does not add offchain event packs, Discord or Telegram message data, TVL panels, RWA data, experiment specific panels, or causal estimation outputs.

Official platform API metadata and canonical token_metadata tables are not included in this first onchain release. Their documented local use does not expand the Hugging Face publication scope.

Decoded trading and holder data are not collected for Base, BNB Chain, or TRON. The delivered Solana decoded swap snapshot is preserved as page capped validation data and must not be treated as complete coverage.

Canonical tables

The project-level event layer adds event_registry and event_evidence, together with a flat events.csv export. These tables distinguish accepted, conditional, and rejected rule-event candidates. Canonical chain coverage does not by itself make a chain eligible for event-aligned inference.

Crosschain releases use the following common tables where applicable:

  1. tokens
  2. launches
  3. protocol_config
  4. pools
  5. liquidity_initializations
  6. lifecycle_events
  7. token_metadata
  8. token_state_snapshots
  9. coverage_ledger

The Solana release also preserves bounded pool transaction proxy windows and the delivered decoded swap validation snapshot.

Coverage semantics

  1. observed means directly observed inside the declared source boundary.
  2. processed_zero_rows means an applicable targeted query completed with no qualifying row.
  3. not_collected means the mechanism may apply but was not observed or acquired.
  4. not_applicable means the mechanism does not apply to the currently represented protocol state.
  5. not_collected_by_policy means acquisition was intentionally excluded.

Users should consult coverage_ledger before analysis.

Release counts

  1. Solana contains 832,941 terminal token outcomes, including 1,651 graduated tokens.
  2. Base contains 62,618 Clanker launches and pools.
  3. BNB Chain contains 1,593,679 Four.meme launches and 15,403 observed pool and initial liquidity records.
  4. TRON contains 104,548 SunPump launches and 1,831 observed pool and initial liquidity records.

These denominators represent different protocol entities and source boundaries and are not directly comparable experiment samples.

Reproducibility

The companion Git repository contains builders, schemas, source registries, release manifests, acceptance records, and tests. Every published file is listed in the release manifest with its size and SHA256 digest.

The final local validation suite passed 14 tests covering identity uniqueness, foreign keys, row counts, source roles, coverage states, and excluded table checks.

License and citation

This dataset is released under the Creative Commons Attribution 4.0 International license (CC BY 4.0). Citation metadata will be added when the associated paper has a stable public identifier.

Downloads last month
175