Skip to main content

Tables

LiquidityPool_AddLiquidityEvent_event

Liquidity provision events from Cellana decentralized exchange (DEX) on Aptos, recording dual-asset deposits with amounts, LP token issuance, and pool addresses. Used for tracking liquidity provider activity and pool growth analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_lpSTRINGLiquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_amount_1STRINGAmount of the first token deposited into the liquidity pool during this add liquidity operation. String-encoded to preserve precision for large token amounts with varying decimal places.
in_amount_2STRINGToken amount of the second asset deposited into the Cellana liquidity pool. String-encoded integer representing raw token units (before decimal adjustment).
datain_lpin_poolevent_typeevent_indexin_amount_1in_amount_2block_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount_1”:“908298490”,“amount_2”:“4833160”,“lp”:“0x655b3be65fa9e04fa5ad4a3f0437fca1327e43a405f7a3ed55d7715962b3fe54”,“pool”:“0x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a”}0x655b3be65fa9e04fa5ad4a3f0437fca1327e43a405f7a3ed55d7715962b3fe540x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::AddLiquidityEvent690829849048331602152430752024-08-18T07:28:17.881Z00xc6e20f524de14b6919f9053099170315ba6eb261669d7038c89cf102446b753c0x00
{“amount_1”:“2024322416”,“amount_2”:“10813645”,“lp”:“0xa84931057edafcdfd3356050ac935fba3a25698cf833ee4212640f61cd8b5fb5”,“pool”:“0x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a”}0xa84931057edafcdfd3356050ac935fba3a25698cf833ee4212640f61cd8b5fb50x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::AddLiquidityEvent62024322416108136452152760562024-08-18T09:28:19.539Z00x4c172364e9ae957ee09d5861ab5a976bb04564894d85a247352b51af6890f93b0x00
{“amount_1”:“14734193654”,“amount_2”:“78701214”,“lp”:“0xd0ced11b7be43755cfbe0733bcf3b475500302b2ec1b646f687e5370a8bc3e9”,“pool”:“0x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a”}0xd0ced11b7be43755cfbe0733bcf3b475500302b2ec1b646f687e5370a8bc3e90x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::AddLiquidityEvent614734193654787012142152743782024-08-18T09:22:13.210Z00x7a72c79aeeae5cc5ab9c11578663be818e34ff58e2f0542e4baec475262835f80x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_AddLiquidityEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_ClaimFeesEvent_event

Fee collection events from Cellana DEX (decentralized exchange) liquidity pools on Aptos, recording the amounts of both tokens claimed by liquidity providers. Useful for analyzing LP fee revenue, pool profitability, and liquidity provider behavior across trading pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_amount_1STRINGAmount of the first token in the trading pair claimed as fees from the liquidity pool, denominated in the token’s smallest unit. Stored as string to preserve precision for large token amounts with varying decimal places.
in_amount_2STRINGQuantity of the second token claimed as fees from the liquidity pool, denominated in the token’s smallest unit. Values are stored as strings to preserve precision for large integer amounts.
datain_poolevent_typeevent_indexin_amount_1in_amount_2block_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount_1”:“4136901880462”,“amount_2”:“38724928802”,“pool”:“0x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a”}0x85d3337c4ca94612f278c5164d2b21d0d83354648bf9555272b5f9d8f1f33b2a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::ClaimFeesEvent274136901880462387249288022083764062024-08-01T00:00:01.503Z00x671be6e6bee0055001748ba542901bfae83e788e737e2ed5e261816d19a428580x00
{“amount_1”:“765906252”,“amount_2”:“840026702”,“pool”:“0xf7d4a97f8a82b1454cd69f92b5a5bd5bcad609e44a6cf56377755adcfca5863a”}0xf7d4a97f8a82b1454cd69f92b5a5bd5bcad609e44a6cf56377755adcfca5863a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::ClaimFeesEvent477659062528400267022083764062024-08-01T00:00:01.503Z00x671be6e6bee0055001748ba542901bfae83e788e737e2ed5e261816d19a428580x00
{“amount_1”:“140364466”,“amount_2”:“2730312”,“pool”:“0xe3939aa0732d67dc0a4e2b5072a7975a0d279c8e93a2756f39ae4c0e5b9abcca”}0xe3939aa0732d67dc0a4e2b5072a7975a0d279c8e93a2756f39ae4c0e5b9abcca0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::ClaimFeesEvent5714036446627303122083764062024-08-01T00:00:01.503Z00x671be6e6bee0055001748ba542901bfae83e788e737e2ed5e261816d19a428580x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_ClaimFeesEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_CreateGaugeEvent_event

Gauge creation events from Cellana DEX on Aptos tracking when liquidity pool voting gauges are initialized. Links creators, pools, and gauge addresses for analyzing liquidity mining program deployments and governance structure.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_gaugeSTRINGContract address of the gauge contract. 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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
datain_poolin_gaugeevent_typein_creatorevent_indexblock_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“creator”:“0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1”,“gauge”:{“inner”:“0x1bbb1d94fea385d211eac8d34cf9e085d90fcd5239ae2368a9f3985db22a7588”},“pool”:{“inner”:“0x6c2b2c3d5140ee973622ea3fa75a86d0706551864a33aa0feac06bdfc788841b”}}0x6c2b2c3d5140ee973622ea3fa75a86d0706551864a33aa0feac06bdfc788841b0x1bbb1d94fea385d211eac8d34cf9e085d90fcd5239ae2368a9f3985db22a75880x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::vote_manager::CreateGaugeEvent0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd122201778352024-08-30T10:02:13.655Z00xb215e2323dea1f41989ae0129aeab7cd655f18cd352f1a11515d48c8db3956040x00
{“creator”:“0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1”,“gauge”:{“inner”:“0x9bb9616fa9b575b9a6cc3536fa4dc4d202618a7b454f1d9249315efd5fa3ac84”},“pool”:{“inner”:“0x975042842df31e3d0b90e4f84169bb057190e385225b33cbbb2e98b98e3d67aa”}}0x975042842df31e3d0b90e4f84169bb057190e385225b33cbbb2e98b98e3d67aa0x9bb9616fa9b575b9a6cc3536fa4dc4d202618a7b454f1d9249315efd5fa3ac840x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::vote_manager::CreateGaugeEvent0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd122201952222024-08-30T11:01:41.492Z00x92fdc0853d03043c04864d8c1a20dde4c4a650d7ccaa2c042c5ff2fd06bb618f0x00
{“creator”:“0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1”,“gauge”:{“inner”:“0xead63a4c8829e5a06b166b1822a376341828af7490361615ec73b03dd47adb1c”},“pool”:{“inner”:“0x83d4b44ed8dadafdfa4d9343fe27826c507b8dfcd3633ac03c42878a1f752a4b”}}0x83d4b44ed8dadafdfa4d9343fe27826c507b8dfcd3633ac03c42878a1f752a4b0xead63a4c8829e5a06b166b1822a376341828af7490361615ec73b03dd47adb1c0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::vote_manager::CreateGaugeEvent0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd122202138012024-08-30T12:05:32.345Z00xf75102aa3863812be372b4e021e8d921569b61995cbaea6a183e42fc7046c5520x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_CreateGaugeEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_CreatePoolEvent_event

Liquidity pool creation events from Cellana decentralized exchange (DEX) on Aptos, capturing new pool deployments with token pairs, pool addresses, and stable/volatile pool type classification. Used for tracking DEX pool launches and analyzing token pair availability across the Cellana protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_token_1STRINGToken identifier for the first asset in the trading pair, specified in Aptos Move format (module_address::module_name::TokenType). Represents the primary token being paired with in_token_2 to create the liquidity pool.
in_token_2STRINGToken type identifier for the second asset in the created liquidity pool. Formatted as an Aptos module path specifying the contract address, module name, and token struct.
in_is_stableSTRINGBoolean indicator of whether the created liquidity pool uses a stable swap curve optimized for low-slippage trades between like-valued assets. String-encoded as ‘true’ or ‘false’.
datain_poolevent_typein_token_1in_token_2event_indexblock_heightin_is_stableblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“is_stable”:false,“pool”:{“inner”:“0xb397a2f000a87078c32405907632fbd822c8d951f12df227aa3bfb6506c95512”},“token_1”:“0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC”,“token_2”:“0x5ae6789dd2fec1a9ec9cccfb3acaf12e93d432f0a3a42c92fe1a9d490b7bbc06::mkl_token::MKL”}0xb397a2f000a87078c32405907632fbd822c8d951f12df227aa3bfb6506c955120x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::CreatePoolEvent0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::USDC0x5ae6789dd2fec1a9ec9cccfb3acaf12e93d432f0a3a42c92fe1a9d490b7bbc06::mkl_token::MKL0226888800false2024-09-15T09:39:12.304Z00x7071f5f0c5c6b4df22626670e6ed9558b1a46c1fbddddd68c448b248649210bd0x00
{“is_stable”:false,“pool”:{“inner”:“0x49c2c1027936e5fdc9717aed2aa3a9801109c766aef960bfdbe01bcab40bc268”},“token_1”:“0xd6a49762f6e4f7401ee79be6f5d4111e70db1408966ba1aa204e6e10c9d437ca::bubbles::BubblesCoin”,“token_2”:“0x1::aptos_coin::AptosCoin”}0x49c2c1027936e5fdc9717aed2aa3a9801109c766aef960bfdbe01bcab40bc2680x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::CreatePoolEvent0xd6a49762f6e4f7401ee79be6f5d4111e70db1408966ba1aa204e6e10c9d437ca::bubbles::BubblesCoin0x1::aptos_coin::AptosCoin0192937903false2024-06-21T11:15:25.494Z00x571832338c499aeb6ae00ae93b6d40412b3f50136435b2479297dd1676dbc9f20x00
{“is_stable”:false,“pool”:{“inner”:“0x8d63a3977efbfd835a5f163f01979e73a0e9658e98fdefa8e15c00b5baf8ade”},“token_1”:“0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH”,“token_2”:“0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WBTC”}0x8d63a3977efbfd835a5f163f01979e73a0e9658e98fdefa8e15c00b5baf8ade0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::CreatePoolEvent0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WETH0xf22bede237a07e121b56d91a491eb7bcdfd1f5907926a9e58338f964a01b17fa::asset::WBTC0241998529false2024-10-21T19:08:26.012Z00x38aadad48896e7e91a84b5c85b14bf713d6484193278acfef8bbbcf7494deb620x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_CreatePoolEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_RemoveLiquidityEvent_event

Liquidity removal events from Cellana DEX (decentralized exchange) pools on Aptos, capturing LP (liquidity provider) token burns and withdrawn token amounts. Used for tracking liquidity exits, pool composition changes, and LP position management across trading pairs.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_lpSTRINGLiquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_amount_lpSTRINGAmount of liquidity provider (LP) tokens burned in this removal transaction, represented as a string-encoded integer. This value determines the proportional share of both underlying assets withdrawn from the pool.
in_amount_1STRINGAmount of the first token withdrawn from the liquidity pool, denominated in the token’s smallest unit (like wei). This value represents one side of the liquidity pair being removed.
in_amount_2STRINGQuantity of the second token withdrawn from the liquidity pool, denominated in the token’s smallest unit. String-encoded to preserve precision for large integer values.
datain_lpin_poolevent_typeevent_indexin_amount_1in_amount_2block_heightin_amount_lpblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount_1”:“9963155”,“amount_2”:“6604544”,“amount_lp”:“8280350”,“lp”:“0x4311149b5d90fea6056109862ff1fcd085a3894896242b2f6cbb927d798cc512”,“pool”:“0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f6”}0x4311149b5d90fea6056109862ff1fcd085a3894896242b2f6cbb927d798cc5120x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f60x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::RemoveLiquidityEvent79963155660454419902175782803502024-07-07T21:25:00.707Z00x05d3b6644bfce72228eda736b9f5dc8c32ca49167c99d49f0bfe7c8c1256c2440x00
{“amount_1”:“1323769622”,“amount_2”:“878800052”,“amount_lp”:“1100825938”,“lp”:“0xf6f831cca28944f574bcfbe23cd0fb8f0375e2209e946fc5aed40dfae80e4047”,“pool”:“0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f6”}0xf6f831cca28944f574bcfbe23cd0fb8f0375e2209e946fc5aed40dfae80e40470x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f60x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::RemoveLiquidityEvent7132376962287880005219878397011008259382024-07-07T06:59:02.102Z00xd9de3fab149b8b9793fa989e0ac782363fb18681cc0d66b5b26d5f193c1a6f790x00
{“amount_1”:“1045439527”,“amount_2”:“17749160048”,“amount_lp”:“4220789327”,“lp”:“0x63e5d441ae98f34964dee05a40ce5171f94eb3e2c768476600969e355abab3af”,“pool”:“0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c”}0x63e5d441ae98f34964dee05a40ce5171f94eb3e2c768476600969e355abab3af0x234f0be57d6acfb2f0f19c17053617311a8d03c9ce358bdf9cd5c460e4a02b7c0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::RemoveLiquidityEvent710454395271774916004819885203642207893272024-07-07T11:04:52.302Z00x287f074eee0a8a1b071571a98714cbc950e5e7357e99fb1cfe82c42128411f6e0x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_RemoveLiquidityEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_StakeEvent_event

Liquidity pool (LP) token staking events from Cellana DEX (decentralized exchange) on Aptos, recording when users deposit LP tokens into gauges for yield farming. Used for tracking staking behavior, gauge deposit flows, and liquidity incentive program participation.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_lpSTRINGLiquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
datain_lpin_gaugein_amountevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount”:“295191886”,“gauge”:{“inner”:“0x8a390be85b126c6aa4c239216dbeb0bfa70e286d045697e1d7a7eb7a6c8da88f”},“lp”:“0xb3c54eeb2e82fb11198632de53f47c3d2863994609b3b5ecd16698f7c3dc8ac0”}0xb3c54eeb2e82fb11198632de53f47c3d2863994609b3b5ecd16698f7c3dc8ac00x8a390be85b126c6aa4c239216dbeb0bfa70e286d045697e1d7a7eb7a6c8da88f2951918860x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::gauge::StakeEvent111516726302024-02-29T19:47:26.525Z00x630f6c2c154fca5c2f5a66e5663049a1c9b9c833c8c0c13e4f839bdf218220940x00
{“amount”:“6155534124”,“gauge”:{“inner”:“0x8a390be85b126c6aa4c239216dbeb0bfa70e286d045697e1d7a7eb7a6c8da88f”},“lp”:“0x3463bd086fd4e7cf583d6b59d7c1d0cf4194fc710945c1ef697078ca96d0d90d”}0x3463bd086fd4e7cf583d6b59d7c1d0cf4194fc710945c1ef697078ca96d0d90d0x8a390be85b126c6aa4c239216dbeb0bfa70e286d045697e1d7a7eb7a6c8da88f61555341240x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::gauge::StakeEvent111517323702024-02-29T23:29:48.034Z00xbc3571b93c01800489b149d4965a8663cd501ef521e4b1c26971e231d5184b890x00
{“amount”:“16204712690”,“gauge”:{“inner”:“0x8a390be85b126c6aa4c239216dbeb0bfa70e286d045697e1d7a7eb7a6c8da88f”},“lp”:“0x90f858a081eb07e0ea54c829ebd2d049a40257f0fb96015ef337dc2698ab4194”}0x90f858a081eb07e0ea54c829ebd2d049a40257f0fb96015ef337dc2698ab41940x8a390be85b126c6aa4c239216dbeb0bfa70e286d045697e1d7a7eb7a6c8da88f162047126900x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::gauge::StakeEvent111515223262024-02-29T10:25:56.922Z00x18ce965d4e304b04052a2bcc6f494511861faa0a18a95ea098123124213db5450x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_StakeEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_SwapEvent_event

Token swap events from Cellana decentralized exchange (DEX) on Aptos blockchain. Captures trade executions with input/output amounts, token pairs, and pool identifiers for analyzing trading volume and liquidity pool activity.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_from_tokenSTRINGFully qualified type identifier of the token being swapped into the pool, following Aptos module path format (address::module::resource). Represents the input token in the swap transaction.
in_to_tokenSTRINGAptos token type identifier for the output asset received in the swap, using the fully-qualified module path format. Follows the pattern \{address\}::\{module\}::\{type\} such as standard AptosCoin or liquid staking derivatives.
in_amount_inSTRINGToken quantity being swapped into the liquidity pool, denominated in the smallest unit of the source token. Represents the input side of the swap transaction before execution.
in_amount_outSTRINGAmount of tokens received from the swap, denominated in the destination token’s smallest unit. Always paired with in_to_token to identify which asset was received.
datain_poolevent_typeevent_indexin_to_tokenblock_heightin_amount_inin_amount_outin_from_tokenblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount_in”:“9132599487”,“amount_out”:“9289466090”,“from_token”:“0x1::aptos_coin::AptosCoin”,“pool”:“0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f6”,“to_token”:“0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt”}0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f60x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SwapEvent50x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt184981298913259948792894660900x1::aptos_coin::AptosCoin2024-05-29T19:29:26.805Z00xbbc6ba3527eba1282d113219023ab5bd44c8b43b7381c2f3364819d148ac8f410x00
{“amount_in”:“15932844024”,“amount_out”:“16205603122”,“from_token”:“0x1::aptos_coin::AptosCoin”,“pool”:“0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f6”,“to_token”:“0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt”}0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f60x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SwapEvent50x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt18499401815932844024162056031220x1::aptos_coin::AptosCoin2024-05-29T20:19:40.795Z00xc787832e1aa08d16a4bc61e44cf1f72bddb207cd3087ac90404c047309600ca40x00
{“amount_in”:“21216690320”,“amount_out”:“21552070197”,“from_token”:“0x1::aptos_coin::AptosCoin”,“pool”:“0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f6”,“to_token”:“0x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt”}0x1ef2be2a92393c09ac5bc5e5b934a831611ebab5c4f2419d1d35f0552abec5f60x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SwapEvent50x111ae3e5bc816a5e63c2da97d0aa3886519e0cd5e4b046659fa35796bd11542a::amapt_token::AmnisApt18469624121216690320215520701970x1::aptos_coin::AptosCoin2024-05-29T00:10:57.552Z00x7e325f084bd1572abaa2ea2c90a44174c68d78737a1b87b54e571e03af6c03840x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_SwapEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_SyncEvent_event

Liquidity pool reserve synchronization events from Cellana DEX on Aptos, recording updated reserve balances for two-token pools after swaps or liquidity changes. Used for tracking pool state changes, calculating real-time exchange rates, and analyzing liquidity depth fluctuations.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_reserves_1STRINGUpdated reserve balance of the first token in the liquidity pool after the sync event. Stored as a string to preserve precision for large token amounts with varying decimal places.
in_reserves_2STRINGUpdated reserve balance of the second token in the Cellana liquidity pool after a sync event. String-encoded integer representing the token quantity in its smallest denomination (e.g., with decimals).
datain_poolevent_typeevent_indexblock_heightin_reserves_1in_reserves_2block_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“pool”:“0x1e9cf70ab184026fa1eafc3cc4a4bd0012418425049e60856ea249f72f94ba8a”,“reserves_1”:“163750227637”,“reserves_2”:“2648561”}0x1e9cf70ab184026fa1eafc3cc4a4bd0012418425049e60856ea249f72f94ba8a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SyncEvent619454248916375022763726485612024-06-26T02:15:20.529Z00x2efa33e4ba71ea09f95a6b19b0dc896e172fb568e913e31b8ca923bf5d6d5c3b0x00
{“pool”:“0x1e9cf70ab184026fa1eafc3cc4a4bd0012418425049e60856ea249f72f94ba8a”,“reserves_1”:“163850127637”,“reserves_2”:“2646947”}0x1e9cf70ab184026fa1eafc3cc4a4bd0012418425049e60856ea249f72f94ba8a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SyncEvent619454295516385012763726469472024-06-26T02:17:19.007Z00xacff4785b24e7ace3db96468381ff774f943bf1eb733a8fad694690b8f5a877e0x00
{“pool”:“0x1e9cf70ab184026fa1eafc3cc4a4bd0012418425049e60856ea249f72f94ba8a”,“reserves_1”:“163846227933”,“reserves_2”:“2647010”}0x1e9cf70ab184026fa1eafc3cc4a4bd0012418425049e60856ea249f72f94ba8a0x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::liquidity_pool::SyncEvent1219463725416384622793326470102024-06-26T08:48:52.159Z00x0d8636287e3373b289da5ed074ce4022eb9d30036fff934f942f4d5c4038abbb0x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_SyncEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LiquidityPool_UnstakeEvent_event

Liquidity pool (LP) token unstaking events from Cellana decentralized exchange (DEX) on Aptos, recording withdrawals from yield farming gauges. Tracks unstaked amounts, LP token addresses, and gauge identifiers for analyzing liquidity mining participation and reward harvesting behavior.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_heightINT64Sequential number identifying the position of the block in the blockchain. Positive integer incremented by one for each new block.
sequence_numberSTRINGSequential identifier for an event within its event stream. Non-negative integer string that uniquely orders events sharing the same GUID (account address and creation number combination).
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
event_typeSTRINGFully qualified type identifier for the smart contract event. Module address, module name, and event name separated by double colons.
event_indexINT64Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction.
event_guid_account_addressSTRINGAccount address component of the event’s globally unique identifier. Hex-encoded string with 0x prefix.
event_guid_creation_numberINT64Creation number component of the event’s globally unique identifier. Non-negative integer that distinguishes different event streams within the same account address.
dataJSONRaw event data payload containing structured parameters and values specific to each event type. JSON object with field names and values representing the complete event emission data.
in_lpSTRINGLiquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
datain_lpin_gaugein_amountevent_typeevent_indexblock_heightblock_timestampsequence_numbertransaction_hashevent_guid_account_addressevent_guid_creation_number
{“amount”:“54565980”,“gauge”:{“inner”:“0x4f81cbf057a883074d751d725a1c9a37e8faf4e6f16c11b97ade43874ef8d114”},“lp”:“0xcf6d5e85f9f503f863e4fe6e39ca3d605203c5bb33b2552d902cc85ecaa22f17”}0xcf6d5e85f9f503f863e4fe6e39ca3d605203c5bb33b2552d902cc85ecaa22f170x4f81cbf057a883074d751d725a1c9a37e8faf4e6f16c11b97ade43874ef8d114545659800x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::gauge::UnstakeEvent31757340872024-05-03T14:57:35.613Z00xcae114eb6071d31cd452006143a8973b187c88002fa801f4e76a33d53d6f9ed20x00
{“amount”:“120718764”,“gauge”:{“inner”:“0x4f81cbf057a883074d751d725a1c9a37e8faf4e6f16c11b97ade43874ef8d114”},“lp”:“0xb50301b298bbfaadd4bfacdff6eaec23feb0e4e0ba8645041e0a3c9ad8b98285”}0xb50301b298bbfaadd4bfacdff6eaec23feb0e4e0ba8645041e0a3c9ad8b982850x4f81cbf057a883074d751d725a1c9a37e8faf4e6f16c11b97ade43874ef8d1141207187640x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::gauge::UnstakeEvent31758334182024-05-03T21:45:24.114Z00x578a2ab8815341131a6215b0747f91560f40dba461a179ebd9a4cb59149f773a0x00
{“amount”:“1078656623”,“gauge”:{“inner”:“0x57e66358ff75a7035adfe5ff04e94dde42971021c79b5c4bb004e01454caf78a”},“lp”:“0xf6389da6174f5a9d900ef05ac40562b608a87d056018094e8fe56ef164360e35”}0xf6389da6174f5a9d900ef05ac40562b608a87d056018094e8fe56ef164360e350x57e66358ff75a7035adfe5ff04e94dde42971021c79b5c4bb004e01454caf78a10786566230x4bf51972879e3b95c4781a5cdcb9e1ee24ef483e7d22f2d903626f126df62bd1::gauge::UnstakeEvent31756427462024-05-03T08:41:01.038Z00xcf86cd7ce56d548692b37e2da6acdff493f3e090f3515afaff9e55377e14a5900x00
Query with partition filter
SELECT *
FROM `tt-contracts.cellana_v1_aptos.LiquidityPool_UnstakeEvent_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100