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
00x738aba1389c5e37d24b5b669f07cbea594c733e40x570cbfdc462d0b6d8e306e4b26f92644a1f0d89cfalse34287336662872446579174262814662022-03-23T21:25:35.000Z0xce9ee064e60ac06242527f6d71ef5b4eb4d585a11df6e2081e9c1ad18b6b70fe
00x738aba1389c5e37d24b5b669f07cbea594c733e40x1c120ee927accabd06a21109bfed9467b45e3824false25348106079549958185147248341712022-02-12T01:11:57.000Z0xc2bf87adcebf6798dfabb777f02220e5def7e59f22280b95d825a061519741d4
00x738aba1389c5e37d24b5b669f07cbea594c733e40x33b2ad24a6130e7a76f09ac9a79519b08576e17afalse125160554117616489461168248339922022-02-12T01:05:51.000Z0x2c3ecfd65f4e1fa44ebf11bc887673345df10c68a1de15deb62f49e9c2117617
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
0x1093ced81987bf532c2b7907b2a8525cd0c17295false0xa222e6a71d1a1dd5f279805fbe38d5329c1d0e70140x2791bca1f2de4661ed88a30c99a7a9449aa841740x000010036c0190e009a000d0fc3541100a07380a500153346745077180x0d500b1d8e8ef31e21c99d1db9a6444d3adf127020678246484698097254402025-07-28T09:02:57.000Z0x34078c0695aba00306a9eab7cac312b1bf28c8276c9507b5f1ff730d3f4af188
0x1093ced81987bf532c2b7907b2a8525cd0c17295false0xa222e6a71d1a1dd5f279805fbe38d5329c1d0e70790x2791bca1f2de4661ed88a30c99a7a9449aa841740x000010036c0190e009a000d0fc3541100a07380a1300738534745076960x0d500b1d8e8ef31e21c99d1db9a6444d3adf127053763440860215063347202025-07-28T09:02:11.000Z0x31a4a6eb6ca56aab9bc5ea7d5d9fb375319044e4658be91af87a9600e082282c
0x1093ced81987bf532c2b7907b2a8525cd0c17295false0xa222e6a71d1a1dd5f279805fbe38d5329c1d0e70480x2791bca1f2de4661ed88a30c99a7a9449aa841740x000010036c0190e009a000d0fc3541100a07380a2502672998745076630x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270103434009102192801218562025-07-28T09:00:59.000Z0x43dac62bddf0cacc227f3e7c02f3d64372441eb6db526e948268930dfcdd2269
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
0x1093ced81987bf532c2b7907b2a8525cd0c17295false0607202152024-08-18T00:46:33.000Z12128759000000000x46a843866c18dfd9c4ab7ec2de5599b9b80e722a7153c072115a3755cf7e9c8a
0x1093ced81987bf532c2b7907b2a8525cd0c17295false0607281432024-08-18T05:27:24.000Z10642695000000000xdb46ca4e97dbc6588cc67d70f7be583c757f8180acc6fa13cf085b447ae904a3
0x1093ced81987bf532c2b7907b2a8525cd0c17295false0607405942024-08-18T12:49:22.000Z14486697000000000x02bc4bb6f66a742619d2fc6e93dbe5c1e0e6b9e886bc78c83d9bb29149bf180d
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
0xa71415675f68f29259ddd63215e5518d2735bf0a0xd24153244066f0afa9415563bfc7ba248bfb7a51false1460xe56143c0949fa228f465d0e3164651e4efb3c0db311910360x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x2791bca1f2de4661ed88a30c99a7a9449aa841742022-07-27T09:03:37.000Z0x873da9681190e11e2a553886907fcc26c6d0fbc20b2fa2ee8c0344ccd05d4f58
0x14edf2f755174c535f95cff4b5d135f36b5118510xd24153244066f0afa9415563bfc7ba248bfb7a51false1550xa67f4d6dd924cd89587fc742365970716f9a8f51346062200x6ae7dfc73e0dde2aa99ac063dcf7e8a63265108c0x6d389a2da049e16db256ebc15fa92f70125c83852022-10-21T05:39:26.000Z0x497a6498425d6b510f8a36cab4802a97b67c80df008877ac5c13e46a06152c72
0x2deb87cf3d141ca9d5375a8da4a0855b1a23977a0xd24153244066f0afa9415563bfc7ba248bfb7a51false1730xa67f4d6dd924cd89587fc742365970716f9a8f51244078280xed2f85f446281a31bcae074938e867422f5074c80x0d500b1d8e8ef31e21c99d1db9a6444d3adf12702022-02-01T04:29:15.000Z0x4837fa47756d2b817bd92459f5d281344cdb08f1d92946eb3e1d821b2d7b1e91
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
0xc174a26c2dec8e311fe18896126bdcfda924230ffalse0x11431a89893025d2a48dca4eddc396f8c81171872570x2791bca1f2de4661ed88a30c99a7a9449aa841740x11431a89893025d2a48dca4eddc396f8c81171877275189048740x725f2f4af4ed337906f9fa5119160f59a1641581213000000000000000002021-09-09T03:48:39.000Z0x87bb427d69b3c8e98ff94d3d59fc183dd6eaa2b0c036a8018f1b9878b1a9ee7c
0xc174a26c2dec8e311fe18896126bdcfda924230ffalse0x11431a89893025d2a48dca4eddc396f8c8117187710x2791bca1f2de4661ed88a30c99a7a9449aa841740x11431a89893025d2a48dca4eddc396f8c8117187777000189046260x725f2f4af4ed337906f9fa5119160f59a164158110500000000000000000002021-09-09T03:40:07.000Z0xb5e18a2cbff7a9fb7bf122770f8ea0b3d57f8bfae660caceea041f03cb4b94b1
0xc174a26c2dec8e311fe18896126bdcfda924230ffalse0xa222e6a71d1a1dd5f279805fbe38d5329c1d0e708890x2791bca1f2de4661ed88a30c99a7a9449aa841740xcad35e672310294ce34dab143da7e48ea0140837468695189050330x725f2f4af4ed337906f9fa5119160f59a164158127000000000000000000002021-09-09T03:56:17.000Z0x4f268c253c155930b668e58c2eaf1a3809df522c29155a63f90fc616cc3f89f5
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
64281720000010000000000000true3990350xcf5c2f100x43c49f8dd240e1545f147211ec9f917376ac1e87307611920xa3dff6ae0f73f0970e31da63b3736f7d3cef683e0x712502daee557e04c6063b451ff97c3635de86bb8000000000000000false0xc2132d05d31c914a87c6611c10748aeb04b58e8f02022-07-15T18:58:41.000Z0x048941bcb85ecf7411f9e31c150f17e885c6ffef508ed2c3bf70195a903c528c0xc5f101b24b26bbd4a1bc5beefa97f7ec90cdc93a
66565810000000001000000000000000000true3991130xcf5c2f100x43c49f8dd240e1545f147211ec9f917376ac1e87307485840xa3dff6ae0f73f0970e31da63b3736f7d3cef683e0x706bd88a1744d318b9f4787cf6dad1ea1cf0c9694000000000000000false0x0d500b1d8e8ef31e21c99d1db9a6444d3adf127002022-07-15T10:16:31.000Z0xf33a8f5ec6de8c43bd12f9868902faab52b4d7c158cb1111e5837d0887e3374e0x6780f998c30cbf39dff398cccf5fbbb20ddfe4d9
6411007634200000000000000000000000000001000000000000000000true3676360xcf5c2f100x43c49f8dd240e1545f147211ec9f917376ac1e87674744130xa3dff6ae0f73f0970e31da63b3736f7d3cef683e0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd64000000000000000false0x28e977157727273243cb072f9c9de494a1387d5d02025-02-03T04:06:51.000Z0x868893562887861b0813a888bf5f18b062dc40925a87f5d4739a26960c144c7a0xb40f65aeec359a59c34482e3579c679c629c886b
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
0xbfb5fe8704b6fe5cf990bf3c690d0bc2b372a35f0x43c49f8dd240e1545f147211ec9f917376ac1e87false1770x7b861609f4f5977997a6478b09d81a7256d6c748427881450x2791bca1f2de4661ed88a30c99a7a9449aa841740x126f94cac36945103ee322eb879c9d105bc8f2d32023-05-16T20:25:54.000Z0x8569ca6ece03cc7154731e8b518ff78aef8f609e54f2ce6c447e190e16632560
0x38ef7bfd22608d5a6ae30e5fdc8dcf49a224f0d90x43c49f8dd240e1545f147211ec9f917376ac1e87false1840x40cb94c39bdec49fd4376c31ea3fb2ad143fbba1700981540x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700xb355f4f4cc84a9429a59d5c2b98d77016f7ec4822025-04-09T18:27:19.000Z0x05155972955e7979ac495cb07b9566e10ae7da74697814a381c2533a9d047ea7
0xc37e6fe4b5468bb898c8f454651d5ec1de6b62000x43c49f8dd240e1545f147211ec9f917376ac1e87false790x2aca189767cecf31087aafc0c50a59a7d83b6376660466570xa1e54bda3052937f76cb28b16b340cb254a1f8240x53e0bca35ec356bd5dddfebbd1fc0fd03fabad392024-12-29T02:18:37.000Z0xbc3618276658c3b987a5c88c426c49e7b788b483cfcfa3bc6745b886395399dc
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
0x4b658c395804f90d76aa1995391e4730c7208de7false0x13927a60c7bf4d3d00e3c1593e0ec713e35d2106110xf0059cc2b3e980065a906940fbce5f9db7ae40a70x13927a60c7bf4d3d00e3c1593e0ec713e35d21061624726376099124242633349397030x0d500b1d8e8ef31e21c99d1db9a6444d3adf12705259550500980003667362022-10-29T09:11:01.000Z0x127ea4552fb5ee09b6d1c5a08b2c0305a4a3220a3916d24ff88ef192908a81a6
0x4b658c395804f90d76aa1995391e4730c7208de7false0xe011a666a0f63558edecf942218ec6e82efffb662330xf0059cc2b3e980065a906940fbce5f9db7ae40a70x2a35f755c9938c63141fb8d26a9045abe6917d71211933008425397890653349437580x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270688193782020155202462022-10-29T11:34:45.000Z0x8e6c0fdd7bb8b6cc042b052faae1b3b6a3248e4af2560276aed44dfdd445fcc9
0x4b658c395804f90d76aa1995391e4730c7208de7false0xe011a666a0f63558edecf942218ec6e82efffb661790xf0059cc2b3e980065a906940fbce5f9db7ae40a70x2a35f755c9938c63141fb8d26a9045abe6917d71171362816068324606598349437140x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270556149346251445112242022-10-29T11:33:13.000Z0x55abaf706fada0d4d4d6f6f65aaced290940df4126aa373f381bb708e73724dc
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
572076100000000000010000000000000000000true3624800xe18c40c70x79887f65f83bdf15bcc8736b5e5bcdb48fb8fe13263696890xa222e6a71d1a1dd5f279805fbe38d5329c1d0e700x1fc47370b597866cb15dd5c54f52ae67be667b8d2400000000000000false0x0d500b1d8e8ef31e21c99d1db9a6444d3adf127002022-03-26T04:13:41.000Z0xd279ed1af4b72017c2f7dd2767585d7fe1ca73a58a43e9c1aeb8c4b5835871840x5fb1434e712ec1ad6136070d3c13a50169e97c74
588909100000000000010000000000000000000true3795800xe18c40c70x79887f65f83bdf15bcc8736b5e5bcdb48fb8fe13263696290xa222e6a71d1a1dd5f279805fbe38d5329c1d0e700x1fc47370b597866cb15dd5c54f52ae67be667b8d72000000000000000false0x0d500b1d8e8ef31e21c99d1db9a6444d3adf127002022-03-26T04:11:37.000Z0x0b5dfd66a129320548f272ed6a26d389c1ecb64613b8ac079c6a5d92d59dda8b0x6af092dad99f64cf6c5eda731ebaea547780ed41
607997100000000000010000000000000000000true3945710xe18c40c70x79887f65f83bdf15bcc8736b5e5bcdb48fb8fe13263995420xa222e6a71d1a1dd5f279805fbe38d5329c1d0e700x4f8090da25de0f92591c125b064ff187d1e8daea72000000000000000false0x1f1e4c845183ef6d50e9609f16f6f9cae43bc9cb02022-03-26T22:52:27.000Z0x9a30c08109685a057ed49278e2fe0d06acf36ed3e13a11efa0073edf1bc61e1e0x75807caf4edc2b2bb1e21028e44396a6224b9c32
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.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
0x3c34a8472ee0d562fdf91745f680d19f9eed8d9f0x79887f65f83bdf15bcc8736b5e5bcdb48fb8fe13false1200x18dd54caf780017b39bc0b99c8a6ae22beb7c3c5210646470x0d500b1d8e8ef31e21c99d1db9a6444d3adf12700x7584bf83998deb33d4dc5142fd642b336ebc0b932021-11-06T21:11:39.000Z0x2b97e338d6ce4fd85d65ce9999cf99fd19133d2adbb765b40b0cb7ad713632fb
0x741c6dfea4c2dabc34e64a93865f53e000fca1e60x79887f65f83bdf15bcc8736b5e5bcdb48fb8fe13false1920x6c25b8c7050b267342b77d9657a2e2bf09d209ee210674790x2791bca1f2de4661ed88a30c99a7a9449aa841740x398a2d1b343d09261df990c2fcc97b5d5d62c1b52021-11-06T22:55:23.000Z0x1484eeb1a36fcf100d1d5f9915028471db70f544cb0ddfd99915e9e22b9fbc8c
0x6cd45f7e2aefdc36c36c53a24ae3642fb65726850x79887f65f83bdf15bcc8736b5e5bcdb48fb8fe13false2330x6c25b8c7050b267342b77d9657a2e2bf09d209ee210636840x2791bca1f2de4661ed88a30c99a7a9449aa841740x34965ba0ac2451a34a0471f04cca3f990b8dea272021-11-06T20:34:17.000Z0x61f9acf79bc8fac9cb3b65d35be2582b560599ee8ef6af17c6ffa0fcd8638c7d
Query with partition filter
SELECT *
FROM `tt-contracts.dodo_v2_polygon.VendingMachineFactory_NewDVM_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100