Skip to main content

Tables

BooLinearPoolFactory_PoolCreated_event

Linear pool creation events from Beethoven X (formerly Boo) on Fantom, tracking when new linear pools are deployed through the factory contract. Used for monitoring pool launches and analyzing liquidity deployment strategies.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xba306e3cf84751d8ef5e812c18caa6c567c783e80x71959b131426fdb7af01de8d7d4149ccaf09f8ccfalse4325112872022-03-04T07:40:50.000Z0xc03781c0617125a786a2073fb382bd988d218ff63c20e663ba1b5d7e03cdab72
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.BooLinearPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComposableStablePoolFactory_PoolCreated_event

Pool creation events emitted by Balancer V2 Composable Stable Pool factory contracts. Records the factory contract address and newly deployed pool address for tracking stable pool deployments across AMM (Automated Market Maker) 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x5c3094982cf3c97a06b7d62a6f7669f14a199b190x98c3c3a426dc2c2a7017809f134ca9dab151877afalse270617716222023-05-08T14:44:15.000Z0x3d56d0eaabb14da81370a866da71213796d14fc1a840fe81e2964fa49c90514a
0x5c3094982cf3c97a06b7d62a6f7669f14a199b190x3eb521a33082e471f87df67b82e14e1c760fc861false7617727332023-05-08T15:00:25.000Z0xeb4f157ba82680ae61f2ed9c7e3c08b01e69e8577957fdbde9919aa5ff03fcf6
0x5c3094982cf3c97a06b7d62a6f7669f14a199b190xeb38aa08bc00ba68237543d2daa1476b4dfd37f8false12613918712023-05-03T17:12:17.000Z0x0e737f9cef738437e71de4e57e1e76c9eda97ce79ee56d1cfaabaacb90e8e6a0
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ComposableStablePoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComposableStablePoolFactoryV2_PoolCreated_event

Pool creation events emitted by Balancer V2 Composable Stable Pool Factory V2 contracts, recording the deployment address of each new stable pool. Used for tracking pool deployments and factory activity across Balancer V2 implementations.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xb384a86f2fd7788720db42f9daa60fc07ecbea060xd69959fa7910ceb3a2d359ed33cb8297670b6937false28495168112022-10-19T07:37:58.000Z0x6352a14411ee37dd90463390f49a6bf71d56845634b9a932f5d39c9c6dcdec5e
0xb384a86f2fd7788720db42f9daa60fc07ecbea060xf86785fe1cefd5069e6df1b4b54b72b199200311false77495188052022-10-19T08:12:55.000Z0xdd5ee31bb150246c363a702c38892faed0f9d0c1d4fd43c4cc68b570ea604387
0xb384a86f2fd7788720db42f9daa60fc07ecbea060xf7705cd188a8ac806d28f85bdb13a38313e985fffalse11495957232022-10-20T07:21:50.000Z0xe0191b9e5a6920c32e92773235fa777e837f2f4d912c59cf82ee7fd1e5394771
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ComposableStablePoolFactoryV2_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ComposableStablePoolFactoryV3_PoolCreated_event

Pool creation events emitted by Balancer V2 ComposableStablePoolFactoryV3 contracts. Records the deployment of new composable stable pools with their contract addresses for tracking liquidity pool lifecycle and inventory.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x23f03a4fb344d8b98833d2ace093cc305e03474f0x4e87cc8043ef97a21282e72ab172722634fc2127false7660503032023-07-19T13:10:31.000Z0xc286b2b6b7971bcb17205ffb66867d85a3a691e2568b86e54ed462603a93c7b2
0x23f03a4fb344d8b98833d2ace093cc305e03474f0x775c8e7e56f7fae5e483c900c1d1217b7b51971efalse17667301192023-08-07T15:13:55.000Z0x7a6dc113a3e8f068f2872a79cf30e232a5b3a0cbe32809c24600419ff9d18815
0x23f03a4fb344d8b98833d2ace093cc305e03474f0xae3cf8cb5d85f8b826a2181729df3d1760827529false16665186692023-08-01T15:44:01.000Z0x2c3cb3c59da340c649b29b38a261d4757ece418aca46a40414de657a12a8ca29
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ComposableStablePoolFactoryV3_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC4626LinearPoolFactory_Erc4626LinearPoolCreated_event

Pool deployment events from Beethoven X’s ERC-4626 Linear Pool Factory on Fantom, tracking creation of yield-bearing pools that integrate with ERC-4626 vaults. Used for monitoring new pool launches and analyzing Beethoven’s liquidity infrastructure expansion.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_protocolIdSTRINGNumeric identifier for the protocol or vault integration associated with the linear pool. String-encoded integer value.
addressin_poolremovedlog_indexblock_numberin_protocolIdblock_timestamptransaction_hash
0x89857161e0ad36f8c5a537733c1fcf7145220aae0x3ee7a82c1ecf54a375da1e3452b21ac986f348dbfalse1556643906302023-07-30T05:07:58.000Z0x0322d045d2a7e811d6ed8773b6a83442cb50e3a0a6e9fdc9fb3bbb9cbac6f64e
0x89857161e0ad36f8c5a537733c1fcf7145220aae0xa02c23525f12c677156d076268f4b44e12e38e4dfalse96643889502023-07-30T04:59:46.000Z0xfacc2a200c6062b76557ec0058b2c7a0e932cb8d4a0035de1238477e649377ef
0x89857161e0ad36f8c5a537733c1fcf7145220aae0xd20547850f3f80204439eafc942ec4780d32f2bdfalse475568344902023-02-13T07:16:49.000Z0x92b4101408a9fdcad4130ff3deb9c2294222c664ce63a65312727400547513cf
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ERC4626LinearPoolFactory_Erc4626LinearPoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC4626LinearPoolFactory_PoolCreated_event

ERC-4626 (tokenized vault standard) linear pool creation events from Beethoven X protocol on Fantom. Records factory contract deployments of new liquidity pools with their addresses and timestamps for tracking pool launches and ecosystem growth.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x89857161e0ad36f8c5a537733c1fcf7145220aae0xd20547850f3f80204439eafc942ec4780d32f2bdfalse42556834492023-02-13T07:16:49.000Z0x92b4101408a9fdcad4130ff3deb9c2294222c664ce63a65312727400547513cf
0x89857161e0ad36f8c5a537733c1fcf7145220aae0x3ee7a82c1ecf54a375da1e3452b21ac986f348dbfalse150664390632023-07-30T05:07:58.000Z0x0322d045d2a7e811d6ed8773b6a83442cb50e3a0a6e9fdc9fb3bbb9cbac6f64e
0x89857161e0ad36f8c5a537733c1fcf7145220aae0xa02c23525f12c677156d076268f4b44e12e38e4dfalse4664388952023-07-30T04:59:46.000Z0xfacc2a200c6062b76557ec0058b2c7a0e932cb8d4a0035de1238477e649377ef
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ERC4626LinearPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC4626LinearPoolFactoryV2_Erc4626LinearPoolCreated_event

ERC-4626 linear pool creation events from Beethoven X (Balancer V2 fork) on Fantom, tracking when new yield-bearing token pools are deployed via the factory contract. Used for monitoring pool launches and analyzing the expansion of Beethoven’s liquidity infrastructure.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_protocolIdSTRINGNumeric identifier for the protocol or vault integration associated with the linear pool. String-encoded integer value.
addressin_poolremovedlog_indexblock_numberin_protocolIdblock_timestamptransaction_hash
0x1f641e8a2a966835f1979c3938654b6a4874eeda0x6ab829877d5ad14667b00b57e6df9d98da0867a3false266636360402023-07-27T20:35:24.000Z0xbe65393b1102c80e13c86b5c2c325cf996013baa530b5b54088a3171d59ddbfd
0x1f641e8a2a966835f1979c3938654b6a4874eeda0x441fe62fdc40125aace5e11644cd59ffe7515d66false156636355302023-07-27T20:33:17.000Z0x42fb5c53bd90b5f949378ae6fc9ea6ae9fd72b31faeeaf4590f31eeba9b69966
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ERC4626LinearPoolFactoryV2_Erc4626LinearPoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC4626LinearPoolFactoryV2_PoolCreated_event

Pool creation events emitted by Balancer V2’s ERC4626 linear pool factory (version 2), recording the deployment of new ERC-4626 tokenized vault linear pools. Used for tracking factory-deployed pool inventory and analyzing pool creation patterns across Balancer-compatible 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x1f641e8a2a966835f1979c3938654b6a4874eeda0x441fe62fdc40125aace5e11644cd59ffe7515d66false10663635532023-07-27T20:33:17.000Z0x42fb5c53bd90b5f949378ae6fc9ea6ae9fd72b31faeeaf4590f31eeba9b69966
0x1f641e8a2a966835f1979c3938654b6a4874eeda0x6ab829877d5ad14667b00b57e6df9d98da0867a3false21663636042023-07-27T20:35:24.000Z0xbe65393b1102c80e13c86b5c2c325cf996013baa530b5b54088a3171d59ddbfd
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ERC4626LinearPoolFactoryV2_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ERC4626LinearPoolFactoryV3_PoolCreated_event

ERC-4626 Linear Pool Factory version 3 pool creation events emitted when a new ERC-4626 linear pool is deployed through the Balancer V2 factory contract. Tracks the creation of yield-bearing linear pools that implement the ERC-4626 tokenized vault standard.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x1b2b291f5dca9fc7811fc5998758305faec7977c0xadab239e677bbc038f5244ac6c7de2d684b0b92cfalse13638033592023-06-09T03:19:01.000Z0x9ce7abc8bfa54471b8a7a74b4be7fc13d4ee668d42baebcd8af042b4b9f1d139
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ERC4626LinearPoolFactoryV3_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityBootstrappingPoolFactory_PoolCreated_event

Liquidity Bootstrapping Pool (LBP) creation events emitted by Balancer V2 factory contracts. Records the deployment of new LBP pools with their contract addresses for tracking token launch mechanisms.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x2c774732c93ce393ec8125bda49fb3737ae6f4730xf98a106f2e02ad15aa00189414979b110d45fe8afalse46555963362023-02-12T01:12:11.000Z0xec6581191666aa78bb764050604d21d9c3d0bb0e08cd7e4714bf55e2b3c41418
0x2c774732c93ce393ec8125bda49fb3737ae6f4730xd1cbea11d759d64c985687d63ffcc905468c0218false18276345512022-01-11T08:45:03.000Z0x33a4f14538b923df5569632aa430960a748ec5d8c7bd56395bd02d2c0b9137ec
0x2c774732c93ce393ec8125bda49fb3737ae6f4730x65cf74fb5e6161f6d2f99eac1d3f4deace58e0f5false20603156232023-04-19T18:10:04.000Z0x78f8011c2d53b8835a8c1caa73c56497a31f961513b783acfaf77387ee95fdce
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.LiquidityBootstrappingPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityBootstrappingPoolFactoryV2_PoolCreated_event

Liquidity Bootstrapping Pool (LBP) creation events from Beethoven X V2 factory on Fantom, capturing newly deployed pool addresses and deployment timestamps. Used for tracking LBP launches and analyzing token distribution events on the platform.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x458368b3724b5a1c1057a00b28eb03feb5b649680x9969a68cd31414b74ba61e9c3553431a7bca76e2false35234875622021-11-29T15:28:34.000Z0x5f0dcf3aaa6f42ccd4772f8401254992a1ee31b27de2701766f8999eb442e2a2
0x458368b3724b5a1c1057a00b28eb03feb5b649680x395a9cf7d1a11806d08f090ab07125eb65c49acefalse5234709652021-11-29T11:29:05.000Z0x4badd53b52f88b78915981d4cda24ea7b60d1b4889c1d04ef407aa2ba3b44a36
0x458368b3724b5a1c1057a00b28eb03feb5b649680x7c947d335df2e9da65e0a1f8e6bbeaa3ff0a373dfalse5234815072021-11-29T14:05:59.000Z0xace464743e2807079110b54f80114fe897fc675fb2dc35f56b9cc31a73622b9d
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.LiquidityBootstrappingPoolFactoryV2_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterChef_Harvest_event

Reward harvest events from Beethoven X (Balancer V2 fork) MasterChef staking contracts on Fantom, tracking when users claim earned tokens from liquidity mining pools. Contains harvested amounts per pool ID (pid) for analyzing farming incentive distributions and yield 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
10x8166994d9ebbe5829ec86bd81258149b87facfd30x710e1ca587ff2a8a87d3e12dfafd379aae2ae811false015652018152023-07-06T07:18:40.000Z0x42aaf9c254a4c0fe090b86c2d5c9b6973d50ccfbda28af88cb4ecb764cd0850b
10x8166994d9ebbe5829ec86bd81258149b87facfd30xeb9e60c00992df72bf1daef801b895ac5365fa0dfalse181141660454379278613651933842023-07-06T03:26:38.000Z0x4f86ea99b0fabe3f916e412d0ce5f0cbf250d3ff1cb7b4be31e76a49c34be0ca
80x8166994d9ebbe5829ec86bd81258149b87facfd30x710e1ca587ff2a8a87d3e12dfafd379aae2ae811false032652018152023-07-06T07:18:40.000Z0x42aaf9c254a4c0fe090b86c2d5c9b6973d50ccfbda28af88cb4ecb764cd0850b
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.MasterChef_Harvest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaStablePoolFactory_PoolCreated_event

Event logs emitted when a new MetaStable pool is deployed through Balancer V2’s MetaStable pool factory contract. MetaStable pools are designed for assets with known exchange rates that fluctuate within a narrow band, such as wrapped or derivative 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x70b55af71b29c5ca7e67bd1995250364c4be55540x0c3ee26045fdf5d5e358a85c112cb913fafa502efalse26256805522021-12-22T06:22:41.000Z0xa5521498da9d0bbc0c8c99609094a4ceb6575e12daa47f6b21161cf527ddf5e2
0x70b55af71b29c5ca7e67bd1995250364c4be55540x8fda1835d346cf3d22c01742d2edbb0831402a3afalse45579979482023-03-20T18:00:52.000Z0x648da1b037d215f3db687ede9e405b1962766d9f72c7159ac988837d6415fa94
0x70b55af71b29c5ca7e67bd1995250364c4be55540xb95dff01e367b2eef1d8407985c1cdd0c4ba7e4afalse40606826492023-04-24T15:30:43.000Z0x214c84b4209c00e6c54c8019e0671931df914000560d2beb43236938085208c2
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.MetaStablePoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_SwapFeePercentageChanged_event

Event logs recording swap fee percentage updates for Balancer V2 and Beethoven X liquidity pools. Emitted when pool administrators modify the fee rate charged on token swaps, stored as a wei-denominated percentage where 1e18 equals 100%.
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_swapFeePercentageSTRINGSwap fee charged on the transaction expressed as a percentage. Numeric string in wei representing the fee rate, where 1e18 equals 100%.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_swapFeePercentage
0x9f95ae778d14dfcee1decbd848350703c161f9c9false16573095412023-03-10T10:24:04.000Z0xeda8d2f02c4a8539298804e4d6a406c2e335e7b9ef8d270f3c8b02f28faa067e30000000000000000
0x1e43d3d3e1ebe8425b7e295eb85765b5d10a1016false0572835312023-03-10T01:15:20.000Z0x39631b5de70dcd63949db3df7ea461c201f8c5905cda573c0a12cedafee67fd310000000000000000
0x453fae3fcb7323a3360e8413877d0423f1c8b3d9false0428472212022-07-15T23:02:33.000Z0x005d9225cd11a0570c494de685c936a3b7136e65bc0698e47b8528871e41fef17500000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.Pool_SwapFeePercentageChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Transfer_event

Liquidity pool token transfer events emitted when LP (Liquidity Provider) tokens are minted, burned, or transferred between addresses. Contains sender, recipient, and token amount for tracking pool share ownership and liquidity position 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0xfe1bfcefa9a9de300a99bcbc36af17ed716371570x0459a6e0478644a87ee1371ecf944f403ac655220x0000000000000000000000000000000000000000false48044677139943941217406964762022-06-17T05:54:38.000Z0xaa5d2033693bef46ad8a8518f4de95eafec823d34540c01bb1ac1a165bf2fa4e
0x8166994d9ebbe5829ec86bd81258149b87facfd30x0459a6e0478644a87ee1371ecf944f403ac655220xfe1bfcefa9a9de300a99bcbc36af17ed71637157false48044677139943941223406964762022-06-17T05:54:38.000Z0xaa5d2033693bef46ad8a8518f4de95eafec823d34540c01bb1ac1a165bf2fa4e
0x00000000000000000000000000000000000000000x0579b9df6ed258aab3cb58cf95149fe0c25ef8cb0x82e38f1a06fd2692ab9275bde75092341b8f187cfalse93302134368135202945118407002982022-06-17T07:06:56.000Z0xa629f228820315044a88af5e04524d6d370905fd774a838845c0f4dbc2972b2a
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.Pool_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ProtocolFeesCollector_FlashLoanFeePercentageChanged_event

Event logs capturing flash loan fee percentage updates in the Balancer V2 Protocol Fees Collector contract. Records the new fee percentage value whenever protocol governance modifies the flash loan borrowing cost.
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_newFlashLoanFeePercentageSTRINGNew flash loan fee percentage for the Balancer protocol. String-encoded integer value representing the fee in basis points with 18 decimal places of precision.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newFlashLoanFeePercentage
0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948ffalse8196516952021-10-21T05:44:22.000Z0x16bfb8641727bb8f87a57ba0766be976d29ec8712bd52a0c124fccfe7026ab56300000000000000
0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948ffalse0177192162021-09-26T09:25:51.000Z0x2eca0862f9eafaacdcbcecc3b55cc08de8e031756090d577c3dfb4e6897194ce1000000000000000
0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948ffalse96173668402021-09-20T13:54:31.000Z0x63856e70c2f52e91cc8ecb3838298d0b8a2e0dc20f11e737fca066d6f550125c1000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ProtocolFeesCollector_FlashLoanFeePercentageChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ProtocolFeesCollector_SwapFeePercentageChanged_event

Protocol fee percentage update events emitted by Balancer V2 ProtocolFeesCollector contracts. Records changes to the swap fee percentage charged on protocol-level transactions, with the new percentage value stored as a wei-denominated string.
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_newSwapFeePercentageSTRINGNew swap fee percentage for the protocol. 18-decimal fixed-point integer represented as a string, where 1e18 equals 100%.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newSwapFeePercentage
0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948ffalse45173567102021-09-20T09:58:35.000Z0x2cae7dbc0ef64f4660a8befa5274177b08b66122bfc99f157904ef0c60e87cb3150000000000000000
0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948ffalse15409884932022-06-21T06:05:57.000Z0xa39303f24dcf72795e98414a99830484644ccb6c4e570999db758ac7d734b987250000000000000000
0xc6920d3a369e7c8bd1a22dbe385e11d1f7af948ffalse911012209202024-12-27T08:34:23.000Z0x83df37d3a270071e322a18ffd04e9a7c9ed11fef38c483ca406deed71afd7bbd500000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ProtocolFeesCollector_SwapFeePercentageChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ReaperLinearPoolFactory_PoolCreated_event

Pool creation events from Beethoven X’s (Balancer V2 fork) Reaper Linear Pool Factory on Fantom. Captures each new linear pool deployment with pool address and creation timestamp for tracking liquidity pool launches.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xd448c4156b8de31e56fdfc071c8d96459bb281190x55e0499d268858a5e804d7864dc2a6b4ef194c63false6495159642022-10-19T07:23:22.000Z0x6e266032a73b11d10934ea50c32dc77ebdd32c554c131f48167126cb5380055f
0xd448c4156b8de31e56fdfc071c8d96459bb281190xa9a1f2f7407ce27bcef35d04c47e079e7d6d399efalse4495934262022-10-20T06:37:44.000Z0x3e97cd172d6b71e79aa31ae001b5cc00af9a2cce6a55c3934b4a8f96195e297b
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ReaperLinearPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ReaperLinearPoolFactoryV2_PoolCreated_event

Pool creation events from Beethoven X’s Reaper Linear Pool Factory V2 on Fantom, tracking when new linear pools are deployed with their contract addresses and deployment timestamps.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x80434cf3661313d1a0632f567c1ba389ee2f76650xb85a3fc39993b2e7e6874b8700b436c212a00516false4353496032022-04-06T03:55:49.000Z0xdfa0291a6f881ff37866763eef0099bc729b89279eb5c96aeaa625dcab90b24e
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ReaperLinearPoolFactoryV2_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ReaperLinearPoolFactoryV3_PoolCreated_event

Pool creation events from Beethoven X (Balancer V2 fork) ReaperLinearPoolFactoryV3 contract on Fantom. Captures new linear pool deployments with pool addresses and creation timestamps for tracking liquidity pool launches.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xac372c8a6d59c4f22a3b9867d4b677c5543021450x1583817b28251844a826f92016cbbbb5aa783824false16469204302022-09-14T08:11:57.000Z0x29638669ebe690a06a9c936d935df3774bc863766f325e033945785862ee976a
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.ReaperLinearPoolFactoryV3_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePhantomPoolFactory_PoolCreated_event

Pool creation events emitted by Balancer V2 StablePhantomPoolFactory contracts. Records the deployment of stable phantom pools, which are composable stable pools that hold Balancer Pool Tokens (BPTs) alongside regular 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x0e2afa0b5f9174750d4e84bf9798f89b79bd5bf40xdfc65c1f15ad3507754ef0fd4ba67060c108db7efalse21358182612022-04-11T19:36:39.000Z0xfc3c415dd67da885e39ce3250a0565e7c6812ee9721360b4b3048c9ddf1eea14
0x0e2afa0b5f9174750d4e84bf9798f89b79bd5bf40x1352fd97a1828093bf375f62e088bc196facd1eefalse17358084262022-04-11T16:43:38.000Z0x680d5e606897ad434a3fa1e26c6043e65cfec527c8cd0e5e10a4ecd6eba3c15b
0x0e2afa0b5f9174750d4e84bf9798f89b79bd5bf40xecc53ac812123d471360ea3d90023318868b56a5false20367227512022-04-22T19:27:33.000Z0x499fbd227dbbf64c18dacfd8ae9cad5826d7fe5f53ad7f9dfdfe2ed5f4c634a1
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.StablePhantomPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePoolFactory_PoolCreated_event

Pool creation events emitted by StablePoolFactory contracts on decentralized exchange (DEX) platforms. Records the deployment of new stable swap pools with their contract addresses and constituent token pairs for tracking liquidity pool initialization.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x55df810876354fc3e249f701dd78dede57991f8d0x8fe1a318e67bc203180adf68007613546e8af393false23202149462021-10-27T02:46:16.000Z0xe09cee765375975715f9bda1bab334f551b7ff9bdf4be06998d9435e9b20662d
0x55df810876354fc3e249f701dd78dede57991f8d0xf3f0970bca8ce7e9672d17a301b54d1485d93807false8237783572021-12-02T13:31:06.000Z0xc1be1fb2a34361d137e170ff2a3cdafc07c16f63fd684ce9f06e916257b34852
0x55df810876354fc3e249f701dd78dede57991f8d0xd163415bd34ef06f57c58d2aed5a5478afb464ccfalse36182548812021-10-04T02:38:43.000Z0x43cf60e88bc97ad5f041f24c65c11cd00db50ad8efcab70149931c704caef812
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.StablePoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TarotLinearPoolFactory_PoolCreated_event

Pool creation events from Beethoven X’s Tarot Linear Pool Factory contract on Fantom. Tracks when new Tarot lending pools are added to or removed from the protocol with pool addresses and factory contract details.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x681b59c9cbbb6ab43ee3360ac6c34e1dd2f147e90x49769fe4c796b2775d2e44982cca8cdae36f6671false4367168902022-04-22T17:48:16.000Z0xd7b0e3f42052e51fa5509738d57903971b80ea6ad8e811b329233cdbfa5147c1
0x681b59c9cbbb6ab43ee3360ac6c34e1dd2f147e90x230112fa4b07234769fc92bd616c8c77f4fe0e53false4367231272022-04-22T19:34:18.000Z0x3c106fd58bc4930eb30c1e87d45300cf3067ea3b1c6dc38e526c35a7dd8e946f
0x681b59c9cbbb6ab43ee3360ac6c34e1dd2f147e90xb4aae62a3f10717b9c649ed5ce099d981e5dca8cfalse8367419812022-04-23T01:16:24.000Z0xac6ec41c412fff6a9c122cc9ad4a911d7d5342ba72a902a0428d97a62d338ed6
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.TarotLinearPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_FlashLoan_event

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

Vault_PoolBalanceChanged_event

Balancer V2 Vault event emitted when liquidity provider positions change in a pool, recording token balance deltas and protocol fees. Contains pool identifier, liquidity provider address, token addresses, and per-token balance changes for tracking deposits, withdrawals, and pool composition updates.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_liquidityProviderSTRINGAddress of the liquidity provider adding or removing funds from the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_deltasARRAY<STRING>Array of token balance changes for each token in the pool. String-encoded signed integers representing the change in token amounts, with positive values indicating deposits and negative values indicating withdrawals.
in_protocolFeeAmountsARRAY<STRING>Array of protocol fee amounts collected for each token in the pool. String-encoded unsigned integers corresponding positionally to tokens in the pool, representing fees taken by the protocol on the transaction.
addressremovedin_deltasin_poolIdin_tokenslog_indexblock_numberblock_timestamptransaction_hashin_liquidityProviderin_protocolFeeAmounts
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse[“0”,“8951638332440115”,“0”,“0”]0xf3a602d30dcb723a74a0198313a7551feaca7dac00010000000000000000005f[“0x04068da6c83afcfa0e13ba15a6696662335d5b75”,“0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83”,“0x321162cd933e2be498cd2267a90534a804051b11”,“0x74b23882a30290451a17c44f4f05243b6b58c76d”]128470061962022-09-15T20:24:31.000Z0x2049732248b9970bcac3d917bb7ac310182d35122ef973b9a4680dc96b92c01c0x00f23196ea5a1a94d24a56402dc12e043a0a0cc0[“0”,“0”,“0”,“0”]
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse[“0”,“1844744644321865178”,“0”,“0”]0xf3a602d30dcb723a74a0198313a7551feaca7dac00010000000000000000005f[“0x04068da6c83afcfa0e13ba15a6696662335d5b75”,“0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83”,“0x321162cd933e2be498cd2267a90534a804051b11”,“0x74b23882a30290451a17c44f4f05243b6b58c76d”]168470122732022-09-15T22:40:20.000Z0xc68116e949d905e18088d6ae1a652b0b9e176f3fc3697d1075eab035b80e66a70x00f23196ea5a1a94d24a56402dc12e043a0a0cc0[“721526”,“0”,“0”,“0”]
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse[“0”,“1812562405677145061”,“0”,“0”]0xf3a602d30dcb723a74a0198313a7551feaca7dac00010000000000000000005f[“0x04068da6c83afcfa0e13ba15a6696662335d5b75”,“0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83”,“0x321162cd933e2be498cd2267a90534a804051b11”,“0x74b23882a30290451a17c44f4f05243b6b58c76d”]132470101632022-09-15T21:43:07.000Z0x03386ea9f595195d2e57422f808a9ad0a00e9dd9bf294178558d8003575e6a080x00f23196ea5a1a94d24a56402dc12e043a0a0cc0[“0”,“0”,“0”,“0”]
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.Vault_PoolBalanceChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_PoolBalanceManaged_event

Balancer V2 Vault event emitted when an asset manager adjusts the allocation of a pool’s token balance between liquid cash reserves and managed external positions. Records changes in cash and managed amounts for pool rebalancing operations.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_assetManagerSTRINGContract address of the asset manager responsible for managing pool token balances. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_cashDeltaSTRINGChange in token balance available to the pool’s vault for immediate operations. String-encoded signed integer representing token units.
in_managedDeltaSTRINGChange in token balance managed by the asset manager outside the vault’s immediate liquidity pool. String-encoded signed integer representing token units.
addressremovedin_tokenin_poolIdlog_indexblock_numberin_cashDeltablock_timestampin_assetManagerin_managedDeltatransaction_hash
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e0x685056d3a4e574b163d0fa05a78f1b0b3aa04a8000000000000000000000071a27641706521137669442551659360763672023-06-15T18:17:36.000Z0x8553fdc738521b0408c22897f6ceeed7f753a2c9-1137669442551659360763670x4d64956f48357a5b14c15b4a424e4619ec4703026f73d99a279eafd23b453cc2
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x16e4399fa9ba6e58f12bf2d2bc35f8bde8a9a4ab0x685056d3a4e574b163d0fa05a78f1b0b3aa04a8000000000000000000000071a1064170652-1133172000080573265116932023-06-15T18:17:36.000Z0x8553fdc738521b0408c22897f6ceeed7f753a2c91133172000080573265116930x4d64956f48357a5b14c15b4a424e4619ec4703026f73d99a279eafd23b453cc2
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x8d11ec38a3eb5e956b052f67da8bdc9bef8abf3e0x685056d3a4e574b163d0fa05a78f1b0b3aa04a8000000000000000000000071a246417065202023-06-15T18:17:36.000Z0x8553fdc738521b0408c22897f6ceeed7f753a2c91137669442551659360763670x4d64956f48357a5b14c15b4a424e4619ec4703026f73d99a279eafd23b453cc2
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.Vault_PoolBalanceManaged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_PoolRegistered_event

Event logs recording new liquidity pool registrations in Balancer vault contracts. Contains pool address, unique pool identifier, factory address, token configurations with rate providers, hook configurations for custom pool logic, liquidity management settings, role assignments for governance, and initial swap fee parameters.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_poolAddressSTRINGContract address of the liquidity pool. Hex-encoded, 0x-prefixed, 42-character string.
in_specializationINT64Pool specialization type indicator in Balancer V2 Vault architecture. Integer value encoding the pool’s internal asset management strategy (0=General, 1=Minimal Swap Info, 2=Two Token).
addressremovedin_poolIdlog_indexblock_numberin_poolAddressblock_timestamptransaction_hashin_specialization
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x971c4a721cf9d41adab780822177db4c505fc0480001000000000000000000921219507490x971c4a721cf9d41adab780822177db4c505fc0482021-11-13T18:01:46.000Z0xc8bbb18aa8ba2c9e6eecd75c3b75cdd5bbaedc9e21d77c85b13062c57be752f11
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x4ba8790a9f46d2bfc2340866bc85449fed2e36800001000000000000000000931219524740x4ba8790a9f46d2bfc2340866bc85449fed2e36802021-11-13T18:25:27.000Z0xf6b5aee8a37882a7b9be3ad59441af22227fdb32e216da224d4f5871eb7339851
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0xdee35a4192f4b4d7f9ca44e3aafb44731b4601250001000000000000000000901218837370xdee35a4192f4b4d7f9ca44e3aafb44731b4601252021-11-13T01:09:52.000Z0x897ca6fdb5a3e4dfed75367e7f37c81315a9b4020d46a95476b180044db26feb1
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.Vault_PoolRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_Swap_event

Swap events emitted by decentralized exchange vault contracts containing input/output token addresses, amounts, pool identifiers, and swap fee data. Tracks token exchanges executed through vault-based automated market maker 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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_tokenInSTRINGContract address of the token being swapped in or deposited. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenOutSTRINGContract address of the token being received from the swap. 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.
addressremovedin_poolIdlog_indexin_tokenInin_amountInin_tokenOutblock_numberin_amountOutblock_timestamptransaction_hash
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x21bbfc5681d9e171677dbd1a85a9ab15df82ad8600010000000000000000070810x02838746d9e1413e07ee064fcbada57055417f214588107608446595709330x21be370d5312f44cb42ce377bc9b8a0cef1a4c8361630095498791652136092762632023-05-06T17:53:13.000Z0x63da0745b5212a3ffe08b0655973015c1edd3aaa6342ce6636e39fbd3c6a860b
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x21bbfc5681d9e171677dbd1a85a9ab15df82ad86000100000000000000000708150x02838746d9e1413e07ee064fcbada57055417f21254114779955268607720770x04068da6c83afcfa0e13ba15a6696662335d5b756158511311955940332023-05-06T04:45:00.000Z0xc772cc9a0cd2d0a2219b4138d15824076b763c10e1e589b5687967d40082bd32
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x21bbfc5681d9e171677dbd1a85a9ab15df82ad8600010000000000000000070830x02838746d9e1413e07ee064fcbada57055417f21408192659435310772350060x21be370d5312f44cb42ce377bc9b8a0cef1a4c836159532343616253028490359396592023-05-06T08:39:12.000Z0xb64371cda9cd05f5bddc931d6c87aa4644412e83eb9e5a76ad2c55278e20aecc
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.Vault_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_TokensDeregistered_event

Balancer V2 Vault event recording the removal of tokens from a liquidity pool’s registered token list. Emitted when pool composition changes through token deregistration, containing the pool identifier and array of deregistered 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.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
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.beethoven_v1_fantom.Vault_TokensDeregistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_TokensRegistered_event

Event logs recording token registration within Balancer V2 vault pools. Contains pool identifier, array of registered token addresses, and corresponding asset manager addresses for tracking pool composition initialization.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_assetManagersARRAY<STRING>Array of asset manager contract addresses for each token in the pool. Hex-encoded, 0x-prefixed, 42-character strings corresponding to each token in in_tokens array.
addressremovedin_poolIdin_tokenslog_indexblock_numberblock_timestampin_assetManagerstransaction_hash
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0x41870439b607a29293d48f7c9da10e67142176240001000000000000000000a4[“0x04068da6c83afcfa0e13ba15a6696662335d5b75”,“0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83”,“0x44f7237df00e386af8e79b817d05ed9f6fe0f296”]2228220582021-11-22T17:58:51.000Z[“0x0000000000000000000000000000000000000000”,“0x0000000000000000000000000000000000000000”,“0x0000000000000000000000000000000000000000”]0x466fa547b78d46808dac352a2e233e62aae482fcdf6b9197e36f278c76535741
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0xb4aae62a3f10717b9c649ed5ce099d981e5dca8c00000000000000000000042b[“0x74d1d2a851e339b8cb953716445be7e8abdf92f4”,“0xb4aae62a3f10717b9c649ed5ce099d981e5dca8c”,“0xc5e2b037d30a390e62180970b3aa4e91868764cd”]6367419812022-04-23T01:16:24.000Z[“0x0000000000000000000000000000000000000000”,“0x0000000000000000000000000000000000000000”,“0x0000000000000000000000000000000000000000”]0xac6ec41c412fff6a9c122cc9ad4a911d7d5342ba72a902a0428d97a62d338ed6
0x20dd72ed959b6147912c2e529f0a0c651c33c9cefalse0xc0064b291bd3d4ba0e44ccfc81bf8e7f7a579cd200000000000000000000042c[“0xc0064b291bd3d4ba0e44ccfc81bf8e7f7a579cd2”,“0xc3bf643799237588b7a6b407b3fc028dd4e037d2”,“0xd7028092c830b5c8fce061af2e593413ebbc1fc1”]67367951162022-04-23T17:19:47.000Z[“0x0000000000000000000000000000000000000000”,“0x0000000000000000000000000000000000000000”,“0x0000000000000000000000000000000000000000”]0xd7e369ad298c0627a89fbf9ad9c1ce8b3e5ac0cc51e0a533e85d5f3f9d6a78c0
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.Vault_TokensRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WeightedPool2TokensFactory_PoolCreated_event

PoolCreated event logs emitted by the WeightedPool2TokensFactory contract when new two-token weighted pools are deployed on Balancer V2. Records factory contract address and newly created pool address for tracking pool deployments across DEX infrastructure.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x92b377187bccc6556fced2f1e6dad65850c206300xea0406e924765a78c08de89412a3bd769111eacffalse4389148762022-05-24T00:07:30.000Z0x12e53bbc1922f5f509a3a6d30efe9c05eae979bfeb09b45cf74d4b25e184b64d
0x92b377187bccc6556fced2f1e6dad65850c206300xc2d10578163bc27b98d0e8f004656e3c91c59d2efalse99351032902022-04-03T05:28:05.000Z0x69928bffc181dce4f498e46068168cf34272f3a207f73049160d5d80692b9fe6
0x92b377187bccc6556fced2f1e6dad65850c206300x38e0b2b7d6915ce138b5acf454e0f4784a92f308false22351030822022-04-03T05:24:45.000Z0x15a56d361c3e3e809f1a6a7fd650cf18d47a38af66a3e1e00facc9bb49815889
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.WeightedPool2TokensFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WeightedPoolFactory_PoolCreated_event

Weighted pool creation events emitted by Balancer V2 factory contracts. Records the deployment of new weighted pools with factory address and newly created pool address.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x60467cb225092ce0c989361934311175f437cf530x7865a5e9e8073cd4354673fa737036ea1cba5144false28295582852022-01-31T07:06:20.000Z0xceee2abdb447944000f718c94135b154ded33ab570c3d6f547abc461fa783435
0x60467cb225092ce0c989361934311175f437cf530xb7ea6f4ee77e66c64d850d5e64d21dc82fdb0131false3295298672022-01-31T00:19:17.000Z0x2499baa049e8b4e411785f722fb4cb50caa4430a1e0afe3701e19d4b93b12f09
0x60467cb225092ce0c989361934311175f437cf530xa1c5698a042638b6220e336ed9cfafb499560c20false3296272182022-01-31T23:30:23.000Z0xc9e2fd7a454005b58af369dfa3c474ed8eba4ebea4053f8c4872210f3840e4a8
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.WeightedPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WeightedPoolFactoryV2_PoolCreated_event

Event logs emitted when new weighted liquidity pools are created by Balancer V2 WeightedPoolFactory contracts. Records the factory contract address and newly deployed pool address for tracking pool deployments across Balancer-based decentralized exchanges.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xb841df73861e65e6d61a80f503f095a91ce75e150x8264a29a6386828f24ebf06b1b2dffeeffcf6295false6656097422023-07-11T18:18:19.000Z0x918ffd831340fd4b7925a3fa786cdb34f41672e1571a8b7c4276742f453f7500
0xb841df73861e65e6d61a80f503f095a91ce75e150x607319a87618bbc52a3afaef45febeb67888c62dfalse6701517182023-11-03T17:39:11.000Z0x26a3fafcdfcddef12d24ef24af9cafaf1c1a38e0c1c50f2171f68f2bc5511574
0xb841df73861e65e6d61a80f503f095a91ce75e150xc3b27e9d74e8076f5566a1b33413b0db7df77b4bfalse159701388822023-11-03T09:51:03.000Z0xc08ea70efe5d32ee13051a8893f3dc3d763a2621dbd02b69b0af3bcaa12b835c
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.WeightedPoolFactoryV2_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WeightedPoolFactoryV3_PoolCreated_event

Pool creation events emitted by Balancer V2 WeightedPoolFactory V3 contracts. Records the address of newly deployed weighted liquidity pools from the factory contract.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xd678b6acd834cc969bb19ce82727f2a541fb79410x9f88483b389d66c5c9e72f93f81b4d8bcf9b4b11false16567890012023-03-02T11:38:38.000Z0x2c6ab3ef15499bc02778fc1929de286fcf63364e734850ba2d5b35a75ccccb32
0xd678b6acd834cc969bb19ce82727f2a541fb79410x64af567094787a485031b4fcf6ad9a5e606b80a1false38556815612023-02-13T06:37:29.000Z0x468b94deb4872343e4063414816ab7495a7af7d45936bceec68cc031aa09a698
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.WeightedPoolFactoryV3_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WeightedPoolFactoryV4_PoolCreated_event

Event logs emitted by Balancer V2 WeightedPoolFactory version 4 contracts when new weighted pools are deployed. Records the deployed pool address and factory contract address for tracking pool creation across Balancer protocol instances.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xb2ed595afc445b47db7043bec25e772bf0fa1fbb0x9e4341acef4147196e99d648c5e43b3fc9d02678false13519387802022-12-06T01:44:36.000Z0x29d2587c8af3a6a007808da92be2bb7f165da9329c6f69cb1f3509a2c4335e42
0xb2ed595afc445b47db7043bec25e772bf0fa1fbb0x9a8f6d18c55f2f117170390c74e6720077788900false9505946832022-11-08T01:55:46.000Z0x1b0bd792e7da43ee3b27f34d9cc141b98e23aecb929aac18e00e5f1f3b919e53
0xb2ed595afc445b47db7043bec25e772bf0fa1fbb0x56ad84b777ff732de69e85813daee1393a9ffe10false176539775762023-01-18T09:45:02.000Z0xd1fd5439e2acb47591240bf5022120574882e38a4c2c66d71557cea16de45f59
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.WeightedPoolFactoryV4_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

YearnLinearPoolFactory_PoolCreated_event

Emitted when a new Yearn Linear Pool is created by the factory contract on Balancer V2. Contains the factory address and the newly deployed pool address, linking pool creation to transaction metadata.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0x1f73ae6ed391a2b1e84ff988a1bb5394b78a4a710xc3bf643799237588b7a6b407b3fc028dd4e037d2false10311586452022-02-16T18:03:53.000Z0xd36bba2284708df0a2446980ac6e6b78d90ee02d3b3437931b753caa8209086a
0x1f73ae6ed391a2b1e84ff988a1bb5394b78a4a710x3b998ba87b11a1c5bc1770de9793b17a0da61561false8288936272022-01-24T07:59:53.000Z0xc8d56da1b448458c939268379cd8dc99cdcd30124eaa47f942be81117abdd5de
0x1f73ae6ed391a2b1e84ff988a1bb5394b78a4a710x2ff1552dd09f87d6774229ee5eca60cf570ae291false85288940282022-01-24T08:05:13.000Z0xe238a33dcd0ab2b9a9ce38d9d68fa9c71e578e15f9082417e7fca019cb3efb8a
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.YearnLinearPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

YearnLinearPoolFactoryV2_PoolCreated_event

Balancer V2 event logs emitted when a Yearn Linear Pool is created by the YearnLinearPoolFactoryV2 contract, recording the factory address and newly created pool address. Used to track the deployment of Yearn-integrated linear pools across Balancer V2 implementations.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hash
0xe6332a48be7496489561ab4cfab71407b1ac8ca40x8e58191cb73b283af2d7a8ef3f9ce1544db2b828false12520260022022-12-08T10:01:51.000Z0x8e5b0495156a5ac586fb0ad7c64ddd2f4092c6739377061eeec0c3cc2a4c2414
Query with partition filter
SELECT *
FROM `tt-contracts.beethoven_v1_fantom.YearnLinearPoolFactoryV2_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100