Skip to main content

Tables

Factory_PairCreated_event

Decentralized exchange (DEX) liquidity pool creation events emitted by Automated Market Maker (AMM) factory contracts. Records new trading pair deployments with token addresses, deployed pair contract address, and creation sequence number for tracking pool instantiation across DEX 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_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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_anon3STRINGSequential counter tracking the total number of pairs created by the factory contract.
addressin_pairremovedin_anon3in_token0in_token1log_indexblock_numberblock_timestamptransaction_hash
0x3a76e377ed58c8731f9df3a36155942438744ce30xb91bb9dc5f343df776f8ed74adff4be2c14e966cfalse250x31c2c031fdc9d33e974f327ab0d9883eae06ca4a0x493257fd37edb34451f62edf8d2a0c418852ba4c164129060592023-09-03T13:29:19.000Z0x82ce5ad732489473d654c16784e6af377bc924456a025df588878648726f08e4
0x3a76e377ed58c8731f9df3a36155942438744ce30xee6e1b222648a28b3b39b079b92ce463199232cafalse220x3355df6d4c9c3035724fd0e3914de96a5a83aaf40x6a5279e99ca7786fb13f827fc1fb4f61684933d634122224332023-08-26T11:31:01.000Z0xc65d9d0f47590826fd7e28a29c5fda71df263f173c19c6afd06bf7cfe9da64be
0x3a76e377ed58c8731f9df3a36155942438744ce30xc5e0da4b3bade8b4b32d9fa80718ac7932a260effalse1020x47260090ce5e83454d5f05a0abbb2c953835f7770x787c09494ec8bcb24dcaf8659e7d5d69979ee50821194867742023-11-20T18:54:31.000Z0x3bc0df27440485db4af11614cf112b69d355b726e1ef8a0e9b77d0f7cbf80152
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Factory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_setFeeTo_function

Uniswap V2 Factory setFeeTo function call records for updating the protocol fee recipient address. Captures administrative transactions that configure the address receiving protocol trading fees.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__feeToSTRINGAddress designated to receive protocol fees from Uniswap V2 factory operations. Hex-encoded, 0x-prefixed, 42-character string.
gasvaluestatusgas_usedin__feeTosignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
3594150true873400xdf2f4f154ccd8a96675c9946180cef7c4a267d3a0xf46901ed0x3a76e377ed58c8731f9df3a36155942438744ce373726900x13bd7a61b46950ff0e9b41571dc4c503ee85404214,02023-06-30T07:13:01.000Z0xa0546dbd397e3035adb3cb64e9e9a4740fb869aac600b4b54ce9fad857465c25
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Factory_setFeeTo_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_setProtocolFeeFactor_function

Protocol fee factor adjustment events from zkSwap V1 Factory contract on zkSync Era, capturing administrative changes to fee parameters. Useful for tracking fee policy updates and protocol governance actions.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_newFactorINT64New protocol fee factor value being set by the factory contract owner. Integer parameter that defines the protocol’s fee multiplier, with sample values ranging from 3 to 255.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_newFactortrace_addressblock_timestamptransaction_hash
1652490true509180xd40384740x3a76e377ed58c8731f9df3a36155942438744ce3129958070x13bd7a61b46950ff0e9b41571dc4c503ee854042314,02023-09-04T14:47:29.000Z0xae8c03c978bbbe1a893bc652ff6dee70adcf9ab0ba1304fc13834d01ddb56a8a
2687580true498780xd40384740x3a76e377ed58c8731f9df3a36155942438744ce3113475790x13bd7a61b46950ff0e9b41571dc4c503ee85404225514,02023-08-16T02:08:25.000Z0x946a17c1cb3eb08b833e1e57d546a2e74a98771f5d071b9d2d4f18b13336dac5
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Factory_setProtocolFeeFactor_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_setSwapFee_function

Factory contract administrative calls that update swap fee parameters on zkSwap V1 (zkSync Era). Tracks governance changes to trading fee rates (in basis points) for analyzing protocol fee structure evolution.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
gasvaluestatusgas_usedin_newFeesignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
1635480true5960100x9cd05bfd0x3a76e377ed58c8731f9df3a36155942438744ce3515034780x97f03b2f6246da8ff336f37ad3b047f7c3f74e590,19,0,0,11,0,72024-12-17T10:04:26.000Z0x219118528a1aba9590f85fab67eee679800c12a976c531ca8dcf917c2f3db182
1351350true2034080x9cd05bfd0x3a76e377ed58c8731f9df3a36155942438744ce3163466590x13bd7a61b46950ff0e9b41571dc4c503ee8540420,15,02023-10-14T08:39:13.000Z0x866a9d169e7f0b8334fad072c5bd20bfbb775859b8abb703400289708aefcfa1
960120true5960200x9cd05bfd0x3a76e377ed58c8731f9df3a36155942438744ce3601846390x97f03b2f6246da8ff336f37ad3b047f7c3f74e5920,0,0,11,72025-05-10T03:41:37.000Z0x1f445d5fead0edf0f64e250851fa0ecfb90e6da6b155d34f536ca18f6cbad120
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Factory_setSwapFee_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_setSwapFeeOverride_function

Factory contract admin operations setting custom swap fee overrides for specific trading pairs on zkSwap V1 (zkSync Era). Tracks fee parameter adjustments with override values ranging from 0 to 65535 basis points for liquidity pool customization.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__pairSTRINGContract address of the trading pair on zkSync Era for which the swap fee override is being set. Hex-encoded, 0x-prefixed 40-character string identifying the liquidity pool contract.
in__swapFeeOverrideSTRINGCustom swap fee value being set for the specified trading pair, measured in basis points. Overrides the default factory fee setting, with values ranging from 0 (no fee) to 65535 (maximum override).
gasvaluestatusgas_usedin__pairsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin__swapFeeOverride
1438920true114840xe585a96e7daa6a8695736c86a963da58f0dbb0f40x07cd27570x3a76e377ed58c8731f9df3a36155942438744ce3515034780x97f03b2f6246da8ff336f37ad3b047f7c3f74e590,19,0,0,11,1,72024-12-17T10:04:26.000Z0x219118528a1aba9590f85fab67eee679800c12a976c531ca8dcf917c2f3db18230
2147040true371810xd33a17c883d5aa79470cd2522abb213dc4017e010x07cd27570x3a76e377ed58c8731f9df3a36155942438744ce3144289940x13bd7a61b46950ff0e9b41571dc4c503ee85404216,02023-09-21T13:40:20.000Z0x7006a3b4e2f1a0e9cad18ed850e179d66c58cbc42a2ce30f93c68cf402dd93f06
1159200true134660xde2c0adc2e08ee02344ee6ad29a6c1c32c0673330x07cd27570x3a76e377ed58c8731f9df3a36155942438744ce3443358950x97f03b2f6246da8ff336f37ad3b047f7c3f74e590,19,0,0,12,72024-09-16T11:55:43.000Z0x71fb6fd11f2d6e05fd067b33b041be8b6377ce911a1bd5c6ab59f6caff21308e65535
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Factory_setSwapFeeOverride_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Burn_event

Liquidity removal events from DEX (Decentralized Exchange) trading pairs recording amounts of both tokens withdrawn when liquidity providers burn LP tokens. Used for tracking liquidity provision activity and calculating total value locked (TVL) changes in automated market maker (AMM) 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_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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x18381c0f738146fb694de18d1106bde2be040fa40x7642e38867860d4512fcce1116e2fb539c5cdd21false0x18381c0f738146fb694de18d1106bde2be040fa4819640371077173486406267104191252023-08-05T04:09:41.000Z0x4595961a5e400a0546b538c65f59b2d4e04419dd3701d1df5b14837dc19d9599
0x18381c0f738146fb694de18d1106bde2be040fa40x7642e38867860d4512fcce1116e2fb539c5cdd21false0x18381c0f738146fb694de18d1106bde2be040fa491448201790920402153041104555932023-08-05T14:23:10.000Z0x7fce9545f2bc5b09a8a88a5d45c0a78b66ad9e96963050ace1092118f6c194fa
0x18381c0f738146fb694de18d1106bde2be040fa40x7642e38867860d4512fcce1116e2fb539c5cdd21false0x18381c0f738146fb694de18d1106bde2be040fa494197098422994899725464975104227582023-08-05T05:10:48.000Z0x53059fc07e46ea0fb908f872066c2112c545937e4f02ff7bab7045edc186c681
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Pair_Burn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Mint_event

Liquidity provision events emitted when users add tokens to a DEX pair contract. Records sender address and token amounts deposited for liquidity pool operations.
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.
addressremovedin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x1c6abeed33360697958bd9a37b1c3fe3671ed51afalse0x18381c0f738146fb694de18d1106bde2be040fa4791000000000000100000000000000000000000097440832023-07-28T05:50:47.000Z0x16b4edc9512e43869709bf8485dd14a4720054fba4f48e68cf7d4f5ca6a8cef3
0x2aeb671087044ef308603e271702134e1eab5505false0x18381c0f738146fb694de18d1106bde2be040fa43610000000000000000000535599070209924797317252023-07-28T02:22:55.000Z0xf59a174b9eb517d7d898c6e64c141741601f86b5f18b3c1aa8bb047ba5a71d97
0x4b2e75f8a594de349d3e374d94bf88551c46c761false0x18381c0f738146fb694de18d1106bde2be040fa43876459800000000000073760497403662023-07-28T04:48:18.000Z0xf8f1bcc37c8fa1668ad3d072b46a1edaad1154a3748c7ac819b38a89d857ff54
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Pair_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Swap_event

Token swap events from decentralized exchange (DEX) liquidity pairs recording input and output amounts for both tokens. Primary source for tracking DEX trading activity and price discovery.
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
0x003cc7f2be7524a127e1625b5b2eb6b7bcdb44ef0x7642e38867860d4512fcce1116e2fb539c5cdd21false0x18381c0f738146fb694de18d1106bde2be040fa494976865703000000000000000559394002023-07-28T12:46:04.000Z0x4a10f1722aaecc708cb50c54eb705f925aca309303eef1ae69c4b99130960cdd
0x0111a52c0f1c16dd6af25cda8a55a82bb3e0ce540xf100ff84b363af74e3fcdff554e3da3309159458false0x18381c0f738146fb694de18d1106bde2be040fa4371975926206451649902023-07-28T10:07:34.000Z0x7d915923343f8f406115b39ec477be3a28e06e5f9f2a9e182a5a196a6bd54ff0
0x01a10eb472ddad63b881f3c3b5c6f54a5b8740880x7642e38867860d4512fcce1116e2fb539c5cdd21false0x18381c0f738146fb694de18d1106bde2be040fa48997553580293755249315448135462535502023-07-28T09:01:37.000Z0xa7f7f36b2fb189d47683bd9e199d9f23b55bc7769e087f03fa14a4111e864960
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Pair_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Sync_event

Liquidity pair reserve synchronization events emitted after each swap, mint, or burn operation. Contains updated reserve balances for both tokens in AMM (Automated Market Maker) pools, enabling real-time price calculation and liquidity tracking.
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
0x01dc3fc0e7825411c7f6647d6391f5786964d28afalse11127934856106592138295032023-09-14T11:29:07.000Z0xa39f882bf1dfa568f2fd322f55aeeecdb10793f0d00981b00cb03bde7a5849f3
0x01dc3fc0e7825411c7f6647d6391f5786964d28afalse11627932648106599138294202023-09-14T11:27:41.000Z0xb2d9df1ab10f1c1d450a4c085f348da1793f3898f3131e0ef0d52e69fedbf8f5
0x01dc3fc0e7825411c7f6647d6391f5786964d28afalse11927930048106607138008702023-09-14T03:25:16.000Z0x4bf25a8cccb78f4183f91ae52c027774d997d8bd055800928744168f7f3ffa19
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Pair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pair_Transfer_event

ERC20 Transfer events emitted by liquidity pair contracts in automated market maker (AMM) decentralized exchanges (DEXs). Records minting, burning, and transfer of LP (liquidity provider) tokens representing ownership shares in 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0xa3f7b7b0a211489f86b358762857449efeadd9910x01dc3fc0e7825411c7f6647d6391f5786964d28a0x0000000000000000000000000000000000000000false447410135789022023-09-11T12:27:33.000Z0x48f9f79a8b4fddad28d0a606becd70b318a84e7262af55132b58693390bc6867
0xdf2f4f154ccd8a96675c9946180cef7c4a267d3a0x2aeb671087044ef308603e271702134e1eab55050x0000000000000000000000000000000000000000false32175645144409040136151292023-09-11T22:47:16.000Z0xd6f8c7d8e88b0b8fa69fc33efa217347219beed49e4df51c4754992fe769e238
0x61091068e2bfeab449aad4b26770e1c10caabd060x2aeb671087044ef308603e271702134e1eab55050x0000000000000000000000000000000000000000false124614436322027041136151292023-09-11T22:47:16.000Z0xd6f8c7d8e88b0b8fa69fc33efa217347219beed49e4df51c4754992fe769e238
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Pair_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Swap2EarnRewarder_Claimed_event

Reward claim events from zkSwap V1’s Swap2Earn incentive program on zkSync Era, tracking token amounts distributed to users per reward cycle. Used for analyzing user participation in trading rewards and protocol incentive distribution 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_cycleSTRINGIdentifier of the reward distribution cycle during which the swap-to-earn rewards were claimed. Observed values like ‘3’ indicate discrete program periods or epochs for reward calculations.
in_accountSTRINGAccount 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.
addressremovedin_cyclein_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xf4dac6647f4c56de2a8be120e5a830b5bd5aae91false3183880344419570178615730xa1baabc6cb06abe026cf1cd519b35e7b24107bf0189267582023-11-14T03:22:35.000Z0x92f5ea3ad9706e9356799bff265b45253cdc1c4c9d57a94b413fded013d139dc
0xf4dac6647f4c56de2a8be120e5a830b5bd5aae91false3254031927858001971330x0d0d34dcd3242ae5cc6542b058a4be3ec33d5c46189690802023-11-14T15:20:14.000Z0x48abaded867e0e8a47920ca29f9baff78949211e8cb89b2e77692bfe6bb87a2b
0xf4dac6647f4c56de2a8be120e5a830b5bd5aae91false3874502084829359738250xff10684fde3a2446ae6d7667c4f7b242602c3b2e189790882023-11-14T18:14:08.000Z0x7fcfa06214cdcac8814c4b786bd31cba16e88eb67705d4693cbe83b9ba475d6d
Query with partition filter
SELECT *
FROM `tt-contracts.zkswap_v1_zksyncera.Swap2EarnRewarder_Claimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100