Skip to main content

Tables

ChildGauge_AddReward_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in_rewardSTRING-
in_indexSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.ChildGauge_AddReward_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ChildGauge_Deposit_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in_providerSTRING-
in_valueSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.ChildGauge_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ChildGauge_Transfer_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in__fromSTRING-
in__toSTRING-
in__valueSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.ChildGauge_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ChildGauge_UpdateLiquidityLimit_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in_userSTRING-
in_original_balanceSTRING-
in_original_supplySTRING-
in_working_balanceSTRING-
in_working_supplySTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.ChildGauge_UpdateLiquidityLimit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ChildGauge_Withdraw_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in_providerSTRING-
in_valueSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.ChildGauge_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ChildGaugeFactory_DeployedGauge_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in__implementationSTRING-
in__lp_tokenSTRING-
in__deployerSTRING-
in__saltSTRING-
in__gaugeSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.ChildGaugeFactory_DeployedGauge_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ChildGaugeFactory_UpdateImplementation_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMP-
block_numberINT64-
transaction_hashSTRING-
log_indexINT64-
addressSTRING-
removedBOOL-
in__old_implementationSTRING-
in__new_implementationSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.ChildGaugeFactory_UpdateImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveStableswapFactoryNG_BasePoolAdded_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_base_poolSTRINGContract address of the base pool used in the metapool architecture. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveStableswapFactoryNG_BasePoolAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveStableswapFactoryNG_LiquidityGaugeDeployed_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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveStableswapFactoryNG_LiquidityGaugeDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveStableswapFactoryNG_MetaPoolDeployed_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_coinSTRINGContract address of the token used in the metapool deployment. Hex-encoded, 0x-prefixed, 42-character string.
in_base_poolSTRINGContract address of the base pool used in the metapool architecture. Hex-encoded, 0x-prefixed, 42-character string.
in_ASTRINGAmplification coefficient parameter used in Curve’s StableSwap invariant algorithm. String-encoded integer value that controls the concentration of liquidity around the target price.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_deployerSTRINGAddress of the account that initiated the deployment or creation action. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveStableswapFactoryNG_MetaPoolDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveStableswapFactoryNG_PlainPoolDeployed_event

Pool creation events from Curve Finance’s Stableswap Factory NG on XDC chain, recording deployed liquidity pool addresses with configuration parameters including amplification coefficient (A), trading fees, constituent token addresses, and deployer identities for tracking Curve stableswap pool launches.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_coinsARRAY<STRING>Array of token contract addresses included in the liquidity pool. Hex-encoded, 0x-prefixed, 42-character strings representing ERC-20 token contracts.
in_ASTRINGAmplification coefficient parameter used in Curve’s StableSwap invariant algorithm. String-encoded integer value that controls the concentration of liquidity around the target price.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_deployerSTRINGAddress of the account that initiated the deployment or creation action. Hex-encoded, 0x-prefixed, 42-character string.
in_Ain_feeaddressin_poolremovedin_coinslog_indexin_deployerblock_numberblock_timestamptransaction_hash
100010000000x5aea9aadd0974e8914229a23699bb6b343c97b090x778444d77959eec8ab8a7b380656e396d20f03cafalse[“0x9fe4e6321eeb7c4bc537570f015e4734b15002b8”,“0xfa2958cb79b0491cc627c1557f441ef849ca8eb1”]10x7783b4f4ed3a10c31bbb985b63c54348babd64a5967924532025-12-03T08:49:57.000Z0x69baf998b312d889cc65a573d798c4da2edb2f36a46c12f24547d9c026b091cb
1008000000x5aea9aadd0974e8914229a23699bb6b343c97b090x9c15dc1c8991e852ceaf623b30162a98a1c83f3dfalse[“0xa23885c8e0743c734bd6da0df66e2631ee9bc6d8”,“0xcc0587aebda397146cc828b445db130a94486e74”,“0xcda5b77e2e2268d9e09c874c1b9a4c3f07b37555”,“0x2a8e898b6242355c290e1f4fc966b8788729a4d4”]10x2475dcd4fe333be814ef7c8f8ce8a1e9b5fcdea0898095462025-06-12T07:32:47.000Z0x2227483d30027a81ea21ee89f5a2cdbffe21c5dc58732cc28e3ad7dd0ad83ded
1008000000x5aea9aadd0974e8914229a23699bb6b343c97b090x425c634af06e28aeda4cbd1da0bee2a71ca6fc75false[“0xa23885c8e0743c734bd6da0df66e2631ee9bc6d8”,“0xcc0587aebda397146cc828b445db130a94486e74”,“0xcda5b77e2e2268d9e09c874c1b9a4c3f07b37555”]10x2475dcd4fe333be814ef7c8f8ce8a1e9b5fcdea0898094792025-06-12T07:30:29.000Z0x10dbcab7074f5b3ab7494376aaa3421a6c3943902426ebb445f55ceba8ae055d
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveStableswapFactoryNG_PlainPoolDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_LiquidityGaugeDeployed_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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_LiquidityGaugeDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_TransferOwnership_event

Ownership transfer events from Curve Tricrypto Factory contracts on XDC Network, recording changes in pool factory administrative control. Tracks old and new owner addresses for governance and security monitoring of Curve’s tricrypto pool deployment infrastructure.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__old_ownerSTRINGPrevious owner’s address before the ownership transfer occurred. Hex-encoded, 0x-prefixed 40-character string; null address (0x000…000) indicates initial ownership assignment.
in__new_ownerSTRINGAddress of the new owner receiving ownership control of the Curve Tricrypto Factory contract. Hex-encoded, 0x-prefixed 40-character string representing the Ethereum-compatible address on XDC chain.
addressremovedlog_indexblock_numberin__new_ownerin__old_ownerblock_timestamptransaction_hash
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c03false4894209550xabc336d4c71ad275695744d32ddb1d8266db1cbf0x00000000000000000000000000000000000000002025-06-02T18:46:18.000Z0xf46a23fa0cdd033fe2b860140dede75597b98ffc21bfab7a0c5f64dc3f2abb47
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_TransferOwnership_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_TricryptoPoolDeployed_event

Curve Tricrypto pool deployment events on XDC Network, capturing factory-generated liquidity pools with three-asset configurations (typically WETH/WXDC/stablecoin). Contains pool addresses, token pairs, deployer information, and packed AMM parameters for tracking new pool creation and initial configurations.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-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_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_symbolSTRINGSymbol of the token involved in the transaction or event.
in_wethSTRINGContract address of the Wrapped ETH (WETH) token used in the swap or pool operation. Hex-encoded, 0x-prefixed, 42-character string.
in_coinsARRAY<STRING>Array of token contract addresses included in the liquidity pool. Hex-encoded, 0x-prefixed, 42-character strings representing ERC-20 token contracts.
in_mathSTRINGContract address of the math implementation used by the liquidity pool. Hex-encoded, 0x-prefixed, 42-character string.
in_saltSTRINGCryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix.
in_packed_precisionsSTRINGEncoded precision multipliers for the three tokens in the pool, packed as a single integer. Used by the pool contract to normalize token amounts with different decimal places during swaps and liquidity operations.
in_packed_A_gammaSTRINGPacked encoding of the amplification coefficient (A) and gamma parameter used in Curve’s cryptoswap invariant calculation. Numeric string representation of a bit-packed uint256 value containing both pool parameters.
in_packed_fee_paramsSTRINGPacked encoding of fee configuration parameters for the Curve pool. Numeric string representation of a bit-packed uint256 value containing multiple fee-related settings.
in_packed_rebalancing_paramsSTRINGPacked encoding of pool rebalancing configuration parameters for Curve’s cryptoswap pools. Numeric string representation of a bit-packed uint256 value containing rebalancing thresholds and adjustment settings.
in_packed_pricesSTRINGPacked encoding of initial price oracle values for tokens in the Curve pool. Numeric string representation of a bit-packed uint256 value containing multiple token price parameters.
in_deployerSTRINGAddress of the account that initiated the deployment or creation action. Hex-encoded, 0x-prefixed, 42-character string.
addressin_mathin_namein_poolin_saltin_wethremovedin_coinsin_symbollog_indexin_deployerblock_numberblock_timestampin_packed_pricestransaction_hashin_packed_A_gammain_packed_fee_paramsin_packed_precisionsin_packed_rebalancing_params
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c030xab53d6899e9c347a5deddce3d97d4aea36b0f8d7WETH/WXDC/USDC0xcc89967e8eff3eac1d5f65fadffc8c9a06d576a30x95d0845092bff2b114d31826010056e85aa0bfb27ca915a5a4ce716d0363b5c30x951857744785e80e2de051c32ee7b25f9c458c42false[“0xa7348290de5cf01772479c48d50dec791c3fc212”,“0x951857744785e80e2de051c32ee7b25f9c458c42”,“0xfa2958cb79b0491cc627c1557f441ef849ca8eb1”]tricrypto10x7783b4f4ed3a10c31bbb985b63c54348babd64a5937956172025-09-19T09:06:57.000Z750322619060669311936741009387048906260651900000000000x376ab4959895ffa13f1d54b09f315af3a7cb6610bc5c2544c7737eb7974b593e1837524781373067702702222880132353341862400001020847100762815390648378239327278356992000000034028236692093846348182135250547776307234028236692093848191011868114131982745600000865
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c030xab53d6899e9c347a5deddce3d97d4aea36b0f8d7USDC.e/WETH/WXDC0x826c3bb33ce1c5360e15dc08d311e30db3acdf200x6c1215da4589ac0853942a7af3956c3a112d5c3209a802ec0c9561caa598cdcf0x951857744785e80e2de051c32ee7b25f9c458c42false[“0xcc0587aebda397146cc828b445db130a94486e74”,“0xa7348290de5cf01772479c48d50dec791c3fc212”,“0x951857744785e80e2de051c32ee7b25f9c458c42”]2Volatiles10x427caf62d66fcec08fa55f0991dbca66a8bfa7e7897438942025-06-10T16:20:13.000Z216147359468180111991935550640659195376851200000000000000x190ba0bc21de870cef3b891b7273a1072e51022aec51e9bb08da86a57a426fe91837524781373067702702222880132353341862400001020847100762815390648378239327278356992000000034028236692093846346337460743178665820007370955161734028236692093848191011868114131982745600000865
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c030xab53d6899e9c347a5deddce3d97d4aea36b0f8d7WETH/WXDC/USDC.e0x658667c10df7083d7118ee37f344f000e00a20fe0xaba53cbf0374de2a7322bff07cf4f26d4a25181e3a03397e5754f5e32d45f2590x951857744785e80e2de051c32ee7b25f9c458c42false[“0xa7348290de5cf01772479c48d50dec791c3fc212”,“0x951857744785e80e2de051c32ee7b25f9c458c42”,“0xcc0587aebda397146cc828b445db130a94486e74”]2Volatiles10x7783b4f4ed3a10c31bbb985b63c54348babd64a5897409562025-06-10T14:33:47.000Z1239648662692978822397073694873931594334441500000000000x06e2cbe50decb8e1e508ea81839d15d4b48a81b9bd076a8501f72bdfdefc5f371837524781373067702702222880132353341862400001020847100762815390648378239327278356992000000034028236692093846348182135250547776307234028236692093848191011868114131982745600000865
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_TricryptoPoolDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_UpdateFeeReceiver_event

Fee receiver address updates from Curve Tricrypto Factory pools on XDC Network. Tracks changes in protocol fee collection addresses for analyzing fee routing and governance modifications.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__old_fee_receiverSTRINGAddress of the previous fee receiver before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_fee_receiverSTRINGAddress of the updated fee receiver for the Curve factory contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__new_fee_receiverin__old_fee_receiver
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c03false3894209552025-06-02T18:46:18.000Z0xf46a23fa0cdd033fe2b860140dede75597b98ffc21bfab7a0c5f64dc3f2abb470xbaf6cacfffb6d57d548f0faff486e9884a0d17470x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_UpdateFeeReceiver_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_UpdateGaugeImplementation_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__old_gauge_implementationSTRINGContract address of the previous gauge implementation before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_gauge_implementationSTRINGContract address of the updated gauge implementation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_UpdateGaugeImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_UpdateMathImplementation_event

Events emitted when Curve Tricrypto Factory updates its mathematical pricing implementation contract on XDC Network. Tracks changes to the core algorithm logic used for tri-asset pool calculations, useful for monitoring protocol upgrades and implementation versioning.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__old_math_implementationSTRINGContract address of the previous math implementation contract before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_math_implementationSTRINGContract address of the updated math implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__new_math_implementationin__old_math_implementation
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c03false0894209582025-06-02T18:46:24.000Z0xde36ef8706301805c5dcb4cfa3fc7dbf272c750cd19599da22305a6bfab0d0740xab53d6899e9c347a5deddce3d97d4aea36b0f8d70x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_UpdateMathImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_UpdatePoolImplementation_event

Factory upgrade events tracking changes to Curve Tricrypto pool implementation contracts on XDC Network. Records the old and new implementation addresses when the factory updates its pool template code, useful for monitoring protocol upgrades and pool contract versions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__implemention_idSTRINGIdentifier for the pool implementation version being updated in Curve factory contracts. String representation of a numeric value, ranging from simple integers to large numbers.
in__old_pool_implementationSTRINGContract address of the previous pool implementation before the update in Curve factory contracts. Hex-encoded, 0x-prefixed, 42-character string.
in__new_pool_implementationSTRINGContract address of the updated pool implementation in Curve factory contracts. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__implemention_idin__new_pool_implementationin__old_pool_implementation
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c03false0894209592025-06-02T18:46:26.000Z0xa57872b6fbe7fdbfb63319011c560bc48b34ba99fe7c9be6a2094d7cb884e1d600x016a5d98dc76fb638f2942e94fd12b323e7922190x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_UpdatePoolImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTricryptoFactory_UpdateViewsImplementation_event

Events emitted when Curve Tricrypto Factory on XDC Network updates its views implementation contract address. Used for tracking protocol upgrades and implementation changes in the factory’s read-only query interface.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__old_views_implementationSTRINGContract address of the previous views implementation contract before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_views_implementationSTRINGContract address of the updated views implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__new_views_implementationin__old_views_implementation
0x729c764ae95e7a9dea9f950b5aedbf1a9f3d7c03false0894209572025-06-02T18:46:22.000Z0xde330fbaf99ec2ade76f61c2417a6dda84746be57ccc533ed8828ab1ab1d09250xf1f6e500d9ccb9f3477cf078a5ea74f75fc3fc960x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTricryptoFactory_UpdateViewsImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_LiquidityGaugeDeployed_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_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_LiquidityGaugeDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_TransferOwnership_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__old_ownerSTRING-
in__new_ownerSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_TransferOwnership_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_TwocryptoPoolDeployed_event

Pool deployment events from Curve’s two-asset crypto pool factory on XDC Network. Records new AMM pool creations with token pairs, configuration parameters (A/gamma amplification, fee structures), and deployer addresses for tracking liquidity pool initialization.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_symbolSTRINGSymbol of the token involved in the transaction or event.
in_coinsARRAY<STRING>Array of token contract addresses included in the liquidity pool. Hex-encoded, 0x-prefixed, 42-character strings representing ERC-20 token contracts.
in_mathSTRINGContract address of the math implementation used by the liquidity pool. Hex-encoded, 0x-prefixed, 42-character string.
in_saltSTRINGCryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix.
in_precisionsARRAY<STRING>Array of precision multipliers for each token in the pool, indicating decimal place adjustments needed for internal calculations. Values like ‘1’ indicate native precision while larger values (e.g., ‘1000000000000’) represent scaling factors for tokens with different decimal counts.
in_packed_A_gammaSTRINGPacked encoding of the amplification coefficient (A) and gamma parameter used in Curve’s cryptoswap invariant calculation. Numeric string representation of a bit-packed uint256 value containing both pool parameters.
in_packed_fee_paramsSTRINGPacked encoding of fee configuration parameters for the Curve pool. Numeric string representation of a bit-packed uint256 value containing multiple fee-related settings.
in_packed_rebalancing_paramsSTRINGPacked encoding of pool rebalancing configuration parameters for Curve’s cryptoswap pools. Numeric string representation of a bit-packed uint256 value containing rebalancing thresholds and adjustment settings.
in_packed_pricesSTRINGPacked encoding of initial price oracle values for tokens in the Curve pool. Numeric string representation of a bit-packed uint256 value containing multiple token price parameters.
in_deployerSTRINGAddress of the account that initiated the deployment or creation action. Hex-encoded, 0x-prefixed, 42-character string.
addressin_mathin_namein_poolin_saltremovedin_coinsin_symbollog_indexin_deployerblock_numberin_precisionsblock_timestampin_packed_pricestransaction_hashin_packed_A_gammain_packed_fee_paramsin_packed_rebalancing_params
0xa17b39bf1c2fe776af38a999be7bb7bea737a6ec0xe8acb9bdd10e9685361a2d540e60378d26b0223fBBBXDC0xc6e7c8dc7414c28c67de0238393e50431de83a690x5fad679de4615f0e16af4828613212120c60cc7c3348476fd9b862709c46b071false[“0x951857744785e80e2de051c32ee7b25f9c458c42”,“0xfa4ddcfa8e3d0475f544d0de469277cf6e0a6fd1”]BBBXDC10x2475dcd4fe333be814ef7c8f8ce8a1e9b5fcdea090049370[“1”,“1”]2025-06-18T10:29:24.000Z19340000000000000x081358e71db9fed523ca49e30de843b02b5d3c96690f2e02dad5b63c50f73a5a13611294676837538538534984297285228458240000034028236692093846348182135150548006307200000000680564733841876929619973849625130958848000000000866
0xa17b39bf1c2fe776af38a999be7bb7bea737a6ec0xe8acb9bdd10e9685361a2d540e60378d26b0223fWXDC/LBT0xa346ea4cdf68c1656c9ad22b0fa024287ca321430x70930c6e2a5463059e88ae1d44df5f728cff8fc59148d17a0a30f0863309df50false[“0x951857744785e80e2de051c32ee7b25f9c458c42”,“0x05940b2df33d6371201e7ae099ced4c363855dfe”]WXDCLBT20x4db48aeeb8f42630bb0651790738d82b7755068b95288436[“1”,“1”]2025-10-27T08:59:58.000Z20820000000000000000x098871aa868a9dd86c5d421511a3f7b0d7a0f2829be2050617a770a53152c79a1361129467683753853853498429728522845824000008847341539944400050877843276543133320576000000680564733841876929619973849625130958848000000000866
0xa17b39bf1c2fe776af38a999be7bb7bea737a6ec0xe8acb9bdd10e9685361a2d540e60378d26b0223fWXDC/USDC0x52297f3e1f099da7f4fc0a66bc8732016ab3f9b10x450ef2fb48f80bb4330f082c755890d434e0ea052735b77fdee8bd62727350b0false[“0x951857744785e80e2de051c32ee7b25f9c458c42”,“0xfa2958cb79b0491cc627c1557f441ef849ca8eb1”]nativepool10x7783b4f4ed3a10c31bbb985b63c54348babd64a594035181[“1”,“1000000000000”]2025-09-25T07:36:33.000Z147300000000000000000xb91bb05d89cc4725c6e7f587fbc8208dd485c6abf586a66c1cf9d6cf32a21d1213611294676837538538534984297285228458240000010208471007628153906483782393272613569920000000680564733841876929619973849625130958848000000000866
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_TwocryptoPoolDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_UpdateFeeReceiver_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__old_fee_receiverSTRINGAddress of the previous fee receiver before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_fee_receiverSTRINGAddress of the updated fee receiver for the Curve factory contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_UpdateFeeReceiver_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_UpdateGaugeImplementation_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__old_gauge_implementationSTRINGContract address of the previous gauge implementation before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_gauge_implementationSTRINGContract address of the updated gauge implementation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_UpdateGaugeImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_UpdateMathImplementation_event

Events tracking updates to the mathematical implementation contract used by Curve’s two-crypto pool factory on XDC Network. Used for monitoring protocol upgrades and changes to the pricing algorithms that govern liquidity pool 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__old_math_implementationSTRINGContract address of the previous math implementation contract before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_math_implementationSTRINGContract address of the updated math implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__new_math_implementationin__old_math_implementation
0xa17b39bf1c2fe776af38a999be7bb7bea737a6ecfalse3894209662025-06-02T18:46:40.000Z0x081e52fb3c5a09fc2bfab7a91be2889dd49c49c7f7d79d6a4692e8813085b5ed0xe8acb9bdd10e9685361a2d540e60378d26b0223f0x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_UpdateMathImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_UpdatePoolImplementation_event

Pool implementation upgrade events from Curve’s two-crypto factory contract on XDC Network. Tracks changes to pool smart contract implementations, useful for monitoring protocol upgrades and analyzing the evolution of Curve’s liquidity pool infrastructure.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__implemention_idSTRINGIdentifier for the pool implementation version being updated in Curve factory contracts. String representation of a numeric value, ranging from simple integers to large numbers.
in__old_pool_implementationSTRINGContract address of the previous pool implementation before the update in Curve factory contracts. Hex-encoded, 0x-prefixed, 42-character string.
in__new_pool_implementationSTRINGContract address of the updated pool implementation in Curve factory contracts. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__implemention_idin__new_pool_implementationin__old_pool_implementation
0xa17b39bf1c2fe776af38a999be7bb7bea737a6ecfalse0894209672025-06-02T18:46:42.000Z0x1ec84ea6789890b86a6ef5351b9b93de81f3bbf5b370c101e1e560c1d944e3d400x2320f304651f825353124890e4be17e826be58410x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_UpdatePoolImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveTwocryptoFactory_UpdateViewsImplementation_event

Contract upgrade events tracking changes to the views implementation address in Curve’s two-crypto factory on XDC Network. Records old and new implementation contract addresses for monitoring protocol upgrades and proxy pattern 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__old_views_implementationSTRINGContract address of the previous views implementation contract before the update. Hex-encoded, 0x-prefixed, 42-character string.
in__new_views_implementationSTRINGContract address of the updated views implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin__new_views_implementationin__old_views_implementation
0xa17b39bf1c2fe776af38a999be7bb7bea737a6ecfalse2894209652025-06-02T18:46:38.000Z0xe93c2730f6aeb393f138ebacc04c9a6f56096c05a4051cd57d8618333d3bd5760xc1a0003b9bfb0c958da455d12417df0ba79bba780x0000000000000000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.CurveTwocryptoFactory_UpdateViewsImplementation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_AddLiquidity_event

Liquidity deposit events from Curve V1 StableSwap pools on XDC Network, capturing token amounts added, provider addresses, fees charged, and resulting pool invariant and LP token supply. Used for analyzing liquidity provider behavior, pool composition changes, and fee generation across Curve stablecoin 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_feesARRAY<STRING>Array of fee amounts charged in the transaction. Numeric string representations in smallest token denomination.
in_invariantSTRINGInvariant value of the Curve pool after the liquidity operation. Numeric string representation in smallest token denomination.
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
addressin_feesremovedlog_indexin_providerblock_numberin_invariantblock_timestampin_token_supplyin_token_amountstransaction_hash
0x9c15dc1c8991e852ceaf623b30162a98a1c83f3d[“7”,“25”,“8”,“8”]false20x7783b4f4ed3a10c31bbb985b63c54348babd64a59078289082995398034872418132025-07-07T05:07:42.000Z7791158723291823770[“0”,“1169493”,“0”,“0”]0xb32a4b610ae1760cc8da245fc54bf46af4e7bab08de8af4cbb9fca934f005497
0x9c15dc1c8991e852ceaf623b30162a98a1c83f3d[“20”,“30”,“8”,“17”]false60x7783b4f4ed3a10c31bbb985b63c54348babd64a590789869194336991823589585312025-07-07T09:23:51.000Z18243249147397731934[“3200000”,“2315723”,“2379294”,“3238785”]0x2133f0321b4236d333a8782ebf3173fb52bb8bb7fb54da99f13fed83044a44fe
0x1436e4ca2c687335b7c5e1b446ae532b9e287160[“1373943894291010”,“1400”]false150x7783b4f4ed3a10c31bbb985b63c54348babd64a59759552117633980980915108572896682025-12-23T04:50:32.000Z1757983997964570626985700[“0”,“54806041”]0xecad76a93f7eada9074655745774ec4c0d08cd2b0f5a060912a219aec8cba758
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.StablePool_AddLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_RemoveLiquidity_event

Liquidity removal events from Curve V1 stablecoin pools on XDC Network, capturing withdrawn token amounts, LP token supply changes, and provider addresses. Used for tracking liquidity provider exits and analyzing pool composition 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_feesARRAY<STRING>Array of fee amounts charged in the transaction. Numeric string representations in smallest token denomination.
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
addressin_feesremovedlog_indexin_providerblock_numberblock_timestampin_token_supplyin_token_amountstransaction_hash
0x1436e4ca2c687335b7c5e1b446ae532b9e287160[]false30x35524a1a02d6c89c8fcead21644cb61b032bd3de971099362025-12-11T07:46:27.000Z1257453577728755529189285[“45830304856312173900519”,“44389214347”]0xc1af7b109f28886933c67ff49c8f9a53f59dae6a14e473eafca17cfefbf1b6a5
0x1436e4ca2c687335b7c5e1b446ae532b9e287160[]false30x18668c448a12714b0422e71f63943f764c721faa971047902025-12-11T04:47:32.000Z1340376413665305737544563[“7076080721686817360638”,“6917724773”]0x38768f1be8c79e7a1ddbb5a87c66795ad08f7fc6170e6f413f516c020d650457
0x1436e4ca2c687335b7c5e1b446ae532b9e287160[]false40x99298b15b5dda538c67f08af804d85e82450ce39971109932025-12-11T08:22:11.000Z1277750264969278265213505[“35553824445307640020021”,“34174588484”]0xdc19430c051a12f5c5cd17b8ec7ed9cebf3253b817268d581ea04dbca2fb7e4a
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.StablePool_RemoveLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_RemoveLiquidityImbalance_event

Imbalanced liquidity removal events from Curve V1 stablecoin pools on XDC Network, capturing when liquidity providers withdraw unequal token amounts. Records provider addresses, withdrawn token quantities, fees charged, and resulting pool invariant for analyzing asymmetric 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_feesARRAY<STRING>Array of fee amounts charged in the transaction. Numeric string representations in smallest token denomination.
in_invariantSTRINGInvariant value of the Curve pool after the liquidity operation. Numeric string representation in smallest token denomination.
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
addressin_feesremovedlog_indexin_providerblock_numberin_invariantblock_timestampin_token_supplyin_token_amountstransaction_hash
0x51178ce64e2518a9a9347a15157d0a5a54b9b7a1[“677699831569241077”,“733577”]false20x5a0aa1e4f10cde41c11e90fca2368a30a1d018349681592367080187076979729034063302025-12-03T23:01:59.000Z6661962209526376109411595[“0”,“30000000000”]0x1fed239ee344d554e4c3599ccb567f84fde6e687d8fa5fcb2ebae818e9c5bf1e
0x51178ce64e2518a9a9347a15157d0a5a54b9b7a1[“2005950779119132443”,“2171405”]false50x5a0aa1e4f10cde41c11e90fca2368a30a1d018349745798772961627647462486628705962025-12-19T19:51:32.000Z7244219179995703091093039[“0”,“85000000000”]0x24aa896e5e387010d54bf062dc607d0048645385f2a3c74fef0b9e9d743a5329
0x1436e4ca2c687335b7c5e1b446ae532b9e287160[“4226728476949129”,“4312”]false20x5a0aa1e4f10cde41c11e90fca2368a30a1d018349748936118174957309570463231819132025-12-20T14:17:07.000Z1812471744430484180709357[“0”,“176000000”]0xccac053bb55c51433f5a633392aff228d70c8d4246ad31c95fa6a9571ac0b8b3
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.StablePool_RemoveLiquidityImbalance_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_RemoveLiquidityOne_event

Single-asset withdrawal events from Curve v1 StableSwap pools on XDC Network. Records LP token burns when users remove liquidity in a single token, including amounts withdrawn, LP tokens burned, and remaining pool supply for liquidity 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_idSTRINGToken index identifier indicating which asset in the Curve pool was withdrawn. Numeric string value (e.g., ‘1’, ‘2’) representing the position of the coin in the pool’s asset array.
in_token_amountSTRINGAmount of liquidity pool tokens involved in the operation. String-encoded integer in smallest token denomination (wei).
in_coin_amountSTRINGAmount of coin withdrawn from the liquidity pool. String-encoded integer in smallest token denomination (wei).
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
addressremovedlog_indexin_providerin_token_idblock_numberin_coin_amountblock_timestampin_token_amountin_token_supplytransaction_hash
0x51178ce64e2518a9a9347a15157d0a5a54b9b7a1false20xf70fe54c6523c6a8bbd05a93542536de02d6ed8819608268524199596712025-11-15T19:35:19.000Z240822949265903800000049612601438186407874142080xd23a715f8d9dc358fb19cfe112c443a20e64ec3c2614aeb0d604e5b065a5289b
0x51178ce64e2518a9a9347a15157d0a5a54b9b7a1false20xf70fe54c6523c6a8bbd05a93542536de02d6ed8819608853925000029812025-11-15T22:57:09.000Z248785000000000000000049588660437827897523864790x8f9e515fd4d81d6316b1c3de3dde758d84bece703ee6d594a2b9fb686526545d
0x24894f0c4f80837d61ca21730a75fa216fed7200false20xe6c262f0db9278fb4528877815fa78a47ffe1f241915228261694622372025-07-25T10:39:41.000Z1693469947274157433541005262155276103768725360x9ddd080ebcea0495156af20e90a5466e300010803cc1ad889c3342a18fed748c
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.StablePool_RemoveLiquidityOne_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_TokenExchange_event

Token swap events from Curve v1 stablecoin pools on XDC Network, recording exchanges between pool assets with token IDs, amounts traded, and buyer addresses for analyzing liquidity provision 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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_sold_idSTRINGIndex of the token sold in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_soldSTRINGQuantity of tokens sold by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
in_bought_idSTRINGIndex of the token purchased in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_boughtSTRINGQuantity of tokens received by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
addressremovedin_buyerlog_indexin_sold_idblock_numberin_bought_idin_tokens_soldblock_timestampin_tokens_boughttransaction_hash
0x3e3d5e3c098d1576112af93598d7c55f895f83fffalse0x597a95f53805b4048b456dc57b200adb714a940c160922835912614720292025-08-13T00:33:39.000Z751947305962535612550xb34508bb26a30234823905b3737698d9d18283c16cc6a44493f38c100e06fadf
0x3e3d5e3c098d1576112af93598d7c55f895f83fffalse0x597a95f53805b4048b456dc57b200adb714a940c160922973561152737612025-08-13T09:03:07.000Z152638190x29d2e1542fb3d080c85e59444c81f2b7241fc01deb11e360d91e94a3f8fd1423
0x3e3d5e3c098d1576112af93598d7c55f895f83fffalse0x597a95f53805b4048b456dc57b200adb714a940c160922973751615624232025-08-13T09:03:45.000Z611960500x76ea65c344bd64f33b66334f6fef0b5ca2ef3519c37712822bd63d60cfe6da56
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.StablePool_TokenExchange_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_TokenExchangeUnderlying_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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_sold_idSTRINGIndex of the token sold in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_soldSTRINGQuantity of tokens sold by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
in_bought_idSTRINGIndex of the token purchased in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_boughtSTRINGQuantity of tokens received by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.StablePool_TokenExchangeUnderlying_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TriCryptoPool_AddLiquidity_event

Liquidity addition events from Curve V1 TriCrypto pools on XDC Network, capturing provider addresses, token amounts deposited, fees charged, and resulting LP (liquidity provider) token supply after each deposit 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
in_packed_price_scaleSTRINGEncoded price scale value for the liquidity pool. String-encoded integer representing the packed internal price scaling factor used in pool calculations.
in_feeaddressremovedlog_indexin_providerblock_numberblock_timestampin_token_supplyin_token_amountstransaction_hashin_packed_price_scale
144875089955223240x483d102d6abfb085fa63be02f46029b5e0783ea5false40xaee656c55fb22dd77ba1708dd387e93eefa6005c909602952025-07-11T15:57:25.000Z4749047190068693180314[“19578842985568751”,“0”,“0”]0xe7c0bef7d958457b0bca34ad44498f14e3922d86870652a8221dd387f8338b45114973851452561756853621026307813614496816234944320657
1407582970606800x483d102d6abfb085fa63be02f46029b5e0783ea5false40xaee656c55fb22dd77ba1708dd387e93eefa6005c909603062025-07-11T15:57:47.000Z4745899775133881932111[“177580704472108”,“0”,“0”]0xad09bda911a94abdd80d8a54da923b67beb5079db29539b9258f6ab436b705f6114973851452561756853621026307813614496816234944320657
174174772445318370x483d102d6abfb085fa63be02f46029b5e0783ea5false40xaee656c55fb22dd77ba1708dd387e93eefa6005c902075382025-06-22T13:36:18.000Z4748744066215336199747[“19361666541608273”,“0”,“0”]0xad520a509983d4e923dab31b772b6c5c9e42a2c381ab10611ea8a8bfbc6e89d0141340688533115040026793372179104930587014641629743545
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TriCryptoPool_AddLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TriCryptoPool_ClaimAdminFee_event

Administrative fee collection events from Curve v1 TriCrypto pools on XDC Network. Records protocol fee withdrawals showing amounts claimed across three pool tokens and the receiving admin address.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_adminin_tokenslog_indexblock_numberblock_timestamptransaction_hash
0x483d102d6abfb085fa63be02f46029b5e0783ea5false0xbaf6cacfffb6d57d548f0faff486e9884a0d1747[“500019492556096”,“19661437059390066467”,“1264096”]8907850172025-07-07T06:23:58.000Z0xd2a8c56632fe4051fb81b67ad70425351a8469387ce97ddf1ba80091a05606aa
0x483d102d6abfb085fa63be02f46029b5e0783ea5false0xbaf6cacfffb6d57d548f0faff486e9884a0d1747[“5104487005818106”,“256540650439705031378”,“22451282”]14924275622025-08-16T14:14:50.000Z0x3aeca370aa9a7df142dfdcaf4f79a74e8d44d97a7ebf2e9f7364544a13b7ef8d
0x483d102d6abfb085fa63be02f46029b5e0783ea5false0xbaf6cacfffb6d57d548f0faff486e9884a0d1747[“4505789214912342”,“267210185677595013751”,“20795597”]12929000312025-08-28T05:28:21.000Z0x8b046bb61c8c504b45d4323bed1fd2aaf984614dee305d00aae9f92d9f832408
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TriCryptoPool_ClaimAdminFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TriCryptoPool_RampAgamma_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_initial_ASTRINGInitial amplification coefficient (A parameter) for the Curve pool at the start of the ramping period. Numeric string representing the scaled integer value of the A parameter.
in_future_ASTRINGTarget amplification coefficient (A parameter) for the Curve pool at the end of the ramping period. Numeric string representing the scaled integer value of the A parameter.
in_initial_gammaSTRINGInitial gamma parameter for the Curve pool at the start of the ramping period. Numeric string representing the scaled integer value of the gamma parameter.
in_future_gammaSTRINGTarget gamma parameter for the Curve pool at the end of the ramping period. Numeric string representing the scaled integer value of the gamma parameter.
in_initial_timeSTRINGUnix timestamp when the parameter ramping period starts for the Curve pool. Numeric string representing seconds since epoch.
in_future_timeSTRINGUnix timestamp when the parameter ramping period ends for the Curve pool. Numeric string representing seconds since epoch.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TriCryptoPool_RampAgamma_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TriCryptoPool_RemoveLiquidity_event

Liquidity removal events from Curve TriCrypto pools on XDC Network, capturing withdrawn token amounts and remaining pool supply when liquidity providers exit three-asset pools. Used for tracking LP position changes and pool liquidity flow analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
addressremovedlog_indexin_providerblock_numberblock_timestampin_token_supplyin_token_amountstransaction_hash
0x483d102d6abfb085fa63be02f46029b5e0783ea5false50x4db48aeeb8f42630bb0651790738d82b7755068b939191912025-09-22T09:46:39.000Z40470644[“7507996720428195981”,“433790796225026764926066”,“33395145614”]0xe03bc6ecff24445f528101097641ad0f196b70e129ee0678eb1778f742dd0b88
0x658667c10df7083d7118ee37f344f000e00a20fefalse40x7783b4f4ed3a10c31bbb985b63c54348babd64a5899767932025-06-16T13:51:21.000Z0[“36355732345035”,“1556990678588222698”,“99796”]0x1880820c8bb2f63c60ba78528222e47c0551f0cad1e7c9b6dd72b58e9c7dc4ad
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TriCryptoPool_RemoveLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TriCryptoPool_RemoveLiquidityOne_event

Single-asset liquidity removal events from Curve TriCrypto pools on XDC Network, capturing LP token burns and the specific coin withdrawn along with fees and price scale data.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-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_token_amountSTRINGAmount of liquidity pool tokens involved in the operation. String-encoded integer in smallest token denomination (wei).
in_coin_indexSTRINGIndex of the coin being withdrawn from the liquidity pool. String-encoded integer representing the position of the coin in the pool’s token array.
in_coin_amountSTRINGAmount of coin withdrawn from the liquidity pool. String-encoded integer in smallest token denomination (wei).
in_approx_feeSTRINGApproximate fee charged for the liquidity operation. String-encoded integer in smallest token denomination (wei).
in_packed_price_scaleSTRINGEncoded price scale value for the liquidity pool. String-encoded integer representing the packed internal price scaling factor used in pool calculations.
addressremovedlog_indexin_providerblock_numberin_approx_feein_coin_indexin_coin_amountblock_timestampin_token_amounttransaction_hashin_packed_price_scale
0x483d102d6abfb085fa63be02f46029b5e0783ea5false70xaee656c55fb22dd77ba1708dd387e93eefa6005c90930586252124890732025-07-10T22:09:32.000Z276778287601298720xa25d8a8f3ab6dc7c79330e8c82c0001925322a1a053927654160359ba0306bce122151777085718974001220448244923990601045919095272915
0x483d102d6abfb085fa63be02f46029b5e0783ea5false70xaee656c55fb22dd77ba1708dd387e93eefa6005c909061133332606547249394651625571703402433944952025-07-10T07:22:30.000Z2492455467864185460xb506a57f3ce506b7f9e51ea8af5cf5138785418e4d608f122e866d36839ab0e1128012632457271454744289036496597403368257028967342399
0x483d102d6abfb085fa63be02f46029b5e0783ea5false70xaee656c55fb22dd77ba1708dd387e93eefa6005c908959592545855600759492801525243283225341704042025-07-10T01:13:28.000Z2079650275652318710x8f83ca7714a4de12e4b557fc2af6ab73a3aa16d0364ead284d6f320c9e212735128012632457271454744289036496597403368257028967342399
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TriCryptoPool_RemoveLiquidityOne_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TriCryptoPool_TokenExchange_event

Token swap events from Curve’s TriCrypto pool on XDC Network, capturing trades between three crypto assets with quantities, prices, fees, and buyer addresses. Used for analyzing trading volume, price movements, and liquidity provider fee generation in Curve’s tri-asset 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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_sold_idSTRINGIndex of the token sold in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_soldSTRINGQuantity of tokens sold by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
in_bought_idSTRINGIndex of the token purchased in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_boughtSTRINGQuantity of tokens received by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_packed_price_scaleSTRINGEncoded price scale value for the liquidity pool. String-encoded integer representing the packed internal price scaling factor used in pool calculations.
in_feeaddressremovedin_buyerlog_indexin_sold_idblock_numberin_bought_idin_tokens_soldblock_timestampin_tokens_boughttransaction_hashin_packed_price_scale
32715325799005526810x483d102d6abfb085fa63be02f46029b5e0783ea5false0x3f5a41b922a76759b9c77d36b3d337e88cd1dc5e340930088841100000000000000002025-08-30T21:12:08.000Z5393359187801427469850x420dc2d1663191af2a3750b11aac67ee85fdeefa2efc4d111d665ca33d70739077992195601796632912432452358275681990731327467619165
34300747872914796300x483d102d6abfb085fa63be02f46029b5e0783ea5false0x3f5a41b922a76759b9c77d36b3d337e88cd1dc5e150930089151100000000000000002025-08-30T21:13:10.000Z5378471647771984005110xa7b1456461e5aba364a65cd91885c3675ffc865e9c9dca83ef63322896f9fad578019867941722082473770657265510452620477245596032075
41373839173421825260x483d102d6abfb085fa63be02f46029b5e0783ea5false0x3f5a41b922a76759b9c77d36b3d337e88cd1dc5e90930089591114100000000000002025-08-30T21:14:46.000Z6117839477543213939430xe88877fda45263ede46fc531f8a9577840d8f028473b39936cbd750f7cfa530278048553837195771434076666941939989361122180738647996
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TriCryptoPool_TokenExchange_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_AddLiquidity_event

Liquidity addition events from Curve v1 two-asset crypto pools on XDC Network, capturing provider addresses, deposited token amounts, fees charged, and resulting LP token supply. Used for analyzing liquidity provider behavior, pool growth patterns, and fee generation across Curve’s volatile asset 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
in_packed_price_scaleSTRINGEncoded price scale value for the liquidity pool. String-encoded integer representing the packed internal price scaling factor used in pool calculations.
in_feeaddressremovedlog_indexin_providerblock_numberblock_timestampin_token_supplyin_token_amountstransaction_hashin_packed_price_scale
00xed0cdc6363222ef823ef44d30b57f76cf980c368false30x4db48aeeb8f42630bb0651790738d82b7755068b948238792025-10-15T10:27:55.000Z0[“7936000000000000000000”,“799033427305678614579138”]0x8bc5b7e7f89b1bcb7fc69625f6643c749fcc39d886a27595de0ad8273a42ddf99932000000000000
10261558493824378440x52297f3e1f099da7f4fc0a66bc8732016ab3f9b1false20x4ec9a600664c7f07092350c101aa7a20f4cf61cb976002742025-12-23T07:42:41.000Z4390077052853853608223239[“2435129834304931065600”,“0”]0x7b988dfeaa616b6ac169ba807fef957a682b450f436b3ee2e288999637e712d220926159046566864985
17744016885140370x52297f3e1f099da7f4fc0a66bc8732016ab3f9b1false140x8a0d8e76a2079cdfb662eac7a7c031475b30baa7975899772025-12-23T01:31:15.000Z4389813590719552771281534[“106980711761509966439”,“4986361”]0xa4beb97f2063472cf733a04e90b35fc24f0b87d9ff36c42c5427644f4bc35e4a20870567398099612559
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_AddLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_ClaimAdminFee_event

Admin fee collection events from Curve V1 TwoCrypto pools on XDC Network, recording token amounts claimed by protocol administrators. Used for tracking protocol revenue and fee distribution across two-asset 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_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedin_adminin_tokenslog_indexblock_numberblock_timestamptransaction_hash
0x52297f3e1f099da7f4fc0a66bc8732016ab3f9b1false0xbaf6cacfffb6d57d548f0faff486e9884a0d1747[“3304533273583479442600”,“156890874”]2972401712025-12-14T12:10:24.000Z0x39322fafbb6c53eb32290b33f237fb29cfeb2dbc415acd180c78d786d4c931ea
0xc6e7c8dc7414c28c67de0238393e50431de83a69false0xbaf6cacfffb6d57d548f0faff486e9884a0d1747[“121066601422120616”,“42010698896990759652”]7914472382025-07-23T14:30:47.000Z0xafb6cc76296bfd7088d4fa7703146293ea75c37f076d84779732d6abcfd1b4ec
0xc6e7c8dc7414c28c67de0238393e50431de83a69false0xbaf6cacfffb6d57d548f0faff486e9884a0d1747[“1467007875777519448”,“635889844954441155833”]7910325872025-07-13T11:07:50.000Z0x56000225108a67a242530a036ea626600b22c41a2a87fa01fdf0d5064f2df63d
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_ClaimAdminFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_NewParameters_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_mid_feeSTRING-
in_out_feeSTRING-
in_fee_gammaSTRING-
in_allowed_extra_profitSTRING-
in_adjustment_stepSTRING-
in_ma_timeSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_NewParameters_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_RampAgamma_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_initial_ASTRINGInitial amplification coefficient (A parameter) for the Curve pool at the start of the ramping period. Numeric string representing the scaled integer value of the A parameter.
in_future_ASTRINGTarget amplification coefficient (A parameter) for the Curve pool at the end of the ramping period. Numeric string representing the scaled integer value of the A parameter.
in_initial_gammaSTRINGInitial gamma parameter for the Curve pool at the start of the ramping period. Numeric string representing the scaled integer value of the gamma parameter.
in_future_gammaSTRINGTarget gamma parameter for the Curve pool at the end of the ramping period. Numeric string representing the scaled integer value of the gamma parameter.
in_initial_timeSTRINGUnix timestamp when the parameter ramping period starts for the Curve pool. Numeric string representing seconds since epoch.
in_future_timeSTRINGUnix timestamp when the parameter ramping period ends for the Curve pool. Numeric string representing seconds since epoch.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_RampAgamma_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_RemoveLiquidity_event

Liquidity withdrawal events from Curve V1 two-asset crypto pools on XDC Network, capturing withdrawn token amounts, LP token supply changes, and provider addresses for analyzing pool exit activity and liquidity provider 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_token_supplySTRINGTotal supply of liquidity pool tokens after the operation. Numeric string representation in smallest token denomination.
addressremovedlog_indexin_providerblock_numberblock_timestampin_token_supplyin_token_amountstransaction_hash
0x52297f3e1f099da7f4fc0a66bc8732016ab3f9b1false140xb443a4e36cda86648e7d0b352cc942851e2b0d8f970423312025-12-09T15:52:42.000Z4805206212156007218915177[“92726454782108516736951”,“4397585045”]0x048e07d18a56f168eb6aa2610e1d7ce08e55eb013563127523aba36984016465
0x80ff7ca41a709bbd28252e2fb21ce47772bb1779false30x899d2f1e5f79ae9caf3fd9adc7a29225b96344a2970295352025-12-09T07:55:54.000Z1045548266845232318276165[“1019771902514429165015237”,“48674328162”]0xc994f27ff24ebc376d4d2c5ec7372a8aeb82174f0991a01c0c49e30dc24c69be
0x80ff7ca41a709bbd28252e2fb21ce47772bb1779false90xb443a4e36cda86648e7d0b352cc942851e2b0d8f970424012025-12-09T15:55:28.000Z1064187547699380902992354[“96352345439164570543833”,“4574021516”]0xf0f94f9612cbaaceff40f28c9e0503b443175318f996c047752575e79e42b1aa
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_RemoveLiquidity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_RemoveLiquidityImbalance_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_lp_token_amountSTRING-
in_token_amountsARRAY<STRING>Array of token amounts involved in the liquidity operation. Numeric string representations in smallest token denomination.
in_approx_feeSTRINGApproximate fee charged for the liquidity operation. String-encoded integer in smallest token denomination (wei).
in_price_scaleSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_RemoveLiquidityImbalance_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_RemoveLiquidityOne_event

Single-sided liquidity removal events from Curve V1 two-token crypto pools on XDC Network, capturing LP token burns where providers withdraw one asset. Contains provider addresses, coin amounts received, approximate fees paid, and dynamic price scale data for analyzing imbalanced 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_token_amountSTRINGAmount of liquidity pool tokens involved in the operation. String-encoded integer in smallest token denomination (wei).
in_coin_indexSTRINGIndex of the coin being withdrawn from the liquidity pool. String-encoded integer representing the position of the coin in the pool’s token array.
in_coin_amountSTRINGAmount of coin withdrawn from the liquidity pool. String-encoded integer in smallest token denomination (wei).
in_approx_feeSTRINGApproximate fee charged for the liquidity operation. String-encoded integer in smallest token denomination (wei).
in_packed_price_scaleSTRINGEncoded price scale value for the liquidity pool. String-encoded integer representing the packed internal price scaling factor used in pool calculations.
addressremovedlog_indexin_providerblock_numberin_approx_feein_coin_indexin_coin_amountblock_timestampin_token_amounttransaction_hashin_packed_price_scale
0xc6e7c8dc7414c28c67de0238393e50431de83a69false70xaee656c55fb22dd77ba1708dd387e93eefa6005c90339213105069036400680942612094978160535738850802025-06-26T00:17:38.000Z57426603596714858880x124b09681d90c576b00ac3511628700695796d085f02e0fdb3431406edec81432329581040949851
0xc6e7c8dc7414c28c67de0238393e50431de83a69false100xaee656c55fb22dd77ba1708dd387e93eefa6005c911045381489721992439719135751297616983649494811231142025-07-15T06:15:14.000Z7325995986249142413020xe50d6211066440b280d2e5e5db04c67f806d2f94f884038e1a29794215dcd0692285658631645160
0x80ff7ca41a709bbd28252e2fb21ce47772bb1779false140xb443a4e36cda86648e7d0b352cc942851e2b0d8f96561575810099104886787670950426148781321215760132302025-11-27T14:54:50.000Z50000000000000000000000x2eab9cf4e1e39e811b43937648e7702699032950595b32ed3a2e380bbd8f02f218685850388417256893
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_RemoveLiquidityOne_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_StopRampA_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_current_ASTRING-
in_current_gammaSTRING-
in_timeSTRINGUnix timestamp representing the time of the event or operation. Integer value stored as string, representing seconds since epoch (January 1, 1970 00:00:00 UTC).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_StopRampA_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TwoCryptoPool_TokenExchange_event

Token swap events from Curve v1 TwoCrypto pools on XDC Network, recording buyer address, tokens sold/bought amounts, token IDs, fees, and price scale data for analyzing decentralized exchange activity and liquidity 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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_sold_idSTRINGIndex of the token sold in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_soldSTRINGQuantity of tokens sold by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
in_bought_idSTRINGIndex of the token purchased in the exchange transaction within the pool’s token array. String-encoded integer identifier.
in_tokens_boughtSTRINGQuantity of tokens received by the buyer in the exchange transaction. String-encoded integer representing the amount in the smallest unit of the token.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_packed_price_scaleSTRINGEncoded price scale value for the liquidity pool. String-encoded integer representing the packed internal price scaling factor used in pool calculations.
in_feeaddressremovedin_buyerlog_indexin_sold_idblock_numberin_bought_idin_tokens_soldblock_timestampin_tokens_boughttransaction_hashin_packed_price_scale
2185843869790287960xe5948a817d7a061a0ef40128e91379046da1009efalse0xd2f0768cdef6d756b1a8e0158dd53dc062ae62ce10197774122015197579111470419519302025-12-30T00:45:34.000Z710989856736813853070xb777c28e0db40fe52dcfa60ebaf9bc9757b912f5ad84a540b2e91526f7cf857a46793489335678043
8844344497545920290xe5948a817d7a061a0ef40128e91379046da1009efalse0x9478d67d159c01a1b55c37181127e0b952d20c1112197774136072171065580149212824852025-12-30T00:46:03.000Z3370498130591728747530x77e3adea1b700d134ad0c30da9a0551a58b868e4e0bd1b06278a576e818c759346815357059062407
7366820344301084940xe5948a817d7a061a0ef40128e91379046da1009efalse0x9478d67d159c01a1b55c37181127e0b952d20c1154197774156051388425267509759951932025-12-30T00:51:41.000Z2395954504017246254970x00cc9b497600ee9926960787868e5ccb5c4632a5015f656a2ad0aab819ec527246825349785307729
Query with partition filter
SELECT *
FROM `tt-contracts.curve_v1_xdc.TwoCryptoPool_TokenExchange_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100