Skip to main content

Tables

AutoCompoundingRewards_AutoProcessRewardsCountUpdated_event

Configuration updates for automated reward processing batch size on Bancor v3 (Ethereum). Tracks changes to the number of rewards processed per auto-compounding transaction for system optimization.
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_prevCountSTRINGPrevious count of auto-processing rewards before the update event. Numeric value stored as string, typically starting from 0 as seen when the auto-compounding mechanism is first initialized.
in_newCountSTRINGThe updated count value for auto-processing rewards after this event. Numeric string representing the new configuration setting for automatic reward processing batches.
addressremovedlog_indexin_newCountblock_numberin_prevCountblock_timestamptransaction_hash
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdcfalse8131538383802022-08-21T11:51:35.000Z0xd3f7eeb24829a89126ff861a2a354725123568b9876b8d0651397f752348f10d
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_AutoProcessRewardsCountUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_ExpDecayProgramCreated_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_totalRewardsSTRING-
in_startTimeSTRINGStart timestamp for the listing, auction, program, or vesting period. Unix timestamp in seconds.
in_halfLifeSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_ExpDecayProgramCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_FlatProgramCreated_event

Event log capturing the creation of flat-rate rewards programs in Bancor V3’s auto-compounding rewards contract on Ethereum. Records program parameters including pool address, reward amounts, and duration (start/end timestamps) for tracking 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_totalRewardsSTRINGTotal reward amount allocated for the auto-compounding program, denominated in the smallest token unit (wei-equivalent). Values typically range from hundreds of thousands to quadrillions, representing the full reward pool distributed over the program duration.
in_startTimeSTRINGStart timestamp for the listing, auction, program, or vesting period. Unix timestamp in seconds.
in_endTimeSTRINGEnd timestamp for the listing, auction, program, or vesting period. Unix timestamp in seconds.
addressin_poolremovedlog_indexin_endTimeblock_numberin_startTimeblock_timestampin_totalRewardstransaction_hash
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x444d6088b0f625f8c20192623b3c43001135e0fafalse18817054496001837740516976346062023-10-18T13:02:23.000Z38531725928516504890682240x03a9174df13f51f2f79f9e4e252f445a27b0fae512dfd9243d0e39061cb7d4e6
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x444d6088b0f625f8c20192623b3c43001135e0fafalse23316880832001691230916798423202023-03-26T14:51:11.000Z38233669167329927380756790xcdb8d57a2bb46d0ee0377590c7da62f52e976d07bc18a202a45fe9a79a9255a2
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x444d6088b0f625f8c20192623b3c43001135e0fafalse15116974108001770530716895039662023-07-16T10:37:59.000Z50147146118721461187215050x1e2c0eed17c2896dc8572511871dbb7dfbbeffda2f48ee157e1ab7141d61164b
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_FlatProgramCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_ProgramPaused_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_pausedBOOLBoolean flag indicating whether the paused state is active. True indicates the contract or program is paused, false indicates it is active.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_ProgramPaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_ProgramTerminated_event

Program termination events from Bancor v3’s auto-compounding rewards contract on Ethereum, recording when liquidity mining programs end with remaining unclaimed rewards by pool. Used for tracking rewards program lifecycles and analyzing liquidity incentive distribution efficiency.
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_endTimeSTRINGEnd timestamp for the listing, auction, program, or vesting period. Unix timestamp in seconds.
in_remainingRewardsSTRINGUnclaimed rewards remaining in the terminated program at the time of termination, denominated in the smallest unit of the reward token (wei for ETH-based tokens). Values range from small integers to large wei amounts exceeding 10^23.
addressin_poolremovedlog_indexin_endTimeblock_numberblock_timestamptransaction_hashin_remainingRewards
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x444d6088b0f625f8c20192623b3c43001135e0fafalse1681697410800183773782023-10-18T12:56:47.000Z0x867018e816bd96b20297b96a770f9b72fbd5134741b1f5d40e497fc266fa729c18
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x444d6088b0f625f8c20192623b3c43001135e0fafalse2921705449600192607062024-02-19T08:50:23.000Z0xce931e6f8ed6a2ed908104b5c6b8a2586e189e33f173bfb4c62654ddb25ec90513
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x444d6088b0f625f8c20192623b3c43001135e0fafalse1431680130800169122462023-03-26T14:38:35.000Z0x063ed34268c4b4a09186576b8295d071d144d62d4f385ab0310a18045ba2b581160723518975124870165446
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_ProgramTerminated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_RewardsDistributed_event

Reward distribution events from Bancor v3’s auto-compounding contract on Ethereum, tracking rewards paid to liquidity providers per pool with amounts distributed and remaining. Used for analyzing LP reward accrual patterns and auto-compounding mechanics across different 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardsAmountSTRINGAmount of rewards being distributed or received. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_remainingRewardsSTRINGRemaining rewards balance in the pool after the current distribution event. Denominated in the smallest unit of the reward token (wei-equivalent), representing undistributed rewards still available for future compounding.
addressin_poolremovedlog_indexblock_numberblock_timestampin_rewardsAmounttransaction_hashin_poolTokenAmountin_remainingRewards
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0xb2cabf797bc907b049e4ccb5b84d13be3a8cfc21false22160314992022-11-23T08:27:47.000Z1019385616043391598450900xf7337c86e3051223255c8cb5d0e068365dc31c3a8cbf88a47456f93cbddb2389579585961647427906514613953711101995042249347823
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x444d6088b0f625f8c20192623b3c43001135e0fafalse19160314992022-11-23T08:27:47.000Z1236265242019210136323650xf7337c86e3051223255c8cb5d0e068365dc31c3a8cbf88a47456f93cbddb23891134973250829881799877731086088109319031649443332
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x939b462ee3311f8926c047d2b576c389092b1649false25160314992022-11-23T08:27:47.000Z12311969890xf7337c86e3051223255c8cb5d0e068365dc31c3a8cbf88a47456f93cbddb23891715562180273471713167
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_RewardsDistributed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_RoleAdminChanged_event

Access control events tracking changes to administrative role permissions in Bancor V3’s auto-compounding rewards contract on Ethereum. Records role assignments and removals with the previous and new admin role identifiers for governance auditing.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false79153838382022-08-21T11:51:35.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960xd3f7eeb24829a89126ff861a2a354725123568b9876b8d0651397f752348f10d0x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_RoleGranted_event

Role-based access control events from Bancor v3’s AutoCompoundingRewards contract on Ethereum, tracking when administrative roles are granted or revoked. Used for monitoring contract governance and permission changes 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x036f8b31d78ca354ada40dbd117e54f78b6f6cdc0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22800x5beba4d3533a963dedb270a95ae5f7752fa0fe22153838382022-08-21T11:51:35.000Z0xd3f7eeb24829a89126ff861a2a354725123568b9876b8d0651397f752348f10d
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutoCompoundingRewards_RoleRevoked_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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.AutoCompoundingRewards_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BancorV1Migration_PositionMigrated_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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokenSTRINGContract address of the liquidity pool token representing shares in the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenASTRINGContract address of the first token in a token pair. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenBSTRINGContract address of the second token in a token pair. Hex-encoded, 0x-prefixed, 42-character string.
in_amountASTRING-
in_amountBSTRING-
in_migratedABOOL-
in_migratedBBOOL-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BancorV1Migration_PositionMigrated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_FundingRenounced_event

Events emitted when liquidity providers renounce protocol funding on Bancor v3 BNT (Bancor Network Token) pools on Ethereum. Captures withdrawn BNT amounts, pool token amounts, and associated pool addresses for tracking liquidity removal 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressin_poolremovedlog_indexblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_poolTokenAmount
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9cfalse1891908856753175133314503937613840xeac83db25c1e1e5ab69c12422d53982eba9506568f57d702139a08ee076d6a332024-01-26T05:02:11.000Z0xc82f7e6299bbec8e8bec7ef5be4fd947c179842d0d694559d3d9841e74fd34c75257694389766671137334
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x514910771af9ca656af840dff83e8264ecf986cafalse3231593473147965495508163897036430x2457436fa968ac38d8cbd3cd0fd5e05e879040c1ca80d5eb668c3608e1e63e652022-11-09T20:04:47.000Z0xd274fb875825fc8f005d09aeac09116fee940fac11d0ee477aa5ee35257269854755370596011883235617
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x514910771af9ca656af840dff83e8264ecf986cafalse36115935417115544642347753358805870x9cb9a7e4d1c4ea6b98d6548ab6c33400fac64acc7a7bb004ecd8b736717fcd962022-11-09T22:22:59.000Z0xe735a9b6102b4bb73e9367241af4135c367cac56ca4a0f3a7b1a2efc6b94d80811455111261213667377128
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_FundingRenounced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_FundingRequested_event

Funding request events from Bancor V3’s BNT (Bancor Network Token) pool contract on Ethereum, recording when pools request BNT tokens and corresponding pool token amounts. Used for tracking liquidity provisioning operations and pool funding dynamics across different token pools in the Bancor 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressin_poolremovedlog_indexblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_poolTokenAmount
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x514910771af9ca656af840dff83e8264ecf986cafalse51714802621799743332262668502339450x358fd3acbdb005b7127b5d47caef24707faa2aa70a7d9c55652767591dc34bbf2022-05-19T03:16:44.000Z0x4ef333e7103e41a696202670be9e58f8658203e5259fca79c2d207ae3bd2145879931839820951031405615
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x514910771af9ca656af840dff83e8264ecf986cafalse2671480394252855264988447803700400x5b6477ac9ba14f9616c8a009b6682d4c3770fb886228d39b4c80e8553358fdb32022-05-19T08:26:50.000Z0x612a940a38dbbcca7363b4c6c462a12fafe262e45e759a7b87b30b5884f8de8d5282707611420340663568
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x514910771af9ca656af840dff83e8264ecf986cafalse269148041982034641860507937609320410x574ff72d5bd0f4043708559844ce6a254bc189e9613716f86fbfa82a3fb889af2022-05-19T09:27:33.000Z0xe41a309c5f72778ac7fedb5b9a17b151afc2e88367160b7f20704016d3e79469203355674129510649707632
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_FundingRequested_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_FundsBurned_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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_FundsBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_FundsWithdrawn_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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. 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.bancor_v3_ethereum.BNTPool_FundsWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_Paused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_Paused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_RoleAdminChanged_event

Administrative role permission changes from Bancor v3’s BNT Pool contract on Ethereum. Tracks governance updates where role admin assignments are modified, useful for auditing access control and protocol governance evolution.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x473e02917e58ac16ae36b64246942eb4bb4dcf262bc3c3c50359aa9af6bb44f9false276146093942022-04-18T13:16:20.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x3cee5d794fef4bc0df91bfcad465431faa30f68a28ee9599fa048c0669f8c3c60x0000000000000000000000000000000000000000000000000000000000000000
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x0d0d17bf5382c809d9a3899d6a94e57386dfb2036f0401b94ef3cf6c1a9ab73ffalse278146093942022-04-18T13:16:20.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x3cee5d794fef4bc0df91bfcad465431faa30f68a28ee9599fa048c0669f8c3c60x0000000000000000000000000000000000000000000000000000000000000000
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0xca51b9188e78415f30da725e0d94567b4d65bc6777d4e5d573191e9f55b88a32false279146093942022-04-18T13:16:20.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x3cee5d794fef4bc0df91bfcad465431faa30f68a28ee9599fa048c0669f8c3c60x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_RoleGranted_event

Access control events from Bancor V3’s BNT Pool contract on Ethereum, recording role assignments to accounts with role identifiers and granting addresses. Used for tracking permission changes and governance activity in the protocol’s native token pool.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0xca51b9188e78415f30da725e0d94567b4d65bc6777d4e5d573191e9f55b88a32false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1260xec9596e0eb67228d61a12cfdb4b3608281f261b3147140282022-05-05T00:14:35.000Z0x3aec993ef3565d728ae66fbc69aecc22ec3e5b5914263b90c8eb6e519a858a27
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x0d0d17bf5382c809d9a3899d6a94e57386dfb2036f0401b94ef3cf6c1a9ab73ffalse0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1250xec9596e0eb67228d61a12cfdb4b3608281f261b3147140282022-05-05T00:14:35.000Z0x3aec993ef3565d728ae66fbc69aecc22ec3e5b5914263b90c8eb6e519a858a27
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x4cbb5676e6e25e1a3b8a36de10472bcac96f97bd8dd87af6f330881b84739eb8false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1240xec9596e0eb67228d61a12cfdb4b3608281f261b3147140282022-05-05T00:14:35.000Z0x3aec993ef3565d728ae66fbc69aecc22ec3e5b5914263b90c8eb6e519a858a27
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_RoleRevoked_event

Access control events from Bancor v3 BNT Pool contract on Ethereum recording role revocations for protocol governance. Tracks which accounts lost specific administrative permissions, useful for monitoring protocol security 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x4cbb5676e6e25e1a3b8a36de10472bcac96f97bd8dd87af6f330881b84739eb8false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1560xb8d8033f7b2267feffdbaa521cd8a86df861da69149927462022-06-19T20:35:37.000Z0xcbdaf60825693df84b32d78326a033b31f99b1948c1c854cffe539bc47f5acdd
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0x0d0d17bf5382c809d9a3899d6a94e57386dfb2036f0401b94ef3cf6c1a9ab73ffalse0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1570xb8d8033f7b2267feffdbaa521cd8a86df861da69149927462022-06-19T20:35:37.000Z0xcbdaf60825693df84b32d78326a033b31f99b1948c1c854cffe539bc47f5acdd
0x02651e355d26f3506c1e644ba393fdd9ac95eaca0xca51b9188e78415f30da725e0d94567b4d65bc6777d4e5d573191e9f55b88a32false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1580xb8d8033f7b2267feffdbaa521cd8a86df861da69149927462022-06-19T20:35:37.000Z0xcbdaf60825693df84b32d78326a033b31f99b1948c1c854cffe539bc47f5acdd
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_TokensDeposited_event

Deposit events from Bancor V3’s BNT (Bancor Network Token) liquidity pool on Ethereum, recording BNT amounts deposited, pool tokens minted, and vBNT (vote-locked BNT) received per liquidity provider. Used to track liquidity provision activity and pool token distribution in the Bancor automated market maker.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_vbntAmountSTRINGAmount of vBNT (vote-locked BNT) tokens minted to the liquidity provider upon deposit into the Bancor v3 BNT pool. Values are represented in wei (smallest unit, 18 decimals).
addressremovedlog_indexin_providerblock_numberin_bntAmountin_contextIdin_vbntAmountblock_timestamptransaction_hashin_poolTokenAmount
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse4370x0055eee0b148fd548d0c90178a9fc6d66481c72a148157113549477024620705497940x9830a4ca014fc6532d35c6f129953565584d7e89ae3facc97531b3ba15314b8c3547512255962513745092022-05-21T06:22:18.000Z0x4ee6afeb22667aa3b1e08f4172287209dd65e08cb86a34436b0538c9b2e2d037354751225596251374509
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse5110x016b2db3629286c77da443291fa3622cd776a3441481440211569432976459583795800x91b606ad66ac06dee1e4d8d7acb5df8868043f72172d2d3fc8bb69c58e2eaab511563033248389069035712022-05-21T01:18:48.000Z0x3a9e87a0d26e0f6a4cef8c7da6fbae512f8c7a65a4ec84f3154832857c5b0ee91156303324838906903571
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse3190x07df7775902c31c24eddac2c462b30cf988d7e1914814996587293529754404337990xf4693bd4a65d1d425ea39f6e2f9894e32e9a7c980907b4bcd26ce254a9a31ea750339309155499586442022-05-21T03:40:00.000Z0x6f9ac1a29300f57b05abe54fadf3c32521950a55f393549e7236b48ad9d3fc9058696850505865719900
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_TokensWithdrawn_event

Withdrawal events from Bancor V3’s BNT liquidity pool on Ethereum, recording provider withdrawals with BNT amounts, vBNT (vote-escrowed BNT) amounts, and associated fees. Used for tracking liquidity provider exits and analyzing pool outflows.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_vbntAmountSTRINGAmount of vBNT (voting BNT) tokens burned or redeemed during the withdrawal, denominated in wei. This value typically differs slightly from in_bntAmount due to conversion rates between BNT and vBNT.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedlog_indexin_providerblock_numberin_bntAmountin_contextIdin_vbntAmountblock_timestamptransaction_hashin_poolTokenAmountin_withdrawalFeeAmount
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse5570xf685eddd53914cc3eb1d5745e3a16cd65a20fc3b17160244140000000000000000000000xdcd8e5959cc03c7ef3e1ed4ad634c28c471b3f646154d3ed5bf4e580a20f0d14138616321011976906622082023-04-30T17:06:23.000Z0xc811792ab080176dc329635bc0324b25ea982b72a0361f6f7ac96ac243ab1da8138616321011976906622080
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse1590x03ad371c59ce81314f7e3f85945e2c9a754917bd1715907322147613243850214385300x71d7e90a1eb338636c443c454281c82f35f81945b84791107bb76bb25a92952a21929610196209765501332023-04-30T13:11:35.000Z0xb93e89efcab30297a9c869ab4a40ced1edf39f10df9e2016a3e9e1510f7c6cc421929610196209765501330
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse1810xed6990165415bce401edcb9d19b4c1ee3e72958e1514159926792326871758833281890x5333119c284780994d24daaf3f063d6c074a2692afc5d27c98e1321f7a07aa3f26630439908137796015802022-07-14T15:32:15.000Z0x548b2a480b6cd854bfa30d4dbea1116ae17443adb47da652fced9b2339b2cf5b26630439908137796015800
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_TotalLiquidityUpdated_event

Liquidity snapshots from Bancor v3’s BNT (Bancor Network Token) pool on Ethereum, capturing total liquidity, staked balance, and pool token supply on each update. Used for tracking liquidity changes and analyzing pool health 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse196192322930xa0bd3175a6d5ad4cb94e4a68754e9dd772d4683a73c91a32624e804530bf3685367193030428901399395989102024-02-15T08:59:35.000Z526217836935251359480668680x57f2dd0decbe6cc56a20b413f772dbb33fef61f6203b66c5ddbdbcd64ba7eac952029819139070908651991327
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse292149160660x8a8d4f05aa14e2adcc019f69304ccfac8b911ddeef7ebf38ab5c3a30766651aa901640681499040968623922692022-06-06T17:05:57.000Z830568246375264965631342750x45de6de6504ee62d38f8aa372b893d1b3d33a04b578ebf6dae681fc702485f3482983778818311498494034311
0x02651e355d26f3506c1e644ba393fdd9ac95eacafalse214149135610x1f6dab4d1def02f95973245239ed0f638c49e7cd4ee9a17983cb3d4bfa9f2cd2896509493950473199938057412022-06-06T06:54:28.000Z826483385076114892088195090x9ddccae79c65e7c81a68bbfbd66926d25c75e63bd593f0fc9285fc9e1320d8a382576667428359674421276859
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BNTPool_Unpaused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.BNTPool_Unpaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalAutocompoundingVault_FundsBurned_event

Token burn events from Bancor v3’s external autocompounding vault contract on Ethereum. Tracks automated yield compounding operations where accumulated rewards are burned, recording token addresses, amounts, and the caller initiating each burn transaction.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_tokenin_amountin_callerlog_indexblock_numberblock_timestamptransaction_hash
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e1false0x356d286a49f484b73e58d757d85fc5abc9ebf4f2756810556867664242728320x036f8b31d78ca354ada40dbd117e54f78b6f6cdc72173563242023-05-28T08:26:35.000Z0x66184778dd4237629a9b248a35495f282d15cb342fd0cab26d31d9f7d5596ca2
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e1false0xe29f00006a4276f698fa259cbd7edbe44e4da33e13828036620x036f8b31d78ca354ada40dbd117e54f78b6f6cdc69173563242023-05-28T08:26:35.000Z0x66184778dd4237629a9b248a35495f282d15cb342fd0cab26d31d9f7d5596ca2
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e1false0xe29f00006a4276f698fa259cbd7edbe44e4da33e14231646760x036f8b31d78ca354ada40dbd117e54f78b6f6cdc4169954352023-04-07T08:26:47.000Z0x0d9fae828b920ef91f16da24db289d54bcfc0f6cdac292adb3665f6079252482
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalAutocompoundingVault_FundsBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalAutocompoundingVault_FundsWithdrawn_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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. 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.bancor_v3_ethereum.ExternalAutocompoundingVault_FundsWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalAutocompoundingVault_Paused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalAutocompoundingVault_Paused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalAutocompoundingVault_RoleAdminChanged_event

Access control admin role changes for Bancor v3’s external autocompounding vault contract on Ethereum. Tracks modifications to role-based permissions including role identifiers, previous and new admin roles, and whether permissions were added or removed.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e10x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false11146093482022-04-18T13:06:05.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x265e68c6817d739b30147030bd846e7d1a7e05338ded2d3acb2b1726aa75ff580x0000000000000000000000000000000000000000000000000000000000000000
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e10x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false9146093482022-04-18T13:06:05.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x265e68c6817d739b30147030bd846e7d1a7e05338ded2d3acb2b1726aa75ff580x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalAutocompoundingVault_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalAutocompoundingVault_RoleGranted_event

Access control events from Bancor v3’s External Autocompounding Vault on Ethereum, recording when administrative roles are granted to accounts. Used for tracking vault permission changes and governance 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e10x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22100x5beba4d3533a963dedb270a95ae5f7752fa0fe22146093482022-04-18T13:06:05.000Z0x265e68c6817d739b30147030bd846e7d1a7e05338ded2d3acb2b1726aa75ff58
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e10x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0x5beba4d3533a963dedb270a95ae5f7752fa0fe221310xb0b958398abb0b5db4ce4d7598fb868f5a00f372146094712022-04-18T13:33:42.000Z0xb7332a25635c79c8e26e5112934dafa4bcc7a144658ae26d396ed192087fc1df
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e10x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22290x036f8b31d78ca354ada40dbd117e54f78b6f6cdc153838492022-08-21T11:53:28.000Z0xdd044993341e457ff47441fa2d6f6e0e65df3fcdd7e171ef987da3f35f7023e9
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalAutocompoundingVault_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalAutocompoundingVault_RoleRevoked_event

Access control events tracking role revocations in Bancor v3’s external autocompounding vault contract on Ethereum. Records when administrative permissions are removed from accounts, useful for monitoring vault governance and security 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x2a2a2be5ccf20f3633c6ca2d429ac51186a631e10x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0x5beba4d3533a963dedb270a95ae5f7752fa0fe221140xb0b958398abb0b5db4ce4d7598fb868f5a00f372152557642022-08-01T09:14:18.000Z0xe66250851d5f60266ba6bf5d2006e0121a6056c58164ce0d4058e31b6212723e
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalAutocompoundingVault_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalAutocompoundingVault_Unpaused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalAutocompoundingVault_Unpaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalProtectionVault_FundsBurned_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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalProtectionVault_FundsBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalProtectionVault_FundsWithdrawn_event

Withdrawal events from Bancor V3’s external protection vault contract on Ethereum, tracking token amounts, caller addresses, and target destinations. Used for analyzing impermanent loss protection withdrawals and vault fund movements.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. 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_tokenin_amountin_callerin_targetlog_indexblock_numberblock_timestamptransaction_hash
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad57false0xb2cabf797bc907b049e4ccb5b84d13be3a8cfc2130404981156925709266020xd982e001491d414c857f2a1aaa4b43ccf9f642b40x649765821d9f64198c905ec0b2b037a4a52bc373227161764482022-12-13T14:43:47.000Z0x3a874e113441308d17bdf2f0505a154ecb1d21f47bb7c0558476d58985479dac
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad57false0xb2cabf797bc907b049e4ccb5b84d13be3a8cfc2177771300616130318371060xd982e001491d414c857f2a1aaa4b43ccf9f642b40x649765821d9f64198c905ec0b2b037a4a52bc373175161755612022-12-13T11:43:23.000Z0x81dc9e550da22ae509e7b17681019e1e9e1f5c030849c8dd001a5a1c36701136
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad57false0x505a84a03e382331a1be487b632cf357748b65d6568408149098847823488160884110xd2a572fefdbd719605334df5cba9746e02d515580x649765821d9f64198c905ec0b2b037a4a52bc373521151131142022-07-10T05:52:39.000Z0x893df8a2c6669fa9ed16da9ab4566dbe42b6996c07d1ab8edbefaf3955e1a691
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalProtectionVault_FundsWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalProtectionVault_Paused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalProtectionVault_Paused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalProtectionVault_RoleAdminChanged_event

Role administration change events from Bancor V3’s External Protection Vault contract on Ethereum, tracking when role admin permissions are granted or revoked. Used for monitoring access control modifications and governance actions on the protocol’s impermanent loss protection 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false239146093382022-04-18T13:03:57.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x127c76ff077e1ba17ee126de2f7acc2ddef0ea013b91f9b8e7afef8712fa93f50x0000000000000000000000000000000000000000000000000000000000000000
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false241146093382022-04-18T13:03:57.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x127c76ff077e1ba17ee126de2f7acc2ddef0ea013b91f9b8e7afef8712fa93f50x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalProtectionVault_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalProtectionVault_RoleGranted_event

Role assignment events from Bancor v3’s External Protection Vault contract on Ethereum, tracking access control grants with role identifiers, account addresses, and sender information. Used for monitoring vault governance and permission management across 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0x5beba4d3533a963dedb270a95ae5f7752fa0fe224130x5beba4d3533a963dedb270a95ae5f7752fa0fe22152708342022-08-03T17:37:09.000Z0x9e5de209a15d230e18a0aa1960d72097679025c2ad60481f628f83ab1aa601de
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1280xec9596e0eb67228d61a12cfdb4b3608281f261b3147140282022-05-05T00:14:35.000Z0x3aec993ef3565d728ae66fbc69aecc22ec3e5b5914263b90c8eb6e519a858a27
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb4900xd982e001491d414c857f2a1aaa4b43ccf9f642b4152557472022-08-01T09:10:08.000Z0x45375b0206814d95403abe65a529b6e4e93177438f6abd78ae7d58602cdc0135
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalProtectionVault_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalProtectionVault_RoleRevoked_event

Role revocation events from Bancor v3’s External Protection Vault contract on Ethereum, tracking access control changes for vault management permissions. Used for monitoring administrative actions and permission audits across the protocol’s protection 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0x5beba4d3533a963dedb270a95ae5f7752fa0fe221140x5beba4d3533a963dedb270a95ae5f7752fa0fe22173422392023-05-26T08:58:47.000Z0x85fa03fab70b6bb8d49270e23a17c7d2baeb221382b71ac450e24937f8402011
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb2980xf506b96891dde3c149ff08b2ff26a059258f7ec7148860912022-06-01T17:31:10.000Z0x16f793887b47d92397eeacaa7c1b9b38a58f82a91fd554f98887fc782c7cf9e1
0xfd31662b3d54edde9b6bdd32c9c27c8e292cad570x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb2360xec9596e0eb67228d61a12cfdb4b3608281f261b3148305252022-05-23T16:06:26.000Z0x1c36ba12719b0ccc5f3d3a88a56a6b9356d900add24ae55ef598fc10deee1c8a
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalProtectionVault_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ExternalProtectionVault_Unpaused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.ExternalProtectionVault_Unpaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterVault_FundsBurned_event

Token burn events from Bancor V3’s MasterVault contract on Ethereum, recording when liquidity tokens are destroyed during withdrawal operations. Used for tracking vault liquidity changes and analyzing protocol token supply dynamics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
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_tokenin_amountin_callerlog_indexblock_numberblock_timestamptransaction_hash
0x649765821d9f64198c905ec0b2b037a4a52bc373false0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c142703501941288116370x02651e355d26f3506c1e644ba393fdd9ac95eaca174153634902022-08-18T06:34:05.000Z0xd492a265fc77631c893bfb343b3f474c816fba66ba94e419c46e8e48c1c2173d
0x649765821d9f64198c905ec0b2b037a4a52bc373false0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c1286354537466841784201490x02651e355d26f3506c1e644ba393fdd9ac95eaca243153651612022-08-18T13:03:49.000Z0xe0eba6b24a5f5f6d34cad072ad873d38ffb7d6cdb4d9ce6115436fccb5c3bdad
0x649765821d9f64198c905ec0b2b037a4a52bc373false0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c361460255407636646600x02651e355d26f3506c1e644ba393fdd9ac95eaca387153659602022-08-18T16:04:23.000Z0x83d8b40bdd2bc2dccfc3d6937e0fac33eff8c2ab5e4fcb03857d30eb8f8b27ea
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.MasterVault_FundsBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterVault_FundsWithdrawn_event

Withdrawal events from Bancor v3’s MasterVault contract on Ethereum, recording token transfers out of the vault with caller, recipient, and token amounts. Used for tracking liquidity removals and vault fund movements across various ERC-20 tokens and native ETH.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. 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_tokenin_amountin_callerin_targetlog_indexblock_numberblock_timestamptransaction_hash
0x649765821d9f64198c905ec0b2b037a4a52bc373false0x514910771af9ca656af840dff83e8264ecf986ca91777233239799221350200xec9596e0eb67228d61a12cfdb4b3608281f261b30x0ea1e9ac50ec4d8db153580c2aec1c5ee13c0961243148251232022-05-22T19:10:04.000Z0xc6758c59a2e6a86d7ea2df0421fda85204185f3ec384fd717770ad56a79d8573
0x649765821d9f64198c905ec0b2b037a4a52bc373false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee493832545522585878450xec9596e0eb67228d61a12cfdb4b3608281f261b30x0f0b2adc2c4da73ed2721f6f270cbacf8c5355bb342148224832022-05-22T09:01:18.000Z0x7c5e61217b39614da0200178a0efbe59584a76e12f97020a03a7cdf571d82407
0x649765821d9f64198c905ec0b2b037a4a52bc373false0x6b175474e89094c44da98b954eedeac495271d0f158820752736871872411540xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x1c073d5045b1abb6924d5f0f8b2f667b1653a4c323148224692022-05-22T08:57:49.000Z0x5178d4bc88be2b93f03ce290aa2a8a490014b592fb98e8bb4e9675430c04301a
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.MasterVault_FundsWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterVault_Paused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.MasterVault_Paused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterVault_RoleAdminChanged_event

Role administration changes for Bancor v3 MasterVault contract on Ethereum, tracking when admin permissions are reassigned between different role identifiers. Useful for monitoring governance changes and access control modifications in the Bancor v3 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x649765821d9f64198c905ec0b2b037a4a52bc3730x4cbb5676e6e25e1a3b8a36de10472bcac96f97bd8dd87af6f330881b84739eb8false170146093312022-04-18T13:02:14.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x771fabdc9c778ea942b465cce5e64dea77dfd12f83c110431dab4c77563e64070x0000000000000000000000000000000000000000000000000000000000000000
0x649765821d9f64198c905ec0b2b037a4a52bc3730x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false169146093312022-04-18T13:02:14.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x771fabdc9c778ea942b465cce5e64dea77dfd12f83c110431dab4c77563e64070x0000000000000000000000000000000000000000000000000000000000000000
0x649765821d9f64198c905ec0b2b037a4a52bc3730x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false167146093312022-04-18T13:02:14.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x771fabdc9c778ea942b465cce5e64dea77dfd12f83c110431dab4c77563e64070x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.MasterVault_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterVault_RoleGranted_event

Access control events from Bancor v3’s MasterVault contract on Ethereum recording role assignments to accounts. Tracks permission grants with role identifiers, grantor addresses, and timestamps for analyzing protocol governance and administrative 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x649765821d9f64198c905ec0b2b037a4a52bc3730x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb1260xf506b96891dde3c149ff08b2ff26a059258f7ec7148305222022-05-23T16:05:50.000Z0x44af24609af165c0dfc34c701dd5847dbb2f45d88af6219b4ccc29c31d41045f
0x649765821d9f64198c905ec0b2b037a4a52bc3730x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb9270xad3339099ae87f1ad6e984872b95e7be24b813a7148860872022-06-01T17:30:09.000Z0x8e0dd58a836586df919c16db411e9f0826d2f4b627be115a8bfe195acc0501e1
0x649765821d9f64198c905ec0b2b037a4a52bc3730x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb4890xd982e001491d414c857f2a1aaa4b43ccf9f642b4152557472022-08-01T09:10:08.000Z0x45375b0206814d95403abe65a529b6e4e93177438f6abd78ae7d58602cdc0135
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.MasterVault_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterVault_RoleRevoked_event

Access control events from Bancor V3’s MasterVault contract on Ethereum tracking role revocations. Records administrative permission changes with role identifiers, account addresses, and sender information for monitoring vault governance and security.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x649765821d9f64198c905ec0b2b037a4a52bc3730x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb2350xec9596e0eb67228d61a12cfdb4b3608281f261b3148305252022-05-23T16:06:26.000Z0x1c36ba12719b0ccc5f3d3a88a56a6b9356d900add24ae55ef598fc10deee1c8a
0x649765821d9f64198c905ec0b2b037a4a52bc3730x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0xeef417e1d5cc832e619ae18d2f140de2999dd4fb2970xf506b96891dde3c149ff08b2ff26a059258f7ec7148860912022-06-01T17:31:10.000Z0x16f793887b47d92397eeacaa7c1b9b38a58f82a91fd554f98887fc782c7cf9e1
0x649765821d9f64198c905ec0b2b037a4a52bc3730x89ce14d20697a788f57260f7690044299bde7ea88cfb7e43d120a0c031f1ffc1false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22330x5beba4d3533a963dedb270a95ae5f7752fa0fe22162100632022-12-18T07:24:23.000Z0xb7351e3f3de8c4910a532695e09d8bf1e0f592c8d0121bdfb93ac07fa6c4b6bd
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.MasterVault_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MasterVault_Unpaused_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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.MasterVault_Unpaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_FlashLoanCompleted_event

Completed flash loan records from Bancor v3 protocol on Ethereum, capturing borrowed token amounts, borrower addresses, and fee data for each loan execution. Useful for analyzing flash loan usage patterns, arbitrage activity, and protocol liquidity utilization.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. 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_indexin_borrowerblock_numberin_feeAmountblock_timestamptransaction_hash
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c279847583131587450000004230x41eeba3355d7d6ff628b7982f3f9d055c39488cb1706143502023-04-16T19:13:35.000Z0x208b3e915bf84eba91aa5e86f95cf49a4e14b7390a24283f8c067bfb61cb2d26
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c120636474909573170000001850x41eeba3355d7d6ff628b7982f3f9d055c39488cb1705776802023-04-16T06:43:59.000Z0x1e3fd112831bba7b4378cbc325464f7ef54f9b1efdd80ef353409a0a172861b9
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c382378125562736000000002010x41eeba3355d7d6ff628b7982f3f9d055c39488cb1705591702023-04-16T00:25:47.000Z0x88421f4b94b7c8539f931b4dc3ae44598e1254844c181d994406d17e8303c9e1
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_FlashLoanCompleted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_FundsMigrated_event

Liquidity provider fund migration events from Bancor V3 protocol on Ethereum, tracking token deposits with original amounts, available balances, and unique context identifiers. Used for analyzing liquidity provider position changes and protocol migration 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_availableAmountSTRINGAvailable token amount in the liquidity pool at the time of migration, denominated in the smallest token unit (wei for most ERC-20s). This value may differ from the original amount due to accrued fees or rewards.
in_originalAmountSTRINGOriginal token amount deposited by the provider before any yield accrual or fees. Represented as a wei-denominated string for ERC-20 token precision (typically 18 decimals).
addressremovedin_tokenin_amountlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_originalAmountin_availableAmount
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c389262001559861590846980x1a3476dbccd84d8fea3c73e46a174908e2bf8bae151513490x173baba4f9c4b44ea2cc5aef856c23fd81add020db98a01174bcd950e0ed9dfc2022-07-16T03:35:03.000Z0xa9eaabb211c56cf6b073931ddb3c2427a082b560a37d443e25a1cd3e85850c043800000000000000000038926200155986159084
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0x0f5d2fb29fb7d3cfee444a200298f468908cc9421236431789071322141243800x22076a3f095dcebc9225fddd686adf16668be208151533510xc59e70d9d50bc6587f799443fde3af94ffaeee97eeb8e25f25d17551f79e4fe32022-07-16T11:03:14.000Z0x43d6e338816b8a5035886d9321e651748d05da67c38a000f75e11919df75188b1223992846997189670824207280832425397248111
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f885318464723568875236370x22076a3f095dcebc9225fddd686adf16668be208151533600xe4137f23708e6850cd27149c9945b41c2af838fe88db8e82d4879563bbf128612022-07-16T11:06:25.000Z0x144bf129b82b16261b46989ee937371f0435f98471161b6b1e9af934b8d29bbe8199667307954731287188525194914514027146
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_FundsMigrated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_NetworkFeesWithdrawn_event

Protocol fee withdrawal events from Bancor V3 on Ethereum, recording when accumulated network fees are claimed by recipients. Tracks caller addresses, withdrawal amounts, and destination addresses for monitoring protocol revenue distribution.
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_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_callerlog_indexblock_numberin_recipientblock_timestamptransaction_hash
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse20461078349383362238427470x7e3692a6d8c34a762079fa9057aed87be7e67cb8128171240660x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c2023-04-25T15:08:11.000Z0x32e3f56c5e31a38e266264edf60b4713614759316bebeb42f7b7f7dfe041358f
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse10024572969909926590446480x7e3692a6d8c34a762079fa9057aed87be7e67cb8173156395580x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c2022-09-29T14:20:47.000Z0x94b0497c56d088a123cf3d7c8d2b5d0e1f96fa26386045aa5c43a1de159365b6
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse11692054158327845745287400x5beba4d3533a963dedb270a95ae5f7752fa0fe22155179832360x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c2023-08-24T08:00:59.000Z0x480946a274edbd8ba0c1ff56f8b16822208b022033f34ea44c4192ab97f255ba
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_NetworkFeesWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_Paused_event

Network pause events from Bancor v3 protocol on Ethereum, recording when the protocol was halted by admin accounts. Used for analyzing protocol governance actions and emergency response incidents.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse1320x5beba4d3533a963dedb270a95ae5f7752fa0fe22168279692023-03-14T18:27:35.000Z0xd02132981cc4767336d68213eee485417839023e4d5b8bd55b9904e1ece69338
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse1500x5beba4d3533a963dedb270a95ae5f7752fa0fe22148304902022-05-23T15:59:47.000Z0xf37bc82651f727f7705063094f41fadbac4b13ed19c20c421ba3d4d9ea484330
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_Paused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_PoolAdded_event

Pool creation events from Bancor v3 protocol on Ethereum, tracking when new token pools are registered to pool collections. Used for monitoring protocol expansion and liquidity pool availability across different token pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_poolCollectionSTRINGContract address of the pool collection managing the referenced pool. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hashin_poolCollection
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xb2cabf797bc907b049e4ccb5b84d13be3a8cfc21false68152752302022-08-04T09:58:26.000Z0xcb7aa50c57f4f43e4011b1808b839334016d687dc172a03ecc68362fba440ce70xd982e001491d414c857f2a1aaa4b43ccf9f642b4
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x6b175474e89094c44da98b954eedeac495271d0ffalse98146094952022-04-18T13:39:39.000Z0x96141627a1b1106215811ee1981cfae638a81dbf7a23dbde01f33789f7c587830x6f9124c32a9f6e532c908798f872d5472e9cb714
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x514910771af9ca656af840dff83e8264ecf986cafalse29146095022022-04-18T13:41:03.000Z0xfff4a86939588de9f025080ea6fed80fe1938623160695397f625eb3f41ea0770x6f9124c32a9f6e532c908798f872d5472e9cb714
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_PoolAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_PoolCollectionAdded_event

Pool collection registration events from Bancor V3 protocol on Ethereum. Tracks when new liquidity pool collections are added to the network with pool type identifiers and collection contract addresses for monitoring protocol 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_poolTypeSTRINGNumerical identifier indicating the type of liquidity pool being added to the Bancor v3 Network contract. All sample values show ‘1’, suggesting a standard or default pool type classification.
in_poolCollectionSTRINGContract address of the pool collection managing the referenced pool. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_poolTypeblock_numberblock_timestamptransaction_hashin_poolCollection
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse2051150515082022-06-30T17:16:02.000Z0x3607b13f4270010461ddf0ee07f5f06d43ddcf6ff2341af49dfe0b6111a1acaf0x395ed9ffd32b255dbd128092aba40200159d664b
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse1261151978002022-07-23T08:15:11.000Z0xb7fe921840d21d68886043cedb1c71863a73cd1b0e024ce03f7f4262d5794d390x5ce51256651aa90eee24259a56529affcf13a3d0
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse9291148860872022-06-01T17:30:09.000Z0x8e0dd58a836586df919c16db411e9f0826d2f4b627be115a8bfe195acc0501e10xad3339099ae87f1ad6e984872b95e7be24b813a7
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_PoolCollectionAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_PoolCollectionRemoved_event

Pool collection removal events from Bancor v3 Network contract on Ethereum. Tracks when liquidity pool collections are added to or removed from the protocol (despite table name, removed field indicates addition/removal status).
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_poolTypeSTRINGNumeric identifier representing the type or category of pool collection in the Bancor v3 protocol. All sample values are ‘1’, suggesting a standardized pool type classification system.
in_poolCollectionSTRINGContract address of the pool collection managing the referenced pool. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_poolTypeblock_numberblock_timestamptransaction_hashin_poolCollection
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse991181272682023-09-13T12:05:23.000Z0x017afa0717d462a0f177eadb05409c8109728465ae41b03ad7302f79df8dc3280xb67d563287d12b1f41579cb687b04988ad564c6c
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse2371148305252022-05-23T16:06:26.000Z0x1c36ba12719b0ccc5f3d3a88a56a6b9356d900add24ae55ef598fc10deee1c8a0xec9596e0eb67228d61a12cfdb4b3608281f261b3
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse861152557562022-08-01T09:12:47.000Z0xd20b3eabf112bbdf728fa0afeb0cc9919a209f1d9949066bf2805b74f92ce19b0x5ce51256651aa90eee24259a56529affcf13a3d0
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_PoolCollectionRemoved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_PoolCreated_event

Pool creation events from Bancor v3 automated market maker (AMM) protocol on Ethereum. Contains pool addresses, associated pool collections, and deployment timestamps for tracking liquidity pool initialization and protocol 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_poolCollectionSTRINGContract address of the pool collection managing the referenced pool. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hashin_poolCollection
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x505a84a03e382331a1be487b632cf357748b65d6false57149347772022-06-09T21:33:32.000Z0xd9100665bcd7f977950dd65200df1e3d4d3fc0182e13c9632badf3157199c6060xb8d8033f7b2267feffdbaa521cd8a86df861da69
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xa36fdbbae3c9d55a1d67ee5821d53b50b63a1ab9false226149347292022-06-09T21:21:12.000Z0xdededff7668f15254a74c78110c197e6e2b2ea5748b4f1b15fab262a9b3b6d580xb8d8033f7b2267feffdbaa521cd8a86df861da69
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xd33526068d116ce69f19a9ee46f0bd304f21a51ffalse154149347292022-06-09T21:21:12.000Z0xdededff7668f15254a74c78110c197e6e2b2ea5748b4f1b15fab262a9b3b6d580xb8d8033f7b2267feffdbaa521cd8a86df861da69
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_PoolRemoved_event

Pool lifecycle events from Bancor V3 automated market maker protocol on Ethereum, tracking when liquidity pools are added to or removed from pool collections. Used for monitoring protocol configuration changes and analyzing which token pools are active within the network.
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_poolCollectionSTRINGContract address of the pool collection managing the referenced pool. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hashin_poolCollection
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x514910771af9ca656af840dff83e8264ecf986cafalse93148305242022-05-23T16:06:17.000Z0x98e01ee74c43a0584a11ddb7347d0605404bc215602a038f9d003da6bc4eee760xec9596e0eb67228d61a12cfdb4b3608281f261b3
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x6b175474e89094c44da98b954eedeac495271d0ffalse90148305242022-05-23T16:06:17.000Z0x98e01ee74c43a0584a11ddb7347d0605404bc215602a038f9d003da6bc4eee760xec9596e0eb67228d61a12cfdb4b3608281f261b3
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse87148305242022-05-23T16:06:17.000Z0x98e01ee74c43a0584a11ddb7347d0605404bc215602a038f9d003da6bc4eee760xec9596e0eb67228d61a12cfdb4b3608281f261b3
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_PoolRemoved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_RoleAdminChanged_event

Role administration change events from Bancor v3’s Network contract on Ethereum, tracking when admin roles are reassigned for protocol governance functions. Useful for monitoring governance changes and access control modifications across the protocol’s role-based permission 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x657d38169ed9612cb2d9de7040b7b6a1adebf7a8433a66ccb49c08554ac9b8a5false216146094182022-04-18T13:22:54.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960xd681fbdd23d3a0fa59678e57704450e25076cc9693380262cff6ce14899658800x0000000000000000000000000000000000000000000000000000000000000000
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xdf8c9529ea4b244b569bac557a549516f317e7b5cf82dc5e0d8b6d874930a3f5false214146094182022-04-18T13:22:54.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960xd681fbdd23d3a0fa59678e57704450e25076cc9693380262cff6ce14899658800x0000000000000000000000000000000000000000000000000000000000000000
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false212146094182022-04-18T13:22:54.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960xd681fbdd23d3a0fa59678e57704450e25076cc9693380262cff6ce14899658800x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_RoleGranted_event

Access control events from Bancor v3 protocol on Ethereum tracking role-based permission grants to accounts. Used for governance analysis and monitoring administrative changes to protocol roles.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xdf8c9529ea4b244b569bac557a549516f317e7b5cf82dc5e0d8b6d874930a3f5false0x5beba4d3533a963dedb270a95ae5f7752fa0fe224510x14d0746086361f9d177583f36e1517f1618ccfd5149927842022-06-19T20:43:47.000Z0x38af7859ab111630d436102014d5a8118ff78327355e88114626fd2122f48696
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22170x0c333d48af19c2b42577f3c8f4779f0347f8c819149928142022-06-19T20:52:21.000Z0x26b701fba021ce39f495f342a4bda3f32e32d0d7f5c54dd8f0eef178f4bae477
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xdf8c9529ea4b244b569bac557a549516f317e7b5cf82dc5e0d8b6d874930a3f5false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22600x63308861249ad775a4b6ceb6544ce30c952b311a147417942022-05-09T10:06:04.000Z0x8fb72d914d452a964894c6caa9f96c3d2e2c15edaf879fa14cba7aac3dec8774
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_RoleRevoked_event

Role revocation events from Bancor V3 protocol on Ethereum, tracking when administrative permissions are removed from accounts. Records role identifiers (as keccak256 hashes), affected accounts, and the sender initiating the revocation for governance and access control 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x657d38169ed9612cb2d9de7040b7b6a1adebf7a8433a66ccb49c08554ac9b8a5false0x5beba4d3533a963dedb270a95ae5f7752fa0fe223730x7e3692a6d8c34a762079fa9057aed87be7e67cb8184336752023-10-26T10:03:23.000Z0xb5412b1808934388e09179f93e66a41a0544cab19288dfd6794549908edbe982
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0xdf8c9529ea4b244b569bac557a549516f317e7b5cf82dc5e0d8b6d874930a3f5false0x5beba4d3533a963dedb270a95ae5f7752fa0fe221590x14d0746086361f9d177583f36e1517f1618ccfd5160314792022-11-23T08:23:47.000Z0x18ab13e56d7da40852bf019108cd609ef720a6e55252bafb359549e7f9221571
0xeef417e1d5cc832e619ae18d2f140de2999dd4fb0x657d38169ed9612cb2d9de7040b7b6a1adebf7a8433a66ccb49c08554ac9b8a5false0x5beba4d3533a963dedb270a95ae5f7752fa0fe223810x5beba4d3533a963dedb270a95ae5f7752fa0fe22179832422023-08-24T08:02:11.000Z0x02345129d91cef397ca4b8d76e9b06c21371eeaf90c2b1ed0e6bcccf353c5495
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_TokensTraded_event

Token swap event records from Bancor v3 decentralized exchange on Ethereum. Captures trade details including source/target tokens, amounts, BNT (Bancor Network Token) intermediary amounts, fees, and trader addresses for analyzing DEX liquidity and trading 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_sourceTokenSTRINGContract address of the token being sold by the trader in this swap. Hex-encoded, 0x-prefixed 40-character string for ERC-20 tokens on Ethereum.
in_targetTokenSTRINGContract address of the token received by the trader in the swap. Hex-encoded, 0x-prefixed 40-character string representing ERC-20 tokens or native ETH (0xeeee…eeee).
in_sourceAmountSTRINGAmount of source tokens transferred from the trader, denominated in the source token’s smallest unit (wei for ETH, token-specific decimals). String-encoded integer representing the raw token amount before any conversions or fees.
in_targetAmountSTRINGAmount of target tokens received in the trade. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_targetFeeAmountSTRINGAmount of fees collected in the target token, denominated in the smallest unit (wei-equivalent) of that token. Typically represents trading fees charged on the output token of the swap.
in_bntFeeAmountSTRINGBNT (Bancor Network Token) fee amount charged on the trade, denominated in the token’s smallest unit (wei-equivalent). This represents the protocol fee collected in BNT as part of Bancor v3’s trading mechanism.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_traderlog_indexblock_numberin_bntAmountin_contextIdin_sourceTokenin_targetTokenblock_timestampin_bntFeeAmountin_sourceAmountin_targetAmounttransaction_hashin_targetFeeAmount
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0x22f9dcf4647084d6c31b2765f6910cd85c178c18103154875649872796656800648384640x8d101c2f0f1cd3a4b3635df02a1e3a0ede097beb1a0a6fd7b835cd07f9eada380x0954906da0bf32d5479e25f46056d22f08464cab0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb482022-09-07T01:51:20.000Z49612043501510795902273009213879347947284356012510xf4d4bd830112845f34b812124e852e8f80a0d11be41d59437b8fbd62326baacd4400012
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0xf2f400c138f9fb900576263af0bc7fcde2b1b8a8201549208070099436803845148250840xb8cd7594d0c00d72698e0603b5fb6be47dd637d2d9678172127a960d9469841d0x0954906da0bf32d5479e25f46056d22f08464cab0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c2022-09-07T19:11:52.000Z35225847640123190075192737500000000000000070099436803845148250840x2b751148fd6ca11b249ed9cbebecfaa2a7d5c26f52fc5ac4fda5d1ed5627f1e035225847640123190075
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse0xe4000004000bd8006e00720000d27d1fa000d43e107154919257897764913430133447820xd3187dac69214fd7faf9763020e74a68decd6c87700a14beb1cbbef32460c01b0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e0x607f4c5bb672230e8672085532f7e901544a73752022-09-07T18:32:11.000Z1582718419525076843386820447513916983154942636490x4ac4ea84162f38931f6a3eef2d6935581513db5715a233649dd4e71a30e8ab3f632253033
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_TokensTraded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Network_Unpaused_event

Protocol resumption events from Bancor v3 automated market maker (AMM) on Ethereum, tracking when the network exits paused state. Used for analyzing protocol downtime periods and governance-triggered maintenance windows.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse2030x5beba4d3533a963dedb270a95ae5f7752fa0fe22148305332022-05-23T16:08:33.000Z0x0fbbd91dac0db2cf5a6c304f76a0df7c4d015eab8f3921e23c13b4bba7205140
0xeef417e1d5cc832e619ae18d2f140de2999dd4fbfalse590x5beba4d3533a963dedb270a95ae5f7752fa0fe22168279952023-03-14T18:32:47.000Z0x1c12404732248bfe6a2764ca91324d5fbdc48f431384362bbab6cff7847cffce
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Network_Unpaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkInfo_RoleAdminChanged_event

Role-based access control (RBAC) administrative events from Bancor V3 on Ethereum, tracking when role admin permissions are modified in the NetworkInfo contract. Records role identifier hashes and admin role transitions for monitoring protocol governance and permission 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x8e303d296851b320e6a697bacb979d13c9d6e7600x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false9146094402022-04-18T13:27:36.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x036293f6869407a263f99fd5679c0f81251ac321be22b9cc454a97e51d3fca090x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkInfo_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkInfo_RoleGranted_event

Role assignment events from Bancor v3 protocol’s access control system on Ethereum. Tracks when administrative roles are granted to accounts, useful for monitoring protocol governance and permission 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x8e303d296851b320e6a697bacb979d13c9d6e7600x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22100x5beba4d3533a963dedb270a95ae5f7752fa0fe22146094402022-04-18T13:27:36.000Z0x036293f6869407a263f99fd5679c0f81251ac321be22b9cc454a97e51d3fca09
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkInfo_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkInfo_RoleRevoked_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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkInfo_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_DefaultFlashLoanFeePPMUpdated_event

Network settings change events tracking updates to Bancor v3’s default flash loan fee on Ethereum, measured in parts per million (PPM). Records both previous and new fee values for monitoring protocol parameter adjustments and flash loan cost 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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse241460951209002022-04-18T13:42:56.000Z0x07dbfd89d769dc3e7af9ebcead7215b5cd8cfd4f79eead69925892b79c59924f
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_DefaultFlashLoanFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_FlashLoanFeePPMUpdated_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_FlashLoanFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_FundingLimitUpdated_event

Funding limit configuration changes for liquidity pools in Bancor v3 on Ethereum, tracking previous and new limit values per pool token. Used to monitor protocol risk management and liquidity cap adjustments across different token 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLimitSTRINGPrevious funding limit value for the pool before this update event, denominated in the smallest unit of the pool’s token (wei for ETH). Values are large integers representing token amounts with 18 decimal precision.
in_newLimitSTRINGUpdated funding limit for the specified liquidity pool in Bancor v3, denominated in the pool token’s smallest unit (wei equivalent). Represents the new maximum amount that can be funded for this pool after the limit change.
addressin_poolremovedlog_indexin_newLimitblock_numberin_prevLimitblock_timestamptransaction_hash
0x83e1814ba31f7ea95d216204bb45fe75ce09b14f0x6b175474e89094c44da98b954eedeac495271d0ffalse809958400000000000000000014629442682314410480349344978162022-04-21T16:48:25.000Z0xbf164e58283141e56b09b1a16d581ee2d55af165d0de1b4ebd3654d64ed678f7
0x83e1814ba31f7ea95d216204bb45fe75ce09b14f0x514910771af9ca656af840dff83e8264ecf986cafalse5710000000000000000000000016547390162457165365024878441271882023-02-03T09:34:59.000Z0x21f38318813ccdbb3eea985fd424a324529a87b5e405982545b01b44112b34f2
0x83e1814ba31f7ea95d216204bb45fe75ce09b14f0x514910771af9ca656af840dff83e8264ecf986cafalse14316245716536502487844127188165473971000000000000000000000002023-02-03T09:36:23.000Z0xaa9b00c5d74cfb35ceab02892d72ffa7cb22e7904e635b44286f7a88d6b81916
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_FundingLimitUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_MinLiquidityForTradingUpdated_event

Configuration change events tracking updates to minimum liquidity thresholds required for trading on Bancor V3 protocol on Ethereum. Captures previous and new liquidity requirements (in wei) for enabling trade execution, useful for analyzing protocol parameter governance and market activation criteria.
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_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressremovedlog_indexblock_numberblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse170146094732022-04-18T13:34:09.000Z1000000000000000000000000xa56206accc11bcb6cbeb3826eae8363c77e2e91c1b775895828b981c41585121
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_MinLiquidityForTradingUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_RoleAdminChanged_event

Administrative role permission changes in Bancor v3’s NetworkSettings contract on Ethereum. Tracks when role admin assignments are modified, useful for governance analysis and permission auditing.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x83e1814ba31f7ea95d216204bb45fe75ce09b14f0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false75146093732022-04-18T13:10:21.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960x12edb9b9b4cfe291f9eb986e002a65f0accb35b1c70d6f9c6455a6822aa763950x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_RoleGranted_event

Access control events from Bancor V3 protocol on Ethereum tracking role-based permission grants and revocations. Records include role identifiers (as hashes), account addresses, and sender information for analyzing protocol governance and administrative 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x83e1814ba31f7ea95d216204bb45fe75ce09b14f0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22400x0c333d48af19c2b42577f3c8f4779f0347f8c819150063762022-06-22T06:53:52.000Z0x79bcf2d307bdcf1228713c352c1b72537c75c48c8839bf0ef96b538fb6f41c1b
0x83e1814ba31f7ea95d216204bb45fe75ce09b14f0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22760x5beba4d3533a963dedb270a95ae5f7752fa0fe22146093732022-04-18T13:10:21.000Z0x12edb9b9b4cfe291f9eb986e002a65f0accb35b1c70d6f9c6455a6822aa76395
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_RoleRevoked_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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_TokenAddedToWhitelist_event

Whitelist approval events for tokens enabled for trading on Bancor V3 protocol on Ethereum. Tracks which ERC-20 tokens were added to or removed from the protocol’s supported asset list for liquidity provision and swaps.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_tokenlog_indexblock_numberblock_timestamptransaction_hash
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse0xdac17f958d2ee523a2206206994597c13d831ec7305150122582022-06-23T09:23:55.000Z0xcb644832d564e02a1b553c487c8e7084a316ad206ef274b1aef10dfc0266bc97
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse0x967da4048cd07ab37855c090aaf366e4ce1b9f48255150122702022-06-23T09:27:46.000Z0x2abcf42030e70a1f2d3f46be874c6f779ba43ea6be4956d9ed06b81e780210b7
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse0x444d6088b0f625f8c20192623b3c43001135e0fa336150122442022-06-23T09:19:24.000Z0x3f670d18e7a4aeb48b5467d2278f629ca42c65ea8cc608c3d6b50aab6a043ccb
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_TokenAddedToWhitelist_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_TokenRemovedFromWhitelist_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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_TokenRemovedFromWhitelist_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_VortexBurnRewardUpdated_event

Event log tracking updates to Bancor v3’s Vortex burn reward parameters on Ethereum, capturing changes to reward rates (PPM) and maximum reward amounts. Used for monitoring protocol parameter governance and incentive mechanism adjustments.
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_prevBurnRewardPPMSTRINGPrevious burn reward rate expressed in parts per million (PPM), where 1,000,000 PPM equals 100%. Represents the reward rate before the update occurred, with 0 indicating no previous reward was set.
in_newBurnRewardPPMSTRINGThe new burn reward rate in parts per million (PPM), where 1,000,000 PPM equals 100%. Sample value of 100000 represents 10% of the burned tokens being allocated as rewards.
in_prevBurnRewardMaxAmountSTRINGMaximum token amount for vortex burn rewards before this update, denominated in the smallest token unit (wei for ETH). Null when this is the first configuration or no previous maximum existed.
in_newBurnRewardMaxAmountSTRINGMaximum token amount (in wei) that can be earned as a reward for triggering the Vortex burn mechanism. This value represents the upper cap on burn rewards and is scaled by 10^18 for token precision.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newBurnRewardPPMin_prevBurnRewardPPMin_newBurnRewardMaxAmountin_prevBurnRewardMaxAmount
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse3146094822022-04-18T13:36:28.000Z0x4e41a1129816d40577716d2ea30407a1384110b4b3bfce3de0826ad69accf87710000001000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_VortexBurnRewardUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

NetworkSettings_WithdrawalFeePPMUpdated_event

Withdrawal fee changes on Bancor v3 protocol on Ethereum, tracking updates to network-wide withdrawal fees measured in PPM (parts per million). Captures both previous and new fee values for monitoring protocol fee parameter adjustments.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse11514609477250002022-04-18T13:35:11.000Z0xf2b03b27246d9039cb6068a07247f023c4e6d9719d0f1d7150fcc7fb82e2e9f6
0x83e1814ba31f7ea95d216204bb45fe75ce09b14ffalse9315051565025002022-06-30T17:30:48.000Z0x322dd358ae39910ca1f23bb0ce7f4c5c55730c6df98bcb3cce9849d111a97752
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.NetworkSettings_WithdrawalFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PendingWithdrawals_LockDurationUpdated_event

Lock duration configuration changes for pending withdrawals in Bancor v3 on Ethereum, tracking updates to the required waiting period (in seconds) before withdrawals can be completed. Used for analyzing protocol governance changes and withdrawal timelock policies.
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_prevLockDurationSTRINGPrevious withdrawal lock duration value in seconds before the parameter update. Typically 0 (no lock) or 604800 (7-day lock period) in Bancor v3’s withdrawal mechanism.
in_newLockDurationSTRINGDuration in seconds that withdrawn tokens must be locked before becoming claimable after this update event. Value of 604800 represents a 7-day lock period, while 0 indicates immediate withdrawal availability.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newLockDurationin_prevLockDuration
0x857eb0eb2572f7092c417cd386ba82e45eba9b8afalse127146094072022-04-18T13:20:03.000Z0xac9ce8323a34635a809a2bdb8a319e1b3612f01c1b8bce0e87e4ea2adeb053b56048000
0x857eb0eb2572f7092c417cd386ba82e45eba9b8afalse108150515602022-06-30T17:29:42.000Z0xc2d618d79aad40bb03b14467a5b7ae1014c76207cb172e8e2fdc1f705eb91dac0604800
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PendingWithdrawals_LockDurationUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PendingWithdrawals_RoleAdminChanged_event

Access control events from Bancor v3’s PendingWithdrawals contract on Ethereum, tracking administrative role changes. Used to audit permission modifications and contract governance activities.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false125146094072022-04-18T13:20:03.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960xac9ce8323a34635a809a2bdb8a319e1b3612f01c1b8bce0e87e4ea2adeb053b50x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PendingWithdrawals_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PendingWithdrawals_RoleGranted_event

Role assignment events from Bancor v3’s pending withdrawals contract on Ethereum, tracking administrative permission grants by role hash and account address. Used for monitoring access control changes in the protocol’s withdrawal management 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe221260x5beba4d3533a963dedb270a95ae5f7752fa0fe22146094072022-04-18T13:20:03.000Z0xac9ce8323a34635a809a2bdb8a319e1b3612f01c1b8bce0e87e4ea2adeb053b5
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe223300x0c333d48af19c2b42577f3c8f4779f0347f8c819150063732022-06-22T06:52:30.000Z0xdf1470471ff75db31a97fbe3f3c0140b5b522fb3ce822270bca09e521eecb728
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PendingWithdrawals_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PendingWithdrawals_RoleRevoked_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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PendingWithdrawals_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PendingWithdrawals_WithdrawalCancelled_event

Cancelled liquidity withdrawal events from Bancor V3 on Ethereum, tracking provider addresses, pool tokens, reserve token amounts, and time elapsed since withdrawal request. Used for analyzing liquidity provider behavior and withdrawal patterns across Bancor 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_reserveTokenAmountSTRINGAmount of reserve tokens (the underlying ERC-20 asset in the pool) being cancelled from the withdrawal request. Denominated in the token’s smallest unit (wei-equivalent), typically a large integer value.
in_timeElapsedSTRINGTime elapsed since the previous event or report in the same series. String-encoded integer representing seconds.
addressin_poolremovedlog_indexin_providerblock_numberin_requestIdin_timeElapsedblock_timestamptransaction_hashin_poolTokenAmountin_reserveTokenAmount
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1cfalse3230xce13937e24c533f73e26ce638b2f6e55b639a14617245490705333602023-05-12T17:03:35.000Z0x7f24f34c62798d4ae95f14ecaccef1b18daf0f7e92cab4616c3673278199d6ec95589774730010885787379654689935716099641010
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1cfalse1760x85522bfe4d00f650e9e926558766461450b7f98a1616284562601802022-12-11T17:04:59.000Z0x35cb39e3b3161849a9334f926c6630ac83f9b7fe6a4efea5d0f3bb08543f9bc81191305184964034619899212022140746651916891834
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x514910771af9ca656af840dff83e8264ecf986cafalse3280x6bd6dba6c7da9fdfbe3cc6fc7b2df97670d04a301476035421449172022-05-12T09:38:53.000Z0xde8e54130a3ef9f7e70fd7d7f083f176e1e275bb40acfbf9feb99c62d5aeb5263818302501960563982758838183259587350738073992
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PendingWithdrawals_WithdrawalCancelled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PendingWithdrawals_WithdrawalCompleted_event

Completed withdrawal events from Bancor v3 liquidity pools on Ethereum, capturing when providers successfully withdraw their pool tokens for underlying reserve tokens. Contains provider addresses, pool tokens, reserve token amounts received, and time elapsed for analyzing liquidity exit patterns and withdrawal processing times.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_reserveTokenAmountSTRINGAmount of reserve tokens (underlying asset) withdrawn from the Bancor V3 pool, denominated in the token’s smallest unit (wei for ETH, or token-specific decimals). This is the actual token amount received by the liquidity provider after completing the withdrawal.
in_timeElapsedSTRINGTime elapsed since the previous event or report in the same series. String-encoded integer representing seconds.
addressin_poolremovedlog_indexin_providerblock_numberin_contextIdin_requestIdin_timeElapsedblock_timestamptransaction_hashin_poolTokenAmountin_reserveTokenAmount
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1cfalse1880x9aa8cc57ef8793975f60e23611af8804070a4f22185432070xbc354e8535c5e201e6c758bc8ef4dfc1052261549336f312dced282555622e7e78151322023-11-10T18:03:23.000Z0x1a8f4f5a46a1dff35b14cf519a6e7e30b0532819a6a8189572c43174824b922136036815267939141805653644682086947727204935
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1cfalse1350xa1ecb46c0be223dff23efda8bd553d17b938af47185448260x2f551a31933063d058c53462f2cd47c1b4332c42eff85b60c5a59d298c59f65378217202023-11-10T23:28:59.000Z0x2dac7729ac822400c6c0aa563a020c3a514b6acd2ffec9c1f76eb61fbea860549563290943580901425733496720964200597132928680
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x2a039b1d9bbdccbb91be28691b730ca893e5e743false4740xad78c8d773c7fecca618cc3b344f780733f78f11185405210x19ddf6999cee990d222b482fbf13463e9a7be7aef01bbaac25bacba24f0b194a7810482023-11-10T09:02:11.000Z0x6c6d0c789240b4bfabe6cde6e84905c1397a130a9c283cf59fd4ab88cf759c7c152776105502667923029677153005691339203992590444
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PendingWithdrawals_WithdrawalCompleted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PendingWithdrawals_WithdrawalInitiated_event

Withdrawal initiation events from Bancor v3 liquidity pools on Ethereum, capturing when liquidity providers request to remove pool tokens and receive reserve tokens. Tracks pending withdrawal requests with unique request IDs, pool token amounts being burned, and corresponding reserve token amounts to be claimed.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_requestIdSTRINGUnique identifier for an asynchronous request or operation. String-encoded integer that tracks requests across submission, fulfillment, cancellation, or claim events.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_reserveTokenAmountSTRINGAmount of reserve tokens (underlying asset) being withdrawn, denominated in the smallest unit of the reserve token. This value represents the expected redemption value for the corresponding pool token amount at withdrawal initiation.
addressin_poolremovedlog_indexin_providerblock_numberin_requestIdblock_timestamptransaction_hashin_poolTokenAmountin_reserveTokenAmount
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x0f71b8de197a1c84d31de0f1fa7926c365f052b3false1340x65f5afaafa25844ad5a6c430843edfa4c522bcd21770517372832023-07-16T10:10:59.000Z0x79d0870fbda7687150442dcf8a80ed7490674c3fbc0998f8a3dee1b2afde034d30000000000000000000003180736026009242366601
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1cfalse3410xf30f52f3cf5b90394e687d18b3541d7100587c041770305472812023-07-16T02:59:47.000Z0x2b315d864629189503dcd6643854e4ff43668932849d1a4b1f9153b3e5d184f0301998900972871992141305077093550165356125
0x857eb0eb2572f7092c417cd386ba82e45eba9b8a0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1cfalse1460x138f85de34ec8057ec206788a064f842cd64ce9e1770465672822023-07-16T08:26:11.000Z0x62fb9cb85995769f75b1e3db235196e2a658378992581b54a8da8490c794e06c11476065496053530699271159303801313060088250
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PendingWithdrawals_WithdrawalInitiated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_DefaultTradingFeePPMUpdated_event

Default trading fee updates for Bancor v3 liquidity pools on Ethereum, measured in parts per million (PPM). Tracks fee parameter changes with previous and new values for analyzing protocol fee adjustments and pool economics.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb714false46314609444200002022-04-18T13:28:01.000Z0xce3d45a8e54e2b0e064f793230073d3918e5f1a9ed3fb5f1ed24267d665fb547
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_DepositingEnabled_event

Events tracking changes to deposit permission status for liquidity pools in Bancor V3 protocol on Ethereum. Used to monitor when pool administrators enable or disable new deposits into specific token 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
addressin_poolremovedlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse7514609506false2022-04-18T13:41:32.000Z0x3c24d09bb021ff7691bff389141fbbc61952298d5c6ca5a1662497e32f57b384
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse2714609502true2022-04-18T13:41:03.000Z0xfff4a86939588de9f025080ea6fed80fe1938623160695397f625eb3f41ea077
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse5514611402true2022-04-18T20:49:04.000Z0x9aa6f7560fbb10084c533160679aa9093323df08f161ef934ecc982ec3ca46fd
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_DepositLimitUpdated_event

Deposit limit adjustment events for Bancor V3 liquidity pools on Ethereum, tracking changes to maximum deposit caps per token pool. Used to monitor risk management parameters and capital control updates across Bancor’s automated market maker 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevDepositLimitSTRINGPrevious deposit limit value for the specified pool token before the update, denominated in the token’s smallest unit (wei for ETH). Values are stored as string-encoded integers to handle large numbers beyond standard integer range.
in_newDepositLimitSTRINGToken amount representing the updated maximum deposit limit for the pool after this event, denominated in the token’s smallest unit (wei-equivalent). Values are large integers reflecting token decimals, with zero indicating no deposit limit or a disabled pool.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hashin_newDepositLimitin_prevDepositLimit
0x6f9124c32a9f6e532c908798f872d5472e9cb7140xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse60146612072022-04-26T16:34:47.000Z0x6bb01ac6909a6d15f8e685afd4c8679b64bed6cce0551c9103c5dcafeda8f889239547038327526132404116131756756756756756
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x6b175474e89094c44da98b954eedeac495271d0ffalse86146612112022-04-26T16:35:56.000Z0x95b1cabb888553813c1c118834c6ad37e6bebde99e395d1fe2675ee183b79aa5687500000000000000000000343750000000000000000000
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse143146612152022-04-26T16:36:47.000Z0xb00fd45974972629abf73f1ec2d3e5d17048c0602dce83605401a7f652e74c335387931034482758620689625238619676945668135095
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_DepositLimitUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_OwnerUpdate_event

Ownership transfer events for Bancor V3 pool collection contracts on Ethereum, recording changes from previous to new owner addresses. Used for tracking protocol governance transitions and administrative control 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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb714false4620x5beba4d3533a963dedb270a95ae5f7752fa0fe22146094440x00000000000000000000000000000000000000002022-04-18T13:28:01.000Z0xce3d45a8e54e2b0e064f793230073d3918e5f1a9ed3fb5f1ed24267d665fb547
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_PoolCreated_event

Liquidity pool creation events from Bancor V3 protocol on Ethereum, recording when new pools are initialized with their underlying token and corresponding pool token addresses. Used for tracking Bancor V3 pool deployments and analyzing which tokens have been added to 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_poolTokenSTRINGContract address of the liquidity pool token representing shares in the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_tokenlog_indexblock_numberin_poolTokenblock_timestamptransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee164146094860x256ed1d83e3e4efdda977389a5389c3433137dda2022-04-18T13:37:07.000Z0x894cc251eb4eeda2045c5cc9ebef8ad0b6c05c99cf2b0b46e9ce09864ceb3009
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0x6b175474e89094c44da98b954eedeac495271d0f93146094950x06cd589760da4616a0606da1367855808196c3522022-04-18T13:39:39.000Z0x96141627a1b1106215811ee1981cfae638a81dbf7a23dbde01f33789f7c58783
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0x514910771af9ca656af840dff83e8264ecf986ca24146095020x516c164a879892a156920a215855c3416616c46e2022-04-18T13:41:03.000Z0xfff4a86939588de9f025080ea6fed80fe1938623160695397f625eb3f41ea077
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_PoolMigratedIn_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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_PoolMigratedIn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_PoolMigratedOut_event

Events tracking liquidity pool migrations out of Bancor v3 protocol on Ethereum. Records token addresses and timestamps for analyzing pool deprecation patterns and protocol version transitions.
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_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_tokenlog_indexblock_numberblock_timestamptransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0x6b175474e89094c44da98b954eedeac495271d0f76147140312022-05-05T00:15:32.000Z0xad21c5520068a08ec733604c1c600aa71caf098e2bfa7cb3706badc6450da8d4
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0x514910771af9ca656af840dff83e8264ecf986ca79147140312022-05-05T00:15:32.000Z0xad21c5520068a08ec733604c1c600aa71caf098e2bfa7cb3706badc6450da8d4
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee73147140312022-05-05T00:15:32.000Z0xad21c5520068a08ec733604c1c600aa71caf098e2bfa7cb3706badc6450da8d4
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_PoolMigratedOut_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_TokensDeposited_event

Liquidity deposit events from Bancor V3 pools on Ethereum, capturing when providers add tokens to liquidity pools with corresponding pool token amounts minted. Used for tracking liquidity provision activity, provider behavior, and pool token exchange rates across different assets.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdin_tokenAmountblock_timestamptransaction_hashin_poolTokenAmount
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee3350x1ceb423ec1d09696602199e206564cf97189dd80146612080x2530d18d3a93cbbd1d9333ddbcfe9f09df809907ed222b015aa102c17d08c6dd980000000000000000002022-04-26T16:35:10.000Z0x19207f5239aa3461d3458ca594ebdbf311efab9dc76b68b8d97dc39143c7abe097998246197417851607
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0x514910771af9ca656af840dff83e8264ecf986ca1320x1ceb423ec1d09696602199e206564cf97189dd80146612160xab0247b6426602de501fd276de11eca6ad5080e40251b2c3595050206942afb22243411505149010703722022-04-26T16:37:03.000Z0x60e63ec08bd778051eafbf9ed8b15346c08ac63ba7802df7df1f488887f0158f224341150514901070372
0x6f9124c32a9f6e532c908798f872d5472e9cb714false0x6b175474e89094c44da98b954eedeac495271d0f570x1ceb423ec1d09696602199e206564cf97189dd80146612130x80a8cd1b1ab1e883bc7ddb252fd27109c21815e3047a84e68e24eacfb52ba6691437470633517831280203602022-04-26T16:36:39.000Z0xf44ea9073dd957781d7bd4719e731e3324faa03a7faa12641bb848626a6fa003143741224795517116215888
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_TokensWithdrawn_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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_TotalLiquidityUpdated_event

Liquidity state change events from Bancor v3 pools on Ethereum, capturing total liquidity, staked balance, and pool token supply updates for each token pool. Used for tracking pool depth evolution and liquidity provider positions 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse230146120600xf9769ca73de62d505e08f78a5b41946c0dd6168b349155b126ee17cbe336888523701000000000000000002022-04-18T23:21:49.000Z23701000000000000000000x7d7fbb4af708cb9d2d48cacca6100c1242de7de9d61f6ad3c08abf4903e980f12370100000000000000000
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse106146120970x7253cfff01bda9b6da12624fe5cb0dcf7328e6f4a9cf1095a13cc48aea7b80fc103711000000000000000002022-04-18T23:30:46.000Z103711000000000000000000x34d3bb4eb157956cd1e2ccbfd81b361ed2af71c628d73a0b05922a65d9b9df4f10371100000000000000000
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse21146120840x27e42ab668931f1f7992988c96d335f113afeb52be73353c5552972f331a3ca143701000000000000000002022-04-18T23:28:46.000Z43701000000000000000000xbb81cf6bac0933905b8822f9b26f76ac26472d431c1d49f879f76336103d8f5c4370100000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_TradingEnabled_event

Trading status change events from Bancor V3 liquidity pools on Ethereum, indicating when trading was enabled or disabled for specific token pools. Used for tracking pool availability and analyzing protocol governance actions or emergency pauses.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse110314623208true2022-04-20T17:20:57.000Z0x117e059084985f103ce4c0fc6e24205a386e9250df94b3c503304c706a5ea260
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x6b175474e89094c44da98b954eedeac495271d0ffalse122814623206true2022-04-20T17:19:56.000Z0xe998735dc33a42a7974dea5bd02664b88c9eb8a43f59b22670edc1641a25df52
0x6f9124c32a9f6e532c908798f872d5472e9cb7140xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse1814623202true2022-04-20T17:19:35.000Z0xc5036b0f7dff25bff8e0730cde9c2a886b9d283ebd026875bef52e0554524399
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_TradingFeePPMUpdated_event

Trading fee updates from Bancor V3 liquidity pools on Ethereum, recording changes to per-pool trading fees measured in parts-per-million (PPM). Used to track fee parameter adjustments across different token pools 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressin_poolremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x6b175474e89094c44da98b954eedeac495271d0ffalse9514609495200002022-04-18T13:39:39.000Z0x96141627a1b1106215811ee1981cfae638a81dbf7a23dbde01f33789f7c58783
0x6f9124c32a9f6e532c908798f872d5472e9cb7140xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse16614609486200002022-04-18T13:37:07.000Z0x894cc251eb4eeda2045c5cc9ebef8ad0b6c05c99cf2b0b46e9ce09864ceb3009
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse2614609502200002022-04-18T13:41:03.000Z0xfff4a86939588de9f025080ea6fed80fe1938623160695397f625eb3f41ea077
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV1_TradingLiquidityUpdated_event

Liquidity update events from Bancor V3 pools on Ethereum, tracking changes in available trading liquidity for token pairs. Captures previous and new liquidity amounts per pool and token for analyzing liquidity provision patterns and pool depth 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c65146363060xcaf3b4ee82182c9041a9a52ac6ad46e8a61c376c516d09e9eb201cd5d2d156262022-04-22T18:35:54.000Z135653411355340823762003988717869011923521462820x41eff83aecf236a7941144991525f222d86a19135a6e35b78566f7695fc69835
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse0x514910771af9ca656af840dff83e8264ecf986ca66146363060xcaf3b4ee82182c9041a9a52ac6ad46e8a61c376c516d09e9eb201cd5d2d156262022-04-22T18:35:54.000Z22316545402566845288432162655454025668452884320x41eff83aecf236a7941144991525f222d86a19135a6e35b78566f7695fc69835
0x6f9124c32a9f6e532c908798f872d5472e9cb7140x514910771af9ca656af840dff83e8264ecf986cafalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c68146363060xcaf3b4ee82182c9041a9a52ac6ad46e8a61c376c516d09e9eb201cd5d2d156262022-04-22T18:35:54.000Z135653411355340823762003988717869011923521462820x41eff83aecf236a7941144991525f222d86a19135a6e35b78566f7695fc69835
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV1_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_DefaultTradingFeePPMUpdated_event

Event logs capturing changes to Bancor V3’s default trading fee rates on Ethereum, measured in parts per million (PPM). Records previous and new fee values for analyzing protocol fee adjustments and governance decisions.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false18716597875500020002023-02-10T10:51:23.000Z0xfbb85385e5e1777f2e2f34e0463605256e5a7c410e2e55b1ab1d80b044ed8bea
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false6015255739200002022-08-01T09:08:22.000Z0x71a4d4346175abbd34047712edbef6d2adf6373cb59cd568251ba1c55b8790fb
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_DepositingEnabled_event

Event logs capturing deposit functionality status changes for liquidity pools in Bancor V3 protocol on Ethereum. Tracks when pool deposits are enabled or disabled, useful for monitoring pool accessibility and protocol governance actions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
addressin_poolremovedlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40xb2cabf797bc907b049e4ccb5b84d13be3a8cfc21false6615275230true2022-08-04T09:58:26.000Z0xcb7aa50c57f4f43e4011b1808b839334016d687dc172a03ecc68362fba440ce7
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_OwnerUpdate_event

Ownership transfer events from Bancor v3 PoolCollection contract on Ethereum, tracking changes in contract ownership with previous and new owner addresses. Used for monitoring protocol governance and administrative control transitions.
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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false590x5beba4d3533a963dedb270a95ae5f7752fa0fe22152557390x00000000000000000000000000000000000000002022-08-01T09:08:22.000Z0x71a4d4346175abbd34047712edbef6d2adf6373cb59cd568251ba1c55b8790fb
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_TokensDeposited_event

Liquidity deposit events from Bancor V3 pools on Ethereum, recording provider addresses, deposited token amounts, and corresponding pool token amounts minted. Used for tracking liquidity provision activity and calculating pool token exchange rates across Bancor’s automated market maker 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmount
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2650x15f5e5a4720a27525d527fcf5e30f039335af26a156998240x25e474590325f4f3a3fb91ea61b883fa9b719e552ce49d4e1b87e2e6f7c2d93d2022-10-08T00:35:35.000Z0x7fb445b48a823b2beb54fcd92d333bfe450f1891cb0e8d8be963a420fdd0c6ed82999667018683550938288541126914527059
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c2260x15f5e5a4720a27525d527fcf5e30f039335af26a156998100x851c86b9d0bbed1e23b959130d1763fbb519c77d011f71e0dd879d26c18a81642022-10-08T00:32:47.000Z0x1d0d3037efd98a3c1905d1c0752de80784fd4cbd13debd5b767c9e9652e9e41b2359660264752204638954023559804895334074577690
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false0x0d8775f648430679a709e98d2b0cb6250d2887ef3280x15f5e5a4720a27525d527fcf5e30f039335af26a156998340x9408ed5efa9170a8f06255b731e3662fb1682cd8955852cb26570a2a4d6b90212022-10-08T00:37:35.000Z0x10dc4396fef9a66be47522ad885f071b4fe0e01e183ca2c2beccd9380b7a427b27593376363404108655302756366112596295113036
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_TokensWithdrawn_event

Liquidity withdrawal events from Bancor V3 automated market maker (AMM) pools on Ethereum. Records provider withdrawals with base token amounts, pool token burns, BNT (Bancor Network Token) amounts, withdrawal fees, and external protection calculations for analyzing liquidity provision dynamics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c2320x235ead7b0e1fe7fe69b17239d42c73e2bd3208c81553517000xc3c94b8a9f3234207ad3732e274a4050a3541420831bbdfebd2ad501640a95e62022-09-14T21:31:15.000Z0xaafbf6155e3bdd291d2471cd27a882eaf1347e0a0c4ca146413fb2c3d71af72b56678397054483133430801810642295441272713926500
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false0x0ae055097c6d159879521c384f1d2123d1f195e6680x235ead7b0e1fe7fe69b17239d42c73e2bd3208c81553497700x9c4b79e47ddced0ba3fdfe65137767d60040659eb55a2e4c5779a470c4dda0b52022-09-14T20:46:55.000Z0xb4bbd4ba8ba6716ecaff2afd624530b584f663fd99032247f81731af0f63a5f123342788079916408263623342788079916408263600
0xd982e001491d414c857f2a1aaa4b43ccf9f642b4false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee2290x235ead7b0e1fe7fe69b17239d42c73e2bd3208c81553525100xb0a5d4af2c1f8096332a3ba06a0e65d6e9bee166be890d81a4771cfe129670b12022-09-14T21:52:15.000Z0x180613600e6983eba39256d9bf88e83f60b945cfea43382f7d3dd312de26ef8249780924428510690251211405923716266322300
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_TotalLiquidityUpdated_event

Liquidity update events from Bancor v3 pools on Ethereum, tracking changes to total liquidity, staked balances, and pool token supply for individual pools. Used for analyzing liquidity provisioning patterns and pool growth over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40x903bef1736cddf2a537176cf3c64579c3867a881false213167928330x9ff563abcca43e3cb077fe76524e50bde58d8290e0c6decaf2604428cce97dda6949693051402592023-03-09T19:50:23.000Z10687692019585190x0baab67dc54861bf2abe4d475e1e7b767b1c430b8638d097442647a06ecda6801068088348179978
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40x0954906da0bf32d5479e25f46056d22f08464cabfalse147157041890x70f2ac045648f1325af356f007a65b2cb1f0486b4819ae3ae5487a768ddef2b484791326248159977232002022-10-08T15:12:11.000Z92240648874543958955220xd9e9f5594d4fbb6b6062b1c9d9ecaa6bbbed1ee0540ccc638ee13cd1ab4767739079543817824391410552
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40x0d8775f648430679a709e98d2b0cb6250d2887effalse329156998340x9408ed5efa9170a8f06255b731e3662fb1682cd8955852cb26570a2a4d6b90218394695782228204294912922022-10-08T00:37:35.000Z24307017721837338385404780x10dc4396fef9a66be47522ad885f071b4fe0e01e183ca2c2beccd9380b7a427b2428084155573217263652980
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_TradingEnabled_event

Trading status change events for individual liquidity pools in Bancor V3 on Ethereum. Tracks when pools are enabled or disabled for trading with reason codes, useful for monitoring pool lifecycle and availability 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40xa0246c9032bc3a600820415ae600c6388619a14dfalse228815345817false2022-08-15T11:45:52.000Z0xa86297c692d70666f1ec7222bc9e8ac3ebba6e3893c68aa07720e5ec461d7cdb
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40xb2cabf797bc907b049e4ccb5b84d13be3a8cfc21false06415275230false2022-08-04T09:58:26.000Z0xcb7aa50c57f4f43e4011b1808b839334016d687dc172a03ecc68362fba440ce7
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40xe1fc4455f62a6e89476f1072530c20cf1a0622dafalse13215275672false2022-08-04T11:41:26.000Z0xecd64d0259ea2e2e0319e396f18ac42fea48a8f8b9f24d653d8d8f1019d0d5f6
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_TradingFeePPMUpdated_event

Trading fee update events from Bancor V3 liquidity pools on Ethereum, recording changes to pool-specific fee rates measured in parts per million (PPM). Tracks historical fee adjustments across different token pools for analyzing protocol fee dynamics and pool economics.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressin_poolremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40x99295f1141d58a99e939f7be6bbe734916a875b8false761531554150000300002022-08-10T16:59:40.000Z0xb0323d4b5ae09863d2d2af04c05e6ba4ae6c082f7782da9220cf3c281a8a6f49
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse5516097558321786672022-12-02T13:55:35.000Z0xb4ad9e5e12c66a158152d66f2c078a40e0e3ab0d3c35ab7736897b302f853eef
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40x2260fac5e5542a773aa44fbcfedf7c193bc2c599false171609757810343126872022-12-02T13:59:35.000Z0x6b7b5d2cf621230c4171ed1e9dca86160ab68400878351e869f22e1609d04164
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV10_TradingLiquidityUpdated_event

Liquidity state changes from Bancor v3 pool collections on Ethereum, tracking token-specific liquidity adjustments with previous and new amounts per pool. Used for analyzing liquidity provider activity, pool depth evolution, and automated market maker (AMM) rebalancing events.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40x6c6ee5e31d828de241282b9606c8e98ea48526e2false0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c14154982400x36c3123f548224e9a19cc0576fe677de7363670c9a535d1b10f1b2da9a3b22b82022-09-08T18:49:01.000Z7972721326963722246682088074973782731502633628320xbcbaf437d0769728e2b261f4d068a348253c69cdce3295544d45527c4d8a0f36
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40x6c6ee5e31d828de241282b9606c8e98ea48526e2false0x6c6ee5e31d828de241282b9606c8e98ea48526e215154982400x36c3123f548224e9a19cc0576fe677de7363670c9a535d1b10f1b2da9a3b22b82022-09-08T18:49:01.000Z1964403671773272667226985681939523680082918841834058610xbcbaf437d0769728e2b261f4d068a348253c69cdce3295544d45527c4d8a0f36
0xd982e001491d414c857f2a1aaa4b43ccf9f642b40xc18360217d8f7ab5e7c516566761ea12ce7f9d72false0xc18360217d8f7ab5e7c516566761ea12ce7f9d7213154946570xdaee4ade04c8fde9a8ea47229d05b1323df57a862a64d10dbd4f62f3b1d8a5ad2022-09-08T05:04:02.000Z404022606727262609596440055439623970674350230x41b4aa737d20b5fa16370c1e7abed022f1d2e856dfbda4e0fb8a11cf55b1b2d4
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV10_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_DefaultTradingFeePPMUpdated_event

Trading fee parameter updates from Bancor v3 pools on Ethereum, recording changes to default trading fees measured in parts per million (PPM). Used for tracking fee policy adjustments and historical fee structure 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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse14216827977200002023-03-14T18:29:11.000Z0x06c7ecffc278dede9375a9371390d25180388a0f518a72b3e02e733548de3e8a
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_DepositingEnabled_event

Deposit availability status changes for liquidity pools in Bancor v3 on Ethereum, emitted when pools enable or disable depositing functionality. Tracks pool addresses and their depositing status flags for monitoring liquidity provision restrictions.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
addressin_poolremovedlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xb67d563287d12b1f41579cb687b04988ad564c6c0xc00e94cb662c3520282e6f5717214004a7f26888false14617484317false2023-06-15T09:12:23.000Z0x751dabaa4f2313a03e44f1d1ec107bb09d6d2a7f23a5abe46f5456f1e39d240a
0xb67d563287d12b1f41579cb687b04988ad564c6c0x0bc529c00c6401aef6d220be8c6ea1667f6ad93efalse9417484355false2023-06-15T09:19:59.000Z0x2eda03ab0e60d7a1d2653328d89fae69a80663e736afec68b1fd93280ccb5772
0xb67d563287d12b1f41579cb687b04988ad564c6c0x5218e472cfcfe0b64a064f055b43b4cdc9efd3a6false14117484387false2023-06-15T09:26:23.000Z0x2a9dd769e9c70a690144689a48f55e6df14a4d25d0fa3e9d5b6745a01a1f055b
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_OwnerUpdate_event

Ownership transfer events from Bancor V3 pool collection contracts on Ethereum, recording changes from previous to new owner addresses. Used for tracking protocol governance changes and administrative control transfers.
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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse1410x5beba4d3533a963dedb270a95ae5f7752fa0fe22168279770x00000000000000000000000000000000000000002023-03-14T18:29:11.000Z0x06c7ecffc278dede9375a9371390d25180388a0f518a72b3e02e733548de3e8a
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_TokensDeposited_event

Liquidity deposit events from Bancor V3 PoolCollection contract on Ethereum, capturing provider addresses, token types, base token amounts, and pool token amounts minted. Used for tracking liquidity provision activity and analyzing deposit patterns across Bancor 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmount
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee2170x283266045ab2ab0793a62cadc21d55f685636ae0170878610x25c80a9e2e2a152a00419b58a89bd5413ade8854e3de4ff9bd76ff4bb315e26b2023-04-20T12:59:35.000Z0x4cbe8cc7da75f61687a8ae9ea431cce7a9c936e4e2aa74ddbced30a0037204111000000000000000997137643534700
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse0xc944e90c64b2c07662a292be6244bdf05cda44a72370xf9fe792678029b934520c3555ebae997fa6e0d64170895310x1deec7d0c3fdb2a0e5f400000947a61dc4d8783c5fef76e32caeee048fd1a4072023-04-20T18:42:35.000Z0x1a3a9420a883e559226f917fa516deb09579c0e307184e400b37909ca6cd2f511155385462384000000000011362020804137200256429
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse0x903bef1736cddf2a537176cf3c64579c3867a8813380x2dddb6a69f071313580073941a4491313303b1ab170205330xf723a65d12029e2f5cd3b8e96f05275cb20e8b57f49225ec164a8b2fb84993532023-04-10T21:48:11.000Z0x6bece8ce7348853d1b6fa40f2c2c62ee427dc9e30b9a64c9a4e0ad27d860a2211000000000999349299
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_TokensWithdrawn_event

Liquidity withdrawal events from Bancor V3 pools on Ethereum, capturing provider addresses, base token amounts, pool token amounts, BNT (Bancor Network Token) amounts, and associated fees. Used for analyzing liquidity provision behavior and calculating withdrawal patterns across Bancor’s automated market maker 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse0x6b175474e89094c44da98b954eedeac495271d0f3190xb494096548aa049c066289a083204e923cbf44131716390800x309c7ef0a46a0ee2f341124da6fe9673a9f84ef2ef11f402c1155e7d4ff69fb62023-05-01T05:29:35.000Z0x5f091e2db2bccc74d771a32bc8b4fbf62a6f1e5c31aa8ddf2edf9ef90d371427613175084584902319583056948361200711262385731200
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee2070xb09d4e18a68c46914cc563ef76ed232b5a49fc7a1753381900x704c544dac6bcccda38aa0182c653eff60af747e396ee576eb0aef66301c66192023-06-22T07:56:35.000Z0x7245daf370d96b7b9d3706d14b17cce6cc34a1170f23a310d7f218ed311806fd5118034641683046215068726264459705600
0xb67d563287d12b1f41579cb687b04988ad564c6cfalse0x514910771af9ca656af840dff83e8264ecf986ca3470x3e3588fc0dcee9cf9d2241d6353db5ccfd3a8e191753849800x9fd8c0ec848f1a08d3b65699e2b1cc718f6af6acc457773fdd4cec0750700dee2023-06-22T23:43:59.000Z0xfc76c063e411b935ebe6d8a616e543c0d9c0b5e88af593d5d7a19e6bff30a83444194975283180521910161057967070423081395800
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_TotalLiquidityUpdated_event

Liquidity state changes for Bancor V3 pool tokens on Ethereum, capturing updates to total liquidity, staked balances, and pool token supply per transaction. Used for tracking pool health, liquidity depth evolution, and analyzing deposit/withdrawal patterns across different token 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0xb67d563287d12b1f41579cb687b04988ad564c6c0x48fb253446873234f2febbf9bdeaa72d9d387f94false243179090240x4cfb28262bd03af721e61c41900e9dadd301f94c9b862cee1205623abd6829f614370852313177515446115052023-08-13T22:49:47.000Z14333832527625276932267980x0ba503f34bb4b02e613634adc888b1883dd22d2727245665778c58e62a6b08ae1420921576611017840791474
0xb67d563287d12b1f41579cb687b04988ad564c6c0x514910771af9ca656af840dff83e8264ecf986cafalse314179039550xe770c271541dd7c4f25a4381a6b8ec1597b0c05055e94fd8708e502bc3439b6e9522797800370289673078702023-08-13T05:49:23.000Z12830020702460189619694220x94bc2e6440ee1e30898353497c58d51ce122b0e88d716baebc32a72b74db89ab1276486439407893401509509
0xb67d563287d12b1f41579cb687b04988ad564c6c0x514910771af9ca656af840dff83e8264ecf986cafalse178170692120x25ab7843ca22a77f9a210960002dc00dffb14be1e52e9fd8a097d2f019d69e1313032011426390185357452122023-04-17T21:40:35.000Z18362597097072292859627930x8cc7780c14990056bc1cd2847d265aae69232da5c6ec7e63440eaf0b6a98ce991827724250659310245108302
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_TradingEnabled_event

Trading status change events for Bancor v3 liquidity pools on Ethereum, recording when pools are enabled or disabled with reason codes. Used for tracking pool operational states and analyzing protocol governance actions or automated trading halts.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xb67d563287d12b1f41579cb687b04988ad564c6c0x6c6ee5e31d828de241282b9606c8e98ea48526e2false118217879029false2023-08-09T18:08:11.000Z0x68c37c23048caf95a206069e73a4d5e2451bfc602424de10221e04920e830328
0xb67d563287d12b1f41579cb687b04988ad564c6c0xbbbbca6a901c926f240b89eacb641d8aec7aeafdfalse111617879075false2023-08-09T18:17:23.000Z0x73b61fbb29ec4c1992417420b9796090ef48837ff4f68fa67114a1e649efe1fd
0xb67d563287d12b1f41579cb687b04988ad564c6c0xc18360217d8f7ab5e7c516566761ea12ce7f9d72false112217879006false2023-08-09T18:03:35.000Z0x1da519f37efd362b8d1aeedea69c3f8688e98bca1544cfded98eeefc9e5c528d
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_TradingFeePPMUpdated_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV11_TradingLiquidityUpdated_event

Trading liquidity adjustment events from Bancor V3 liquidity pools on Ethereum, tracking changes in available token liquidity per pool before and after each update. Used for monitoring pool depth dynamics and liquidity provider activity across different token pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0xb67d563287d12b1f41579cb687b04988ad564c6c0x04fa0d235c4abf4bcf4787af4cf447de572ef828false0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c57168443750xa43e240d3bb687ecca749c5c93e13d4434e01a370ea85d45d1e570e208e28b152023-03-17T01:49:47.000Z19514564997774830497249201483835579231319827190x68cf4bc8ed1c6703ec5e2822b5970d0ebb1d71b3b17d90c7d6d5681b5f3db3f9
0xb67d563287d12b1f41579cb687b04988ad564c6c0x04fa0d235c4abf4bcf4787af4cf447de572ef828false0x04fa0d235c4abf4bcf4787af4cf447de572ef82858168443750xa43e240d3bb687ecca749c5c93e13d4434e01a370ea85d45d1e570e208e28b152023-03-17T01:49:47.000Z461576387940299590559244704906708710974853830x68cf4bc8ed1c6703ec5e2822b5970d0ebb1d71b3b17d90c7d6d5681b5f3db3f9
0xb67d563287d12b1f41579cb687b04988ad564c6c0x04fa0d235c4abf4bcf4787af4cf447de572ef828false0x04fa0d235c4abf4bcf4787af4cf447de572ef828295168457350xfb2726bf189f98a76a3280a5b1d18f3eecd27ddd3862337dc056f5844ac6ac6a2023-03-17T06:24:23.000Z475518541711291826643146157638794029959055920x9cad24f5c723e75bcdede9df2d1d34730647c6e0f25184fb1edae52d9d524436
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV11_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_DefaultTradingFeePPMUpdated_event

Trading fee configuration changes for Bancor V3 liquidity pools on Ethereum, recording updates to default fee rates in parts-per-million (PPM) with previous and new values for protocol fee 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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false2014713972200002022-05-05T00:03:47.000Z0x9129fa3029d46426dbeaddaf7dd3539bfdfb567e6c17cbd7ccf440903d125034
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_DepositingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_DepositLimitUpdated_event

Deposit limit changes for individual token pools in Bancor V3 on Ethereum, tracking previous and new caps on liquidity provider deposits. Used for monitoring protocol risk parameters and analyzing capital efficiency adjustments across different ERC-20 tokens and native ETH 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevDepositLimitSTRINGPrevious maximum deposit limit for the token pool before the update, denominated in the token’s smallest unit (wei for ETH). Values may represent finite caps or the max uint256 value indicating unlimited deposits.
in_newDepositLimitSTRINGMaximum deposit amount allowed for the pool after the update, denominated in the token’s smallest unit (wei for ETH). Large values approaching uint256 max typically indicate unlimited deposits.
addressin_poolremovedlog_indexblock_numberblock_timestamptransaction_hashin_newDepositLimitin_prevDepositLimit
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x514910771af9ca656af840dff83e8264ecf986cafalse254147548522022-05-11T12:27:40.000Z0xf51480a11377475df3af9f4a26a97aeff05b56b3a0ae6acb5a954538296292ef115792089237316195423570985008687907853269984665640564039457584007913129639935541338582677165354330708
0xec9596e0eb67228d61a12cfdb4b3608281f261b30xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse235147548352022-05-11T12:23:38.000Z0xf7ef36648bbebf94f2556a38f074b2fe2354ec1655203fce41e5223051cf7a4f1157920892373161954235709850086879078532699846656405640394575840079131296399352148437500000000000000
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x6b175474e89094c44da98b954eedeac495271d0ffalse359147548462022-05-11T12:26:06.000Z0x22735658d88aaeb53310b18ff209179d7491a939bbb028be195abd0c8902957c1157920892373161954235709850086879078532699846656405640394575840079131296399355500000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_DepositLimitUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_OwnerUpdate_event

Ownership transfer events from Bancor v3 PoolCollectionV2 contracts on Ethereum, tracking when pool collection control changes from one address to another. Used for monitoring protocol governance and administrative control transitions.
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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false190x5beba4d3533a963dedb270a95ae5f7752fa0fe22147139720x00000000000000000000000000000000000000002022-05-05T00:03:47.000Z0x9129fa3029d46426dbeaddaf7dd3539bfdfb567e6c17cbd7ccf440903d125034
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_PoolCreated_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_poolTokenSTRINGContract address of the liquidity pool token representing shares in the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_TokensDeposited_event

Liquidity deposit events from Bancor V3 protocol on Ethereum, recording when liquidity providers add tokens to pools with provider addresses, token amounts, and pool token shares minted. Used to track liquidity provision activity and calculate pool 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdin_tokenAmountblock_timestamptransaction_hashin_poolTokenAmount
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee3500x00008818c0edb78f98184f01b4cb483f0044d990148049990x67dbe1c4017475d807c72d0bf9aa11d9c31a609d33dd6813b9849c6b000d17ca349747609227451243492022-05-19T12:39:13.000Z0xf96f359a9effd498121016b9a0b8f8276bcf31858be0be1aea265721eb607b9834964409640169278857
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee200x00008818c0edb78f98184f01b4cb483f0044d990148050170x63deb6ba86f5a81647ff7ddadb79d2e26c79c34832ee07650af0e076ad76d69a289000000000000000002022-05-19T12:43:17.000Z0x0a737478af7eb4262a055549311a3ef0d1fdd61e5a706754e016763d980d070128891446630125571859
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false0x514910771af9ca656af840dff83e8264ecf986ca4730x12a540fa4498cb185c2c93e06825a7f47ac38d58148055200x0dca6ae4fcd0f5f9917c0ed8fc7944dbd6fdd292fb358bc900aa8833999d433814298095106960601417992022-05-19T14:39:47.000Z0xa53a0a0b6029e6f105b90b35109521c3c11908c9b2d5d4da05dad3b9fcdcbafa1429095867505596239195
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_TokensWithdrawn_event

Liquidity withdrawal events from Bancor V3 pools on Ethereum, capturing provider exits with token amounts, pool token burns, BNT (Bancor Network Token) amounts, and withdrawal fees. Used for analyzing liquidity removal patterns, fee structures, and impermanent loss protection payouts.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdin_tokenAmountblock_timestamptransaction_hashin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false0x6b175474e89094c44da98b954eedeac495271d0f6510xa48c6ac5024051871dbb115f4d5e3dca70be07391480224800x771f2bff0367a49cab3e4c7dcc7630746e97fc2f2355f42babc16f59d88552ab1609651098758236262803592022-05-19T01:49:58.000Z0x85694e2e713738221cc6887989e0e5bfbf0745f9103c80e8e6a7513646e3c5b81612996388111705276441304034213280095830232600
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false0x6b175474e89094c44da98b954eedeac495271d0f1500xc26892f608b3e97a24149f9c273449416e2220601480461200xc9f54e8e8c68b2fad71ba9427bb244798d5ff218b81b8b5fb2b2299cd22944b81208393856129820352531522022-05-19T11:10:11.000Z0xea58272179e48712d85e4d746c0399cfebd2d3d1a109b42fc6941258499524f31210889026691042092089903028556030400552261990
0xec9596e0eb67228d61a12cfdb4b3608281f261b3false0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee1980xbe1b0a57572c4eecbddecceff4906c676e14a06f1480597500xb173a4d4a55a1bfb1bb05bbb7a4db8a97b1d968a6266d44beaa990365ad6cda519982078847511030862022-05-19T16:32:16.000Z0xa47b4e51c45b0e3e880f6706f7c4ab330ca39a793d2fcd9bdd0a419aff4b4616200261920202074386050080398114062740
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_TotalLiquidityUpdated_event

Liquidity state change events from Bancor V3 pool contracts on Ethereum, tracking total value locked, staked balances, and pool token supply for individual liquidity pools. Used for analyzing liquidity provider activity, pool TVL trends, and tracking deposit/withdrawal flows across Bancor 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x514910771af9ca656af840dff83e8264ecf986cafalse159147300900xbaa5363dbe022e2f38b6ab0693b1508c378923f60cf62cceb44066835f6813161387063844854029912220762022-05-07T13:33:55.000Z1369963634918745035907600xd6f4a27a39dc1794e7bc42003accb2a631d1aafc9a9dccda3d2132e7f7a0f4f4136995521894577200185218
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x514910771af9ca656af840dff83e8264ecf986cafalse581147967840x705592ab04ac141d0719808abdd363200ff6e4b3279cfdede6c366af2295dbec66326105130689172861403002022-05-18T04:38:51.000Z72196301635940117944146570x3e405b15b21c2888f83ca772686840c501686f9fa9215020356e9c048dde7c4f7216098713873444978454592
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x514910771af9ca656af840dff83e8264ecf986cafalse272147967930x612229ba599be67a5015782f5d608af85096838c08dc4e49aee003176484d2f366327137907578867959443162022-05-18T04:40:33.000Z72197334412829813042186740x55716cd4c6f1c0d9fa86daaca6322fb3f38a955d97675343d8ab2d0b276d20c67216201941044596042195675
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_TradingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_TradingFeePPMUpdated_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV2_TradingLiquidityUpdated_event

Liquidity adjustment events from Bancor V3 PoolCollectionV2 contract on Ethereum, tracking changes in trading liquidity before and after pool operations. Used to analyze liquidity provisioning dynamics and pool rebalancing activity across token pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x6b175474e89094c44da98b954eedeac495271d0ffalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c254147207050x0bea3cb766febe8b87fbc1e25f66ac27a28dfeb2c267b8d9ad1641f18f5ee68c2022-05-06T01:46:10.000Z3047189993561691932884343030088940625689006692580xcf98897a219c2bd60049ba47fbdd5be608a084277a2c971006caf88eafbead96
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x6b175474e89094c44da98b954eedeac495271d0ffalse0x6b175474e89094c44da98b954eedeac495271d0f255147207050x0bea3cb766febe8b87fbc1e25f66ac27a28dfeb2c267b8d9ad1641f18f5ee68c2022-05-06T01:46:10.000Z5937488865197556621432285970941240702729795793540xcf98897a219c2bd60049ba47fbdd5be608a084277a2c971006caf88eafbead96
0xec9596e0eb67228d61a12cfdb4b3608281f261b30x514910771af9ca656af840dff83e8264ecf986cafalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c341147933960x382622f6edfc26ce9dbfad787546cae8b31eec77de2f11ba91afa1bc3034cda22022-05-17T15:50:35.000Z31385830621477137913728134313844532892486483152028060x028bb2eee1729c9ebfe2efbd371033be7dc28b7cd60f3d78b01aacbdcdb7a2f4
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV2_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_DefaultTradingFeePPMUpdated_event

Default trading fee configuration changes for Bancor v3 liquidity pools on Ethereum, tracking fee rate updates measured in parts per million (PPM). Used for analyzing fee structure evolution and protocol economics.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false10414830509200002022-05-23T16:03:34.000Z0xe6e5be1b2b07c2a043f4c49f3ba71d6e7d8cff18ad898d7a0977a76ed5cd949d
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_DepositingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_OwnerUpdate_event

Ownership transfer events for Bancor V3 pool collections on Ethereum, recording changes in pool collection contract ownership with previous and new owner addresses. Used for tracking administrative control changes and governance transitions in Bancor’s pool management 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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false1030x5beba4d3533a963dedb270a95ae5f7752fa0fe22148305090x00000000000000000000000000000000000000002022-05-23T16:03:34.000Z0xe6e5be1b2b07c2a043f4c49f3ba71d6e7d8cff18ad898d7a0977a76ed5cd949d
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_TokensDeposited_event

Liquidity deposit events from Bancor V3 pools on Ethereum, recording provider addresses, token amounts, and pool token amounts minted. Used for tracking liquidity provision activity and analyzing deposit patterns across Bancor V3 automated market maker 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdin_tokenAmountblock_timestamptransaction_hashin_poolTokenAmount
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false0x514910771af9ca656af840dff83e8264ecf986ca4430x1d601f4c8463b602084f39471d8c04a686f0edce148505000x775a1a7b07d798c1ab625f726cb1c8d454d63c62093efc0443a9fb888392dfed5906449352791409125012022-05-26T22:19:07.000Z0x204d3132697e12de4074e1715ad6d43a92b71e646c335fc6eda5b8417e32bd5d590256619157080896943
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false0x514910771af9ca656af840dff83e8264ecf986ca1940x55b2e85780312f9abdb41e84b1d073c114e35a87148450040xd7f9b18360b3ce80a064de97b08cdb7631eb20d8dba44be474481414c8712e25104918933205896569409472022-05-26T00:47:35.000Z0xd75847b17fdb22bba6d3a027ddd5405eab5a755378b040fdb2a013cfc0032ae910485022169859624548751
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false0x514910771af9ca656af840dff83e8264ecf986ca1280xa1f44a0d6cbb27694e2adb9e7897dd13e06728b8148504890xf26e137f5f5508768d5bba4292d67cdc57d2248ce00424002fe9277f42731fd1211723329606042471532022-05-26T22:17:59.000Z0x21761a7ec5f5b49323d783c3ae4d751a2694f7dd2186ff803505b2639184f7d321158432459796663453
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_TokensWithdrawn_event

Liquidity withdrawal events from Bancor V3 pools on Ethereum, capturing token amounts withdrawn, BNT (Bancor Network Token) amounts, pool token burns, and withdrawal fees. Used for tracking liquidity provider exit activity and fee analysis across Bancor V3 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdin_tokenAmountblock_timestamptransaction_hashin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false0x514910771af9ca656af840dff83e8264ecf986ca3730xae22ff2bd079ce604beb73d8569a7bd1d859b19614842143527053588762394888520x7ae3000965ac8e525fcd95d485187f7de2d7d7684538270305b1de5c951c12af897020679569055812772022-05-25T13:34:21.000Z0x73db75c8befd8dbbaf7c02f569f52b76a842a8eb57fd36e6b2421b58de5569c2999510854484157008242500000000000000000
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false0x514910771af9ca656af840dff83e8264ecf986ca3530xff2ed5d20d3340bcda9c7cd1d533abc34467bdc9148404955303125903347548212660xd552667f01e84cbcaaa673cebf99969d44e591ba87cb8026208368a0c7ff1a4e9007663660482865044922022-05-25T07:09:46.000Z0xb3c987416249a723bd32337e97aa2408e69e82ef08c00f3dbaf972b99313a4f7100382902262739414975725107880825824960850
0xf506b96891dde3c149ff08b2ff26a059258f7ec7false0x514910771af9ca656af840dff83e8264ecf986ca3170x106da5f1d7636f332068901ddbd11c8686e5b19314839806492717715172205946190xd9ac705f5494ede009aa50e769b2a69f5a9edfa00e7424f5c522a0e06972fd9d847444400304197862842022-05-25T04:28:11.000Z0x333c5cc0f305ae0bec6e2b89910a8cacd4a50be9d5c969e661beff9f16760e59943245703918819158232359268285299472720
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_TotalLiquidityUpdated_event

Liquidity state change events from Bancor v3 pools on Ethereum, tracking total liquidity, staked balances, and pool token supply for each update. Used for analyzing liquidity provider activity and pool reserve dynamics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0xf506b96891dde3c149ff08b2ff26a059258f7ec70xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse620148577480x439e6b0d7e0542c2ff98ecf7f2b0a62e006f36950de60fd3760a10c14d6805f9414800586408983456549942022-05-28T02:42:28.000Z584031311288925676114460xd3b71d77b37c0cfa492bd7fdbf88efab757a65e6a0c627b4e3575881583568d858381649360749330646811
0xf506b96891dde3c149ff08b2ff26a059258f7ec70xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse176148577990x4dda69de9067520807413f11465648f40f203686d90787b29970c23e72c5f473415149840994323314095412022-05-28T02:58:19.000Z584031775311339081616190x6f3138169c5463f67634feb5636f50cff429b4518bc13065c0f54fe0ba9cbc9458381695745923055633628
0xf506b96891dde3c149ff08b2ff26a059258f7ec70xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse421148579570x6d5292e9f24965f7470fbe6abb3def68a71b520e9d633d97af542f3eae195246415410212238839132082312022-05-28T03:31:46.000Z584071923049442241060080x426b07c6c53a49b9ff9102081f921f0d2a743019958f919d5c24c994c4bd741858385694273636478630978
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_TradingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_TradingFeePPMUpdated_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV3_TradingLiquidityUpdated_event

Trading liquidity adjustment events from Bancor V3 pools on Ethereum, tracking changes in available liquidity for each token within pools. Shows previous and new liquidity amounts with context identifiers for analyzing liquidity depth changes and pool rebalancing 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0xf506b96891dde3c149ff08b2ff26a059258f7ec70xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee104148853820x512177c2ff6b91af99dfdf099544c0ba4cb156fd0fcc8e843144c201163654922022-06-01T14:40:20.000Z34165062690752869779186340707608087271680549190xb1be69a8fbc2f81fb17a99d761e66c9b9bb83b68280a5a45c6e685f9ca3aed5d
0xf506b96891dde3c149ff08b2ff26a059258f7ec70xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee106148853820x512177c2ff6b91af99dfdf099544c0ba4cb156fd0fcc8e843144c201163654922022-06-01T14:40:20.000Z34165062690752869779186340707608087271680549190xb1be69a8fbc2f81fb17a99d761e66c9b9bb83b68280a5a45c6e685f9ca3aed5d
0xf506b96891dde3c149ff08b2ff26a059258f7ec70x514910771af9ca656af840dff83e8264ecf986cafalse0x514910771af9ca656af840dff83e8264ecf986ca5148854060xaab1e1ab680407e0d07c590692e02c59639e3e13f2e3bc62862e70f0f2e7b6572022-06-01T14:45:57.000Z639224745290509436707005263890994925131873295497360x074d58faf42de791685b24ae6def64c4239eced2119466e20beef793b73666ac
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV3_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_DefaultTradingFeePPMUpdated_event

Trading fee parameter changes on Bancor v3 Ethereum pools, recording updates from previous to new fee rates in parts per million (PPM). Used for analyzing fee structure adjustments and protocol governance decisions.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xad3339099ae87f1ad6e984872b95e7be24b813a7false12814886082200002022-06-01T17:29:12.000Z0xf6ba716b8d363ca1533b63857f0b4c1090d928b5177625461b3972209b6c0c47
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_DepositingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_OwnerUpdate_event

Ownership change events from Bancor v3 liquidity pool collections on Ethereum, capturing transfers of pool administrative control between addresses. Used for tracking governance transitions and pool management authorization 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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0xad3339099ae87f1ad6e984872b95e7be24b813a7false1270x5beba4d3533a963dedb270a95ae5f7752fa0fe22148860820x00000000000000000000000000000000000000002022-06-01T17:29:12.000Z0xf6ba716b8d363ca1533b63857f0b4c1090d928b5177625461b3972209b6c0c47
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_TokensDeposited_event

Liquidity deposit events from Bancor V3 pools on Ethereum, capturing when providers add tokens to liquidity pools with corresponding pool token amounts minted. Used for tracking liquidity provision activity, pool growth, and calculating provider position values.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdin_tokenAmountblock_timestamptransaction_hashin_poolTokenAmount
0xad3339099ae87f1ad6e984872b95e7be24b813a7false0x514910771af9ca656af840dff83e8264ecf986ca460x18c60cada341db5ac1c5de5b3613ee77bd47c994149214210x98961b302d82e646fb185f63da8d16a1372a47f7fc1a72fef2ec9439be56b7fb3852402584199792928392022-06-07T14:47:23.000Z0x494eee2e2aae86b2d90ed70c832f962d1735b0715e26743084a01fffca5e0d05384866473839012458632
0xad3339099ae87f1ad6e984872b95e7be24b813a7false0x514910771af9ca656af840dff83e8264ecf986ca2420x3d78010356a09ab60f1a627cad1a7081ffb45445149227730x67a753ce060b5845791878cd5c17c1d0121fa241041d9aa180dd248098ad542650908568679338750956532022-06-07T20:23:10.000Z0x3bb0aa1090357df5bd6228685f637929bf315ebb73e886ca1d9253702c2534825085215447422704365336
0xad3339099ae87f1ad6e984872b95e7be24b813a7false0x514910771af9ca656af840dff83e8264ecf986ca6900x49edd8fbec05cd7c6f490a3b5e14ebb4e1c7c8c9149216530x2d9d9309c34f00fc32826c83ebbf643f1efaefa14a4c48752871d1f7574530ae20471737744509896199632022-06-07T15:38:48.000Z0x0ebd9eb4eb2c949448dbfa38418cd8a72c6afe697c2d2091aa4dcd27592c7d702045167970625196035755
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_TokensWithdrawn_event

Liquidity withdrawal events from Bancor V3 pools on Ethereum, capturing token amounts removed, pool token burns, withdrawal fees, and BNT (Bancor Network Token) amounts. Used for tracking liquidity provider exits and analyzing fee structures across pool positions.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_tokenAmountSTRINGAmount of tokens involved in the transaction or operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdin_tokenAmountblock_timestamptransaction_hashin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0xad3339099ae87f1ad6e984872b95e7be24b813a7false0x514910771af9ca656af840dff83e8264ecf986ca660x6f762807ad474dde10dc9d9099c2c1816241267b1492942800x3e05f46a1c90c6b99b9bd73ce67731f913bfb05a03c063d7572821961dd519646234433817922769256532022-06-08T23:27:20.000Z0x3c2ea04b391f3a4c9027a84f3238b3fda20acc078de865dd0b5a95c864bd0a7662458662133478953578615625147413340273830
0xad3339099ae87f1ad6e984872b95e7be24b813a7false0x514910771af9ca656af840dff83e8264ecf986ca1150xadd0c43684138790bf4ae42efda4c4dc851aa27d14928803145254235261013692576620xf2cb611cb5ba82bfd07cc3aee675a6eea47c93ca70cd131d57fc204c1efbd54b59505260623496159941022022-06-08T20:57:00.000Z0x7212eb437b33679506e5709dd4dc50e69ee12f482da56649e050ba7e3c5d18dc8118979099738104554636203123287362833469330
0xad3339099ae87f1ad6e984872b95e7be24b813a7false0x514910771af9ca656af840dff83e8264ecf986ca1140x5cdfc1a4736820565f794e7d74195059818724d41492692323012666658220343530030xa1ce25c50a97355997412b1b10ad3a1995dc2bc783f7dc5ad0c05d33def28cb010668951831481456731772022-06-08T13:25:49.000Z0x6332996277562d1c6979ee1763b7a1fce08400d45fb47207b6c267da44cd29ad141877257728920531513635492769268448276050
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_TotalLiquidityUpdated_event

Liquidity state change events from Bancor v3 PoolCollection contract on Ethereum, tracking total liquidity, staked balances, and pool token supply updates for each token pool. Used for analyzing liquidity provider activity and pool composition 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0xad3339099ae87f1ad6e984872b95e7be24b813a70x514910771af9ca656af840dff83e8264ecf986cafalse304149236240xf92f3e18ed335deea1e980bb7474be3295fe4622d32031b3585a4e5b0e3a400855678276427010647748726042022-06-07T23:46:33.000Z74747821923753959276374660x80da9b8e13c2b391a9b4e591229d0b141f60c7d967bce35a6c956451a5cf46f27466218099162087735317752
0xad3339099ae87f1ad6e984872b95e7be24b813a70x514910771af9ca656af840dff83e8264ecf986cafalse161149236160xb71bbff05b1f59553d14e3a82c03b1d190db2ed22615558afea5fa50b743877455613777624197865439328222022-06-07T23:45:10.000Z74649095605757738447042940x7b2abb87dfd3bdc1cfa4eb8728713ce6429c29edd90e6802cc9a360d7a85e0517456371314825968720436967
0xad3339099ae87f1ad6e984872b95e7be24b813a70x514910771af9ca656af840dff83e8264ecf986cafalse243149227730x67a753ce060b5845791878cd5c17c1d0121fa241041d9aa180dd248098ad542655902172232621978139051662022-06-07T20:23:10.000Z74522541802842612790250180x3bb0aa1090357df5bd6228685f637929bf315ebb73e886ca1d9253702c2534827443995983152080677004858
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_TradingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_TradingFeePPMUpdated_event

Trading fee parameter changes for Bancor V3 liquidity pools on Ethereum. Records historical fee adjustments in parts per million (PPM) for analyzing fee governance and pool economics 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressin_poolremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xad3339099ae87f1ad6e984872b95e7be24b813a70x514910771af9ca656af840dff83e8264ecf986cafalse11614915059500020002022-06-06T12:49:17.000Z0x49140dddbb483b7e36b2ec261a153ca4f0ce0a67caf90264807cd1a620557389
0xad3339099ae87f1ad6e984872b95e7be24b813a70x6b175474e89094c44da98b954eedeac495271d0ffalse61149150611000020002022-06-06T12:49:50.000Z0x0c7a7ac9a39903b5af06f09540384abbb6720124b93543dc3ff90f4fa36bd0cf
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV4_TradingLiquidityUpdated_event

Liquidity change events from Bancor v3 pool collections on Ethereum, tracking before and after liquidity amounts per token and pool. Used for monitoring liquidity provider deposits, withdrawals, and pool rebalancing 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0xad3339099ae87f1ad6e984872b95e7be24b813a70x514910771af9ca656af840dff83e8264ecf986cafalse0x514910771af9ca656af840dff83e8264ecf986ca379148997040x11381aaedeb964299178aca020c23fd71886533f677c584d632fcb79716680102022-06-03T22:29:29.000Z625987243025387183856051762605393447609084541499920xe7851189e7b354fc03b13c51cfd8d4c5395a4690a6d26dbd1916f154e7dc9b54
0xad3339099ae87f1ad6e984872b95e7be24b813a70x514910771af9ca656af840dff83e8264ecf986cafalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c378148997040x11381aaedeb964299178aca020c23fd71886533f677c584d632fcb79716680102022-06-03T22:29:29.000Z35389161626003778903180694353929319177378691221257610xe7851189e7b354fc03b13c51cfd8d4c5395a4690a6d26dbd1916f154e7dc9b54
0xad3339099ae87f1ad6e984872b95e7be24b813a70x514910771af9ca656af840dff83e8264ecf986cafalse0x514910771af9ca656af840dff83e8264ecf986ca367148949440x12f49a06330a2cd99d2b038776c2bd993df51e6a096d2b49805aecb39cc3c1092022-06-03T03:51:59.000Z627953011474329696365818662734124957812471331122080x461afa493871eb261e7980213546457a2988c0c0333e1f8be6468bc8cab08f09
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV4_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_DefaultTradingFeePPMUpdated_event

Historical changes to default trading fees in Bancor V3 liquidity pools on Ethereum, measured in parts per million (PPM) where 2000 = 0.2%. Used for tracking fee adjustments and calculating trading costs 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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false19214934546200002022-06-09T20:30:53.000Z0x3a9614e2f7bf256478b4b9841dde2eea348ac6ad09d0a7d6ba1f5433baf54390
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_DepositingEnabled_event

Events tracking deposit status changes for liquidity pools in Bancor V3 on Ethereum. Used for monitoring when pools enable or disable liquidity depositing functionality and analyzing protocol access control 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
addressin_poolremovedlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x3155ba85d5f96b2d030a4966af206230e46849cbfalse19014934909false2022-06-09T22:04:52.000Z0x320fff0572d769fa10dc3b7bcb6b40ca790f881435888abb55b3f64bb6e64e7b
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x505a84a03e382331a1be487b632cf357748b65d6false5614934777true2022-06-09T21:33:32.000Z0xd9100665bcd7f977950dd65200df1e3d4d3fc0182e13c9632badf3157199c606
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x3155ba85d5f96b2d030a4966af206230e46849cbfalse16114934729true2022-06-09T21:21:12.000Z0xdededff7668f15254a74c78110c197e6e2b2ea5748b4f1b15fab262a9b3b6d58
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_OwnerUpdate_event

Ownership transfer events from Bancor v3 pool collection contracts on Ethereum, tracking changes in pool administrator addresses. Used for monitoring governance changes and protocol control transitions.
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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false1910x5beba4d3533a963dedb270a95ae5f7752fa0fe22149345460x00000000000000000000000000000000000000002022-06-09T20:30:53.000Z0x3a9614e2f7bf256478b4b9841dde2eea348ac6ad09d0a7d6ba1f5433baf54390
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_TokensDeposited_event

Liquidity deposit events from Bancor V3 pools on Ethereum, capturing when liquidity providers add tokens to specific pools with base token and pool token amounts. Used for analyzing liquidity provision activity, provider behavior, and pool capital 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmount
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false0x0d8775f648430679a709e98d2b0cb6250d2887ef3490xb35ea8e3f31746be51ce8e981ac820251005e5a1149805850xfdb0bf25f75f94fff8ffda46be5f675f1a931118e1ae1292b537e631008656a02022-06-17T18:12:59.000Z0xf332736e3f15b6c691d0bc7c94a77b03d36ce2feec97484eaba4f09df3b7a3af1731487357846889165356117304925616434847856835
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false0x0d8775f648430679a709e98d2b0cb6250d2887ef3090x71424d701f0e0a89b7161b944f328a1dac2b9683149789620xdd03640ad724b2037bf587736c8d48a37b47a37205a9c2249c97bf02dcebda172022-06-17T11:32:52.000Z0x6f1f87714c2554819cbe9069490db5c6aa20d78ed3ec1ff10c27d0da42c1741d10154453113495072577871014892278308835059352
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false0x0d8775f648430679a709e98d2b0cb6250d2887ef1940xff085e57ab6e461820d0f422d34deef89c3ae805149792970x18eb40ac3f651d25d6702623d9a0d6d3ffcabff43c2e48771d2912ae9f80b2dc2022-06-17T13:02:46.000Z0x53cd2fd968be91bc0f5b7d0b4324c41833937332193f4038bc2c289d0bf73a46383211330000000000000383002624986858240228
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_TokensWithdrawn_event

Withdrawal event logs from Bancor V3 liquidity pools on Ethereum, capturing provider exits with base token amounts, BNT (Bancor Network Token) amounts, pool token burns, and withdrawal fees. Used for analyzing liquidity provider behavior, fee structures, and pool withdrawal patterns across different token pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false0x514910771af9ca656af840dff83e8264ecf986ca2320x25a27bc1028b1a65ebfaf57c0c3272964d6b47781496851270874703941279329654170xc1e4f06e923d767ecb9268563c7fbcf5addf7566f597ad8dca979e4f813b52142022-06-15T16:38:27.000Z0xb204b7b65ca4daec5e160a5e1735d9977bcbdae4d652e12f036c1a985c0a329f1287766212245070997188204822633590155228221851267857673430315100
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false0x514910771af9ca656af840dff83e8264ecf986ca3250xbe407315c54f167d83a5d229d12ad4fe83301944149647784223850504536048398690x436f97832277a4d15941537a6a225c168810131c67bea181fe4402a2f73fb19b2022-06-15T00:57:58.000Z0x3159155c2b85919e460ff52aa2f2ae7f690c66d7ac8bbf14790074e74a04ac971070988828734460323031593376262707247070093983470545448580570
0xb8d8033f7b2267feffdbaa521cd8a86df861da69false0x514910771af9ca656af840dff83e8264ecf986ca4160x89937050468ec848831bd0d37eb7eebbba09e5531496739300x10ac5e2a9c9b4dcaefcfb278d3c5cd5d42b59c75a488ffc80cf3fd51c60e1b952022-06-15T12:07:21.000Z0x3125a787b411f8ebdd13aacae23a78e105805602228e8c018aef070444c3b9621018060657417999288340110194811682386931408977255153046971929646210
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_TotalLiquidityUpdated_event

Liquidity update events from Bancor v3 pools on Ethereum, tracking total value locked (TVL), staked balances, and pool token supply changes for individual liquidity pools. Used for analyzing liquidity provision patterns and pool growth across the Bancor 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x0954906da0bf32d5479e25f46056d22f08464cabfalse223149373920x5c8ed76ef2991dc00c8ec22f848f48a90c4bdda975967f7db61b47136e847ac210078681950378516581452022-06-10T08:14:36.000Z10090332247632439014750x1a28e3b061ffe65b6959a20c4500af4c6589dcd2b432095233f6b37b3b1a0e6c1009033224763243901475
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x0954906da0bf32d5479e25f46056d22f08464cabfalse493149391760x1e9965323443e0663f0de9551bac6193006be422530bb5103f2d955cf27668a240550684288980455476822022-06-10T15:25:13.000Z40562334586234377910130xe2cd9ffad3e74cb3508faa3e5c15b9e01d02ec045805dd6a6c2144aef1518d604056233458623437791013
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x0bc529c00c6401aef6d220be8c6ea1667f6ad93efalse229149371290xcd9e1f2de4dd885e8fccbb964bfbe11904661a4cf0b72a511f5cb632a186ebac6977929385557922812022-06-10T07:11:36.000Z6977952974701000380x5cd0d104a48ddd701ed76caf7d04249a33f7d52b8380c4b3a8e44e2fdf5b7d43697795297470100038
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_TradingEnabled_event

Trading status change events for Bancor V3 liquidity pools on Ethereum. Records when pools are enabled or disabled for trading with status flags and reason codes for analyzing protocol governance and pool availability.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x505a84a03e382331a1be487b632cf357748b65d6false05414934777false2022-06-09T21:33:32.000Z0xd9100665bcd7f977950dd65200df1e3d4d3fc0182e13c9632badf3157199c606
0xb8d8033f7b2267feffdbaa521cd8a86df861da690xaa7a9ca87d3694b5755f213b5d04094b8d0f0a6ffalse023914934729false2022-06-09T21:21:12.000Z0xdededff7668f15254a74c78110c197e6e2b2ea5748b4f1b15fab262a9b3b6d58
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x6b3595068778dd592e39a122f4f5a5cf09c90fe2false021514934729false2022-06-09T21:21:12.000Z0xdededff7668f15254a74c78110c197e6e2b2ea5748b4f1b15fab262a9b3b6d58
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_TradingFeePPMUpdated_event

Trading fee parameter changes for Bancor V3 liquidity pools on Ethereum, tracking previous and new fee rates in parts per million (PPM). Used for analyzing fee adjustment history and pool economics across Bancor’s automated market maker 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressin_poolremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x505a84a03e382331a1be487b632cf357748b65d6false5514934777200002022-06-09T21:33:32.000Z0xd9100665bcd7f977950dd65200df1e3d4d3fc0182e13c9632badf3157199c606
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x05d3606d5c81eb9b7b18530995ec9b29da05fabafalse23214934729200002022-06-09T21:21:12.000Z0xdededff7668f15254a74c78110c197e6e2b2ea5748b4f1b15fab262a9b3b6d58
0xb8d8033f7b2267feffdbaa521cd8a86df861da690xb753428af26e81097e7fd17f40c88aaa3e04902cfalse17614934729200002022-06-09T21:21:12.000Z0xdededff7668f15254a74c78110c197e6e2b2ea5748b4f1b15fab262a9b3b6d58
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV5_TradingLiquidityUpdated_event

Liquidity balance changes for token pairs in Bancor v3 pools on Ethereum, emitted when trading activity updates available liquidity. Tracks previous and new liquidity amounts per pool and token, useful for analyzing liquidity depth fluctuations and pool rebalancing 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0xb8d8033f7b2267feffdbaa521cd8a86df861da690xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee554149568020xb467b8684d3e108e47fbb189aad7b3c2934846ac5d72995705589b789804dc2d2022-06-13T15:53:50.000Z34699677933475489554459347199517934202233707420x0e7c6447f186d9b76f45142acc2123cf45d573e6ca67d27e94870c9112b4e99f
0xb8d8033f7b2267feffdbaa521cd8a86df861da690xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c553149568020xb467b8684d3e108e47fbb189aad7b3c2934846ac5d72995705589b789804dc2d2022-06-13T15:53:50.000Z48050726735822321699102110480227248145506217955962390x0e7c6447f186d9b76f45142acc2123cf45d573e6ca67d27e94870c9112b4e99f
0xb8d8033f7b2267feffdbaa521cd8a86df861da690x514910771af9ca656af840dff83e8264ecf986cafalse0x514910771af9ca656af840dff83e8264ecf986ca54149550110x1cc1c9c1163b320b792a38ed47e8ce70b2323b0ef60a78784edb257c39234de82022-06-13T08:28:56.000Z593733660091303541794475959310313919357220391950920xd035f5311a104eff49264e3cf6d5bbb2ffd4005f88577470d45af1960490b1a6
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV5_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_DefaultTradingFeePPMUpdated_event

Historical changes to default trading fees in Bancor V3 pools on Ethereum, measured in parts per million (PPM). Tracks fee adjustments from previous to new values for analyzing protocol fee policy and revenue optimization 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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false9414992665200002022-06-19T20:18:25.000Z0x24efd7acbed7df10d56a06c2d9da76ecfcafdff77e05fd08d35d83db6478fa90
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_DepositingEnabled_event

Events tracking deposit status changes for individual pools in Bancor V3 on Ethereum. Captures when depositing is enabled or disabled for specific token pools, useful for monitoring liquidity provision restrictions and protocol governance actions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
addressin_poolremovedlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x967da4048cd07ab37855c090aaf366e4ce1b9f48false13415012316true2022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
0x05e29f07b9710368a1d5658750e9b4b478c15bb80xdac17f958d2ee523a2206206994597c13d831ec7false14215012316true2022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x444d6088b0f625f8c20192623b3c43001135e0fafalse12615012316true2022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_OwnerUpdate_event

Ownership transfer events for Bancor V3 pool collections on Ethereum, tracking changes from previous to new owner addresses. Used for analyzing protocol governance transitions and pool management authority 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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false930x5beba4d3533a963dedb270a95ae5f7752fa0fe22149926650x00000000000000000000000000000000000000002022-06-19T20:18:25.000Z0x24efd7acbed7df10d56a06c2d9da76ecfcafdff77e05fd08d35d83db6478fa90
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false2310x0c333d48af19c2b42577f3c8f4779f0347f8c819149929230x5beba4d3533a963dedb270a95ae5f7752fa0fe222022-06-19T21:23:49.000Z0xd05d7d75da2c0319d6bb40cf9b0b76d277da5c94cd589162499f9c93392ec337
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_TokensDeposited_event

Liquidity deposit events from Bancor v3 automated market maker pools on Ethereum, tracking provider addresses, token amounts, and pool token issuance per deposit. Used for analyzing liquidity provision patterns and pool composition 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmount
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false0x01ba67aac7f75f647d94220cc98fb30fcc5105bf1990xcb926f497763ea5cf993912a442431e6a91d5a64149957890x330f40962d095876468958da66d3d6d64ac9baea7046ff377cbe3380ba4ea8a42022-06-20T09:28:31.000Z0xf43b975ed0ee046e3e65dc5f68f760466f253b8b6c8ebcd3481dd4e707415d75378795182026326190236337378795182026326190236337
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e2590x09173487b272311edda01f45f97911aeb6abd602149983930xcf66a6a7ce24d57902290fe4810f42a3cdd477fd32c7f44cc0c5b432b6820d2d2022-06-20T19:59:24.000Z0x8f9c151ae192346a1e3835b318624a8a0dbf4a50fec39b4ad5380dac3e17f08852563432937243581775256343293724358177
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e1040x8577b84527ced5d2d9f299dc6027a9e049c17d6c149948050xc2124cd3a155b31878e90d30690ff9523db73bbca4596e76e5140cbb103315242022-06-20T05:09:45.000Z0x31239b6eb467c000e056b2f213b5276df39e54a084277d161e01e67abf72d52e10452210021083940251045221002108394025
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_TokensWithdrawn_event

Liquidity withdrawal events from Bancor v3 pools on Ethereum, capturing provider address, withdrawn token amounts, pool token burns, and withdrawal fees (BNT and base token amounts). Used for tracking liquidity provider exits and analyzing withdrawal patterns across Bancor’s automated market maker 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false0x0d438f3b5175bebc262bf23753c1e53d03432bde2450x6ef2376fa6e12dabb3a3ed0fb44e4ff29847af681504184600x07d5d62e74d8fcea1a6f2799d26ad43710c0db3e473b35b85e2660ea01622ab12022-06-28T22:03:59.000Z0x742dd54784197c6f59ca7f90fe3f93f92cb6ab9a4c3c0ec00b77b6d4aef4ad2d2186091668758510068113331912129793054615972802798697159732091679350
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false0x0d438f3b5175bebc262bf23753c1e53d03432bde1960xca5c19a637f11c42a57fa9c6bdff2799f43ecb411504176400x46d36d1b329b478c556dd6d06fe672ab08c1a632eea220b43ad6d587a8c7974d2022-06-28T21:45:24.000Z0xbfa756cf3f6b55794bbcf2b8c01b7b2f4eb591f0dbc73bb89405d3248d610fb61171617470412838869929217108779791355854814394428198741809195512530
0x05e29f07b9710368a1d5658750e9b4b478c15bb8false0x111111111117dc0aa78b770fa6a738034120c3022390x6c788b8a2f97f54958bbeb61e47c59cfe472be8f1503797000xe53dc3d256f12f9ffbcbe8761cd296114a6f0235d557b27f6cec754a1364140a2022-06-28T04:43:47.000Z0x441ee139ae1730f8d81ec16fd7850b6665470fd27a2106523248ea6d71c0968490501553481465318840939072837441750909156986226820936043772728930
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_TotalLiquidityUpdated_event

Liquidity update events from Bancor v3 pools on Ethereum, tracking changes in pool token supply, staked balances, and total liquidity across different token pools. Used for analyzing liquidity provision patterns, pool composition changes, and provider activity in the Bancor automated market maker (AMM).
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x0d438f3b5175bebc262bf23753c1e53d03432bdefalse197150417640x46d36d1b329b478c556dd6d06fe672ab08c1a632eea220b43ad6d587a8c7974d1022412495936059557313842022-06-28T21:45:24.000Z1490434227124377530348690xbfa756cf3f6b55794bbcf2b8c01b7b2f4eb591f0dbc73bb89405d3248d610fb6148813906732834142081659
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x0d438f3b5175bebc262bf23753c1e53d03432bdefalse246150418460x07d5d62e74d8fcea1a6f2799d26ad43710c0db3e473b35b85e2660ea01622ab1803803329060208550502512022-06-28T22:03:59.000Z1170820747791468222173110x742dd54784197c6f59ca7f90fe3f93f92cb6ab9a4c3c0ec00b77b6d4aef4ad2d116901776939779526108857
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x111111111117dc0aa78b770fa6a738034120c302false240150379700xe53dc3d256f12f9ffbcbe8761cd296114a6f0235d557b27f6cec754a1364140a39422625358873917782042022-06-28T04:43:47.000Z39121035170461634533640x441ee139ae1730f8d81ec16fd7850b6665470fd27a2106523248ea6d71c096843912103517046163453364
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_TradingEnabled_event

Trading status change events for Bancor V3 liquidity pools on Ethereum, tracking when pools are enabled or disabled with reason codes. Used for monitoring pool operational status and analyzing trading availability across 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x8947da500eb47f82df21143d0c01a29862a8c3c5false216415036164false2022-06-27T20:33:11.000Z0xe741b590ab7d5e8dfc4e6fdeced94fa6ab12f66801ef50ecc2ab91e022fc7d03
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x967da4048cd07ab37855c090aaf366e4ce1b9f48false013215012316false2022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
0x05e29f07b9710368a1d5658750e9b4b478c15bb80xdac17f958d2ee523a2206206994597c13d831ec7false014015012316false2022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_TradingFeePPMUpdated_event

Trading fee parameter changes for Bancor V3 liquidity pools on Ethereum, measured in parts per million (PPM). Tracks historical fee adjustments across pools to analyze fee structure evolution and protocol governance decisions.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressin_poolremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x967da4048cd07ab37855c090aaf366e4ce1b9f48false13315012316200002022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
0x05e29f07b9710368a1d5658750e9b4b478c15bb80xdac17f958d2ee523a2206206994597c13d831ec7false14115012316200002022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
0x05e29f07b9710368a1d5658750e9b4b478c15bb80x444d6088b0f625f8c20192623b3c43001135e0fafalse12515012316200002022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV6_TradingLiquidityUpdated_event

Liquidity adjustment events from Bancor V3 pools on Ethereum, capturing changes in trading liquidity amounts before and after each update per token and pool pair. Used for tracking pool depth changes, liquidity provider activity, and automated market maker 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0x05e29f07b9710368a1d5658750e9b4b478c15bb80xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48false0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c17150050880x2c04abef2027358abbbb67ae63540d15e03ca8dfacc7677e0e96ad34f343e5842022-06-22T01:08:32.000Z1197376133215773371310701236844728945872313318430x657b25adf6a7456914f49901dcef6c149ac28112d6e5b4c93cb6e60d3cba9d81
0x05e29f07b9710368a1d5658750e9b4b478c15bb80xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c19150050880x2c04abef2027358abbbb67ae63540d15e03ca8dfacc7677e0e96ad34f343e5842022-06-22T01:08:32.000Z45033963105092930133384498450300233989329674799072580x657b25adf6a7456914f49901dcef6c149ac28112d6e5b4c93cb6e60d3cba9d81
0x05e29f07b9710368a1d5658750e9b4b478c15bb80xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeefalse0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee20150050880x2c04abef2027358abbbb67ae63540d15e03ca8dfacc7677e0e96ad34f343e5842022-06-22T01:08:32.000Z20519552010677296714213205213442265458080981760x657b25adf6a7456914f49901dcef6c149ac28112d6e5b4c93cb6e60d3cba9d81
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV6_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_DefaultTradingFeePPMUpdated_event

Trading fee configuration changes for Bancor V3 liquidity pools on Ethereum, tracking updates to default fee rates measured in PPM (parts per million). Used for monitoring fee policy adjustments and analyzing protocol economics 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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x395ed9ffd32b255dbd128092aba40200159d664bfalse33515051504200002022-06-30T17:14:44.000Z0xebcf66aed7de8d2ba9761fa461df10bf48906c9f21da26adb25a21e65b6cd71b
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_DepositingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_OwnerUpdate_event

Ownership transfer events from Bancor v3 PoolCollection contracts on Ethereum, tracking changes in pool collection administrator addresses. Used for governance analysis and monitoring administrative control transitions across Bancor 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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0x395ed9ffd32b255dbd128092aba40200159d664bfalse3340x5beba4d3533a963dedb270a95ae5f7752fa0fe22150515040x00000000000000000000000000000000000000002022-06-30T17:14:44.000Z0xebcf66aed7de8d2ba9761fa461df10bf48906c9f21da26adb25a21e65b6cd71b
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_TokensDeposited_event

Liquidity deposit events from Bancor V3 pools on Ethereum, capturing base token amounts deposited by providers and corresponding pool tokens minted. Used for tracking liquidity provisioning activity, provider behavior, and pool token supply changes across different token 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmount
0x395ed9ffd32b255dbd128092aba40200159d664bfalse0x0d438f3b5175bebc262bf23753c1e53d03432bde1160xe497145776d5a8d8fd101abc070371a4eadcdd1a150825770xcf9e2d602fff44e11f3e01a84f6d36e05d861ac4c7b89ddbebd4bda5b691afda2022-07-05T12:41:01.000Z0x9f59c4994494391bfdaa949a49e6026ba74dc9e5018b9f6d9ead571cc9749b5011829311119100094060161178231629746938809870
0x395ed9ffd32b255dbd128092aba40200159d664bfalse0x0d8775f648430679a709e98d2b0cb6250d2887ef5570x5513e95eb8a3c5059c6ea2bea841e8a4782f26d9150801110x1852a255abf81806782cda8d15bfa96612f0ba489c3e2214cec0bb49c57309af2022-07-05T03:27:28.000Z0x6a447d72e7f95c6342174cbb9e28fedd17c20714007238496c5e2ded6013674d1749391528174127185016017479562263656789845068
0x395ed9ffd32b255dbd128092aba40200159d664bfalse0x178c820f862b14f316509ec36b13123da19a60545940xa8359de6727db9dd0151aad95e57c53b5ed13f85150850070x4abb6a86fe0d7ec222ff06aa87a15d468965b51ff95acfffbcd3cfb428844d1f2022-07-05T21:36:49.000Z0xe479aabd69f51ce4f8729f5874d50d41032a57dfb485fe74bc7bfe95c412d298108495403961610974510108495403961610974510
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_TokensWithdrawn_event

Token withdrawal events from Bancor V3 liquidity pools on Ethereum, recording when liquidity providers remove tokens with details on base token amounts, pool token amounts, BNT amounts, and withdrawal fees. Used for tracking liquidity migration patterns and provider exit 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0x395ed9ffd32b255dbd128092aba40200159d664bfalse0x0954906da0bf32d5479e25f46056d22f08464cab5010x4e600d0a9d98b431bc973c0ea1f4eeba9d08bb7e1505283800x18c22450eeec028f95c314ce37a56ecb3f2e9087e2f4bd91c07a4d6cfc02fad12022-06-30T22:19:01.000Z0xf6d3620778a8dac42d402fe4653cde8c2a61559f833d20bc045a7cc8a766b93623631209683884190655927309261675871236845700
0x395ed9ffd32b255dbd128092aba40200159d664bfalse0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e1980x1e64fc88a88f8918c260d5c1862998ad056b585a1505310700xdab0dfb87e6ce1154679e491e6ae3963ddf0a3dd39659337641f8adbc71c5b6d2022-06-30T23:29:41.000Z0x3d0be99c28f909e3cab33de73e4bfed925a09b95f63802de9fafe11ab41f4a8223462036061072744323462036061072744300
0x395ed9ffd32b255dbd128092aba40200159d664bfalse0x0d438f3b5175bebc262bf23753c1e53d03432bde1330x1d5e62171e052419a2f682c6f465f9357d69f39f1505220700xed99c3d0a533e53a38fbbd5260914d16e5cc4126b7db9c31d6c666f8b736bdfe2022-06-30T20:00:47.000Z0x4d27248d7f1d93f493a27e60eb614f1dbcaea5cbebb83057c35f86adeb5a5e73671357861031629562370589774993901470569810714200
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_TotalLiquidityUpdated_event

Liquidity snapshot events from Bancor v3 liquidity pools on Ethereum, tracking total value locked (TVL), pool token supply, and staked balances per pool update. Used for analyzing liquidity provision patterns, pool growth, and capital efficiency across Bancor v3 protocol 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0x395ed9ffd32b255dbd128092aba40200159d664b0xa150db9b1fa65b44799d4dd949d922c0a33ee606false595150657760x50340b23c7b00c6e1a1fcec5c7062780bfe95b638740f0ebde5c3cc5a744153f02022-07-02T22:30:20.000Z00x443de38814a313c182701020efc62e25c6f43296388860d71efac4ceef2e7bbf0
0x395ed9ffd32b255dbd128092aba40200159d664b0xc12d099be31567add4e4e4d0d45691c3f58f5663false611150649190x917c783a73a68285b3a326dafdeedf92675d84d3eb989322a887bf4e96f2d12702022-07-02T19:11:29.000Z00x2958126c42340f2ae35f9e384d1c3554a459a2b2d1e0ced78584982a744e53530
0x395ed9ffd32b255dbd128092aba40200159d664b0xae78736cd615f374d3085123a210448e74fc6393false215150608770x3e7ffac59e18c8d080ef4f8f85e25d7ebde6afc7612f99b8da4b98b207593b5d2766981794714892022-07-02T04:22:24.000Z00x2c54986fbaa9cc68d1008f459df13f0dbf0f5a1f621fec77c7ceb574334fbd7c0
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_TradingEnabled_event

Trading status change events for Bancor V3 liquidity pools on Ethereum. Records when pools are enabled or disabled for trading with reason codes for analyzing protocol governance and pool lifecycle management.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0x395ed9ffd32b255dbd128092aba40200159d664b0xae78736cd615f374d3085123a210448e74fc6393false220515060877false2022-07-02T04:22:24.000Z0x2c54986fbaa9cc68d1008f459df13f0dbf0f5a1f621fec77c7ceb574334fbd7c
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_TradingFeePPMUpdated_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV7_TradingLiquidityUpdated_event

Liquidity change events from Bancor v3 pools on Ethereum, tracking token liquidity adjustments before and after each update. Used for analyzing pool depth changes, liquidity provider activity, and protocol health across different token pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0x395ed9ffd32b255dbd128092aba40200159d664b0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9cfalse0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c40150836500xf1c0a135a4c992a9164bcd3755be0068bff0986859bbbd6527a88104b44bc0c92022-07-05T16:41:21.000Z9744673811303778644828659769867379055292114295350x01f3e40197ebf4c30f57589dc9abf0bf0c05230776d7ddd86cb440787b041106
0x395ed9ffd32b255dbd128092aba40200159d664b0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9cfalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c39150836500xf1c0a135a4c992a9164bcd3755be0068bff0986859bbbd6527a88104b44bc0c92022-07-05T16:41:21.000Z107550483369535124567531010727195819708042934452280x01f3e40197ebf4c30f57589dc9abf0bf0c05230776d7ddd86cb440787b041106
0x395ed9ffd32b255dbd128092aba40200159d664b0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48false0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48168150823330xb4c810049ea5c2a6f63e374f6804ca519d1d26e6613765eec6c16c34acb925dd2022-07-05T11:52:31.000Z4795048831384818332397650x02475e58f948f44ad69ab5bdb877999fc57546260cd0dff2d61521c272dac041
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV7_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_DefaultTradingFeePPMUpdated_event

Trading fee parameter changes for Bancor V3 liquidity pools on Ethereum, measured in parts per million (PPM). Captures historical fee adjustments from previous to new values for analyzing protocol fee economics and governance decisions.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xd2a572fefdbd719605334df5cba9746e02d51558false15515094975200002022-07-07T10:35:42.000Z0x47195eab878c4521d8c7fff0d6f3af7d787a484c22a8896343abbbfb36399546
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_DepositingEnabled_event

Events tracking when depositing is enabled or disabled for specific pools in Bancor v3’s PoolCollection contract on Ethereum. Used to monitor liquidity pool access controls and deposit availability changes 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
addressin_poolremovedlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xd2a572fefdbd719605334df5cba9746e02d515580xaaaebe6fe48e54f431b0c390cfaf0b017d09d42dfalse57515187666true2022-07-21T18:52:45.000Z0x5e76fa181ae41cb544f7da058e13095dbaa577c5c615bbaef5298bed4e27c1a0
0xd2a572fefdbd719605334df5cba9746e02d515580x3155ba85d5f96b2d030a4966af206230e46849cbfalse17815187669true2022-07-21T18:53:55.000Z0xd614f4d1c05564cbc90fbfb28277cadfed3796072525785590c3cf8daf022d69
0xd2a572fefdbd719605334df5cba9746e02d515580xdd974d5c2e2928dea5f71b9825b8b646686bd200false19915187668true2022-07-21T18:53:35.000Z0x3372b4756b27e4dd02f256784e875c1f19f89d16069471233cec3af0f2ffdae2
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_OwnerUpdate_event

Ownership transfer events for Bancor v3 pool collections on Ethereum, recording changes in contract ownership with previous and new owner addresses. Used for tracking administrative control and governance transitions across pool collection 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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0xd2a572fefdbd719605334df5cba9746e02d51558false1540x5beba4d3533a963dedb270a95ae5f7752fa0fe22150949750x00000000000000000000000000000000000000002022-07-07T10:35:42.000Z0x47195eab878c4521d8c7fff0d6f3af7d787a484c22a8896343abbbfb36399546
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_TokensDeposited_event

Deposit events from Bancor v3 liquidity pools on Ethereum, recording when liquidity providers add tokens to pools with base token amounts, pool token amounts received, and provider addresses. Used for tracking liquidity provision activity and analyzing pool composition 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmount
0xd2a572fefdbd719605334df5cba9746e02d51558false0xf629cbd94d3791c9250152bd8dfbdf380e2a3b9c4530x46af3b2a587a02ef37b98776da71083b46d1f0f6151957590xc3e67584b78330fe865571f2129bc2cf97905ff47e22547635f14425443bd3282022-07-23T00:45:09.000Z0x577797360a0aabc105721040767c1a181273a09006afb0112563bff7f68f6a04788551419340119683451787396581369265727716
0xd2a572fefdbd719605334df5cba9746e02d51558false0x1f9840a85d5af5bf1d1762f925bdaddc4201f9841500x629de110f3f3e64c4d217301e6de1faf960bc584151959760x9901d000560ffa2b964f8dffd3e29768d0835b2e377c4dcad957c3b0fd04193a2022-07-23T01:29:51.000Z0x0db7136106518def9c2ade0adf5a34c1fbf0ac2901784de00b3509daad0e4c267389729608752335207473843059018299587372
0xd2a572fefdbd719605334df5cba9746e02d51558false0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f620x629de110f3f3e64c4d217301e6de1faf960bc584151959810xf177553c282949362c515c982cbbb4d165c8686a1953e6b84ad60bd9889296022022-07-23T01:30:53.000Z0x91f821d1351987f0aba1fa80c018f3614b08fd460df382047a8c444e2e58e8de127404498321498245812126156873447292944909
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_TokensWithdrawn_event

Liquidity withdrawal events from Bancor V3 pools on Ethereum, capturing provider address, token withdrawn, base and pool token amounts, BNT amounts, and withdrawal fees. Used for analyzing liquidity provider exits, fee impacts, and pool-specific withdrawal 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0xd2a572fefdbd719605334df5cba9746e02d51558false0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e2320x3ef9a464eaa4bebc75c65a84de84ea93fed41e3c1513581500x7406c8c7ae95bbc937f6e91550105f3b60138f5ca0ede7cbc22c6787db47b3052022-07-13T18:13:55.000Z0x78d04433bdfa3ae31d426a667211ee5ccd5b43f875a1bd668774c4a8e125f3b116476244568931709016476244568931709000
0xd2a572fefdbd719605334df5cba9746e02d51558false0x2260fac5e5542a773aa44fbcfedf7c193bc2c5993530xf659effe049b7715f2ed403140aee586793d04b51513512700x0463baa140e6e7d3ce6c378b0d8bc0e6d3d6f461a92a8a33ab9a93620c1331c12022-07-13T15:46:54.000Z0xe3a0ab15204ecdaeb92c9a61b68b15bb09962c62410e540d283bf44d27b32454862589167814000
0xd2a572fefdbd719605334df5cba9746e02d51558false0x2260fac5e5542a773aa44fbcfedf7c193bc2c5991380x0df8c1cd57c2044c7eabc18254e42fb64a9c19941513648000x2d3b2109e7a2de4d7e7148ce195ce6ecaabf7224d37cb415b4e950e4c9c94c0b2022-07-13T20:41:30.000Z0x0734e62a95461ff2cdd92d90817b00435c33c013da275f36f48f4870028e576a156153233020168700
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_TotalLiquidityUpdated_event

Liquidity state changes for pools in Bancor V3 automated market maker (AMM) on Ethereum, tracking total liquidity, staked balances, and pool token supply per update event. Used for analyzing liquidity provision patterns and pool composition 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0xd2a572fefdbd719605334df5cba9746e02d515580xe3818504c1b32bf1557b16c238b2e01fd3149c17false219151074390x333b3ac37fe2d17b41f0ad3ee9e260657034d639e32d204a3b6cfd8156b006df02022-07-09T08:57:32.000Z00x284bea90ddb9893d133a211777be634152c178fe9a2df8856fa9fcc4c6229fa20
0xd2a572fefdbd719605334df5cba9746e02d515580x8798249c2e607446efb7ad49ec89dd1865ff4272false69151109000x9ff21e30fe621ac31cda16b8ac04bf86b456f7a3147448d39fa2a8af17725ed602022-07-09T21:45:16.000Z00xa7822704fcde65af5abf07d1ea3bf68149846f8e71682d29280206c3c2375ea80
0xd2a572fefdbd719605334df5cba9746e02d515580xd13c7342e1ef687c5ad21b27c2b65d772cab5c8cfalse113151075820xcb2e8301ac3d65bb9193ceffc9c40a23bb0a98e72ad72a6ab98faaf4a8a032a68017556392022-07-09T09:35:53.000Z16805764360x3b1925da7c328ee08271fbd0c1b0ed78f280519469495de030fb94fbbd2ca6691679523705
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_TradingEnabled_event

Event log tracking pool trading status changes in Bancor v3 on Ethereum, recording when liquidity pools are enabled or disabled with reason codes. Used for monitoring pool operational states and analyzing protocol-level trading restrictions.
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_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0xd2a572fefdbd719605334df5cba9746e02d515580x04fa0d235c4abf4bcf4787af4cf447de572ef828false210815142733false2022-07-14T19:36:36.000Z0x78cb39a9c6c6312b7da09ce6bbb2991b1fcb110709a3f0416dae961c9998c02b
0xd2a572fefdbd719605334df5cba9746e02d515580xe76c6c83af64e4c60245d8c7de953df673a7a33dfalse243815142815false2022-07-14T19:53:20.000Z0xf15a596a1e1ea9d5fbf62e86875ad7d40b72bc9f1d64075f56c3264a628953d3
0xd2a572fefdbd719605334df5cba9746e02d515580xec67005c4e498ec7f55e092bd1d35cbc47c91892false29215142555false2022-07-14T19:01:57.000Z0xde40ec2af0e488dbbc74ce96b83767183a0e2dbe09f2027e5651935431a04ffa
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_TradingFeePPMUpdated_event

Trading fee changes for Bancor V3 liquidity pools on Ethereum, tracking previous and new fee rates in parts per million (PPM). Used for analyzing fee policy adjustments and their impact on pool economics.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressin_poolremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0xd2a572fefdbd719605334df5cba9746e02d515580xdac17f958d2ee523a2206206994597c13d831ec7false176151729371000020002022-07-19T11:57:13.000Z0x332834270a3ba0a77193b8b7cb1238e099fd06d8005f4836d75240de32963642
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV8_TradingLiquidityUpdated_event

Liquidity balance updates for individual token pools in Bancor V3 on Ethereum, tracking changes in available trading liquidity before and after each transaction. Used for analyzing liquidity provision patterns, pool depth changes, and automated market maker (AMM) rebalancing activity across token pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0xd2a572fefdbd719605334df5cba9746e02d515580xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f83151384890xf59d87ca7c1f047ef690a0bf8cf8c94edafb7c6f9d170eefa8ee0a1b88de0fb32022-07-14T04:13:07.000Z39108970909361300779115394236800124615535415650x01156a78b39d68ade0107f5fdc098085754e09e862f6c0b758a2ac086d0f92f5
0xd2a572fefdbd719605334df5cba9746e02d515580xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6ffalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c82151384890xf59d87ca7c1f047ef690a0bf8cf8c94edafb7c6f9d170eefa8ee0a1b88de0fb32022-07-14T04:13:07.000Z2247797088892771938010782229726625624969259153230x01156a78b39d68ade0107f5fdc098085754e09e862f6c0b758a2ac086d0f92f5
0xd2a572fefdbd719605334df5cba9746e02d515580xc719d010b63e5bbf2c0551872cd5316ed26acd83false0xc719d010b63e5bbf2c0551872cd5316ed26acd839151411520xa7bc5e2c5e085463a8cf862633fcf28b1cb2f201a54451af2daab3a79cc84f422022-07-14T13:56:40.000Z147198420250511228647355214229806049383919477764560x061ab1b0615d590e476d8ee88a69dadccd65382ef43c8709dbf94247e0f0d462
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV8_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_DefaultTradingFeePPMUpdated_event

Default trading fee configuration changes for Bancor V3 liquidity pools on Ethereum, measured in parts per million (PPM). Tracks historical fee adjustments from previous to new values for analyzing protocol fee policy evolution.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
addressremovedlog_indexblock_numberin_newFeePPMin_prevFeePPMblock_timestamptransaction_hash
0x5ce51256651aa90eee24259a56529affcf13a3d0false9215197787200002022-07-23T08:12:48.000Z0xf1785eb273354e2cf053a3302983fae6ba3318b33130dadde7f6f798c6ee6f72
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_DefaultTradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_DepositingEnabled_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_DepositingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_OwnerUpdate_event

Ownership change events from Bancor V3 PoolCollection smart contract on Ethereum, tracking transfers of pool ownership between addresses. Used for monitoring governance transitions and access control modifications across Bancor 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_prevOwnerSTRINGAddress of the previous owner before the ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberin_prevOwnerblock_timestamptransaction_hash
0x5ce51256651aa90eee24259a56529affcf13a3d0false910x5beba4d3533a963dedb270a95ae5f7752fa0fe22151977870x00000000000000000000000000000000000000002022-07-23T08:12:48.000Z0xf1785eb273354e2cf053a3302983fae6ba3318b33130dadde7f6f798c6ee6f72
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_OwnerUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_TokensDeposited_event

Liquidity deposit events from Bancor V3 automated market maker (AMM) on Ethereum, tracking when providers add tokens to pools with corresponding base and pool token amounts issued. Used for analyzing liquidity provision patterns, provider activity, and pool token minting.
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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmount
0x5ce51256651aa90eee24259a56529affcf13a3d0false0x178c820f862b14f316509ec36b13123da19a60543780x2c640ac98e293daa246f98d2828e328a06fa6936152548410xda37f2ba6e90201350c68bc878feeefca07f1662fe0fd77a5bb0fad79b2b4b4c2022-08-01T05:53:18.000Z0x26e4f82f9661e72ed3cef8d38c179b924e012d68938d80836f4f591c8faf14b9278184574833125828045278184574833125828045
0x5ce51256651aa90eee24259a56529affcf13a3d0false0x4691937a7508860f876c9c0a2a617e7d9e945d4b2260x6387576570f57c5b914871f874b29cd23d7e696e152557080xc9ef65fe0a273b8a906743cf1a590454eb5490c260b0f0e31e1fea48515221272022-08-01T09:01:19.000Z0xab04f9cc3819faed342f1ea625b4ff769810f965c06b4ebc965773bde393b814414801346236501884141414524736867500274290
0x5ce51256651aa90eee24259a56529affcf13a3d0false0x7d1afa7b718fb893db30a3abc0cfc608aacfebb03510xc6f2e3123176dbd76649a5a1a1c0d57d6b995c99152538180xefdc4f0008641dd8ef14d6f205515423261f77436e811308e1b06dc17a31ca0c2022-08-01T01:59:51.000Z0x1a759980d8e20db38f99cc3dea0f752a2cc81002f60bf1fff1e3cab52cae05bb10870977239662332498331085865402829994392810
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_TokensDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_TokensWithdrawn_event

Liquidity withdrawal events from Bancor v3 pools on Ethereum, capturing provider exits with base token amounts, pool token burns, BNT (Bancor Network Token) amounts, and withdrawal fees. Used for tracking liquidity removal patterns and fee analysis across Bancor v3 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_providerSTRINGAddress of the liquidity provider or participant in the 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_baseTokenAmountSTRINGAmount of base tokens involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_poolTokenAmountSTRINGAmount of pool tokens involved in the liquidity pool operation. String-encoded integer representing the token quantity in its smallest denomination.
in_externalProtectionBaseTokenAmountSTRINGAmount of base tokens provided by external impermanent loss protection. String-encoded integer representing the token quantity in its smallest denomination.
in_bntAmountSTRINGAmount of BNT (Bancor Network Token) involved in the operation. String-encoded integer representing the token quantity in its smallest denomination.
in_withdrawalFeeAmountSTRINGFee amount charged on withdrawal from the liquidity pool. String-encoded integer representing the fee quantity in its smallest denomination.
addressremovedin_tokenlog_indexin_providerblock_numberin_bntAmountin_contextIdblock_timestamptransaction_hashin_baseTokenAmountin_poolTokenAmountin_withdrawalFeeAmountin_externalProtectionBaseTokenAmount
0x5ce51256651aa90eee24259a56529affcf13a3d0false0x2a039b1d9bbdccbb91be28691b730ca893e5e7433500xad78c8d773c7fecca618cc3b344f780733f78f111523664600xe365574c12acac88e830ea296aecd36ad2cfe2c561e0cc4a65516f46a7ef214f2022-07-29T09:50:35.000Z0xeea9902ca7e631615cd14825885db8c44986953849b2ed19f24189614748403112423186693300194952022312493715409751597203054200
0x5ce51256651aa90eee24259a56529affcf13a3d0false0x514910771af9ca656af840dff83e8264ecf986ca2140x64fb7220ec63b44f6a0eb276de870031bfab62a31523509800xbc2d3331d1c9e13676d8cf3b7d3bd7f93cf033ed58a16a4e1b8fc0010488f6b02022-07-29T03:53:42.000Z0x04b109c8d805d686dc5f696a590a0c7301f6e8b9a1702e079659641acf3026912749204756755666079800499996928395484916203100
0x5ce51256651aa90eee24259a56529affcf13a3d0false0x514910771af9ca656af840dff83e8264ecf986ca730x49d2e0809d7a21de5d12803ce1af8b22df020a3d1523723700x238ea258d40d6c416972c6363cbc9f4e34a23e495272c9bda65ca257aa56322b2022-07-29T12:04:45.000Z0x0ef9e04225df9d87ba772f01ed8e067f4e5118e7f4cbd7f3d26ef4d568e1bcf31639711349370428080233299987018834160922740900
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_TokensWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_TotalLiquidityUpdated_event

Liquidity updates from Bancor v3 pools on Ethereum, emitted when total value locked changes due to deposits or withdrawals. Tracks pool token supply, staked balances, and liquidity amounts for analyzing TVL (Total Value Locked) movements across individual token 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_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_liquiditySTRINGTotal liquidity available in the pool at the time of the event. Numeric string representation of liquidity in smallest denomination.
in_stakedBalanceSTRINGTotal amount of tokens staked in the pool at the time of the event. Numeric string representation in smallest denomination.
in_poolTokenSupplySTRINGTotal supply of pool tokens at the time of the event. Numeric string representation in smallest denomination.
addressin_poolremovedlog_indexblock_numberin_contextIdin_liquidityblock_timestampin_stakedBalancetransaction_hashin_poolTokenSupply
0x5ce51256651aa90eee24259a56529affcf13a3d00x0ae055097c6d159879521c384f1d2123d1f195e6false218152202710x83313ec06ef1dd3b2f9f97fc4910397f3392280290b7ce97ab7f8d4ea2bd649f27824049867169528263742022-07-26T20:35:09.000Z27919646571629454966410x9c546e6547e68ba71fe5601aec8581292bf5415d74bd7c1fe0227d113ab96b642791964657162945496641
0x5ce51256651aa90eee24259a56529affcf13a3d00x1337def16f9b486faed0293eb623dc8395dfe46afalse506152193830xcdc4d59f62134d9d3cdf9147e6e61113bc5bfadb5f94baecbf1656e502be9b01589305497279144752843832022-07-26T17:19:33.000Z589360772315672056183030xaf3a9a4e0adc648af16e0ce7829badeb1b793260372650d628454f07ad30e04158936077231567205618303
0x5ce51256651aa90eee24259a56529affcf13a3d00x1337def16f9b486faed0293eb623dc8395dfe46afalse104152193230x0f4d6322838edf83802f5d3e2efd8868b42f134cec5375b86132d4535850f69a662976679098265707924972022-07-26T17:04:10.000Z663038864264233281172400x2d8dc0fad01a7c78dfbc3635080f30667c46bdeab8dd52c69355f7ef9380d28666303886426423328117240
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_TotalLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_TradingEnabled_event

Trading status change events from Bancor V3 PoolCollection contract on Ethereum, tracking when individual liquidity pools are enabled or disabled for trading with associated reason codes. Used for monitoring pool availability and protocol governance actions affecting trading 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_newStatusBOOLBoolean flag indicating the new enabled or disabled state being set for a pool feature or operation.
in_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
addressin_poolremovedin_reasonlog_indexblock_numberin_newStatusblock_timestamptransaction_hash
0x5ce51256651aa90eee24259a56529affcf13a3d00x0ae055097c6d159879521c384f1d2123d1f195e6false121115255666true2022-08-01T08:52:07.000Z0xac723078dad75a3eb27a33fcc12e50fcce8936eb3b5217d2a2a435ea056a7179
0x5ce51256651aa90eee24259a56529affcf13a3d00x81f8f0bb1cb2a06649e51913a151f0e7ef6fa321false143115255673true2022-08-01T08:53:33.000Z0x5a89eeda4bb61b086d5654db5d7e00f9441dab66ca81c304282b3eaa8c5b1f1c
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_TradingEnabled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_TradingFeePPMUpdated_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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_prevFeePPMSTRINGPrevious fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000 before the update.
in_newFeePPMSTRINGUpdated fee rate in parts per million (PPM). String-encoded integer representing the fee as a proportion of 1,000,000.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_TradingFeePPMUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolCollectionV9_TradingLiquidityUpdated_event

Liquidity balance changes emitted by Bancor v3 pool contracts on Ethereum, tracking before and after token amounts for each liquidity adjustment. Links pool addresses, token addresses, and context identifiers for analyzing liquidity provision patterns and pool dynamics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_contextIdSTRINGUnique identifier linking related events within a transaction or operation. 66-character hex string including 0x prefix.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_prevLiquiditySTRINGLiquidity amount before the operation. Numeric string representation in smallest denomination.
in_newLiquiditySTRINGUpdated liquidity amount after the operation. Numeric string representation in smallest denomination.
addressin_poolremovedin_tokenlog_indexblock_numberin_contextIdblock_timestampin_newLiquidityin_prevLiquiditytransaction_hash
0x5ce51256651aa90eee24259a56529affcf13a3d00x514910771af9ca656af840dff83e8264ecf986cafalse0x1f573d6fb3f13d689ff844b4ce37794d79a7ff1c54152343040x8ca6888e685ba40cd5d22d255d1b0d5f9fe0717038c7b5ada924b27ba4ca90322022-07-29T00:50:44.000Z26550400026264645645945435265365665995533450570051480xb21ab3512418b836c978f44a77043a34287ad2d9da74216344acd86cb6a6737d
0x5ce51256651aa90eee24259a56529affcf13a3d00x514910771af9ca656af840dff83e8264ecf986cafalse0x514910771af9ca656af840dff83e8264ecf986ca55152343040x8ca6888e685ba40cd5d22d255d1b0d5f9fe0717038c7b5ada924b27ba4ca90322022-07-29T00:50:44.000Z198819513511026421382936319892310539966627042961230xb21ab3512418b836c978f44a77043a34287ad2d9da74216344acd86cb6a6737d
0x5ce51256651aa90eee24259a56529affcf13a3d00x2a039b1d9bbdccbb91be28691b730ca893e5e743false0x2a039b1d9bbdccbb91be28691b730ca893e5e74342152378880x2bb11399bb69ee7d65b87b153b105c9fa17cacc477fc8a799c28f185dbf86f672022-07-29T14:25:51.000Z6717857094424912009688656788337996318604750357960x680817b3a404671c22bd975775b591a6a7962adc9a8b12354050d746fe66c42a
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolCollectionV9_TradingLiquidityUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokenFactory_PoolTokenCreated_event

Pool token creation events from Bancor V3 on Ethereum, mapping underlying ERC-20 tokens to their corresponding bnToken pool token addresses. Used for tracking pool initialization and liquidity pool token deployments across 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_poolTokenSTRINGContract address of the liquidity pool token representing shares in the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_tokenlog_indexblock_numberin_poolTokenblock_timestamptransaction_hash
0x9e912953db31fe933bda43374208e967058d9d5ffalse0xb2cabf797bc907b049e4ccb5b84d13be3a8cfc2162152752300x3b8c052c93549517a30ae010a7dee675238b692c2022-08-04T09:58:26.000Z0xcb7aa50c57f4f43e4011b1808b839334016d687dc172a03ecc68362fba440ce7
0x9e912953db31fe933bda43374208e967058d9d5ffalse0x444d6088b0f625f8c20192623b3c43001135e0fa122150123160x356d286a49f484b73e58d757d85fc5abc9ebf4f22022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
0x9e912953db31fe933bda43374208e967058d9d5ffalse0xdac17f958d2ee523a2206206994597c13d831ec7138150123160xf4d96e11b531b99f1f04fbd77d39859a7689348d2022-06-23T09:42:28.000Z0x6c9234acbfeea2c0b72628a8a9ac9651725643f430565a600cc36b1425755d1c
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolTokenFactory_PoolTokenCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokenFactory_RoleAdminChanged_event

Administrative role changes for Bancor v3 pool token factory access control on Ethereum. Tracks modifications to admin privileges including role assignments, removals, and hierarchical admin role transitions for analyzing governance and permission management.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x9e912953db31fe933bda43374208e967058d9d5f0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false88146093572022-04-18T13:07:30.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960xfacd882303eff4eb50cbcc0ee0a4fe589b600c49323fb6640a9a33967d354e5c0x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolTokenFactory_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokenFactory_RoleGranted_event

Access control events from Bancor v3’s pool token factory contract on Ethereum, recording when administrative roles are granted to accounts. Useful for tracking protocol governance changes and authorized contract operators.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x9e912953db31fe933bda43374208e967058d9d5f0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe22890x5beba4d3533a963dedb270a95ae5f7752fa0fe22146093572022-04-18T13:07:30.000Z0xfacd882303eff4eb50cbcc0ee0a4fe589b600c49323fb6640a9a33967d354e5c
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.PoolTokenFactory_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Portal_RoleAdminChanged_event

Access control admin role modification events from Bancor v3 Portal contract on Ethereum. Tracks changes to role administration permissions with previous and new admin role identifiers for governance and security monitoring.
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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_previousAdminRoleSTRINGPrevious admin role identifier before the role change. 66-character keccak256 hash including 0x prefix.
in_newAdminRoleSTRINGNew admin role identifier for the specified role. 66-character keccak256 hash including 0x prefix.
addressin_roleremovedlog_indexblock_numberblock_timestampin_newAdminRoletransaction_hashin_previousAdminRole
0x9f292ccb69ff9a0644475c7bc8d4651039e133d50x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false179146094602022-04-18T13:31:08.000Z0x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca0250960xb25ae135df0499e60ca198c51e2c10354b736e05224bcde9a2ef61c4968f41940x0000000000000000000000000000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Portal_RoleAdminChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Portal_RoleGranted_event

Access control events from Bancor v3’s Portal contract on Ethereum showing role assignments. Tracks which accounts receive specific administrative roles, useful for analyzing protocol governance and permission changes 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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_roleremovedin_senderlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x9f292ccb69ff9a0644475c7bc8d4651039e133d50x2172861495e7b85edac73e3cd5fbb42dd675baadf627720e687bcfdaca025096false0x5beba4d3533a963dedb270a95ae5f7752fa0fe221800x5beba4d3533a963dedb270a95ae5f7752fa0fe22146094602022-04-18T13:31:08.000Z0xb25ae135df0499e60ca198c51e2c10354b736e05224bcde9a2ef61c4968f4194
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Portal_RoleGranted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Portal_RoleRevoked_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_roleSTRINGRole identifier for access control. 66-character keccak256 hash including 0x prefix.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Portal_RoleRevoked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Portal_SushiSwapPositionMigrated_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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokenSTRINGContract address of the liquidity pool token representing shares in the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenASTRINGContract address of the first token in a token pair. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenBSTRINGContract address of the second token in a token pair. Hex-encoded, 0x-prefixed, 42-character string.
in_amountASTRING-
in_amountBSTRING-
in_depositedABOOL-
in_depositedBBOOL-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Portal_SushiSwapPositionMigrated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Portal_UniswapV2PositionMigrated_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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_poolTokenSTRINGContract address of the liquidity pool token representing shares in the pool. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenASTRINGContract address of the first token in a token pair. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenBSTRINGContract address of the second token in a token pair. Hex-encoded, 0x-prefixed, 42-character string.
in_amountASTRING-
in_amountBSTRING-
in_depositedABOOL-
in_depositedBBOOL-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bancor_v3_ethereum.Portal_UniswapV2PositionMigrated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100