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
0xc0b920f6f1d6122b8187c031554dc8194f6445920xa1ac528c40d5d87c700e2748260ca92f4336c194false990x7bf60411d3238c508f6bf4603ec651bc2d98034c0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f23234503672025-09-17T14:44:03.000Z0x835ea3b9f2e283e9f9d1d95743facadcec7530b1d8566ff3e79d842b7ae2c882
0xc0b920f6f1d6122b8187c031554dc8194f6445920xc3390c8111b3a95568fb2791eac46daadcaa0d98false970x176211869ca2b568f2a7d4ee941e073a821ee1ff0x55aa3fc430f23d7b9658bbe7e2df899d9182b6a00234372622025-09-17T07:26:27.000Z0x61a1c1ba109e81a1f35d2903b0086f308763e3be1c1e46c99e8d241ba91eb335
0xc0b920f6f1d6122b8187c031554dc8194f6445920x896c3aa716576a46904920c1ca7ffb1d0bd28e38false980x176211869ca2b568f2a7d4ee941e073a821ee1ff0x55aa3fc430f23d7b9658bbe7e2df899d9182b6a00234374332025-09-17T07:32:09.000Z0xdec6319bad0121f15c944dcff52c6994513b228db35f930e1891393a2c1270a8
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Factory_PairCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributor_ClaimRewards_event

Reward claim events from Etherex V2’s FeeDistributor contract on Linea, recording when users claim their earned rewards by period with token addresses and amounts. Used for analyzing reward distribution patterns and user claim behavior across different reward periods.
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_periodSTRINGNumeric identifier representing a time period for rewards distribution or incentive tracking. Numeric string representation.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. 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_ownerin_amountin_periodin_rewardlog_indexin_receiverblock_numberblock_timestamptransaction_hash
0x9a587d01df591dc17be6a899606b6ae8cd36dfcefalse0xfaaf5645b877f3af3d35220b8c4bc2198e68f4bb1106728629080x176211869ca2b568f2a7d4ee941e073a821ee1ff160xfaaf5645b877f3af3d35220b8c4bc2198e68f4bb242817562025-10-08T06:34:49.000Z0xdd78395adbeada5f097ff75fdd0e88d3309dcc46985d8d644b32c2a45cf3d6a1
0x9a587d01df591dc17be6a899606b6ae8cd36dfcefalse0xfaaf5645b877f3af3d35220b8c4bc2198e68f4bb32226049868027821944829080x1789e0043623282d5dcc7f213d703c6d8bafbb04180xfaaf5645b877f3af3d35220b8c4bc2198e68f4bb242817562025-10-08T06:34:49.000Z0xdd78395adbeada5f097ff75fdd0e88d3309dcc46985d8d644b32c2a45cf3d6a1
0x9a587d01df591dc17be6a899606b6ae8cd36dfcefalse0x0c4eece343856503b0dd24c078944655865096996597829080x176211869ca2b568f2a7d4ee941e073a821ee1ff150x0c4eece343856503b0dd24c07894465586509699242931022025-10-08T13:22:36.000Z0x7a68040f8f3af4c3de2e6581ac491b0af601884aa52c6c959d89dc746107c511
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributor_ClaimRewards_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributor_Deposit_event

Deposit events from the Etherex V2 FeeDistributor contract on Linea, capturing when users deposit tokens with owner addresses and token amounts in wei. Used for tracking fee distribution deposits and user participation in the protocol’s reward system.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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_ownerin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f2false0x3254ef2aea092894c6c81075157af1048fe50e03200000000000000000000219707272025-08-13T03:27:40.000Z0x118c25f838e8a4f096617cdbcf4139510ed77fc40d9e430c055643662a3ee2ed
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f2false0xa3e4134c5a998f4e4cf5a5055472094667638181580248392458334824650219675422025-08-13T01:40:58.000Z0x16c516cf0e35733b9db6bd7f03bc203e55d18f82072d2fbf91edc625acf3fd0c
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f2false0xefb0717a2ee476f69d05a82d0c13716f64f6540f7533971914169550219851682025-08-13T11:31:48.000Z0x91315f1aab780c1a5532ac632a6ae4a2df970da7dc3ff2db3de4ffa61e305e89
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributor_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributor_NotifyReward_event

Reward distribution notifications from Etherex V2 FeeDistributor contract on Linea, tracking reward token amounts allocated to addresses by period. Used for analyzing fee sharing mechanisms and reward distribution patterns across liquidity providers.
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_rewardSTRINGContract address of the reward token being distributed or claimed. 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_periodSTRINGNumeric identifier representing a time period for rewards distribution or incentive tracking. Numeric string representation.
addressin_fromremovedin_amountin_periodin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x9a587d01df591dc17be6a899606b6ae8cd36dfce0x532c15d1803f565ad37b77f5b20d9e3a4254e0f3false251315729120x176211869ca2b568f2a7d4ee941e073a821ee1ff177246559812025-10-18T04:50:08.000Z0x12f3a6070b78ecd7725de50dbc62d1b2782c81f30370c324e62f57d243822e36
0x9a587d01df591dc17be6a899606b6ae8cd36dfce0x532c15d1803f565ad37b77f5b20d9e3a4254e0f3false19700457469295399980729120x1789e0043623282d5dcc7f213d703c6d8bafbb04180246559812025-10-18T04:50:08.000Z0x12f3a6070b78ecd7725de50dbc62d1b2782c81f30370c324e62f57d243822e36
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f20x532c15d1803f565ad37b77f5b20d9e3a4254e0f3false1001310435268371130517629120x5fbdf89403270a1846f5ae7d113a989f850d1566194246559812025-10-18T04:50:08.000Z0x12f3a6070b78ecd7725de50dbc62d1b2782c81f30370c324e62f57d243822e36
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributor_NotifyReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributor_RewardsRedirected_event

Reward redirection events from Etherex V2 protocol’s FeeDistributor contract on Linea, capturing when earned rewards are redirected to alternative destination addresses. Tracks reward token addresses, amounts, and destination wallets for analyzing fee distribution patterns and reward routing behavior.
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_destinationSTRINGTarget address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in__rewardSTRINGAmount of reward tokens paid to the liquidator or recipient. String-encoded integer representing token quantity in smallest unit.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
addressremovedlog_indexin__amountin__rewardblock_numberin_destinationblock_timestamptransaction_hash
0x9a587d01df591dc17be6a899606b6ae8cd36dfcefalse60506161573440367136103800x1789e0043623282d5dcc7f213d703c6d8bafbb04231692440xde4b22eb9f9c2c55e72e330c87663b28e9d388f72025-09-10T20:00:31.000Z0xddefcd734b683989db2c1a563d1848beb586eb583c35da08fb21055e3539bfea
0x9a587d01df591dc17be6a899606b6ae8cd36dfcefalse7716156843790x176211869ca2b568f2a7d4ee941e073a821ee1ff231692530xde4b22eb9f9c2c55e72e330c87663b28e9d388f72025-09-10T20:00:49.000Z0x6647f9ca55522adc0b4103de1182bf822e43d8a3027f93cccc1e68eed75129d5
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributor_RewardsRedirected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributor_RewardsRemoved_event

No description available.
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__rewardSTRINGAmount of reward tokens paid to the liquidator or recipient. String-encoded integer representing token quantity in smallest unit.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributor_RewardsRemoved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributor_VotesIncentivized_event

Vote incentive deposits from Etherex V2’s FeeDistributor contract on Linea, recording reward token amounts contributed by addresses for specific voting periods. Used for analyzing gauge voting incentive programs and bribe marketplace 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. 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_periodSTRINGNumeric identifier representing a time period for rewards distribution or incentive tracking. Numeric string representation.
addressin_fromremovedin_amountin_periodin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f20xcee1ad5f9ef7263c6f89fe9333ca9f12f235fa50false275000000000000000000000029020x5fbdf89403270a1846f5ae7d113a989f850d15669218094512025-08-09T08:27:19.000Z0xcd34823de302c617a5d4476e86a0621e9f64b1d6865dfcc5e32e64ca6ad8cd7f
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f20xcee1ad5f9ef7263c6f89fe9333ca9f12f235fa50false120000000000000000029020xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f13218094162025-08-09T08:26:09.000Z0x3d34b725a0264e6982f8854124b25da5f082ff9382e820a33abf39fb1cad3544
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f20x3f6177ca0b041b1a469f11261f8a8b007633ed48false278377150054667022683128129080x5fbdf89403270a1846f5ae7d113a989f850d1566318237232712025-09-24T01:39:12.000Z0xc6e5813d4c6bd65b7f6fd8ce3f5163020f6ab56923eb8e0e183f72ffe78f255c
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributor_VotesIncentivized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributor_Withdraw_event

Fee withdrawal events from the Etherex V2 FeeDistributor contract on Linea, recording when users claim accumulated protocol fees. Tracks withdrawal amounts and account addresses for analyzing fee distribution patterns and reward claiming behavior.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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_ownerin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f2false0x0f53a5a619de13ea6e049efe2613e8eef00544d156133369354583174637010220185092025-08-14T06:15:11.000Z0xd36ed5887192c8d31f845734f76ade513151fa9cd0ccdc2967d288e5a98d4ebf
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f2false0x0f53a5a619de13ea6e049efe2613e8eef00544d156133453554791573607213220478692025-08-14T22:39:49.000Z0x6ec36c8d50a5e08b3d06b2521cd4ae9f4023b272d5aafcc742da8b21e6395849
0x6e8b0ff6f6f2f377493546eadb2839ceec3dd1f2false0x1014a66402ff5b51d86a527da1dbe96343bd9d95211024706351532689853220395472025-08-14T17:57:26.000Z0x50399258a7bfabe10f3040c7bb56288f6dc08d2fd964405fdc2fbff9422fc11f
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributor_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FeeDistributorFactory_createFeeDistributor_function

Function call records for creating new fee distributor contracts on Etherex V2 (Linea), mapping input fee recipient addresses to deployed distributor contract addresses for tracking protocol fee infrastructure deployment.
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_feeRecipientSTRINGAddress designated to receive fees collected from the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedout_anon0signatureto_addressblock_numberfrom_addresstrace_addressblock_timestampin_feeRecipienttransaction_hash
53935990true13696920x42bb1f6cd0170ab8d985dda68b6a6707cf781a1c0x062e631e0xfde48794f3ea7f26cd2b00f078366455b1e6b7bf247856190x942117ec0458a8aa08669e94b52001bd43f889c10,0,0,0,32025-10-22T03:59:16.000Z0x3a6e0548371146d484f7456d1af5e0ec0baddbce0x1b36bd53f51517731dbb351c53867eb2fff07b6335766f0f29d6f231a1d142c9
36154950true13696040x119294951aa94a099a058f7c962f81bbc12193080x062e631e0xfde48794f3ea7f26cd2b00f078366455b1e6b7bf219204170x942117ec0458a8aa08669e94b52001bd43f889c10,0,0,0,32025-08-11T23:10:47.000Z0x532c15d1803f565ad37b77f5b20d9e3a4254e0f30x9ab6c1954b17b8bed6d3712c7edf8adb7f3d549cfaf9476b428d0f489704dd58
53936090true13696920xdf50bed6cbb300f3b4d69c6891534bec3a67aca90x062e631e0xfde48794f3ea7f26cd2b00f078366455b1e6b7bf231586160x942117ec0458a8aa08669e94b52001bd43f889c10,0,0,0,32025-09-10T14:04:54.000Z0xb6cc2ead7be1e613ee9c3ad5a9c36f07aa6464fe0x18f8404398c95daea7c73868acfa1dbe4b241a333a1d816046b9f0a1c6692306
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.FeeDistributorFactory_createFeeDistributor_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gauge_ClaimRewards_event

Reward distribution events emitted when users claim accrued incentives from liquidity mining gauges. Records the claimer address, reward token contract, and claimed amount for tracking protocol incentive flows.
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_rewardSTRINGContract address of the reward token being distributed or claimed. 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.
addressin_fromremovedin_amountin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xdc917188a8a5fc3b099dc39cc172f9832dedecc80x016c555668f4db5616d3805c47ae7108e1ac6484false9219629254580750020xefd81eec32b9a8222d1842ec3d99c7532c31e3481223015732025-08-20T23:21:52.000Z0xf0dbd8f19db262b588beb8f46c48746feaed99a6c344285f0fa750003402c593
0x6df5636b18ad6c1d8087fe1d6d58109309da98b50x02393b4f282c5abefbf9d35783c601f759653424false12302414637972821878480xefd81eec32b9a8222d1842ec3d99c7532c31e3481222844932025-08-20T13:33:45.000Z0x540e49c7b575d0aa4b96beeb39ca592caa61255d5561e2f20ddc9a87a8f255c6
0xdc917188a8a5fc3b099dc39cc172f9832dedecc80x04a839119e92a2773f9b6262ba3705dfa258e26dfalse13542078432022048620xefd81eec32b9a8222d1842ec3d99c7532c31e3481222687782025-08-20T04:45:48.000Z0x1d36005a42f1a856b2c463b6cc4a9e58fcd612145d44d037dfd7f7cfc6b895e3
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Gauge_ClaimRewards_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gauge_Deposit_event

Deposit events from Etherex V2 liquidity gauge contracts on Linea, recording when users stake tokens into gauges. Used for tracking liquidity mining participation and reward distribution analysis.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x1e1cfd7c2aca4a77da31119a1f7a4caecf80999a0x37aa7c58e56d1e60006f1fd2e699059e2661e229false13907486228278748622233340942025-09-14T21:54:58.000Z0x27d58ede9b04d2180e4bd87595306ffd0d37a0c7a33a8d3b6d8264b6369cbb7e
0x1e1cfd7c2aca4a77da31119a1f7a4caecf80999a0x37aa7c58e56d1e60006f1fd2e699059e2661e229false14019811226152523666233100312025-09-14T08:31:50.000Z0x3cf0039870f0f6122034c280ac789bd61f64e2fe9a483d6d262cf53722bcb741
0x1e1cfd7c2aca4a77da31119a1f7a4caecf80999a0x37aa7c58e56d1e60006f1fd2e699059e2661e229false14068972849654442498233041722025-09-14T05:16:32.000Z0x6c696f4b91eb2cf1d36c74cc5bd6b2fc4d9de314c39a69a44f571972b4a3d584
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Gauge_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gauge_NotifyReward_event

Reward distribution events from Etherex V2 liquidity gauge contracts on Linea, recording token rewards notified to gauge stakers. Used for tracking incentive allocation amounts, reward token addresses, and distribution timing across different gauge 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. 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.
addressin_fromremovedin_amountin_rewardlog_indexblock_numberblock_timestamptransaction_hash
0xdc917188a8a5fc3b099dc39cc172f9832dedecc80xde4b22eb9f9c2c55e72e330c87663b28e9d388f7false1000000000000000000000xefd81eec32b9a8222d1842ec3d99c7532c31e34844217132502025-08-07T02:13:13.000Z0x8a1da2c447a346fff39d2fe37a3511a179460e6219ba13016a4a46028f5388b9
0xdc917188a8a5fc3b099dc39cc172f9832dedecc80xde4b22eb9f9c2c55e72e330c87663b28e9d388f7false2499000000000000000000000xefd81eec32b9a8222d1842ec3d99c7532c31e3482217135122025-08-07T02:22:20.000Z0x8d9b070434461d25e7e5c5b4c04c0bd89f97843323f0e3737df49cf25374ec06
0x6df5636b18ad6c1d8087fe1d6d58109309da98b50xde4b22eb9f9c2c55e72e330c87663b28e9d388f7false500000000000000000000000xefd81eec32b9a8222d1842ec3d99c7532c31e3486217147402025-08-07T03:03:51.000Z0x56e0556e15fe10247ee2f5b11391725de690f03c1ae907f5c9ff7077ea8aa121
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Gauge_NotifyReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Gauge_Withdraw_event

Withdrawal events from Etherex V2 liquidity gauge contracts on Linea, recording when users unstake tokens with withdrawal amounts and user addresses. Used for tracking gauge participation and liquidity provision lifecycle analysis.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x3f38f4eae1b2fe2163e7eda16a006b3708d89fd70x6e4aeb2af9ce3b67116d8b19e6f1ca6b318fc629false396742161253955417343218709152025-08-10T19:07:26.000Z0xd1369136bc80de813b4e8dc18e25661297b4eea6c0786b7aad034028308dda8b
0x6df5636b18ad6c1d8087fe1d6d58109309da98b50x7a32abea0f841c170905ced3c618591b3f713938false108578092275218411582025-08-10T02:28:43.000Z0xb5ac81caaa433fdf83cff6c985b80573d3b2936a42947ba1963548d41ecf51e9
0x6df5636b18ad6c1d8087fe1d6d58109309da98b50xc1fd374ca9de2437004799136d748db235c5ecedfalse54286852760218650212025-08-10T15:48:07.000Z0xc91ee5b85a3169f9c59a7e418f5a40affb5ebaab8f1ea9e9448d7ab4a7371551
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Gauge_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GaugeFactory_GaugeCreated_event

Gauge creation events from Etherex V2’s GaugeFactory contract on Linea, recording when new liquidity mining gauges are deployed for pools with associated fee distributors. Used for tracking reward distribution infrastructure deployment and identifying new incentivized 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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_feeDistributorSTRINGContract address of the fee distributor associated with the gauge. 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_gaugelog_indexin_creatorblock_numberblock_timestamptransaction_hashin_feeDistributor
0x942117ec0458a8aa08669e94b52001bd43f889c10x562bae2040b319b2a72384431d679531b9d53f01false0x131477df62837097ec4c795d39cc1f059426ee58370x683035188e3670fda1def2a7aa5742dea28ed5f3220134392025-08-14T03:25:35.000Z0xab9b9db61db7a569f8883a93e0138c8704a0f2feb7a2fd93cb710bcd4bd9ef2f0x50037b89ef2fe5e9c507bc2c37c0dad1f3a9bf02
0x942117ec0458a8aa08669e94b52001bd43f889c10xe5e765ae9bc8bf39beba2c3f5bb3be7fa5676fbdfalse0x9d2d4b79d80d28aa0ae8b6e357e0dd630e64fcff230x683035188e3670fda1def2a7aa5742dea28ed5f3217520842025-08-08T00:03:48.000Z0x21748e86ebe4b80b4678b0464e68fc9993ad124decc8361a193a830b1d749e0d0x00d9bae66d2a4440215cd1be7e3d02d10a0a170f
0x942117ec0458a8aa08669e94b52001bd43f889c10xa1b7cc6a055b47e3db4b3cd01e0f8c3e8f4bfb73false0x95b07e2774657738f7f0d5c5490dfebae057446a230x683035188e3670fda1def2a7aa5742dea28ed5f3217534532025-08-08T00:49:30.000Z0x734ff7763aba07b295470ce432c73c351c9e46979b53a5e85b4e0172fa83b6690xa1845eddc766991218a67374aace461cb7df6258
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.GaugeFactory_GaugeCreated_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
0x2ade9f5b627d08aba6051a7d72551464a87bf5d00xc786a75bbaf27fa9fb476b3dba42c6525d9e6cfcfalse0x2ade9f5b627d08aba6051a7d72551464a87bf5d02421569261250396443897356819689002309004105471502025-08-02T18:39:39.000Z0x26e10ea15de65f85421b9264f51e521b7ebc43e0667064afcb31b65018a33658
0x2ade9f5b627d08aba6051a7d72551464a87bf5d00xc786a75bbaf27fa9fb476b3dba42c6525d9e6cfcfalse0x2ade9f5b627d08aba6051a7d72551464a87bf5d0621548303072764398213529671647793221081134060102025-08-02T03:40:41.000Z0xa1174f375b6a8ab980403f623d29f546990cb6faa7914bbe51f9360847667e2a
0x2ade9f5b627d08aba6051a7d72551464a87bf5d00x5a46ba0378c2c61149348612f94322771085a36cfalse0x2ade9f5b627d08aba6051a7d72551464a87bf5d0292155698107903078606438402236071894806393643593502025-08-02T09:56:38.000Z0x9dcae3695dc3c2caa0cabf5ea8b5784d4748df9d2e2efd5931005c732c9d7704
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.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
0x046f1fbc2e9e808cae02bdef09171240c5b077e9false2189087765214616019025502216339232025-08-04T20:55:21.000Z0x4a33d0303ceba04432ed9f5183661c5904520d12292509713ac0ed3b82ef3196
0x046f1fbc2e9e808cae02bdef09171240c5b077e9false492298772133238797282396216237632025-08-04T13:57:28.000Z0x087a8b2a24408f15a5dd38727e58736afe10769eb0632818416506ee6c027bf2
0x046f1fbc2e9e808cae02bdef09171240c5b077e9false4188045465243432998942004216255482025-08-04T15:02:47.000Z0x1efbd9fd11e18066622864aa55891c9e74e12613fb6c18b8728b003f727746ef
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Pair_Sync_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_FeeSplitWhenNoGauge_event

Fee split configuration events from Etherex V2 pair factory on Linea, recording when fee distribution settings are toggled for liquidity pools without active gauges. Used to track protocol fee routing changes and 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.
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__callerSTRINGAddress of the account that initiated the function call which emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
in__statusBOOLStatus flag indicating whether fee splitting is enabled (true) or disabled (false) when no gauge is present for the pair. This boolean value determines how trading fees are distributed in the absence of a liquidity gauge.
addressremovedlog_indexin__callerin__statusblock_numberblock_timestamptransaction_hash
0xc0b920f6f1d6122b8187c031554dc8194f644592false30x676f11a28e5f8a3ebf6ae1187f05c30b0a95a8b0true212549482025-07-25T01:42:24.000Z0x07f777e5027373a3b2f26215c87ad796567ab29ff28f5887522718a2744213ae
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.PairFactory_FeeSplitWhenNoGauge_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_NewTreasury_event

Treasury address update events from the Etherex V2 PairFactory contract on Linea. Tracks when protocol administrators change the treasury destination address for fee collection.
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__callerSTRINGAddress of the account that initiated the function call which emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
in__newTreasurySTRINGContract address of the newly assigned treasury wallet for the PairFactory contract on Linea. Hex-encoded, 0x-prefixed 40-character Ethereum address that receives protocol fees or revenue.
addressremovedlog_indexin__callerblock_numberblock_timestampin__newTreasurytransaction_hash
0xc0b920f6f1d6122b8187c031554dc8194f644592false90x683035188e3670fda1def2a7aa5742dea28ed5f3220161022025-08-14T04:54:39.000Z0x15325a2ec4bf164d47cf48d5d6a9edda385636a50xa91263ce4f76c6218e85cfe4d69a27add19f4a38eebb359c62220fe6c5c90fd0
0xc0b920f6f1d6122b8187c031554dc8194f644592false40x683035188e3670fda1def2a7aa5742dea28ed5f3216046752025-08-04T00:33:04.000Z0xde4b22eb9f9c2c55e72e330c87663b28e9d388f70xbb5cce1fb44cd856a399659f9346efb68150cc509861d2a6824108a1266f9a4f
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.PairFactory_NewTreasury_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_SetFee_event

Event logs capturing fee tier updates in the Etherex V2 decentralized exchange factory contract on Linea. Records configuration changes where protocol administrators set trading fees (measured in basis points) for liquidity 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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
30000xc0b920f6f1d6122b8187c031554dc8194f644592false2212549482025-07-25T01:42:24.000Z0x07f777e5027373a3b2f26215c87ad796567ab29ff28f5887522718a2744213ae
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.PairFactory_SetFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_SetFeeRecipient_event

Fee recipient assignment events from Etherex V2 decentralized exchange (DEX) factory contract on Linea. Tracks which addresses are designated to receive trading fees for specific liquidity pairs, useful for analyzing protocol revenue distribution and governance 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_feeRecipientSTRINGAddress designated to receive fees collected from the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_pairremovedlog_indexblock_numberblock_timestampin_feeRecipienttransaction_hash
0xc0b920f6f1d6122b8187c031554dc8194f6445920xc786a75bbaf27fa9fb476b3dba42c6525d9e6cfcfalse10229270392025-09-04T23:00:22.000Z0x15325a2ec4bf164d47cf48d5d6a9edda385636a50x99633254a3e2b094fbc6ed0e0b1d0dd627088ed5f0544e4c30089df7995946cc
0xc0b920f6f1d6122b8187c031554dc8194f6445920xb3453e8158bb99c3a4372f7df1d74b7a4fb6ef74false5229270392025-09-04T23:00:22.000Z0x15325a2ec4bf164d47cf48d5d6a9edda385636a50x99633254a3e2b094fbc6ed0e0b1d0dd627088ed5f0544e4c30089df7995946cc
0xc0b920f6f1d6122b8187c031554dc8194f6445920x046f1fbc2e9e808cae02bdef09171240c5b077e9false6229270392025-09-04T23:00:22.000Z0x15325a2ec4bf164d47cf48d5d6a9edda385636a50x99633254a3e2b094fbc6ed0e0b1d0dd627088ed5f0544e4c30089df7995946cc
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.PairFactory_SetFeeRecipient_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_SetFeeSplit_event

Fee split configuration events from Etherex V2 DEX factory contract on Linea, recording changes to protocol revenue sharing parameters. Used for tracking fee distribution adjustments between liquidity providers and protocol treasury.
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__feeSplitSTRINGFee split ratio expressed in basis points. Integer string representing the percentage allocation multiplied by precision factor.
addressremovedlog_indexblock_numberin__feeSplitblock_timestamptransaction_hash
0xc0b920f6f1d6122b8187c031554dc8194f644592false421254948500002025-07-25T01:42:24.000Z0x07f777e5027373a3b2f26215c87ad796567ab29ff28f5887522718a2744213ae
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.PairFactory_SetFeeSplit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_SetPairFee_event

Fee configuration events from EthereX V2 decentralized exchange on Linea, tracking when trading pair fee parameters are updated by the PairFactory contract. Useful for analyzing fee structure changes and protocol governance decisions across liquidity 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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressin_pairremovedlog_indexblock_numberblock_timestamptransaction_hash
100000xc0b920f6f1d6122b8187c031554dc8194f6445920xeacd56565ab642fb0dc2820b51547fe416ee8697false40228030672025-09-02T00:32:24.000Z0x64edc8e0fd8847742f226ecd7b98bccad6c9d5e5be527ff9d74acd11d1175dec
00xc0b920f6f1d6122b8187c031554dc8194f6445920xeacd56565ab642fb0dc2820b51547fe416ee8697false15228030672025-09-02T00:32:24.000Z0x64edc8e0fd8847742f226ecd7b98bccad6c9d5e5be527ff9d74acd11d1175dec
100000xc0b920f6f1d6122b8187c031554dc8194f6445920xeacd56565ab642fb0dc2820b51547fe416ee8697false32228034412025-09-02T00:45:57.000Z0xddeedd871fb2446c0372fa5422a520f9e62efcaf348c8bffb69d8f063708e926
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.PairFactory_SetPairFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PairFactory_SetPairFeeSplit_event

Fee split configuration events from EthereX V2 decentralized exchange on Linea, recording changes to revenue sharing parameters for specific trading pairs. Used for tracking fee structure updates and protocol economics analysis.
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_pairSTRINGContract address of the liquidity pool pair created for trading between two tokens. Hex-encoded, 0x-prefixed, 42-character string.
in__feeSplitSTRINGFee split ratio expressed in basis points. Integer string representing the percentage allocation multiplied by precision factor.
addressin_pairremovedlog_indexblock_numberin__feeSplitblock_timestamptransaction_hash
0xc0b920f6f1d6122b8187c031554dc8194f6445920x5c1bf4b7563c460282617a0304e3cde133200f70false92171960610000002025-08-07T05:51:05.000Z0x12ac7ffe9e0057d16443383f0a0f9a2d719f1d9c412bcb478f7692d526a1cb23
0xc0b920f6f1d6122b8187c031554dc8194f6445920x5c1bf4b7563c460282617a0304e3cde133200f70false22172425710000002025-08-07T08:27:19.000Z0x51deae034d489a1d01f7f1b4b7cc8d39283d49cf80283e4f4859dc72e073c732
0xc0b920f6f1d6122b8187c031554dc8194f6445920x7b930713103a964c12e8b808c83f57e40d9ad495false32172425710000002025-08-07T08:27:19.000Z0x51deae034d489a1d01f7f1b4b7cc8d39283d49cf80283e4f4859dc72e073c732
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.PairFactory_SetPairFeeSplit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_claimed_incentives_event

No description available.
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_feeDistributorsARRAY<STRING>Array of fee distributor contract addresses from which incentives were claimed. Hex-encoded, 0x-prefixed, 42-character strings.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_claimed_incentives_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_ClaimedIncentives_event

Incentive claim events from the Etherex V2 protocol on Linea, tracking when users collect fee distributions and token rewards. Used for analyzing reward distribution patterns and liquidity provider earnings across fee distributor contracts.
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_feeDistributorsARRAY<STRING>Array of fee distributor contract addresses from which incentives were claimed. Hex-encoded, 0x-prefixed, 42-character strings.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_tokenslog_indexblock_numberblock_timestamptransaction_hashin_feeDistributors
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false[]12229176942025-09-04T17:32:10.000Z0xf43e5350013e28d6963a094eedc6156bf774c2a1ccf79ece4c1377c8a02565c5[]
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false[]91229169752025-09-04T17:08:04.000Z0x29aa29b621b7456609d7e8cc1554e31e7e7c0c03a7061645f40f6b4c569ebfb5[]
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false[]1229221522025-09-04T20:04:29.000Z0x93a851eb7604b6782ffc55fc77a3987851f4b1f5f004145b99bd88381148639f[]
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_ClaimedIncentives_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_ClaimedIncentives_event

Incentive claim events from the Etherex V2 protocol on Linea, recording when users claim rewards from fee distributor contracts. Useful for tracking reward distribution activity and user engagement with the protocol’s incentive programs.
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_feeDistributorsARRAY<STRING>Array of fee distributor contract addresses from which incentives were claimed. Hex-encoded, 0x-prefixed, 42-character strings.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_tokenslog_indexblock_numberblock_timestamptransaction_hashin_feeDistributors
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false[]16232431442025-09-12T19:19:03.000Z0xc3c739635afa9b0e1be35b59bad1f1cac33e0eee8c5353230b0c8b4d9a697fde[]
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false[]82231941312025-09-11T11:37:08.000Z0xf73119e831f9875ff6ec8285ed4ccc9565e3378cf82d27a051b5ee44170fbe3f[]
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false[]177231938922025-09-11T11:21:01.000Z0x676360f69fbb8192c07f5929cbb01777282f02086ba6d8db5a0e834f95460843[]
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_ClaimedIncentives_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_Compounded_event

Compounding events from the REX33 protocol on Linea tracking when rewards or yields are automatically reinvested, recording the compounded amount and the updated ratio representing the new shares-to-assets exchange rate. Used for analyzing yield accrual patterns and protocol growth metrics.
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_oldRatioSTRINGPrevious ratio value before the state change. Numeric string representation in wei (18 decimal places).
in_newRatioSTRINGUpdated ratio value after the state change. Numeric string representation in wei (18 decimal places).
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_newRatioin_oldRatioblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false5609568405548268214783509611212772505039812731114524745093010454243485662025-10-09T22:44:16.000Z0x85e1d88eaadad748c800e02d10664be102e70e2583e8a873bf24100007e3892a
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false423436101805262533728512786242678850975731278623700036377589273189952026-01-02T00:30:26.000Z0x0ac1ab1a103fcab9a9b0bda381c8f8cc3d8fd04323f517e71f2b373b937128d0
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false5000610931854468237054919012176173469004813851210836643547781847258544332025-11-20T18:43:02.000Z0xf0e2a94daa86ce22145ac3659f7fa9aac5cd97ce09cc58bc97284c7089caa79b
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_Compounded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_Compounded_event

Event logs tracking compound interest accrual in Etherex V2’s REX33 vault on Linea, recording the amount compounded and ratio changes between old and new exchange rates. Used for analyzing vault yield performance and share price evolution 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_oldRatioSTRINGPrevious ratio value before the state change. Numeric string representation in wei (18 decimal places).
in_newRatioSTRINGUpdated ratio value after the state change. Numeric string representation in wei (18 decimal places).
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_newRatioin_oldRatioblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false69454383199485677894517822910608706227901291311052039580900523564232064982025-09-11T22:57:23.000Z0xbc198a3d7c5b9e359a3ee46cb76ab1e5a0140537cdeec7e12c5d07dd4bf3b970
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false3838659762838886322534112210520395809005235641051555562844885743232064942025-09-11T22:57:15.000Z0x3d756e494a2e107b5b1c71589212cfe77a512a5980d2d5324bf6fc1406b36582
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false35688956546900002164559417110414773399549982701036883247923155305226354952025-08-28T22:39:04.000Z0xcc1db35058cb23137a7b874a3a8a5c8e5675343d9515b66f54157c961665729c
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_Compounded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_Deposit_event

Deposit events from the rex33 vault contract on Etherex v2 (Linea), recording when users deposit assets and receive vault shares in return. Useful for tracking liquidity provision, vault TVL changes, and share-to-asset conversion rates 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x69ac7188ecb2e00b50e6e408c877acaba2b9b8482109490445275479687550x69ac7188ecb2e00b50e6e408c877acaba2b9b84816777585358764152126070267226762025-12-15T15:37:12.000Z0x10785ecd574ca56aff39d132ed5883e7c516686fd285c814dcf29bf1374f7666
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x49d8d8a61a7807a8cc78b42a34fa223014518863404521293169947375090x49d8d8a61a7807a8cc78b42a34fa2230145188633217312759484978837377267006812025-12-15T03:02:42.000Z0x505d2fd084ec93e2c4caecebfd7559a5d15bc02a3f13a5cc3b4e52d744ba2b14
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x49d8d8a61a7807a8cc78b42a34fa223014518863414720039277077699380x49d8d8a61a7807a8cc78b42a34fa2230145188633298427292972423581574267197532025-12-15T13:59:18.000Z0x9f6cdbf5e1b57d9c7c888667ecd15ecb3f51ce5de04c2f86eee7534929cec693
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_Deposit_event

Deposit events from the REX33 vault contract on Linea, recording user deposits with asset amounts and corresponding share allocations. Used for tracking vault participation, share-to-asset conversion ratios, and deposit flow analysis.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0xc4a395a81957bfdc8500a141a9bb60cd237c125598933270788336362150xc4a395a81957bfdc8500a141a9bb60cd237c1255949932053179488482381226766382025-08-29T22:17:02.000Z0xb2b7e9c8fefb0ecbf9ad633277c66bda22df2e5a5e9855043c11065b12bef059
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x070c0c3c4dd0c351bb435d88dcec551f80b977ec58369915538669563760x070c0c3c4dd0c351bb435d88dcec551f80b977ec560453053555555029681226709492025-08-29T18:58:15.000Z0x0b33a1766477b5b16bd551a75beb9dc9a5320c0ba9e23a7acee2635ffc00e097
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x36f26e2e5bed062968c17fc770863fd740713205154278705901492627267770x36f26e2e5bed062968c17fc770863fd7407132051481344816471560823384181226467612025-08-29T05:19:37.000Z0x4becda5cc7d6b56c6f0c606e0cad99aa75b0edb70524063b30ddcfb2cd42db57
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_Entered_event

No description available.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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_ratioAtDepositSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_Entered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_Entered_event

No description available.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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_ratioAtDepositSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_Entered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_Exited_event

No description available.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in__outAmountSTRING-
in_ratioAtWithdrawalSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_Exited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_Exited_event

No description available.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in__outAmountSTRING-
in_ratioAtWithdrawalSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_Exited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_Rebased_event

Rebase events from the REX33 token contract on Linea, tracking exchange ratio adjustments between old and new ratios with rebased token amounts. Used for analyzing rebase mechanics and token supply changes in elastic supply tokens.
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_oldRatioSTRINGPrevious ratio value before the state change. Numeric string representation in wei (18 decimal places).
in_newRatioSTRINGUpdated ratio value after the state change. Numeric string representation in wei (18 decimal places).
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_newRatioin_oldRatioblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false7347982684461827720018912364646967223107861236455064927528196263385892025-12-04T21:04:03.000Z0x6652452b63fbffcbae4c09591edb7f0e62f7510e7bcb1337d5bf87034557e392
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false017812443514845051370511237351455435545101263385962025-12-04T21:04:17.000Z0x4bfe39ce8194bed08406bf773575da6e8de3dc216cf1498544d7bfa7dfc3b19b
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false4987938854004969018885112672622993429009601267255949743712897270804392025-12-25T23:44:36.000Z0xd809ffe004a4eaf3e1435974886f20f13d689cf3af4cdb9ed7be6a5ee63ace03
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_Rebased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_Rebased_event

Rebase events from the REX33 token contract on Linea, tracking ratio adjustments and amounts affected during each rebase operation. Used for analyzing the rebasing mechanism’s impact on token supply and holder balances 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_oldRatioSTRINGPrevious ratio value before the state change. Numeric string representation in wei (18 decimal places).
in_newRatioSTRINGUpdated ratio value after the state change. Numeric string representation in wei (18 decimal places).
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_newRatioin_oldRatioblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false528107554624118479676077210184017066175781861017638206878823329223307392025-08-21T15:47:27.000Z0x01685282c07699824de8bf2db4227e6e11a2e9d86b8fb160be9de106785f902e
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false355823890320303807599029410419272380985243511041477339954998270229232952025-09-04T20:44:16.000Z0x701c9132dc78b046e8fa408a6c5ecfc515f4cb718ab485279df6b92a52cc39bc
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false588346942768767416994208510313328991370776241030578885198214607226354912025-08-28T22:38:56.000Z0xab1ccd50355fbb5f9c2d1be50e6f7177df8241a13b85b206bc51e9fd6363d45f
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_Rebased_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_SwappedBribe_event

Bribe swap events from the Etherex V2 protocol on Linea, recording token conversions executed by operators with input/output amounts and token addresses. Used for tracking incentive mechanisms and bribe distribution flows in the Etherex ecosystem.
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_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenInSTRINGContract address of the token being swapped in or deposited. Hex-encoded, 0x-prefixed, 42-character string.
in_amountInSTRINGAmount of input tokens being swapped or deposited in the transaction. Numeric string representing the token quantity in its smallest denomination.
in_amountOutSTRINGAmount of output tokens received from the swap. Numeric string representing the token quantity in its smallest denomination.
addressremovedlog_indexin_tokenInin_amountInin_operatorblock_numberin_amountOutblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false100x176211869ca2b568f2a7d4ee941e073a821ee1ff3786677190x07712d748c40608810a0305751e35f0eedef70d22405583102025-10-02T09:39:39.000Z0x14fa67f54f00181a1862944ef16d4a29715c41a7e9c387a80a59a0849a539fb3
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false100x176211869ca2b568f2a7d4ee941e073a821ee1ff4416593890x07712d748c40608810a0305751e35f0eedef70d22405573502025-10-02T09:36:12.000Z0xfa4baf36d5046d2515a1273fa3ea71389d29e3fb20de76f8b2776848a43efb56
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false110x176211869ca2b568f2a7d4ee941e073a821ee1ff7829642140x07712d748c40608810a0305751e35f0eedef70d22405553902025-10-02T09:29:28.000Z0xfb9734e0791986ad037d97c457fec80fd72ed39f507f30a01cb0cb1a9bfd5783
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_SwappedBribe_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_SwappedBribe_event

Bribe token swap events from the Etherex V2 REX33 contract on Linea, recording when incentive tokens are exchanged by operators. Used for tracking bribe token flows and operator activity in the protocol’s incentive mechanism.
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_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenInSTRINGContract address of the token being swapped in or deposited. Hex-encoded, 0x-prefixed, 42-character string.
in_amountInSTRINGAmount of input tokens being swapped or deposited in the transaction. Numeric string representing the token quantity in its smallest denomination.
in_amountOutSTRINGAmount of output tokens received from the swap. Numeric string representing the token quantity in its smallest denomination.
addressremovedlog_indexin_tokenInin_amountInin_operatorblock_numberin_amountOutblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false100x176211869ca2b568f2a7d4ee941e073a821ee1ff40212260030x07712d748c40608810a0305751e35f0eedef70d22320529502025-09-11T22:17:15.000Z0x1cdf0b487cc745e0e15e82437d84df0c94ad16a6a21eca21dc56186be02ee142
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false110x176211869ca2b568f2a7d4ee941e073a821ee1ff14415529130x07712d748c40608810a0305751e35f0eedef70d22320600402025-09-11T22:40:55.000Z0x27ec8dad4d2bb846cdcc811b12004b3aec60da08c9f5417874f899ba28225b94
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false110xb5bedd42000b71fdde22d3ee8a79bd49a568fc8f540908806242668160x07712d748c40608810a0305751e35f0eedef70d22320566402025-09-11T22:29:35.000Z0xf3095bb6d62f8621d0925a53706e510f399e48efe279e38deb8eda715421013e
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_SwappedBribe_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_Unlocked_event

Unlock event logs from the Rex33 contract on Etherex V2 (Linea), capturing when locked tokens or positions are released. Used for tracking lock expiration timings and analyzing token vesting or staking unlock 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__tsSTRINGTimestamp when the data was ingested into the system. Unix epoch time in seconds, stored as a string.
in__tsaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
17654941960xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0265818992025-12-11T23:03:16.000Z0x8569848739d57e0d5b7fdbed5357f6533dae92bedb0013280b7ba6ac606be7b0
17594386590xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false5240749542025-10-02T20:57:39.000Z0xcf04fbf730555c3d793e8f1bcacdf335e3b8dce856508144c480437d44fa0b57
17564207500xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0226354982025-08-28T22:39:10.000Z0x6ff8c8c770749f422642f7d373c5b4a76b68743f7366be5ed3244359e55d6b14
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_Unlocked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_Unlocked_event

Unlock event logs from the REX33 contract (0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4) on Linea, recording when locked tokens or positions are released. Useful for tracking unlock schedules and analyzing vesting or staking unlocks on the EthereX v2 protocol.
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__tsSTRINGTimestamp when the data was ingested into the system. Unix epoch time in seconds, stored as a string.
in__tsaddressremovedlog_indexblock_numberblock_timestamptransaction_hash
17582018260xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0234889932025-09-18T13:23:46.000Z0xd666221594ada13771e134415ea59408dced248bc2b0fc703d0014bc8b6efafa
17552047120xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false2220447132025-08-14T20:51:52.000Z0x1268dca9c79955d1e5a72f1fee4be81b653d49c4bc94a798a3aa721670f731a8
17576314510xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false75232065022025-09-11T22:57:31.000Z0xd77bf849b046c7dc74036bd205050a649f1e6bcbc1a18af38f5f1650a8cd00f5
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_Unlocked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_UpdatedIndex_event

No description available.
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__indexSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_UpdatedIndex_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_UpdatedIndex_event

No description available.
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__indexSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_UpdatedIndex_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

rex33_Withdraw_event

Withdrawal events from the rex33 vault contract on Linea, recording share redemptions with the corresponding asset amounts, owner, sender, and receiver addresses. Tracks vault exit activity for analyzing user behavior and fund flows in the EthereX v2 protocol.
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_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x40ef3ef4225e7c69188b8825f26c84983a468e7c7264713509174499638570x40ef3ef4225e7c69188b8825f26c84983a468e7c6518431444899067218831110x40ef3ef4225e7c69188b8825f26c84983a468e7c240849592025-10-03T03:45:34.000Z0x4a21598cd5256a0756b1dda6442db560f161e4971540fc5f0aeeafcedfd54508
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x65f853b6624e8ef6be6f4b2490a5d62fd711e43d184322782425723971750x65f853b6624e8ef6be6f4b2490a5d62fd711e43d165387860024731524691130x65f853b6624e8ef6be6f4b2490a5d62fd711e43d240973802025-10-03T11:31:23.000Z0x67a949299802f2071c71d63e1186b878494479560262e99c5e781f1ab1981b5b
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x754434a0c5bb55fde28add4474b409a7e9cd799529935058749513240119690x754434a0c5bb55fde28add4474b409a7e9cd799526859920630221924373441250x754434a0c5bb55fde28add4474b409a7e9cd7995240985812025-10-03T12:15:12.000Z0x571849cfae9fb3857de74472a1fba70f980b6372e61db0399931f37a1a510a08
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.rex33_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

REX33_Withdraw_event

Withdrawal events from the REX33 vault contract on Linea, recording share redemptions with corresponding asset amounts and participant addresses. Useful for analyzing vault outflows, redemption patterns, and share-to-asset conversion rates.
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_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hash
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x0607faa20f91cf9e9415ddab1c392d9e27dae5171686761864300293432587070x0607faa20f91cf9e9415ddab1c392d9e27dae5171589978860819095069488411090x0607faa20f91cf9e9415ddab1c392d9e27dae517232343962025-09-12T14:27:25.000Z0x2eec5d72bbeaebbadbd1b59ed5bcf043c6bce2f9be1de60803d420fe13b09bac
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x303f2d38ab911296deca9dc19968a854d9cbcadc270730275888890981145380x303f2d38ab911296deca9dc19968a854d9cbcadc255196317131357924127631180x303f2d38ab911296deca9dc19968a854d9cbcadc232099532025-09-12T00:52:39.000Z0xda82ac9d53cf427466acf6692509a94e25a8fc6dc5d161dfe015d663f78119eb
0xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c4false0x321006c1f11e1d76c28d1f9f2fae22e58b6c5f9e530435311395064565850x321006c1f11e1d76c28d1f9f2fae22e58b6c5f9e500000000000000000001590x321006c1f11e1d76c28d1f9f2fae22e58b6c5f9e232142732025-09-12T03:16:39.000Z0x319facdb0ef8dff2960e719e658fcc51f6b6f5116b85b6e5955b68aca509e0b4
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.REX33_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VoteModule_ClaimRewards_event

Reward claim events from the Etherex v2 VoteModule contract on Linea, capturing user addresses claiming voting or staking incentives with token amounts. Useful for analyzing participant engagement, reward distribution patterns, and governance incentive effectiveness.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10xf2b0d79bffab4ddbb705e591a096d5f73eccf345false369464330261639775228615062025-09-03T10:03:52.000Z0xa8c82b199d915bcd47d1878de5b26cb1540253c034069e06ddee927dadb7dfa5
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x152e18ef307efbe018f2d6b0915a4ac8ad543b4dfalse71052949548705412485228495212025-09-03T03:22:03.000Z0x4e89f2e4dc6a4cccddd6033e2dbe91e01482f87915968906fd125f7cd297de62
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x3d6a18349e745442705afa3377f8f725c80a6e1bfalse166348886830732396035228577882025-09-03T07:59:46.000Z0x2d996077f718a0e1566ed1119e43539ecca53f37ff2db0d389514c525bf4f00b
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.VoteModule_ClaimRewards_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VoteModule_Deposit_event

Deposit events from the EthereX v2 VoteModule governance contract on Linea, capturing user deposits with amounts and depositor addresses. Used for tracking governance participation and voting power accumulation in the protocol.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x9494b61f45bde7ce8d41d47752e83a3f20bea1e2false1456176516046181233833642025-09-16T01:21:10.000Z0xc397afbbbcba1bf175a82c70133fe0cf62c788d05d647ceb00e4bd877d85a20e
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x39ff773ff91f91fd9ea81906b2132943874544f2false44417412331550328531234154532025-09-16T19:11:21.000Z0xd0537c5ea16ebc9f6be78a9215882f458c18dc1a7c0617d0c01ef111368683ac
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x220663ea522724a87154a5801986a40630844056false375000000000000000001234217032025-09-16T22:42:18.000Z0x20bdb72064ed754eb9e9d24d9770fad0ecd678eb0d097c5f3c73647cb9def08d
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.VoteModule_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VoteModule_NotifyReward_event

Reward notification events from the Etherex V2 VoteModule contract on Linea, recording reward distributions with token amounts and source addresses. Used for tracking voting incentive programs and analyzing reward distribution patterns across governance participants.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10xc93b315971a4f260875103f5da84cb1e30f366ccfalse19195765444568767069054842225960702025-08-28T00:08:55.000Z0x89eca6b2085527f7f53d27255764ff664f19a7efe18d8e111370096d89a05049
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10xc93b315971a4f260875103f5da84cb1e30f366ccfalse11452530783247084363209054228863872025-09-04T00:00:15.000Z0x43f56948ed9869e0f26cd806676495f2e9a9eda59029272e6eace568234b0a71
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10xc93b315971a4f260875103f5da84cb1e30f366ccfalse872172862453638770564691231764382025-09-11T00:00:19.000Z0xdd0b61e5c78979a33429ab4c0bae4925943f34a3a766e3f1f4eb9e9d3e41934e
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.VoteModule_NotifyReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VoteModule_Withdraw_event

Withdrawal events from Etherex V2 VoteModule governance contract on Linea, capturing user stake withdrawals with amounts and addresses. Used for analyzing governance participation patterns and token unstaking behavior.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_fromremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x038eb6066cb5604e27388df25e719d9779a37941false14428529327138074456148231473772025-09-10T07:49:46.000Z0xcd0c84aaf9c0d5d19c0ac52bccbf5b50ef2a6fad822433a2583b2fc10b5c1e83
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x03d6edd0b7538c2d2b00fe424c6bccc9c6df2a0dfalse13100000000000000000160231688172025-09-10T19:46:17.000Z0x4d3f426061379a96ca977c046f82f9931e4e5491c9c0dbdaeeab2ad119165682
0xedd7cbc9c47547d0b552d5bc2be76135f49c15b10x0955dcbc07c907e982c88c18235a5ae5bd1a4f23false695099952842315000000138231584182025-09-10T13:58:18.000Z0xad3850698f10233c7d7ec4898d6c4975c3704f0e38229990e055f30bc731811d
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.VoteModule_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_claimIncentives_function

Incentive claim transactions from the Etherex V2 Voter contract on Linea, capturing user reward withdrawals from fee distributor pools. Used for analyzing reward distribution patterns and voter participation in the protocol’s incentive mechanism.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in__feeDistributorsARRAY<STRING>Array of fee distributor contract addresses for claiming incentives or rewards. Each element is a hex-encoded, 0x-prefixed, 42-character string.
in__tokensARRAY<STRING>Array of token contract addresses involved in the operation. Each element is a hex-encoded, 0x-prefixed, 42-character string.
gasvaluestatusgas_usedin_ownersignaturein__tokensto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin__feeDistributors
1730160true1047620x307f38fa[]0x942117ec0458a8aa08669e94b52001bd43f889c1224987600x9c7804909513a7d200a9b0408c06fadbb5ef38a92025-08-25T16:11:07.000Z0x77522e7bfccb8eb32f1f9ed5e76b8bec3f2acfdcab016859f0e5030571ccd711[]
1153560true1047740x307f38fa[]0x942117ec0458a8aa08669e94b52001bd43f889c1224842710xf979a3ed486c7bb5b29fe2e6e4acb76bc1448a022025-08-25T07:59:31.000Z0xc8a6406bd9bbef28e9451b058c29135d6ac5f5b7c9e4962dd0509eb95007daef[]
2188940true2042600x307f38fa[]0x942117ec0458a8aa08669e94b52001bd43f889c1225081760xabb3b5d0655718c464a6ff20342f9aec97a6c61e2025-08-25T21:36:02.000Z0xc784635a42e28d87616b9294320d711e35b2b47974d05520310a10608b4413ec[]
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_claimIncentives_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_claimLegacyIncentives_function

Function call records for claiming legacy incentives from EtheRex v2 Voter contract on Linea. Users call this function to withdraw accumulated trading fee rewards from specified fee distributor contracts and token addresses.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in__feeDistributorsARRAY<STRING>Array of fee distributor contract addresses for claiming incentives or rewards. Each element is a hex-encoded, 0x-prefixed, 42-character string.
in__tokensARRAY<STRING>Array of token contract addresses involved in the operation. Each element is a hex-encoded, 0x-prefixed, 42-character string.
gasvaluestatusgas_usedin_ownersignaturein__tokensto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin__feeDistributors
34702970true20674470xbb7041c2[]0x942117ec0458a8aa08669e94b52001bd43f889c1245359910x950a89611a5858a4d8501776001584c806eccd142025-10-14T20:51:42.000Z0x8752e31e97380e0061e7549b8644cc5859b3d2cc8cb42119709d38e483daa4b0[]
12411900true7403000xbb7041c2[]0x942117ec0458a8aa08669e94b52001bd43f889c1245284860x0fd57369d49ba8713b59b3599fb8c15632c4152e2025-10-14T15:57:21.000Z0xb7a9e1c2779452dedcd7ab53f7d7bc9f44a4317c3c18ba6b3541df172748581b[]
16003250true14299850xbb7041c2[]0x942117ec0458a8aa08669e94b52001bd43f889c1245128760xeaab7dc3a448f10e2f47f39d1d54dce1d2b2fd052025-10-14T06:31:09.000Z0x64d627ee87b3b38b81a31287131ed0a703ac6082b432f0e6389c0e5d6c944f3b[]
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_claimLegacyIncentives_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_claimRewards_function

User transactions calling the claimRewards function on Etherex V2’s Voter contract on Linea, recording when liquidity providers and stakers claim their accumulated protocol rewards from specified gauges and tokens.
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__gaugesARRAY<STRING>Array of gauge contract addresses for claiming rewards. Each element is a hex-encoded, 0x-prefixed, 42-character string.
in__tokensARRAY<STRING>Array of token contract addresses involved in the operation. Each element is a hex-encoded, 0x-prefixed, 42-character string.
gasvaluestatusgas_usedsignaturein__gaugesin__tokensto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
1848980true673750x20b1cb6f[][]0x942117ec0458a8aa08669e94b52001bd43f889c1219919010x55dc2cde9388102c7c3dd58884cfa67540f7465c2025-08-13T15:19:02.000Z0x08ed0b1896b9ec9ef908c6840b8fc13028748c75ab0acdb408ae1dda5fc36e6c
1232650true892590x20b1cb6f[][]0x942117ec0458a8aa08669e94b52001bd43f889c1220037910xc63f7a6fb63013440ae67cd52f67551d84763dd92025-08-13T21:58:02.000Z0xd009ddc3762643700364c1ee30ea4bdb5f0f94bfc8d5e7fe057a3bf3a6604c01
1848980true892590x20b1cb6f[][]0x942117ec0458a8aa08669e94b52001bd43f889c1220052490x329cfe850ff4cf637aa2353ef2d3672156e54d6c2025-08-13T22:47:50.000Z0xc1b87af4abdf7d5389c73903826b5d1884a413b72bfed3ee671c311122ba5a70
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_claimRewards_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_Deposit_event

No description available.
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_lpSTRINGLiquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_DistributeReward_event

Reward distribution events emitted when a Voter contract allocates tokens to gauge contracts. Records the sender address, target gauge contract, and token amount distributed for liquidity mining incentives.
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_gaugeSTRINGContract address of the gauge contract. 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_gaugein_amountin_senderlog_indexblock_numberblock_timestamptransaction_hash
0x942117ec0458a8aa08669e94b52001bd43f889c1false0x8e019479d6165797b800073d5275bc36ec9d0268110817064241444332036730x942117ec0458a8aa08669e94b52001bd43f889c1123234650632025-09-18T00:00:57.000Z0x0b005d30f657695b3d51dfe5ec5678790d87ae9ba4921d0fd5d907b5ae460ba5
0x942117ec0458a8aa08669e94b52001bd43f889c1false0x12f2739ad0845d961f885136b346d5bd7de133e8265143346402683557244750x942117ec0458a8aa08669e94b52001bd43f889c1129234650632025-09-18T00:00:57.000Z0x0b005d30f657695b3d51dfe5ec5678790d87ae9ba4921d0fd5d907b5ae460ba5
0x942117ec0458a8aa08669e94b52001bd43f889c1false0x640f551d349f199710b89fe1a209ad75499eb5206470408899862461226725780x942117ec0458a8aa08669e94b52001bd43f889c199234650632025-09-18T00:00:57.000Z0x0b005d30f657695b3d51dfe5ec5678790d87ae9ba4921d0fd5d907b5ae460ba5
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_DistributeReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_EmissionsRatio_event

Emissions ratio update events from the Etherex V2 Voter contract on Linea, tracking changes to token emission parameters. Used for monitoring governance decisions that affect protocol incentive distribution rates.
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_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_oldRatioSTRINGPrevious ratio value before the state change. Numeric string representation in wei (18 decimal places).
in_newRatioSTRINGUpdated ratio value after the state change. Numeric string representation in wei (18 decimal places).
addressremovedin_callerlog_indexin_newRatioin_oldRatioblock_numberblock_timestamptransaction_hash
0x942117ec0458a8aa08669e94b52001bd43f889c1false0x0000000000000000000000000000000000000000300216094402025-08-04T04:13:27.000Z0xf2445bded5c17e33f5348b09b6d4c169b86b87e5d3f2d345fc88db3b2c9e405c
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_EmissionsRatio_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_EmissionsRedirected_event

Emissions redirection events from Etherex V2 Voter contract on Linea, recording when token emissions are redirected from source gauges to destination gauges. Used for analyzing governance voting allocation changes and liquidity mining reward redistribution across 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_sourceGaugeSTRINGContract address of the gauge from which emissions are being redirected in this Voter contract event. Hex-encoded, 0x-prefixed 40-character Ethereum address on Linea chain.
in_destinationGaugeSTRINGContract address of the gauge receiving redirected emissions in this Voter contract event. Hex-encoded, 0x-prefixed 40-character address on Linea, often matching the source gauge in single-gauge operations.
addressremovedlog_indexblock_numberin_sourceGaugeblock_timestamptransaction_hashin_destinationGauge
0x942117ec0458a8aa08669e94b52001bd43f889c1false27232812120xb5d99257600d7591c1be31f6f6c35542ae2a99552025-09-13T16:29:25.000Z0x8db3278e410faadbb653ee1bc39436c298b7bb891ae0dcbc27f90dabdea1108f0xb5d99257600d7591c1be31f6f6c35542ae2a9955
0x942117ec0458a8aa08669e94b52001bd43f889c1false28232812350xbb4762aaff6d097a1f84a3fbf5b7e6e99b9194a52025-09-13T16:30:11.000Z0x5ed440b39b538b3e55fb27c6bddccce07c1752ed31ea600c851aa5324e1474140xbb4762aaff6d097a1f84a3fbf5b7e6e99b9194a5
0x942117ec0458a8aa08669e94b52001bd43f889c1false13232812200x27652d9f8cf34d5763167ad09af597b4b2f39f2c2025-09-13T16:29:41.000Z0xc186fb833c4933defb9948a3d0da3d1ed8588319d7551d8320f80a28fc6cb3740x27652d9f8cf34d5763167ad09af597b4b2f39f2c
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_EmissionsRedirected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_GaugeCreated_event

Gauge creation events emitted when new liquidity mining gauges are deployed for liquidity pools in vote-escrowed token (veToken) protocols. Links pool addresses to their corresponding gauge contracts and associated reward distribution mechanisms for governance-driven liquidity incentives.
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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_feeDistributorSTRINGContract address of the fee distributor associated with the gauge. 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_gaugelog_indexin_creatorblock_numberblock_timestamptransaction_hashin_feeDistributor
0x942117ec0458a8aa08669e94b52001bd43f889c10x59ec66c141906012a4e17b63e2c60358c4d00f25false0x1e1cfd7c2aca4a77da31119a1f7a4caecf80999a500x683035188e3670fda1def2a7aa5742dea28ed5f3219954122025-08-13T17:16:20.000Z0x2b7cf4461b51e753165bcd81be03347ee03a64e889111e2da3657924d27c4dec0xec6271e42c18245e48b9b5af34c7864a91029f56
0x942117ec0458a8aa08669e94b52001bd43f889c10x76e5d2033268f053cbe8b65abbd00db66fa6d39bfalse0x27652d9f8cf34d5763167ad09af597b4b2f39f2c140x683035188e3670fda1def2a7aa5742dea28ed5f3232812202025-09-13T16:29:41.000Z0xc186fb833c4933defb9948a3d0da3d1ed8588319d7551d8320f80a28fc6cb3740x6868baa12388b97ee289707d1c21972385432088
0x942117ec0458a8aa08669e94b52001bd43f889c10x6667f117b936f17aa62d0fd3228ad0db046985e6false0xbb4762aaff6d097a1f84a3fbf5b7e6e99b9194a5290x683035188e3670fda1def2a7aa5742dea28ed5f3232812352025-09-13T16:30:11.000Z0x5ed440b39b538b3e55fb27c6bddccce07c1752ed31ea600c851aa5324e1474140x16b0be9f403e3ec0d4f7d44d85d5b15e2c7af15d
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_GaugeCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_GaugeKilled_event

Event logs recording the deactivation of gauge contracts from voting eligibility. Contains the gauge address that was removed from the active reward distribution set.
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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_gaugelog_indexblock_numberblock_timestamptransaction_hash
0x942117ec0458a8aa08669e94b52001bd43f889c1false0x2d3d068d80999a238283e5072ac898f3b8a8a4a7143231710872025-09-10T21:01:57.000Z0x8e5d35565594fe9e36d14a4d1dfea34d2b6d665636c789663687a75ee87486bd
0x942117ec0458a8aa08669e94b52001bd43f889c1false0xb9dd7c8a93b6658cf7b07c716bd1a3af7943ba3d11231624912025-09-10T16:14:04.000Z0xbeab9c023c122a83b63e6cd5fe8bb1af70c55d93fb22812fd2d3029fbdb0b0e5
0x942117ec0458a8aa08669e94b52001bd43f889c1false0x4b3d68471d1444e6890778eca47727bdd7d9e0e918235258582025-09-19T10:20:01.000Z0x3833fb09fac6e689afd768566cbb55db776ae98a6065b275670bee9f2f7154f8
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_GaugeKilled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_GaugeRevived_event

Events emitted when gauges are revived in the Etherex V2 voting system on Linea, tracking which gauge addresses were reactivated. Used to monitor governance actions and gauge lifecycle management in the protocol’s reward distribution mechanism.
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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_gaugelog_indexblock_numberblock_timestamptransaction_hash
0x942117ec0458a8aa08669e94b52001bd43f889c1false0xb9dd7c8a93b6658cf7b07c716bd1a3af7943ba3d24235259762025-09-19T10:23:57.000Z0x935e1a556a4274da0cd7138fc7af950ea546607299c236dcc16f2c51daf2070d
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_GaugeRevived_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_NotifyReward_event

Reward distribution events emitted when tokens are allocated to voting gauges in Decentralized Exchange (DEX) voter contracts. Records the sender address, reward token contract, and token amount distributed to incentivize liquidity provision and governance participation.
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_rewardSTRINGContract address of the reward token being distributed or claimed. 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_amountin_rewardin_senderlog_indexblock_numberblock_timestamptransaction_hash
0x942117ec0458a8aa08669e94b52001bd43f889c1false50358000000000000000000000xefd81eec32b9a8222d1842ec3d99c7532c31e3480x0b6d3b42861ee8abfcaac818033694e758ecc3eb15225960022025-08-28T00:06:39.000Z0x8ee5fab6cc7afdb6bf588d48d57779a7d7738245eaf3ef887b2839677f342c0e
0x942117ec0458a8aa08669e94b52001bd43f889c1false31725540000000000000000000xefd81eec32b9a8222d1842ec3d99c7532c31e3480x0b6d3b42861ee8abfcaac818033694e758ecc3eb87231764382025-09-11T00:00:19.000Z0xdd0b61e5c78979a33429ab4c0bae4925943f34a3a766e3f1f4eb9e9d3e41934e
0x942117ec0458a8aa08669e94b52001bd43f889c1false31408284600000000000000000xefd81eec32b9a8222d1842ec3d99c7532c31e3480x0b6d3b42861ee8abfcaac818033694e758ecc3eb12234650412025-09-18T00:00:13.000Z0x22635b263590c2c9e7b3a9c58ea7b48a6bc38c852c3eac734bbbb945ef1cac1d
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_NotifyReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_Voted_event

Governance voting events recording weight allocation to liquidity pools or gauges. Contains voter address, target pool, and voting power in wei-denominated values for tracking vote distribution in vote-escrowed token systems.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_weightSTRINGVoting power or gauge weight allocated to a pool or account. Numeric string representation of wei-denominated value.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_ownerin_weightlog_indexblock_numberblock_timestamptransaction_hash
0x942117ec0458a8aa08669e94b52001bd43f889c10x09666eaf650dc52cece84b1bcd2dd78997d239c7false0xfd7e6c923ef60c663adffcbe4e2cded29e7cffd0100103017444219330229021233811772025-09-16T00:08:14.000Z0xfb69ad510ced49c4d81c8b9de7fb5f722ffdb6a0576dd55193905b7718c157ad
0x942117ec0458a8aa08669e94b52001bd43f889c10x09666eaf650dc52cece84b1bcd2dd78997d239c7false0xa8834c214791db3342ef97b6213baca6012e67b0501052214511619205832836233817782025-09-16T00:28:18.000Z0xcbe6e02b7bbb53a43c40bc4eb4e7ad23dbdf607dcddd87d0db7e810d10def63b
0x942117ec0458a8aa08669e94b52001bd43f889c10x76e5d2033268f053cbe8b65abbd00db66fa6d39bfalse0xef8c1312507e2a25377d7f4eb3a0e5477312e74f160000000000000000000161233835152025-09-16T01:26:14.000Z0x20ad3822a1611d1db3548b751297910ac5429a3fd1c35d9ddcbd8aeb6c730380
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_Voted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Voter_Withdraw_event

No description available.
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_lpSTRINGLiquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.Voter_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

xRex_Converted_event

Token conversion events from the xRex protocol on Linea, tracking user addresses and conversion amounts. Used for analyzing token exchange activity and user conversion patterns within the Etherex V2 ecosystem.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_anon1STRINGToken amount involved in the protocol operation. Numeric string representation in wei (smallest unit), with 18 decimal places of precision.
addressin_userremovedin_anon1log_indexblock_numberblock_timestamptransaction_hash
0xc93b315971a4f260875103f5da84cb1e30f366cc0x26f9de68e15213373bbfa9ed96f8fa5c234230c3false1029544610616739283442220056762025-08-13T23:02:34.000Z0x1423b61ecec850486e01e2faf95c92642c78e35acc4c6f8331ecad8c362bd064
0xc93b315971a4f260875103f5da84cb1e30f366cc0x3a08ca9e3a394c7b947b9ca56493e38176f3428cfalse1000000000000000000002219720592025-08-13T04:14:27.000Z0x27a2aa1b83c560ca8f568087a0187dab80b325bfb2a3436331b219f19633daac
0xc93b315971a4f260875103f5da84cb1e30f366cc0x5e014aa0649102e07c074f498845f01bcd520317false19687556038258772003342219724172025-08-13T04:26:23.000Z0xab1f31826e418e981f5a195431ec44c4cbde155ec1c4ea18bcedb93bce17c9e2
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.xRex_Converted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

xRex_Exemption_event

Exemption status change events from the xRex contract on EthereX v2 (Linea), tracking candidate addresses being granted or revoked exemption privileges. Records success/failure outcomes for analyzing access control modifications and exemption policy 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_candidateSTRINGAddress of the candidate account being granted or revoked exemption status in the xRex contract. Hex-encoded, 0x-prefixed 40-character Ethereum address on Linea.
in_statusBOOLStatus code representing the state of the entity or operation. Integer value with meaning specific to the contract context.
in_successBOOLBoolean flag indicating whether the operation completed successfully.
addressremovedin_statuslog_indexin_successblock_numberin_candidateblock_timestamptransaction_hash
0xc93b315971a4f260875103f5da84cb1e30f366ccfalsetrue14false220172400xe4eeb461ad1e4ef8b8ef71a33694ccd84af051c42025-08-14T05:32:43.000Z0x44c5eae677b478bfdd7d9407a7436d887e9de283c17272df3fe852e49f552356
0xc93b315971a4f260875103f5da84cb1e30f366ccfalsefalse19true219136240xc4b578ffc2403b3911e233dc939157147f31509c2025-08-11T19:12:42.000Z0x27710b7af0c3cf91627846ff25a40c10b8f452d4663fb06d94b6d546ca935436
0xc93b315971a4f260875103f5da84cb1e30f366ccfalsetrue54true219130290xc4b578ffc2403b3911e233dc939157147f31509c2025-08-11T18:52:44.000Z0x2f52e4046f6f89981da19480cfa84105d04abe9ffeca8eed4c524049e7c1dd45
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.xRex_Exemption_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

xRex_InstantExit_event

InstantExit event emissions from the xRex (Etherex) protocol contract on Linea, recording user withdrawal amounts (in_anon1) with block-level metadata. Used for tracking liquidity exit patterns and user redemption behavior in the protocol.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_anon1STRINGToken amount involved in the protocol operation. Numeric string representation in wei (smallest unit), with 18 decimal places of precision.
addressin_userremovedin_anon1log_indexblock_numberblock_timestamptransaction_hash
0xc93b315971a4f260875103f5da84cb1e30f366cc0xc18fe557999abfa41ef2f94901c1510ea6e617c1false3538361746000387623926234651232025-09-18T00:02:57.000Z0x1d96ba819957da0b8a7737eacb62e25cbb7b0ef50f8d60c18136a8a4a4dc2864
0xc93b315971a4f260875103f5da84cb1e30f366cc0x91065596a77ef36e4354fd0dd42737e181ffaa10false2460538674602627414718234923852025-09-18T15:16:54.000Z0xe5d74edd02ce01914f26044aeeddeb633f736c89073bbedff93726fca3d88252
0xc93b315971a4f260875103f5da84cb1e30f366cc0x5d51e855840fe937af62b5b76d12e787a993b1e6false8022153633520745176962234795252025-09-18T08:06:41.000Z0xe691f34b3728373256645a33047a56059fe9d9950bc9d8a6c2d39f185bb723c1
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.xRex_InstantExit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

xRex_NewSlashingPenalty_event

No description available.
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_penaltySTRINGPenalty amount assessed in the operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.xRex_NewSlashingPenalty_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

xRex_Rebase_event

Rebase events from the xRex token contract on Linea, recording supply adjustments with rebased amounts and triggering caller addresses. Used for tracking xRex token supply changes and analyzing rebase mechanics in the Etherex V2 protocol.
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_callerSTRINGAddress that initiated or requested the contract function call. 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_amountin_callerlog_indexblock_numberblock_timestamptransaction_hash
0xc93b315971a4f260875103f5da84cb1e30f366ccfalse25202747773118575631616610x0b6d3b42861ee8abfcaac818033694e758ecc3eb25220078132025-08-14T00:16:45.000Z0x341a998e1a1dd6a7a08238e1522c67c93facc2d7efb2929ac6708e9cd7049682
0xc93b315971a4f260875103f5da84cb1e30f366ccfalse1939729403944705731451040x0b6d3b42861ee8abfcaac818033694e758ecc3eb21223026372025-08-21T00:00:28.000Z0x3b107ae63f3e2e154c8635a07856cfbed9bff92444df39e5ec8aaa94a414fb26
0xc93b315971a4f260875103f5da84cb1e30f366ccfalse1145253078324708436320900x0b6d3b42861ee8abfcaac818033694e758ecc3eb55228863872025-09-04T00:00:15.000Z0x43f56948ed9869e0f26cd806676495f2e9a9eda59029272e6eace568234b0a71
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.xRex_Rebase_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

xRex_XRamRedeemed_event

xRam token redemption events from the xRex protocol on Linea, capturing user withdrawals with redemption amounts. Useful for tracking xRam supply changes and user exit behavior from the protocol.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_anon1STRINGToken amount involved in the protocol operation. Numeric string representation in wei (smallest unit), with 18 decimal places of precision.
addressin_userremovedin_anon1log_indexblock_numberblock_timestamptransaction_hash
0xc93b315971a4f260875103f5da84cb1e30f366cc0xc93b315971a4f260875103f5da84cb1e30f366ccfalse71322400841928564816905978223307442025-08-21T15:47:37.000Z0x34b1ded6b8997c8760cdce942eb751221e5aeb8217ed514e6f604ffbf4100a02
0xc93b315971a4f260875103f5da84cb1e30f366cc0xc93b315971a4f260875103f5da84cb1e30f366ccfalse584550115367450240000002230538392025-09-08T00:47:11.000Z0x7ad585ee31fe95407219c691c3b1a81e78d668290f3d9a09c1be13df6823274f
0xc93b315971a4f260875103f5da84cb1e30f366cc0xc93b315971a4f260875103f5da84cb1e30f366ccfalse500000000000000000022219138132025-08-11T19:19:09.000Z0xacb65f26a9bd395bc6d62fd08db8b28814c67b495fb6a83284f824411dd95e2e
Query with partition filter
SELECT *
FROM `tt-contracts.etherex_v2_linea.xRex_XRamRedeemed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100