Skip to main content

Tables

Mine_Claim_event

Mining reward claim events recording user withdrawals from liquidity mining programs. Captures claimed reward amounts and user addresses for tracking incentive distributions across DODO protocol 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_iSTRINGIndex or identifier parameter used in protocol operations. Numeric string representing a position, rate, or configuration value.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_iaddressin_userremovedin_rewardlog_indexblock_numberblock_timestamptransaction_hash
00x322b43e406d1b4df9bc36d058317dd1cd3b0385f0x84dc05fbd40eadaa8f1065714cbf920fda3c0c41false853630750146074222771297147895952022-01-29T13:21:05.000Z0x8d1e67330e28e8f0e40a4e781510e2f182f580b83707e6c53af40a19b37e001c
00x322b43e406d1b4df9bc36d058317dd1cd3b0385f0x5e3b3dee2912063294b71af0a327fb285b49e07afalse23558014250568528000287147811142022-01-29T06:16:39.000Z0x27ef72a5b64abde029bf3e9102828b454d89955ab11e8d25bb00694e2417d8d9
00x322b43e406d1b4df9bc36d058317dd1cd3b0385f0x27d4193fe8ba4db5a47eff08423b42eebd77b786false461567918007487552124814147811052022-01-29T06:16:12.000Z0xdc5db4d9ec2be282a66b915afde983f2711f90c356831a9b43fe8471dacdedc9
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.Mine_Claim_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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
0x9ba8966b706c905e594acbb946ad5e29509f45ebfalse0xab623fbcaeb522046185051911209f5b2c2a2e1f110x2170ed0880ac9a755fd29b2688956bd959f933f80x345e85a2bfb732634ab0747d31b472102a54acdd4381117074277472278314490xe9e7cea3dedca5984780bafc599bd69add087d561047777181198293201412021-05-29T12:56:24.000Z0x293114430f3327919c23ad077b4fe6b72154e14630b8c0fc675273e149bfdc3e
0x9ba8966b706c905e594acbb946ad5e29509f45ebfalse0xc603a00595d5f8ea8d93c5c338c00ff29dba6258710x2170ed0880ac9a755fd29b2688956bd959f933f80x04253ab3ff54d2e03b717bf6810a0a2fd228365a50416900434098494178426570xe9e7cea3dedca5984780bafc599bd69add087d5611411735704277292813392021-05-29T22:20:24.000Z0x21c940b4d834484f8b4905a3477346cd75de917edf4556e025ce9bb99f259807
0x9ba8966b706c905e594acbb946ad5e29509f45ebfalse0xc603a00595d5f8ea8d93c5c338c00ff29dba62583290x2170ed0880ac9a755fd29b2688956bd959f933f80xa0c3ef24414ed9c9b456740128d8e63d016a9e1171032126645650472978392080xe9e7cea3dedca5984780bafc599bd69add087d5615900000000000000000002021-05-29T19:26:52.000Z0xe97ef5ea9aaea430b21c2bd986618c6ef99f37624aed3fd04a4beb14c880175e
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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
0x26d0c625e5f5d6de034495fbde1f6e9377185618false0223672842022-10-21T12:14:02.000Z27359414630218610xd6e8abcc0c6df4d39f8b02ea86f57c403db823f4f3db13433a3248c31e6fb37c
0x0fe261aee0d1c4dfddee4102e82dd425999065f4false256223686032022-10-21T13:20:20.000Z9270300000000000xdb5ce9130bd6420955b0918047c518cf6ba11c85622a66c3ebc834fbcac9858b
0x9ba8966b706c905e594acbb946ad5e29509f45ebfalse256223630182022-10-21T08:39:36.000Z7500000000000000xd9bf018168f6924ceeebf12e118092771326b732861350984d6b7ddaa6f5f646
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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
0x8351e66c513372789abfc2b89a70847dfe0b6bcf0xd9cac3d964327e47399aebd8e1e6dcc4c251daaefalse6770x432af553927e974bff4b5bfea0a9b86a9a88b530128367100x55d398326f99059ff775485246999027b31979550xe9e7cea3dedca5984780bafc599bd69add087d562021-11-21T14:55:29.000Z0x54d7636ed99bff2e332d19d42aed2e29d0c8502ecf3c90149237df1b6e2428e6
0xd09ffc7aacc490648bc40afe8a6d4c4d916e996e0xd9cac3d964327e47399aebd8e1e6dcc4c251daaefalse12830x74a4b2eb449ccf990c4be0d043d8c0bf2014e788128217750xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xe859b6a32d953a0ece0027c0fc8575571862c0bb2021-11-21T02:09:19.000Z0x3ae5971b9c3d4ede17bf50e80cc73c9e29407f0ab674f904353d4570b3c26a83
0xc2125e54175958b8f2993854397d004f8fa733c70xd9cac3d964327e47399aebd8e1e6dcc4c251daaefalse14120x74a4b2eb449ccf990c4be0d043d8c0bf2014e788128218880xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c0xf65c1c0478efde3c19b49ecbe7acc57bb6b1d7132021-11-21T02:15:01.000Z0xfccb86bef1dba110448a1a07236c4e8c0eca29e45d20ca3160c5ba193f7ff1be
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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
0x0dfb71f8d5775f247567ea5a65159fd217b00045false0xd18a710afcfe5ab4cc88e033fe165251f9bd4e4a1410x05faf555522fa3f93959f86b41a38086660932100xd18a710afcfe5ab4cc88e033fe165251f9bd4e4a274317720607916843099191248130xe9e7cea3dedca5984780bafc599bd69add087d562348209811407768125442022-06-29T23:16:17.000Z0x84b03e9ad99422fd18b6a6f153109e159b0710c6c7354d61138b56e3d0d4f718
0x0dfb71f8d5775f247567ea5a65159fd217b00045false0xd18a710afcfe5ab4cc88e033fe165251f9bd4e4a2550x05faf555522fa3f93959f86b41a38086660932100xd18a710afcfe5ab4cc88e033fe165251f9bd4e4a529805172189923693754191023840xe9e7cea3dedca5984780bafc599bd69add087d564533529541880478433282022-06-29T04:32:51.000Z0x744e6aaf6a594dec28339b3c0f00d84d65ce3c20b45fd597a600fc236490df88
0x0dfb71f8d5775f247567ea5a65159fd217b00045false0xd18a710afcfe5ab4cc88e033fe165251f9bd4e4a1540x05faf555522fa3f93959f86b41a38086660932100xd18a710afcfe5ab4cc88e033fe165251f9bd4e4a9365969107673130882191023500xe9e7cea3dedca5984780bafc599bd69add087d5669373145244639508482022-06-29T04:31:09.000Z0xe6fa192b1653194446a91e7424676f0bfb2c7f820211ea2e21966354d35fc1dd
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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.
gasNUMERICGas 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
6472641000000000000000000000000001000000000000000000true3714000xcf5c2f100x0fb9815938ad069bf90e14fe6c596c514bede76799468400x2442a8b5cdf1e659f3f949a7e454caa554d4e65a0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c80000000000000000false0x3bdca8ef7612ad094a10eba77ea73b0da082a22602021-08-11T20:56:57.000Z0xe66cb51b93ad0852ac340b8bfc7b601c0286820902fb38572dde79f7e95002b80x333d9a04b0932dbc0acdd465ccef6b1f829a9995
187443810000000000000000000000100000000000000000true3705750xcf5c2f100x0fb9815938ad069bf90e14fe6c596c514bede76799495150x2442a8b5cdf1e659f3f949a7e454caa554d4e65a0xa3902e6f17021121390603be54c1719dce19aeb5400000000000000false0x3ee2200efb3400fabb9aacf31297cbdd1d435d4702021-08-11T23:17:27.000Z0xe8cafc0854041de43cd67e172ecbd2085f005a9bd22cf7e714d64f5ef8bdd9f90x957a095cd4132c6b6973ce7a8afe969e4fdfc6f9
685834307877799092535854371000000000000000000true3965040xcf5c2f100x0fb9815938ad069bf90e14fe6c596c514bede767474411900x69716e51e3f8bec9c3d4e1bb46396384ae11c5940xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c80000000000000000false0x302cd8973be5ca2334b4ff7e7b01ba41455559b302025-03-13T22:33:28.000Z0xfdae646d179441d9ccf2bcbd6721671549968b60d22051dfebf719be8983736f0x135461ff98bde690fd4efd6f4e09b622e0f28c89
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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
0xdefeb27e9938cc04b43a2cddcebd3cc9030d0d170x0fb9815938ad069bf90e14fe6c596c514bede767false2690x222b38fec42183288d752ed2926a142eec655967161757060xe9e7cea3dedca5984780bafc599bd69add087d560x007ec643c7cc33a70c083fc305c283dd009c8b942022-03-18T20:06:28.000Z0xf41f2c95b99713a69758ba06787a7a7ad980d7c8a243bbc0cd4b38ab471c8eaf
0x4508676f138b67cb8142395a6053e611db3361130x0fb9815938ad069bf90e14fe6c596c514bede767false6490x222b38fec42183288d752ed2926a142eec655967161775270xe9e7cea3dedca5984780bafc599bd69add087d560x007ec643c7cc33a70c083fc305c283dd009c8b942022-03-18T21:37:37.000Z0x7f0c1b69db854fb23b7c97e99aaf9a348713d23bfa8a9e046ac092dbf69bd17b
0x09c58f3dc1176b745a00c326198300f289ea53090x0fb9815938ad069bf90e14fe6c596c514bede767false1880xff90e2396120659af6d09d651c99386492be3679161590110xe9e7cea3dedca5984780bafc599bd69add087d560x1747af98ebf0b22d500014c7dd52985d736337d22022-03-18T06:06:44.000Z0x7abf794189ff2304947d22d7fed8269b11b50702bd5e112757b0ba08fd6bd8ae
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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
0x7f5db76172730d51358dfa560eb8f704220e8c5bfalse0xf9909a4e6c64860af47e3b8de976879832b6ff4b370xe9e7cea3dedca5984780bafc599bd69add087d560x58f876857a02d6762e0101bb5c46a8c1ed44dc1614343505925545018907232249960x0b15ddf19d47e6a86a56148fb4afffc6929bcb892751252165725906999762022-11-20T18:02:46.000Z0x094e6d4cc30c12d50aa38d2b1329e590fca24fc2e15a38d0892ba641eef792f8
0x7f5db76172730d51358dfa560eb8f704220e8c5bfalse0xbc3dd818affffdc12e9f5f1170ff0d878398980e2360xe9e7cea3dedca5984780bafc599bd69add087d560xf7fd3edfcd7c3c51f01e06557fa18ff7fb46e0ef8661888148000787980232089710x0b15ddf19d47e6a86a56148fb4afffc6929bcb891491420865352555807392022-11-20T04:33:21.000Z0x4c9e8084e64796c9c8f3ac91ca464f2fe499099b0c44f4f38104d62e63637e82
0x6cfbbe153a000043a518cfbb6136e12ff540a161false0xbc3dd818affffdc12e9f5f1170ff0d878398980e4340x9b71b5511998e0798625b8fa74e86d8192de78c10x118e1d1776e5c5e23ff8d6ac618b46b6cc5f44b048182126224424736842355232156780x0e09fabb73bd3ade0a17ecc321fd13a19e81ce8212411232224797199952022-11-20T10:12:14.000Z0x474da28fc587a78c32896dccbb0c02264b44c127d366ea430a6e755c91fe7ee1
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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.
gasNUMERICGas 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
579285500000000000000000000true3746370xe18c40c70x790b4a80fb1094589a3c0efc8740aa9b0c1733fb649710060x8f8dd7db1bda5ed3da8c9daf3bfa471c12d584860x5b0b5c848a843c83c20dcfa25cde6e122898a6142400000000000000false0x55d398326f99059ff775485246999027b319795502025-10-17T19:03:24.000Z0x483b16d5a40a9b9324cdd1241bd3fbc6c7ed0f6374cf85e44110c2fea4300f0b0xaf3dc64d0e842e2593dbe6ba624623a81789cc3c
548397500000000000000000000true3404370xe18c40c70x790b4a80fb1094589a3c0efc8740aa9b0c1733fb649769940x8f8dd7db1bda5ed3da8c9daf3bfa471c12d584860x5b0b5c848a843c83c20dcfa25cde6e122898a6142400000000000000false0x55d398326f99059ff775485246999027b319795502025-10-17T20:21:44.000Z0x92228b5f7d3c263b17ddea2bdf08800c4dcbf3af8c5946ecc0bc4782ae2463620xe716ffa6bba219d843ec405807663293ed938e04
65121410000010000000000000000000true3991060xe18c40c70x790b4a80fb1094589a3c0efc8740aa9b0c1733fb649677550x8f8dd7db1bda5ed3da8c9daf3bfa471c12d584860xb9934b1166e03608a7ec5bcd1764857466b9aef52400000000000000false0x55d398326f99059ff775485246999027b319795502025-10-17T18:22:46.000Z0x0c5457b7d5379b4360c60a22cdb0354797b775c8e6b2dde080f8385208fc3f8a0x082b8a63e3e85a6f048a43e0c6bfcf69cd277b1f
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.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
0x894bad4826e4736a225324ab1111d49c4e7db85a0x790b4a80fb1094589a3c0efc8740aa9b0c1733fbfalse2520xffda6d3b8845e409db2315bd3cd61c33adf99985303313800x217aaeeb3b9da49e5ceeb75ad286f8ff68d0b1ac0x55d398326f99059ff775485246999027b31979552023-07-27T14:32:51.000Z0xaa93e78efcec34445b911f53ee531027762f05ae0f86e96e9a855409041e33fa
0x1ff3b7ff490b2c6a0ae3846d9739c31f5ad223fc0x790b4a80fb1094589a3c0efc8740aa9b0c1733fbfalse3370xffda6d3b8845e409db2315bd3cd61c33adf99985303313920x217aaeeb3b9da49e5ceeb75ad286f8ff68d0b1ac0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d2023-07-27T14:33:27.000Z0x97a94ba3a3b1e73e1c62e8cac84bb08af98f85037949041e89c1367cf625ee80
0xbb4a85b99952bfa36e8887046371f8b09fe0a3c10x790b4a80fb1094589a3c0efc8740aa9b0c1733fbfalse1410xffda6d3b8845e409db2315bd3cd61c33adf99985303298190x217aaeeb3b9da49e5ceeb75ad286f8ff68d0b1ac0xe9e7cea3dedca5984780bafc599bd69add087d562023-07-27T13:14:18.000Z0x7f8a69aee23351929fde6a90576c4895eb033dcfa95e3240f4dc3523e5c48f22
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_bsc.VendingMachineFactory_NewDVM_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100