Skip to main content

Tables

ClassicPool_Burn_event

Liquidity removal events from SyncSwap V1 ClassicPool contracts on Scroll, capturing LP token burns with withdrawn token amounts and recipient addresses. Used for analyzing liquidity provider withdrawals and pool reserves changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityblock_timestamptransaction_hash
0x3aa964562fefa65434dfd6f5c0d52d3bb50615e30x054641825533d1bc3324df3c30cbc3baea812087false0xfd541d0e2773a189450a70f06bc7edd3c1dc91158890085758382106345873313052787899017701549546155365637828944949972025-05-15T13:39:20.000Z0x33a5f28707cd6b52b694a1139dd1522efee811ea6eee5d3113a318ed36cd929b
0x1bcb73c5ac7ea75d816fb96ebfaf0c8f21f42b710x054641825533d1bc3324df3c30cbc3baea812087false0xfd541d0e2773a189450a70f06bc7edd3c1dc91158897624190601170855876750569494123846211549239455616249359226097062025-05-15T12:35:35.000Z0x6638c6406592f8272a4b3d72c063830d866f7304bf84d5f98dc317c627a11940
0x1048d64052f227b2a68ec7ad825b14c949cfe0130x1452b3bc70087599b22086009bb6c179b7f47b37false0xfd541d0e2773a189450a70f06bc7edd3c1dc91155421061438135945894075694548792230615479872386160750481796322025-05-15T08:04:07.000Z0xe8aac6f1ff3d45e7164ccfe30b5edc196c02d0b2f49075a0a8eaf7bf5229e537
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.ClassicPool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ClassicPool_Mint_event

Liquidity provision events from SyncSwap V1 ClassicPool contracts on Scroll, capturing mint operations where users add token pairs to pools. Records deposited token amounts, minted liquidity shares, and recipient addresses for tracking liquidity provider positions and pool growth.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityblock_timestamptransaction_hash
0xeb2882ca0803c287d230264c7c585c849b099d630x1452b3bc70087599b22086009bb6c179b7f47b37false0xfd541d0e2773a189450a70f06bc7edd3c1dc91157397994370204956649429937431348931790343891366313719383552024-07-30T06:28:47.000Z0x9ebfa9a074c6410d2d34db2ae0bb250ffd4a3dbdc80e941a32f9fc5264d30f9a
0x8e112776eff3ddb710458a27bd4c0a444a9024c40x1452b3bc70087599b22086009bb6c179b7f47b37false0xfd541d0e2773a189450a70f06bc7edd3c1dc91156182379534446077717927331476547149791046476804313604752142024-07-30T11:59:43.000Z0x00df7b61934ae006c19f6afaab8371296dea59032a26d926c931c15e8d0b6e0c
0x7b536747adc6aed7e151996042feb24faf0e93c50x1452b3bc70087599b22086009bb6c179b7f47b37false0xfd541d0e2773a189450a70f06bc7edd3c1dc9115570874417032538986820201167703084791145066077503768781062024-07-30T12:45:50.000Z0x933ed1effafb754bcd8dc7ef4d4ce02d16f04e05fe34814349c95e95fc4953b7
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.ClassicPool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ClassicPool_Swap_event

Swap event records from SyncSwap v1 ClassicPool automated market maker (AMM) on Scroll, capturing token exchange amounts and participant addresses. Used for analyzing DEX trading volume, price impact, and liquidity pool activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0xb450ceba37789006c5b1e09e9163c1ab04afcd180x78ea8e533c834049de625e05f0b4deffe9db5f6efalse0x80e38291e06339d10aab483c65695d004dbd5c69032295781343927670286117000334945912024-02-10T23:08:22.000Z0x029fb871ce5c1a4ee9ea86f8c0174c6ffd9040f8d17aeb25523f07f5266dbe23
0xf2e8488c00736a9aa9c06231c0171620f8bf2fdb0x78ea8e533c834049de625e05f0b4deffe9db5f6efalse0x80e38291e06339d10aab483c65695d004dbd5c690321822394160000000000000002334028862024-02-10T13:36:46.000Z0x2a581c2278cee1a2d7e324025af4cde40c56d96074aadeabf8e8cd3b446b1f52
0x81c05d2746e07ab631e29c82a30ba8357110f9880x78ea8e533c834049de625e05f0b4deffe9db5f6efalse0x80e38291e06339d10aab483c65695d004dbd5c6903212735100000000000000002486012024-02-10T09:01:50.000Z0x46dee129f3185711c57942ced3f3f5f63e20a14c0a4ffc627f2a62abf858a9ad
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.ClassicPool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ClassicPool_Sync_event

Reserve balance updates from SyncSwap V1 ClassicPool contracts on Scroll. Captures token pair reserves (reserve0/reserve1) after each liquidity or swap event for tracking automated market maker (AMM) pool state changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x03fc29bc5f9398965264cf3fb76348dd414e0c67false28829435530005352253021224461199120182117390912024-12-08T07:11:04.000Z0x3c8c1098c82fce3225b319eb09d2fa605720577dc9862f603aeb1ca02602d941
0x03fc29bc5f9398965264cf3fb76348dd414e0c67false38718920723247864256101621349068056448117345372024-12-08T02:13:30.000Z0xeb54829bf38375c73142b09b172f3ed0f75381fe71c0981a21e2024359aac353
0x03fc29bc5f9398965264cf3fb76348dd414e0c67false38629066002156035258776171349068056448117346452024-12-08T02:20:26.000Z0x04b19a93a21b3b6d83ea45e0f1650aaca77726d5bf1f99c52a98fe3d1b378acc
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.ClassicPool_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ClassicPoolFactory_PoolCreated_event

Liquidity pool creation events from SyncSwap V1 decentralized exchange (DEX) on Scroll, capturing new trading pairs deployed through the ClassicPoolFactory contract. Used to track pool deployments, token pair listings, and DEX ecosystem growth over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x37bac764494c8db4e54bde72f6965bea9fa0ac2d0xbc7294c9d7f705e31c54a7a6cf16b8c71bb0175afalse0x2b2e9a056ebaac66149789ee1da240aa62a28d710x53000000000000000000000000000000000000043447727482024-04-11T00:28:32.000Z0x87fa1b45e64b6a930fcea0bf3f8402b3afa6215cb60779bb54fcbc4fbaa9c3ae
0x37bac764494c8db4e54bde72f6965bea9fa0ac2d0xee0e802b0f68023dc029d568d337f25e292cff8afalse0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a40x32f451f49f0833d68afa02c7d987bdeec4084be647060772023-11-10T15:21:52.000Z0xdbdcff7b0b71946423ad080951dc5e098c250cd54e4a7ad444bcaffe9a20bedb
0x37bac764494c8db4e54bde72f6965bea9fa0ac2d0xd03e4c80cc9594740154210f3b14d8c9d463baa2false0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a40x412b71691317ffbde8d539986d9d62ca93de823317060812023-11-10T15:22:04.000Z0x7285bd2857e5ffad4b0cc4153f412229de845799bef7671e61a2b45fc78bffce
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.ClassicPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeRecipient_NotifyFees_event

Fee notification events from SyncSwap v1 decentralized exchange on Scroll, recording token amounts, fee rates, and fee types collected by the protocol. Used for analyzing fee revenue distribution and liquidity provider earnings across trading pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_feeTypeSTRINGEnumerated identifier for the category or classification of fee being charged or updated. Integer or string-encoded numeric value representing distinct fee type codes.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_feeRateSTRINGFee rate applied to this transaction expressed in basis points, where 20000 represents 2% (20000/1000000). This value determines the percentage of the transaction amount collected as fees by the protocol.
addressremovedin_tokenin_amountin_senderlog_indexin_feeRatein_feeTypeblock_numberblock_timestamptransaction_hash
0xa2a09f15c2ec6af1b8f9413c148334b231410bd8false0x2076d4632853fb165cf7c7e7fad592dac70f4fe13904331526151941750x2076d4632853fb165cf7c7e7fad592dac70f4fe19420000262930762024-06-05T10:06:28.000Z0x8e99ebd0ada2a8d2fac9608e59b8d024fb60a0461ca6ae2771d035c6b89750d4
0xa2a09f15c2ec6af1b8f9413c148334b231410bd8false0x2076d4632853fb165cf7c7e7fad592dac70f4fe1185402102153676400x2076d4632853fb165cf7c7e7fad592dac70f4fe16920000262895062024-06-05T07:06:00.000Z0xaf287129bf9bf5defa831ade4b12fbd37963d42eaaea24d33eadb5cecb846e2e
0xa2a09f15c2ec6af1b8f9413c148334b231410bd8false0x2076d4632853fb165cf7c7e7fad592dac70f4fe14149022035570433110x2076d4632853fb165cf7c7e7fad592dac70f4fe16320000262912502024-06-05T08:33:12.000Z0xc730bb325a19de8ca31590798aa042d700d88358e851b537aa091d16f8ac75c4
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.FeeRecipient_NotifyFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_Burn_event

Liquidity removal events from SyncSwap V1 stableswap pools on Scroll, recording LP token burns and withdrawn token amounts. Tracks liquidity provider exits with sender/recipient addresses and token pair withdrawal quantities for analyzing pool depth changes and exit patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityblock_timestamptransaction_hash
0x200db8540e00b024357db9b48a004b467401eeb70x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc9115614996312280801543212660000000000000000002024-08-03T01:30:00.000Z0x673b17c150753ae604ef4b239fdad326246dbac3799122f69375b767940826b8
0x1ec700001faac176cc153b684a2c3400bad611310x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc911566835666712894153280228531664409791385115489182024-08-03T07:36:36.000Z0x00105de40833377be55f9b662bcd682872ba97069b864f8cc7a44721c8f260f8
0xd47db5c36febd1c002f9e157e2b3cabde7c72c4d0x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc911560355665898024748300000000000000000002024-08-03T09:06:55.000Z0x1e7819c9bd07999b878fc9dc6b932d646f55b83f262cf38d00edafe4a6d5dd83
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.StablePool_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_Mint_event

Liquidity provision events from SyncSwap V1 StablePool on Scroll, recording deposits of token pairs with amounts and LP tokens minted. Used to track liquidity provider positions and pool growth over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberin_liquidityblock_timestamptransaction_hash
0xebd96a948262f7faff8a7b35207d5dea343892c30x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc91156100000010000001186778716757112189770849892024-12-13T02:55:30.000Z0xe2c49cc52c98297fba548eb717102008f0bd577e1b9c2f2ec78258b472f1556d
0xa9f3cc299a4acd6b3e486aa28700144bc2734f340x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc91157555000000555000000118662589300262556969925684712024-12-13T01:36:56.000Z0x2f677d9607585d8d592ec0c0635ba3868629820e37086969d9757a8457bacac5
0x9326f2aa418f3647be2f861a46a1923009443c290x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc9115652146742648903794994307348506899483764909649932024-09-19T15:26:30.000Z0xc05f7f89c5cb1dab3b7ae7721a343c8098abb57c68951d8316f2e409b9fad685
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.StablePool_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_Swap_event

Swap events from SyncSwap V1 stablecoin pools on Scroll, capturing token exchanges with input/output amounts, sender addresses, and recipient addresses. Used for analyzing stablecoin trading activity, slippage patterns, and liquidity depth in stable pair pools.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexblock_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x000da32d6567a8e5dcc86f7164b1c9cbb57eb0e00x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc9115671093050413548064127988402024-07-03T18:37:44.000Z0xaedb62d8a5eacd68fbbaa672e7c85a9b435070172ea77bb1e317230839aae880
0x0037d9231eb18662463b4b74c062bba786bd5b310x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0x80e38291e06339d10aab483c65695d004dbd5c69770953430504681865037438702024-07-03T06:56:38.000Z0x5900c44881dba6f6005d800a02d1ffc1510f4d9de0a716bec60735e3aa72551d
0x006e767bd3f7e51fe4408de1289ad1a24a67066a0x2076d4632853fb165cf7c7e7fad592dac70f4fe1false0xfd541d0e2773a189450a70f06bc7edd3c1dc9115971125560605225636041403502024-07-03T21:20:17.000Z0x54fa2cb7b19fb1cdcc30622f3a76717d7c59f981169bc8711abac3c0ad957015
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.StablePool_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_Sync_event

Reserve synchronization events from SyncSwap V1 stableswap pools on Scroll, capturing token pair reserve balances after each swap or liquidity operation. Used for tracking pool composition changes and analyzing stablecoin pair dynamics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
addressremovedlog_indexin_reserve0in_reserve1block_numberblock_timestamptransaction_hash
0x0b6ca169b7afafe418c2a49911410e57bf987a65false17725347428722560971330632974079354049573600822024-07-12T11:47:47.000Z0x6bbba690a03e08fc790077afb5490ea5e1607af1b9817e866aafcef5f6c9e505
0x0b6ca169b7afafe418c2a49911410e57bf987a65false22725348428465527454330632974079354049573605742024-07-12T12:12:23.000Z0x4663afda490aeea72bc101bc04853e8b526e5640692c159f764164087e77059b
0x0b6ca169b7afafe418c2a49911410e57bf987a65false22726347428722560971330532657965189627873605462024-07-12T12:10:59.000Z0x16bc6ac2dad66978a7ed8b4717c3e17eba93a529f9b31e076a926f4dd687a70c
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.StablePool_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePoolFactory_PoolCreated_event

Pool creation events emitted by StablePoolFactory contracts on decentralized exchange (DEX) platforms. Records the deployment of new stable swap pools with their contract addresses and constituent token pairs for tracking liquidity pool initialization.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_token0STRINGContract address of the first token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_token1STRINGContract address of the second token in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0xe4cf807e351b56720b17a59094179e7ed9dd37270xab2569f58650a5489384bfe4cce88c0d2c8ad8b3false0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a40xd218db5f01f09e0f0391507d9252fd50966947ef3349732872024-04-20T11:58:31.000Z0x33eff0bbb0b5c9a9987101e39c98da669387f3f9dd5e8c140d0798eaeb3c135e
0xe4cf807e351b56720b17a59094179e7ed9dd37270xdd85d453a0e4f762c80c773bef63eb4cf4cb9e3efalse0x53000000000000000000000000000000000000040x76c5e7582149c9631021729e3f156b5fffcf1b6022194292023-10-22T18:35:31.000Z0x58ff33783ccbb629a1d849e96007664c4be3ab74dbd4defdf53e3af9dbeeb6f2
0xe4cf807e351b56720b17a59094179e7ed9dd37270xf3beb3a99dde37a8dfb5e76506798bfb11dbf0fbfalse0x53000000000000000000000000000000000000040x53878b874283351d26d206fa512aece1bef6c0dd1319059292023-12-26T07:07:11.000Z0x240c35aa7573e9b6465f18b9d52458434c502a5cda31cb8c18293ce811789cec
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.StablePoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_FlashLoan_event

Flash loan events emitted by decentralized exchange (DEX) vault contracts, recording uncollateralized borrows of tokens with borrowed amount, fee charged, and recipient address. Used for arbitrage tracking and flash loan analytics across Balancer V2, Beethoven X, BEX, and SyncSwap protocols.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
addressremovedin_tokenin_amountlog_indexblock_numberin_feeAmountin_recipientblock_timestamptransaction_hash
0x7160570bb153edd0ea1775ec2b2ac9b65f1ab61bfalse0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a410757370981681659465378680x349f52094179fd10c5a4409721cdcca8515022562024-08-07T18:46:45.000Z0x428507f9867ec8c4dbfdb1426c131ba0ba135f8f6b4727ce164510f400ef09a9
0x7160570bb153edd0ea1775ec2b2ac9b65f1ab61bfalse0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a434167879168166025170830xb0229744362acc8346017ff9433671c808dda23c2024-08-07T18:50:36.000Z0xe9c0e70b3889b8ff6f7d905f5572076f773cec83450725cb093e788a24a89106
0x7160570bb153edd0ea1775ec2b2ac9b65f1ab61bfalse0x06efdbff2a14a7c8e15944d1f4a48f9f95f663a481109818338166395405540xb0229744362acc8346017ff9433671c808dda23c2024-08-07T19:08:52.000Z0x6b0d12332a2f479bc7c24fcb7edd224f0cda686e2fe8cf965602f89b000aee6c
Query with partition filter
SELECT *
FROM `tt-contracts.syncswap_v1_scroll.Vault_FlashLoan_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100