Skip to main content

Tables

PrivatePool_DODOSwap_event

DODOSwap event logs from DODO v2 private pool contracts recording token exchanges. Contains trader address, source and destination token addresses with amounts, and receiver address for tracking decentralized exchange swaps.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_toTokenSTRINGContract address of the destination token being received in the swap. Hex-encoded, 0x-prefixed, 42-character string.
in_fromAmountSTRINGAmount of tokens being swapped from the source token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_toAmountSTRINGAmount of tokens received from the swap to the destination token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_traderlog_indexin_toTokenin_receiverin_toAmountblock_numberin_fromTokenin_fromAmountblock_timestamptransaction_hash
0x72e663c4e8fd50184c8b8135315c20326cc4ad75false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec110x42000000000000000000000000000000000000060x987bfbe33c9cf18caa665b792db66339a9c16d324891342849234890825030xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca1197352024-01-11T06:25:53.000Z0x6d7286738f31ca5e07af4f85510f23824e2287fe7df4ad60e7e1074ee25951b6
0xd804cf0ac2a4b6dd6d375504a27874f5db073625false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec910x42000000000000000000000000000000000000060x987bfbe33c9cf18caa665b792db66339a9c16d325191972423841890913290xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca1314082024-01-11T11:20:05.000Z0x9e07d722b7f016efbeaf6a3f87763288f4cd3d10c37c6e6b01cfcb66de57691c
0xd804cf0ac2a4b6dd6d375504a27874f5db073625false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec690xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca0x987bfbe33c9cf18caa665b792db66339a9c16d321182790936210x420000000000000000000000000000000000000644496000000002024-01-11T12:36:29.000Z0x47bbac1b3a532f0f892b39344a62c2a46dff8ced68a1f3a25193e765c0c203ae
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.PrivatePool_DODOSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PrivatePool_LpFeeRateChange_event

Liquidity provider (LP) fee rate adjustment events emitted by DODO V2 private pool contracts. Captures new fee rate values applied to LP positions within private pools for fee structure tracking.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_newLpFeeRateSTRINGNew liquidity provider fee rate set by the pool update. String-encoded integer representing the fee rate in basis points or wei-denominated fractional units.
addressremovedlog_indexblock_numberblock_timestampin_newLpFeeRatetransaction_hash
0x1172035a744ea18161497e94f0bbce244d51de9ffalse929117432023-08-21T10:13:53.000Z10000000000000000xfbf4ba5c0fe37da69e846a437852a52a11776f67709eaee21a27038e29c237fb
0x1172035a744ea18161497e94f0bbce244d51de9ffalse629212882023-08-21T15:32:03.000Z10000000000000000xdf0365d3c7664c82ee122d600b0a907e58b1c2142e6310477baee792f37f67c4
0x1172035a744ea18161497e94f0bbce244d51de9ffalse229106552023-08-21T09:37:37.000Z10000000000000000xb6a07ad7de8f9e2418e31f889d6b8204304eadf0c52604b0dad8768600e3c863
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.PrivatePool_LpFeeRateChange_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PrivatePoolFactory_NewDPP_event

DODO V2 private pool creation events emitted when a new DPP (DODO Private Pool) is deployed via the PrivatePoolFactory contract. Records pool creator address, base/quote token pair, and deployed pool contract address for tracking custom liquidity pool instantiation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_baseTokenSTRINGContract address of the base token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_quoteTokenSTRINGContract address of the quote token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_dppSTRINGContract address of the DODO Private Pool (DPP) created by the factory. Hex-encoded, 0x-prefixed, 42-character string.
in_dppaddressremovedlog_indexin_creatorblock_numberin_baseTokenin_quoteTokenblock_timestamptransaction_hash
0x1172035a744ea18161497e94f0bbce244d51de9f0xc0f9553df63de5a97fe64422c8578d0657c360f7false90xe66eb681394e6ca9e9d2e3dc2d05f5a68343989426449870x42000000000000000000000000000000000000060xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca2023-08-15T06:02:01.000Z0xe7729272857acf6f25d5d54afbecd72567a935eaf381203ca6cd89ba3325a8bc
0x3c388c812dada10e597f802a766e7ce898bc77510xc0f9553df63de5a97fe64422c8578d0657c360f7false210x9dc0b6b56935af5b6327bbae15f4a13adb0bc74255900300x42000000000000000000000000000000000000060x78a087d713be963bf307b18f2ff8122ef9a63ae92023-10-22T10:10:07.000Z0x819cb09d12e3026079d6b534aec1dfc3d25d212cb9406115304349bf70cc4b5c
0x72e663c4e8fd50184c8b8135315c20326cc4ad750xc0f9553df63de5a97fe64422c8578d0657c360f7false80x777b5d4790da64e76d26633b0c313047c974173788411020x42000000000000000000000000000000000000060xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca2024-01-05T16:19:11.000Z0xf2183eea9c4e314eb817f04356964c51a4df42ea48959ab9d078fb2c32ea5bab
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.PrivatePoolFactory_NewDPP_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePool_DODOSwap_event

Token swap events emitted by DODO StablePool contracts containing trader address, source and destination token addresses, input and output amounts, and receiver address. Used for tracking stableswap trades and liquidity pool activity across DODO’s decentralized exchange protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_toTokenSTRINGContract address of the destination token being received in the swap. Hex-encoded, 0x-prefixed, 42-character string.
in_fromAmountSTRINGAmount of tokens being swapped from the source token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_toAmountSTRINGAmount of tokens received from the swap to the destination token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_traderlog_indexin_toTokenin_receiverin_toAmountblock_numberin_fromTokenin_fromAmountblock_timestamptransaction_hash
0xd0a7db7d77c2ba70f659f05b76762019dbbb1fd9false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec300x42000000000000000000000000000000000000060xb130a49065178465931d4f887056328cea5d723f3567493712704475924340x78a087d713be963bf307b18f2ff8122ef9a63ae91460516575834337472023-12-07T18:36:55.000Z0x217961622b9da298fcbaea91c434e5aed9af7913f9f066c66bc9e23de1a62156
0x81e7f9cc7b4c19edea430018a0bea263dff14a36false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec120xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca0x987bfbe33c9cf18caa665b792db66339a9c16d3220145275722530x833589fcd6edb6e08f4c7c32d4f71b54bda029132014572023-12-07T07:24:13.000Z0x1963171a351e160d9439597c0a2653d6655fa5d03a3260babde596b07f0342b8
0xd0a7db7d77c2ba70f659f05b76762019dbbb1fd9false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec80x42000000000000000000000000000000000000060x987bfbe33c9cf18caa665b792db66339a9c16d3211199134961151950406420x78a087d713be963bf307b18f2ff8122ef9a63ae92649981027290630282023-10-09T16:57:11.000Z0x406356ab3aa2ee5fdf6c96ecfef5e2b556a38b7fdf633a880c728f339f3d7cce
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.StablePool_DODOSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePoolFactory_createDODOStablePool_function

Function call records for creating DODO v2 stable pools with base/quote token pairs, liquidity provider fee rates, and price curve parameters (k, i). Returns the deployed stable pool contract address for tracking new pool deployments on the DODO decentralized exchange.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was 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_baseTokenSTRINGContract address of the base token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_quoteTokenSTRINGContract address of the quote token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_lpFeeRateSTRINGLiquidity provider fee rate charged on trades in the pool. Numeric string representing the fee as a fraction with 18 decimal places.
in_iSTRINGIndex or identifier parameter used in protocol operations. Numeric string representing a position, rate, or configuration value.
in_kSTRINGK parameter controlling price curve slope in DODO protocol pools. Numeric string representing the slippage coefficient where higher values indicate steeper bonding curves.
in_isOpenTWAPBOOLBoolean flag indicating whether Time-Weighted Average Price (TWAP) oracle is enabled for the pool.
out_newStablePoolSTRINGContract address of the newly created stable pool. Hex-encoded, 0x-prefixed, 42-character string.
gasin_iin_kvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_baseTokenin_lpFeeRatein_isOpenTWAPin_quoteTokentrace_addressblock_timestamptransaction_hashout_newStablePool
6580031580181300000000000000000true3793110xcf5c2f100x200d866edf41070de251ef92715a6ea825a5eb80149846730x49186e32fed50fd6b5604a2618c7b0b03cd414140xcd2f22236dd9dfe2356d7c543161d4d260fd9bcb27200000000000000false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291302024-05-26T21:24:53.000Z0xa9b04c0e367c72aa3ad8ca440422646b08c19996a11af647dd8518a6d7ccf3ff0xaa60bcd8ba941dd65dd5a8229c055b24066033be
63637079970820000000000000000true3644320xcf5c2f100x200d866edf41070de251ef92715a6ea825a5eb80237197010x49186e32fed50fd6b5604a2618c7b0b03cd414140x462f0085cb261ab49ad048a2b35ee7713568430880000000000000000false0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca02024-12-15T02:12:29.000Z0xc10302093c71c9100f938aca65af962125f9c943e128b159952ea428a72b61c60xf442c5fa349a77732c2966b1f0b59b0fcc3b8d76
65347010000001000000000000000000true3815320xcf5c2f100x200d866edf41070de251ef92715a6ea825a5eb80237193960x49186e32fed50fd6b5604a2618c7b0b03cd414140x462f0085cb261ab49ad048a2b35ee7713568430880000000000000000false0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca02024-12-15T02:02:19.000Z0x3ac30f71b10b202fc0f19a6b9477c99e8926f6be4a28672b514769af447137ba0x7b9d5af11cde0c0223da13a89288971d4ef73ceb
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.StablePoolFactory_createDODOStablePool_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StablePoolFactory_NewDSP_event

DODO v2 StablePoolFactory event emitted when a new DSP (DODO Stable Pool) is created, containing the deployed pool contract address, base and quote token addresses, and creator address. Used for tracking stable swap pool deployments across DODO DEX instances.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_baseTokenSTRINGContract address of the base token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_quoteTokenSTRINGContract address of the quote token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_DSPSTRINGContract address of the DODO Stable Pool (DSP) created by the factory. Hex-encoded, 0x-prefixed, 42-character string.
in_DSPaddressremovedlog_indexin_creatorblock_numberin_baseTokenin_quoteTokenblock_timestamptransaction_hash
0x081a6fef83325cdcc575adc13455cddd6f51973c0x200d866edf41070de251ef92715a6ea825a5eb80false160xe01cc9be6926b93ec0b1b64d571f82529ec6aae770068540x42000000000000000000000000000000000000060x50c5725949a6f0c72e6c4a641f24049a917db0cb2023-11-24T05:17:35.000Z0x5083922178d6387a83448f58006b66bf3e9105912ee73b165c2664b8af29ecc5
0x26c82d2ca823537e1e19f82fec5e499cb219db580x200d866edf41070de251ef92715a6ea825a5eb80false210xf60de76791c2f09995df52aa1c6e2e7dcf1e75d747256000x6ab98f051915e8c57b066b3017c51df1dbd0a8460x3a17ad2b4c4a75d2905d888220f6779cdfa89b442023-10-02T09:55:47.000Z0xad304457443adb86bd0903b01d0861e9c6141cbfdc35fb552d2efb7c7e1469e7
0x0aeb7a8d3dbca90e9a51eda898a10aee702ae3d40x200d866edf41070de251ef92715a6ea825a5eb80false260x0d316b5892faacf88a52f0c6f4bb612abd6b95bb64518540x42000000000000000000000000000000000000060xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca2023-11-11T08:57:35.000Z0xd33979ef93e092e5940ba58cae1c33c04182d3443d55016a13e397146ea1a2a5
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.StablePoolFactory_NewDSP_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VendingMachine_DODOSwap_event

DODOSwap token swap events from DODO V2 vending machine contracts containing trader address, source and destination token addresses, swap amounts, and recipient. Used for DEX trade volume analysis and liquidity tracking across token pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_fromTokenSTRINGContract address of the source token being swapped. Hex-encoded, 0x-prefixed, 42-character string.
in_toTokenSTRINGContract address of the destination token being received in the swap. Hex-encoded, 0x-prefixed, 42-character string.
in_fromAmountSTRINGAmount of tokens being swapped from the source token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_toAmountSTRINGAmount of tokens received from the swap to the destination token. String-encoded integer value representing the quantity in the smallest unit of the token.
in_traderSTRINGAddress that initiated or executed the trade transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_traderlog_indexin_toTokenin_receiverin_toAmountblock_numberin_fromTokenin_fromAmountblock_timestamptransaction_hash
0x9c5de5b37ad5ad32c26d796a6bf8a71de0ea6ba1false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec320xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca0x29a706a49bae714bcfcc96ac1a43e116cb57794c50556328450x42000000000000000000000000000000000000063000000000002023-10-23T09:57:17.000Z0xb3be72edc1696d2e87332a026bbc1b7cd194869a0713e1884c0e1ad1c6accabb
0x6abda6810d6f563fccb87fa7a5d2590692ccc7f7false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec290xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca0x29a706a49bae714bcfcc96ac1a43e116cb57794c117856328450x42000000000000000000000000000000000000067000000000002023-10-23T09:57:17.000Z0xb3be72edc1696d2e87332a026bbc1b7cd194869a0713e1884c0e1ad1c6accabb
0x6abda6810d6f563fccb87fa7a5d2590692ccc7f7false0x66c45ff040e86dc613f239123a5e21ffdc3a3fec200xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca0x987bfbe33c9cf18caa665b792db66339a9c16d322023256290930x4200000000000000000000000000000000000006120000000000002023-10-23T07:52:13.000Z0x0d1ef24a917ebfd3f9b114a9f4664c68b20e5a8cd4d635252be2548fc50887ac
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.VendingMachine_DODOSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VendingMachineFactory_createDODOVendingMachine_function

Factory function calls for creating DODO V2 vending machine liquidity pools. Records pool deployment parameters including base/quote token pairs, pricing curve configuration (k parameter), LP fee rates, and TWAP oracle settings, returning the deployed pool contract 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.
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_baseTokenSTRINGContract address of the base token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_quoteTokenSTRINGContract address of the quote token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_lpFeeRateSTRINGLiquidity provider fee rate charged on trades in the pool. Numeric string representing the fee as a fraction with 18 decimal places.
in_iSTRINGIndex or identifier parameter used in protocol operations. Numeric string representing a position, rate, or configuration value.
in_kSTRINGK parameter controlling price curve slope in DODO protocol pools. Numeric string representing the slippage coefficient where higher values indicate steeper bonding curves.
in_isOpenTWAPBOOLBoolean flag indicating whether Time-Weighted Average Price (TWAP) oracle is enabled for the pool.
out_newVendingMachineSTRINGContract address of the newly created DODO vending machine pool. Hex-encoded, 0x-prefixed, 42-character string.
gasin_iin_kvaluestatusgas_usedsignatureto_addressblock_numberfrom_addressin_baseTokenin_lpFeeRatein_isOpenTWAPin_quoteTokentrace_addressblock_timestamptransaction_hashout_newVendingMachine
63743210000000000000000010000000000000000000true3886310xe18c40c70x0226fce8c969604c3a0ad19c37d1fafac73e13c2151235430x4cad0052524648a7fa2cfe279997b00239295f330x833589fcd6edb6e08f4c7c32d4f71b54bda029132400000000000000false0x50c5725949a6f0c72e6c4a641f24049a917db0cb02024-05-30T02:33:53.000Z0x7a73e5b41852d62e81e5fdeed0f8d6f78840c69833ae0cba6a468a3a1e4329890x97e6f59a7e61ab9a34d8f27f6449246ca3a19c85
657929110000000000000000000true3814240xe18c40c70x0226fce8c969604c3a0ad19c37d1fafac73e13c2190311600x4cad0052524648a7fa2cfe279997b00239295f330x42000000000000000000000000000000000000062400000000000000false0x833589fcd6edb6e08f4c7c32d4f71b54bda0291302024-08-28T13:27:47.000Z0x940a13d87a381bccb34435cc82f487ad9effbcfa5522a24c57c9f6fdf11799830xd6f098cf8e6346ce2b18c3e3c76df2230616662e
614641364868240010000000000000000000true3814240xe18c40c70x0226fce8c969604c3a0ad19c37d1fafac73e13c2190310800x4cad0052524648a7fa2cfe279997b00239295f330x42000000000000000000000000000000000000062400000000000000false0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca02024-08-28T13:25:07.000Z0xcd42adbd16cda881afb0c6c4057ee4cf3c39548953ced654a4df754be501d5440x7572ef630424f11f607ae18f1d84822a9ea9f540
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.VendingMachineFactory_createDODOVendingMachine_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VendingMachineFactory_NewDVM_event

DODO Vending Machine (DVM) liquidity pool creation events emitted when a new trading pair is deployed. Records creator address, base/quote token addresses, and deployed DVM contract address for tracking pool deployments across DODO V2 exchanges.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_baseTokenSTRINGContract address of the base token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_quoteTokenSTRINGContract address of the quote token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_creatorSTRINGAddress of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string.
in_dvmSTRINGContract address of the DVM (DODO Vending Machine) pool created by the factory. Hex-encoded, 0x-prefixed, 42-character string.
in_dvmaddressremovedlog_indexin_creatorblock_numberin_baseTokenin_quoteTokenblock_timestamptransaction_hash
0x102bfb1afaddf32f0994c4a60b28e737efa029330x0226fce8c969604c3a0ad19c37d1fafac73e13c2false140x98a44e2eebfeb30a398183523392576b5b53d3fe60648750x42000000000000000000000000000000000000060xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca2023-11-02T09:58:17.000Z0xf529f838178d7045cbe0c84989beea03e99ba1d3b3fc2c9ae029065775634c9f
0xaaa90901a4bf3cf153489ddd62664fdcb75818a40x0226fce8c969604c3a0ad19c37d1fafac73e13c2false230x92d3bca54b67e5d1928df5fca0bce260d46aa6fd60658840x42000000000000000000000000000000000000060xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca2023-11-02T10:31:55.000Z0xd522e4e73e09eeaf9b613bdc0411ced3426a6b616ce44679894ba2688e12b9c8
0x47040671a7122ab2c52e70fa7a09aff38fb9aec60x0226fce8c969604c3a0ad19c37d1fafac73e13c2false240x0632172ea6a07e9374d9033148e2a2b1b980340182502760x50c5725949a6f0c72e6c4a641f24049a917db0cb0x833589fcd6edb6e08f4c7c32d4f71b54bda029132023-12-23T00:04:59.000Z0x5fed64be7e44fb306296217bc2adf98dc9b68b950ab31e0ee3775c0d71c3445a
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_base.VendingMachineFactory_NewDVM_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100