Skip to main content

Tables

CurveFactoryV2_NewCurve_event

Pool deployment events from Curve Finance Factory V2 contract on Ethereum. Captures newly created liquidity pool addresses with deployer information for tracking Curve ecosystem growth and pool analytics.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_curveSTRINGContract address of the newly created curve pool. Hex-encoded, 0x-prefixed, 42-character string.
in_idaddressremovedin_curvein_callerlog_indexblock_numberblock_timestamptransaction_hash
0x7b1f61981a7efffb03de0ee406a2d352f36b21ff443514acf585ca23aac135660xde5bb69892d663f1facbe351363509bcb65573aafalse0x477658494c3541ba272a7120176d77674a0183ba0xa75ceb6801d48449affa0ee6f31205b2a5567bec113157474512022-10-14T16:10:11.000Z0x10c7e7e2f5634e05743aba3ff0ed5cd415fb31e4079f95297e2208ce1bbf73af
0xabf20d296f8652c576a05ff7445b7d356fae74c3e7188fe1a933a0b61c4205820xde5bb69892d663f1facbe351363509bcb65573aafalse0xf3d7aa346965656e7c65fb4135531e0c2270af830xa75ceb6801d48449affa0ee6f31205b2a5567bec230157474272022-10-14T16:05:11.000Z0xda97a4fa92da5b86ac0c4d142aa83fab2f3272881e8647a00cbe8f86741a2580
0x32752d3abaf47a6461da245ee67864703219b3d4181f98a2ec4c3b40b3e7ce770xde5bb69892d663f1facbe351363509bcb65573aafalse0x63cb0f59b7e67c7d4cb96214ca456597d85c587d0xa75ceb6801d48449affa0ee6f31205b2a5567bec142157474952022-10-14T16:19:11.000Z0x3efb87d409d1ead52780e2730f3a1207a2250cf2a0583ba692c4d3c9cee70066
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.CurveFactoryV2_NewCurve_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveFactoryV22_NewCurve_event

Curve Finance Factory V2.2 pool creation events on Ethereum, emitted when new liquidity pools are deployed through the factory contract. Used for tracking pool launches, identifying deployers, and analyzing Curve ecosystem expansion.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_idSTRINGUnique identifier for the position, record, or entity within the protocol. Numeric string representation.
in_curveSTRINGContract address of the newly created curve pool. Hex-encoded, 0x-prefixed, 42-character string.
in_idaddressremovedin_curvein_callerlog_indexblock_numberblock_timestamptransaction_hash
0x617b4482b422e13518c6990980fb4103473d2279b89debcf6dce6988040f3e7d0x9adeac3b6d29d9d5e543b8579e803a7cce72c9cdfalse0x7d1ba2c18cbde0d790cc1d626f0c70b3c13c9eec0xc02cd35432b72ab6cf8f511c62ff2e89d7baa0fb34167233722023-02-28T01:23:11.000Z0x0c91091e9a0941fccaac9a6a5da8c23ad21db8432ad4de6ba93924bc4c4b305d
0x7b1f61981a7efffb03de0ee406a2d352f36b21ff443514acf585ca23aac135660x9adeac3b6d29d9d5e543b8579e803a7cce72c9cdfalse0x8cd86fbc94bebfd910caae7ae4ce374886132c480xc02cd35432b72ab6cf8f511c62ff2e89d7baa0fb51166078512023-02-11T20:16:59.000Z0x4ac3cb0da1c8ad2ffe44dd4658a2b037888651a7fd5d996e9ff3a965ef987bff
0xabf20d296f8652c576a05ff7445b7d356fae74c3e7188fe1a933a0b61c4205820x9adeac3b6d29d9d5e543b8579e803a7cce72c9cdfalse0xda9dcc7fd51f0d9aa069a82647a5f3ba594edaed0xc02cd35432b72ab6cf8f511c62ff2e89d7baa0fb42166078512023-02-11T20:16:59.000Z0x5bc4086e05373ba8cf5be7c598f48df817ad659b72540f8109c91dac975125e1
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.CurveFactoryV22_NewCurve_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveFactoryV22_newCurve_function

Curve deployment records from DFX Protocol’s factory contract on Ethereum, capturing the creation of new forex-stablecoin liquidity pools. Contains pool configuration parameters including oracle addresses, curve coefficients (alpha, beta, epsilon, lambda), and deployed contract addresses for analyzing DFX’s multi-currency stablecoin 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__infoSTRUCT<_name STRING, _symbol STRING, _baseCurrency STRING, _quoteCurrency STRING, _baseWeight STRING, _quoteWeight STRING, _baseOracle STRING, _quoteOracle STRING, _alpha STRING, _beta STRING, _feeAtHalt STRING, _epsilon STRING, _lambda STRING>Input parameters for the new Curve pool creation, including token pairs, oracle addresses, and pool configuration settings. Contains structured data for base/quote currencies, weights, price feeds, and fee parameters specific to DFX protocol’s stablecoin AMM (Automated Market Maker) pools.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin__infoout_anon0signatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
98701590true6748827{“_beta”:“350000000000000000”,“_name”:“dfx-cadc-usdc-v2”,“_alpha”:“500000000000000000”,“_lambda”:“1000000000000000000”,“_symbol”:“dfx-cadc-v2”,“_epsilon”:“1500000000000000”,“_feeAtHalt”:“150000000000000000”,“_baseOracle”:“0xa34317db73e77d453b1b8d04550c44d10e981c8e”,“_baseWeight”:“500000000000000000”,“_quoteOracle”:“0x8fffffd4afb6115b954bd326cbe7b4ba576818f6”,“_quoteWeight”:“500000000000000000”,“_baseCurrency”:“0xcadc0acd4b445166f12d2c07eac6e2544fbe2eef”,“_quoteCurrency”:“0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48”}0xda9dcc7fd51f0d9aa069a82647a5f3ba594edaed0xb483079b0x9adeac3b6d29d9d5e543b8579e803a7cce72c9cd166078510xc02cd35432b72ab6cf8f511c62ff2e89d7baa0fb2023-02-11T20:16:59.000Z0x5bc4086e05373ba8cf5be7c598f48df817ad659b72540f8109c91dac975125e1
71282930true5160756{“_beta”:“350000000000000000”,“_name”:“dfx-euroc-usdc-v2”,“_alpha”:“500000000000000000”,“_lambda”:“1000000000000000000”,“_symbol”:“dfx-euroc-v2”,“_epsilon”:“1500000000000000”,“_feeAtHalt”:“150000000000000000”,“_baseOracle”:“0xb49f677943bc038e9857d61e7d053caa2c1734c1”,“_baseWeight”:“500000000000000000”,“_quoteOracle”:“0x8fffffd4afb6115b954bd326cbe7b4ba576818f6”,“_quoteWeight”:“500000000000000000”,“_baseCurrency”:“0x1abaea1f7c830bd89acc67ec4af516284b1bc33c”,“_quoteCurrency”:“0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48”}0x8cd86fbc94bebfd910caae7ae4ce374886132c480xb483079b0x9adeac3b6d29d9d5e543b8579e803a7cce72c9cd166078510xc02cd35432b72ab6cf8f511c62ff2e89d7baa0fb2023-02-11T20:16:59.000Z0x4ac3cb0da1c8ad2ffe44dd4658a2b037888651a7fd5d996e9ff3a965ef987bff
71330450true5164196{“_beta”:“350000000000000000”,“_name”:“dfx-xsgd-usdc-v2”,“_alpha”:“500000000000000000”,“_lambda”:“1000000000000000000”,“_symbol”:“dfx-xsgd-v2”,“_epsilon”:“1500000000000000”,“_feeAtHalt”:“150000000000000000”,“_baseOracle”:“0xe25277ff4bbf9081c75ab0eb13b4a13a721f3e13”,“_baseWeight”:“500000000000000000”,“_quoteOracle”:“0x8fffffd4afb6115b954bd326cbe7b4ba576818f6”,“_quoteWeight”:“500000000000000000”,“_baseCurrency”:“0x70e8de73ce538da2beed35d14187f6959a8eca96”,“_quoteCurrency”:“0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48”}0xacc5dca0b684f444bc6b4be30b95ca7d928a4b9c0xb483079b0x9adeac3b6d29d9d5e543b8579e803a7cce72c9cd166078520xc02cd35432b72ab6cf8f511c62ff2e89d7baa0fb2023-02-11T20:17:11.000Z0x69306d86fc02ead36366e082802ae4bca0d2c9a62c6f8194e63673c57e40b842
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.CurveFactoryV22_newCurve_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveV2_Trade_event

Token swap transactions from Curve V2 liquidity pools on Ethereum. Each record captures the origin token, target token, amounts exchanged, and trader address for analyzing DEX trading volumes and price execution.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_originSTRINGSource endpoint and sender information for a cross-chain message. Struct containing source endpoint identifier (srcEid), sender address, and nonce.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_originAmountSTRINGAmount of tokens sent from the origin chain in the smallest denomination of the token. Numeric string representing the token quantity in base units.
in_targetAmountSTRINGAmount of target tokens received in the trade. String-encoded integer representing the token quantity in its smallest denomination.
addressremovedin_originin_targetin_traderlog_indexblock_numberblock_timestampin_originAmountin_targetAmounttransaction_hash
0x477658494c3541ba272a7120176d77674a0183bafalse0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x1abaea1f7c830bd89acc67ec4af516284b1bc33c0xa06943f16e0bcd73025807428c0ab1088575f1b7104158327972022-10-26T14:18:35.000Z29993189667298896162340x5b6fe82af8a39181cd909dc748c1cbc871435222bf13e9550f421c47fa45fe07
0x46161158b1947d9149e066d6d31af1283b2d377cfalse0xebf2096e01455108badcbaf86ce30b6e5a72aa520xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xa06943f16e0bcd73025807428c0ab1088575f1b7138158291972022-10-26T02:15:47.000Z1000000000000000640471995380x2207812896997e0e128c9a04805e8e625e13a3303b3d4fa578a78d89205b6dee
0x477658494c3541ba272a7120176d77674a0183bafalse0x1abaea1f7c830bd89acc67ec4af516284b1bc33c0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xa06943f16e0bcd73025807428c0ab1088575f1b7300158304412022-10-26T06:25:23.000Z15120943116150587071050x1a7625db68e854d471471ce7af80bedc8957fc37e43a444b790dd19d8c463f62
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.CurveV2_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CurveV22_Trade_event

Trade execution events from DFX (formerly known as DFX Finance) V2 stablecoin swaps on Ethereum, capturing origin/target token pairs, amounts, traders, and protocol fees. Used for analyzing foreign exchange-focused stablecoin trading patterns and fee generation across DFX 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_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_originSTRINGSource endpoint and sender information for a cross-chain message. Struct containing source endpoint identifier (srcEid), sender address, and nonce.
in_targetSTRINGAddress of the recipient contract or account receiving tokens or funds. Hex-encoded, 0x-prefixed, 42-character string.
in_originAmountSTRINGAmount of tokens sent from the origin chain in the smallest denomination of the token. Numeric string representing the token quantity in base units.
in_targetAmountSTRINGAmount of target tokens received in the trade. String-encoded integer representing the token quantity in its smallest denomination.
in_rawProtocolFeeSTRINGRaw protocol fee amount collected by Curve V2 on this trade, denominated in the smallest unit of the fee token. Typically a large integer value representing wei or similar base units.
addressremovedin_originin_targetin_traderlog_indexblock_numberblock_timestampin_originAmountin_targetAmounttransaction_hashin_rawProtocolFee
0xacc5dca0b684f444bc6b4be30b95ca7d928a4b9cfalse0x70e8de73ce538da2beed35d14187f6959a8eca960xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x9bba6805f25b35bdf65e50a42015369e7825428e227167001632023-02-24T19:07:23.000Z436491802632316818610xe2aaceb6d5d8b6c6b118eea156f539473983d28a0db329e29353500d1d74396344773568280826349491
0xc147cee0f6bb0e56240868c9f53ae916d3b86073false0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xda446fad08277b4d2591536f204e018f32b6831c0x9bba6805f25b35bdf65e50a42015369e7825428e232167001632023-02-24T19:07:23.000Z323168186152255313360xe2aaceb6d5d8b6c6b118eea156f539473983d28a0db329e29353500d1d74396389412844264796093446
0xc147cee0f6bb0e56240868c9f53ae916d3b86073false0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xda446fad08277b4d2591536f204e018f32b6831c0xf3cc0702493d394323187f330830b7bf0a9b545d550166971402023-02-24T08:53:35.000Z15632160381251044867980xe5bdc739e2a57f9e283715e2dd6e5e678a5044403e416c00bc79ebac948d14f2432504759628923729430
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.CurveV22_Trade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RouterV2_originSwap_function

Function call records for DFX protocol’s RouterV2 originSwap contract on Ethereum, capturing token swap transactions with origin/target tokens, amounts, deadlines, and price slippage parameters. Used for analyzing DFX stablecoin exchange activity and execution prices.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__quoteCurrencySTRINGContract address of the currency used for price quotation in the swap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__originSTRINGContract address of the source token being swapped or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in__targetSTRINGContract address of the destination token to receive from the swap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__originAmountSTRINGAmount of source tokens being swapped in the transaction. Numeric string representing token amount in smallest denomination.
in__minTargetAmountSTRINGMinimum acceptable amount of target tokens to receive from the swap operation. Numeric string representing token amount in smallest denomination.
in__deadlineSTRINGUnix timestamp representing the transaction deadline by which the swap or zap operation must be executed. Numeric string in milliseconds since epoch.
out_targetAmount_STRINGActual amount of target tokens received from the swap operation. Numeric string representing token amount in smallest denomination.
gasvaluestatusgas_usedsignaturein__originin__targetto_addressblock_numberfrom_addressin__deadlinetrace_addressblock_timestampin__originAmounttransaction_hashin__quoteCurrencyout_targetAmount_in__minTargetAmount
3389920true2716920x9d73b3250x70e8de73ce538da2beed35d14187f6959a8eca960xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xa06943f16e0bcd73025807428c0ab1088575f1b7158668010x39e1d2007901f8c774bfbfaa1a096b7defe1faab16672049379722022-10-31T08:19:35.000Z298589591500x3aca5bd503afa42d49803201136453438e8d684a771bc592761b59f4b1e4a7680xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb482111836003421097241674
3503120true2875460x9d73b3250xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xc08512927d12348f6620a698105e1baac6ecd9110xa06943f16e0bcd73025807428c0ab1088575f1b7158673280x55639dac6e3d86d3d291716c63efcd9b209b9a3c16672112911522022-10-31T10:05:11.000Z180000000000xda86e428c6fe1d795d7caa159a28f133ca056ba1c5a9fbb137d46454955ef3f30xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4826669640097582664297045749
3503120true2875460x9d73b3250xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xc08512927d12348f6620a698105e1baac6ecd9110xa06943f16e0bcd73025807428c0ab1088575f1b7158675180x55639dac6e3d86d3d291716c63efcd9b209b9a3c16672135763682022-10-31T10:43:11.000Z200000000000x94a02493426ba008c5b74934f55c1c87d28fb72a665547f30ce9bfbca71e5e990xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4829684441159552965475671840
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.RouterV2_originSwap_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RouterV22_originSwap_function

DFX (decentralized foreign exchange) V2 protocol swap transactions on Ethereum, capturing token exchanges with origin/target currencies, amounts, and slippage parameters. Used for analyzing stablecoin and forex token trading activity through DFX’s automated market maker.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__quoteCurrencySTRINGContract address of the currency used for price quotation in the swap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__originSTRINGContract address of the source token being swapped or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in__targetSTRINGContract address of the destination token to receive from the swap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__originAmountSTRINGAmount of source tokens being swapped in the transaction. Numeric string representing token amount in smallest denomination.
in__minTargetAmountSTRINGMinimum acceptable amount of target tokens to receive from the swap operation. Numeric string representing token amount in smallest denomination.
in__deadlineSTRINGUnix timestamp representing the transaction deadline by which the swap or zap operation must be executed. Numeric string in milliseconds since epoch.
out_targetAmount_STRINGActual amount of target tokens received from the swap operation. Numeric string representing token amount in smallest denomination.
gasvaluestatusgas_usedsignaturein__originin__targetto_addressblock_numberfrom_addressin__deadlinetrace_addressblock_timestampin__originAmounttransaction_hashin__quoteCurrencyout_targetAmount_in__minTargetAmount
3434490true2747600x9d73b3250xc08512927d12348f6620a698105e1baac6ecd9110xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x9bba6805f25b35bdf65e50a42015369e7825428e174062080x6394a6c8718eda7f1f0e6c43df28f0605aa6d46d16858696435972023-06-04T08:57:35.000Z1770214561270x57b6a690afc0a4de27def388e6db30038a77222c7d226697f900d0e8a5eb06dc0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4812632121991250580078
3874230true3153230x9d73b3250xda446fad08277b4d2591536f204e018f32b6831c0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x9bba6805f25b35bdf65e50a42015369e7825428e174069180x0f5e1e7821ceeaad5a6884bfa5b7ff1ea30c622716858782817982023-06-04T11:22:23.000Z24482151290x312fc7e8e0517c234f6c991596b7279e93eef17b30e80d34e219c2b94aac23170xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4812845219961271676777
3526440true2850720x9d73b3250xcadc0acd4b445166f12d2c07eac6e2544fbe2eef0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480x9bba6805f25b35bdf65e50a42015369e7825428e169342580x3732fe38e7497da670bd0633d565a5d80d3565e216801094080182023-03-29T16:54:11.000Z720000000000000000000000xc122d2ee007c4a7084666c749ef502bca52123f4de7ab261a732bfb37ec5b7f10xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb485296937024952704523398
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.RouterV22_originSwap_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZapV2_zapFromBase_function

DFX protocol zap function calls that convert base tokens into liquidity provider (LP) tokens via specified Curve pools on Ethereum. Tracks deposits with input amounts, slippage protection parameters, and resulting LP token outputs for liquidity provision 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__curveSTRINGContract address of the Curve pool for the zap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__zapAmountSTRINGAmount of tokens to be deposited into the liquidity pool through the zap operation. Numeric string representing the token quantity in its smallest denomination.
in__deadlineSTRINGUnix timestamp representing the transaction deadline by which the swap or zap operation must be executed. Numeric string in milliseconds since epoch.
in__minLPAmountSTRINGMinimum acceptable amount of LP tokens to receive from the zap operation. Numeric string representing the token quantity in its smallest denomination.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin__curveout_anon0signatureto_addressblock_numberfrom_addressin__deadlinein__zapAmounttrace_addressblock_timestampin__minLPAmounttransaction_hash
13548540true13546350x764a5a29f982d3513e76fe07df2034821fbdba72281637334101982756184800x72fe67890xeff6a7d39eeaa696d7421fa47b498b31f3bd0e39158766240xf3adff70d3897d6d8cceaa082e18fe418329f4fb1666908638479500000000000,12022-11-01T17:19:23.000Z278570042190474450442110x6720cd8b8b74729f8b9e9d46730f8b1fcd52f49030d6d807c700881b019edab0
9417670true8734480x477658494c3541ba272a7120176d77674a0183ba20961181845084634481050x72fe67890xeff6a7d39eeaa696d7421fa47b498b31f3bd0e39158181940x05f13a948a4c345e4921adb4ec12f9c76ee3d331166661783915721433388432022-10-24T13:14:35.000Z20789771236065502655440x0b8e68141baba7cd7643fd8c5536ecc4c5cb5d32cca9bb8020f8e16935abd9c3
11849180true10969180x63cb0f59b7e67c7d4cb96214ca456597d85c587d23098112558238161853510x72fe67890xeff6a7d39eeaa696d7421fa47b498b31f3bd0e39157845650xeae3974c879fbeb83cdbe537737c519cbe8836da16662122313683454520980572022-10-19T20:34:23.000Z22860366741052397268050xbb1f15f8fcd785fb68b2f71a9a61b6c0ce96efb13dfa76843b9f47b4d4ff0956
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.ZapV2_zapFromBase_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZapV2_zapFromQuote_function

Function call logs for DFX Finance V2 zap operations that convert quote tokens into liquidity provider (LP) tokens on Ethereum. Tracks deposits into DFX curve pools with slippage protection via minimum LP amount parameters.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__curveSTRINGContract address of the Curve pool for the zap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__zapAmountSTRINGAmount of tokens to be deposited into the liquidity pool through the zap operation. Numeric string representing the token quantity in its smallest denomination.
in__deadlineSTRINGUnix timestamp representing the transaction deadline by which the swap or zap operation must be executed. Numeric string in milliseconds since epoch.
in__minLPAmountSTRINGMinimum acceptable amount of LP tokens to receive from the zap operation. Numeric string representing the token quantity in its smallest denomination.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin__curveout_anon0signatureto_addressblock_numberfrom_addressin__deadlinein__zapAmounttrace_addressblock_timestampin__minLPAmounttransaction_hash
16195150true15514150xcf3c8f51de189c8d5382713b716b133e485b99b770543263487850141377850x8436f16a0xeff6a7d39eeaa696d7421fa47b498b31f3bd0e39159296400xa457549ff0bed5a952e2fbdf308478a73debd736166796326427970000000002022-11-09T02:57:59.000Z69815315680545627157110x24f712bbcfa922b642704d53ecf2015f78f426aeb4c6b81f6c80092e7b5996b4
16816320true16135320xcf3c8f51de189c8d5382713b716b133e485b99b71006290370629807097570x8436f16a0xeff6a7d39eeaa696d7421fa47b498b31f3bd0e39159303610x383cdbcfa1249dc5220a3a84134d9ac95b10ce1a16679719251131000000002022-11-09T05:22:47.000Z996289523383592051320xb7809b55e9ed3372e1a75ba8dc8b69764fd38fd6a9bf6d25fb489e49196806f3
9287250true8606250xf3d7aa346965656e7c65fb4135531e0c2270af8340141001986858341018520x8436f16a0xeff6a7d39eeaa696d7421fa47b498b31f3bd0e39159295740x8f0d4cd6f0dc60e315188ccc1c42f266e8de86ae166796245422640860677622022-11-09T02:44:35.000Z39721116835749929155740xeaa19a7123dcf003e49e4519358b970e1209bb9842df01529799403a50515ad7
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.ZapV2_zapFromQuote_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZapV22_zapFromBase_function

DFX (decentralized foreign exchange) Protocol V2 zap function calls on Ethereum that convert base assets into liquidity provider (LP) tokens in one transaction. Records include input amounts, Curve pool addresses, minimum LP amounts, and returned LP tokens for analyzing liquidity provision 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__curveSTRINGContract address of the Curve pool for the zap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__zapAmountSTRINGAmount of tokens to be deposited into the liquidity pool through the zap operation. Numeric string representing the token quantity in its smallest denomination.
in__deadlineSTRINGUnix timestamp representing the transaction deadline by which the swap or zap operation must be executed. Numeric string in milliseconds since epoch.
in__minLPAmountSTRINGMinimum acceptable amount of LP tokens to receive from the zap operation. Numeric string representing the token quantity in its smallest denomination.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin__curveout_anon0signatureto_addressblock_numberfrom_addressin__deadlinein__zapAmounttrace_addressblock_timestampin__minLPAmounttransaction_hash
10446400true9765400x7d1ba2c18cbde0d790cc1d626f0c70b3c13c9eec9364075668698098939950x72fe67890xf3cc0702493d394323187f330830b7bf0a9b545d168231610x61bdfe77ccede9a4cc900644b9e3e908b52345ad16787607528737738298222515905100502023-03-14T02:16:11.000Z9340368631007035552670x8b92baa3a87f57b679c373fd177376aee2854ede2eb409d00db37d048d678554
9740400true9009170x8cd86fbc94bebfd910caae7ae4ce374886132c4841435683519660064361870x72fe67890xf3cc0702493d394323187f330830b7bf0a9b545d182334790x2dd38f8e6245c6efde41018f7086c8db828e629f169589556808039540787882023-09-28T09:56:35.000Z40980305357779000254530x082ba5002ead9cd6a30ec9e5d7de24365db5ce6546bdeab1be3ea3afb81c9a41
10243580true9514580xacc5dca0b684f444bc6b4be30b95ca7d928a4b9c124589944632388781856570x72fe67890xf3cc0702493d394323187f330830b7bf0a9b545d168209820x15d04985a77c97961b1393aa247326661ccb4d631678734269670167633333782023-03-13T18:54:59.000Z123220701140878829143970xbfda49087a5b261f8f884030adde2ad852a97dd55255a111e468843f9595fed8
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.ZapV22_zapFromBase_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ZapV22_zapFromQuote_function

DFX (decentralized foreign exchange) ZapV2 function calls for converting quote tokens into Curve liquidity provider (LP) tokens on Ethereum. Records zap transactions with input amounts, minimum LP token expectations, deadline parameters, and actual LP tokens received for analyzing liquidity provision 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__curveSTRINGContract address of the Curve pool for the zap operation. Hex-encoded, 0x-prefixed, 42-character string.
in__zapAmountSTRINGAmount of tokens to be deposited into the liquidity pool through the zap operation. Numeric string representing the token quantity in its smallest denomination.
in__deadlineSTRINGUnix timestamp representing the transaction deadline by which the swap or zap operation must be executed. Numeric string in milliseconds since epoch.
in__minLPAmountSTRINGMinimum acceptable amount of LP tokens to receive from the zap operation. Numeric string representing the token quantity in its smallest denomination.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin__curveout_anon0signatureto_addressblock_numberfrom_addressin__deadlinein__zapAmounttrace_addressblock_timestampin__minLPAmounttransaction_hash
10684610true9955610xc147cee0f6bb0e56240868c9f53ae916d3b86073262328125764449957661090x8436f16a0xf3cc0702493d394323187f330830b7bf0a9b545d166971400x15d04985a77c97961b1393aa247326661ccb4d631677229395888260705736642023-02-24T08:53:35.000Z259445139662298652626390xe5bdc739e2a57f9e283715e2dd6e5e678a5044403e416c00bc79ebac948d14f2
10947960true10266960xc147cee0f6bb0e56240868c9f53ae916d3b86073361994990100781434797300x8436f16a0xf3cc0702493d394323187f330830b7bf0a9b545d167009830xd8942da20c0438d67a55ca4db93d08a8625ccd5d1677276229169358322330872023-02-24T21:54:59.000Z358016665159573846828880x5fbed025cf45a5d0059db9a8d68a3f0729e891a5242d4d9854d4e3ce6ed14668
9644010true8963010xc147cee0f6bb0e56240868c9f53ae916d3b8607343048995294707618799880x8436f16a0xf3cc0702493d394323187f330830b7bf0a9b545d167001910x8f0d4cd6f0dc60e315188ccc1c42f266e8de86ae167726656322442565249062023-02-24T19:12:59.000Z42575886836418782069270x8d26d3b0d77d432cfad1243933e9038cf2d8f56b4accf907244a6cf13db6e021
Query with partition filter
SELECT *
FROM `tt-contracts.dfx_v2_ethereum.ZapV22_zapFromQuote_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100