Skip to main content

Tables

YearnLinearPoolFactory_FactoryDisabled_event

Event logs emitted when a Yearn Linear Pool factory contract is disabled on Balancer V2. Contains transaction metadata and contract address for tracking factory lifecycle state changes.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
addressremovedlog_indexblock_numberblock_timestamptransaction_hash
0x7396f99b48e7436b152427bfa3dd6aa8c7c6d05bfalse311430611912023-05-23T18:35:52.000Z0xd206088f1705a8c09f4df54f549b5d5a57a9033fbbf586aff61bbad491eef13b
Query with partition filter
SELECT *
FROM `tt-contracts.balancer_0x7396f99b48e7436b152427bfa3dd6aa8c7c6d05b_polygon.YearnLinearPoolFactory_FactoryDisabled_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
0x7396f99b48e7436b152427bfa3dd6aa8c7c6d05b0x0320c1c5b6df19a194d48882aaec1c72940081d9false320393411992023-02-16T01:50:22.000Z0x6dd9d5d3a6ca6291bafd4da510b2411adccd9a5f00ec2c6f416a26ec7aa1703a
Query with partition filter
SELECT *
FROM `tt-contracts.balancer_0x7396f99b48e7436b152427bfa3dd6aa8c7c6d05b_polygon.YearnLinearPoolFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

YearnLinearPoolFactory_YearnLinearPoolCreated_event

Event logs emitted when a new Yearn linear pool is deployed by the Balancer V2 YearnLinearPoolFactory contract. Records the created pool address and associated Yearn protocol vault identifier for tracking Balancer-Yearn integration deployments.
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
0x7396f99b48e7436b152427bfa3dd6aa8c7c6d05b0x0320c1c5b6df19a194d48882aaec1c72940081d9false3253934119902023-02-16T01:50:22.000Z0x6dd9d5d3a6ca6291bafd4da510b2411adccd9a5f00ec2c6f416a26ec7aa1703a
Query with partition filter
SELECT *
FROM `tt-contracts.balancer_0x7396f99b48e7436b152427bfa3dd6aa8c7c6d05b_polygon.YearnLinearPoolFactory_YearnLinearPoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100