Skip to main content

Tables

BorrowPositionProxy_BorrowPositionOpen_event

Event logs tracking new borrow position openings on Dolomite v1 lending protocol on Arbitrum. Records borrower addresses and unique position indices for monitoring leverage activity and position lifecycle analysis.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__borrowAccountIndexSTRINGUnique identifier for a specific borrow account position within Dolomite’s protocol. Represented as a large integer value that distinguishes individual borrowing positions for the same borrower address.
addressremovedlog_indexblock_numberin__borrowerblock_timestamptransaction_hashin__borrowAccountIndex
0xe43638797513ef7a6d326a95e8647d86d2f5a099false31046020110x1faf923d31954ea1c9f166dc2492b40b6745b79d2023-06-25T00:55:52.000Z0xaae2ffda8eab802e9c99144d84cabcd96f4e4ed006f3bddf4fff08f4a0a50ef617520326488749081996619435081750720910750273211623416170173738924380470190258
0xe43638797513ef7a6d326a95e8647d86d2f5a099false01048149190xf73cb174e5f525e7139db12178a68275604fce672023-06-25T15:59:55.000Z0xe7af7c3e326be2d7ddb8c744925621661e79db25d018ab33a55d8a384269e1f878787854062748365795256193922239968091210618452263969673489490643520705241142
0xe43638797513ef7a6d326a95e8647d86d2f5a099false01045912320xa7462ac5ce32b5387651ad60dde7f970740772f92023-06-25T00:07:51.000Z0x00c1ec7e9b7c3e4699ba6ab6ba243bda5d85e88cd8aa8095fafcbeabfcaddf3882661779444498200941321354128404501272913200604326407648106279997937365707775
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.BorrowPositionProxy_BorrowPositionOpen_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BorrowPositionProxyV2_BorrowPositionOpen_event

Borrow position creation events from Dolomite v1 lending protocol on Arbitrum, capturing when users open new isolated margin accounts. Contains borrower addresses and unique account numbers for tracking leverage position lifecycles.
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__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__borrowAccountNumberSTRINGUnique identifier for a borrower’s account position in the Dolomite protocol, represented as a large integer. Each borrower can have multiple accounts with distinct identifiers for managing separate positions.
addressremovedlog_indexblock_numberin__borrowerblock_timestamptransaction_hashin__borrowAccountNumber
0x38e49a617305101216ec6306e3a18065d14bf3a7false01321078410xc1a9e8c22c77546f7bacb37f4b480def256bd60b2023-09-18T04:31:14.000Z0xd53a81931b580ac68c9912f82c7489a526f7b27dd9028fd4e945105be8739fce73477562853622761467582309264697839979719104833078957804587532587893326622136
0x38e49a617305101216ec6306e3a18065d14bf3a7false01321118880xa5a540ebd011e7d35ecc2dbc36ece9c0c3afbdde2023-09-18T04:51:03.000Z0xc99fe2bc4bf742f264c10ed0d6521e043fa5336d8d32ac40ee3a6300c2912091100463039202735519434357126461227079548978340180041808051546446176174681661492
0x38e49a617305101216ec6306e3a18065d14bf3a7false01321811610xe920579ee6ac1d7d7f6d4f7ff4428269f0f6835b2023-09-18T09:58:28.000Z0x26cdf181717e4cc8b1bfaaf588939773a23f7583e77f0f02b2e7fa38ea20cdd397757968839549196062985520820208708829464833633212497420137789167677205760769
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.BorrowPositionProxyV2_BorrowPositionOpen_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogAddMarket_event

Event log emitted when a new market is added to the Dolomite margin protocol, recording the assigned market identifier and token address. Used for tracking market availability and supported assets across Dolomite deployments.
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_marketIdSTRINGUnique identifier for a market within the Dolomite protocol. String representation of a non-negative integer starting from 0.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_tokenlog_indexin_marketIdblock_numberblock_timestamptransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x4186bfc76e2e237523cbc30fd220fe055156b41f20492208332082024-06-11T19:46:18.000Z0xf2e7e4a96c4597a9c8715b76c2ce9a56db63d80420b6d93a3f84c4eed96ac8f8
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x57f5e098cad7a3d1eed53991d4d66c45c9af78129482208332082024-06-11T19:46:18.000Z0xf2e7e4a96c4597a9c8715b76c2ce9a56db63d80420b6d93a3f84c4eed96ac8f8
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x2adba3f917bb0af2530f8f295ad2a6ff1111fc0513101033770732023-06-21T09:03:55.000Z0x8efbc07ec436fbf87863107d5aaf1586d52c766233b931aecc511c449fa8e36c
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogAddMarket_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogBuy_event

No description available.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_takerMarketSTRINGMarket identifier for the token sold in the swap. Numeric string representing the Dolomite protocol’s internal market ID.
in_makerMarketSTRINGMarket identifier for the token received in the swap. Numeric string representing the Dolomite protocol’s internal market ID.
in_takerUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the taker market position in the Dolomite protocol. Contains deltaWei (balance change) and newPar (principal balance after update), each with a sign indicating positive or negative value and a numeric string value.
in_makerUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the maker market position in the Dolomite protocol. Contains deltaWei (balance change) and newPar (principal balance after update), each with a sign indicating positive or negative value and a numeric string value.
in_exchangeWrapperSTRINGContract address of the exchange wrapper used to facilitate the token swap in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogBuy_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogCall_event

Event log emitted when an external contract call is executed within a Dolomite Margin account operation. Contains the account owner, sub-account number, and callee address for tracking protocol interactions and external integrations.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_calleeSTRINGContract address of the callee invoked in the Dolomite protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_calleelog_indexblock_numberblock_timestampin_accountOwnerin_accountNumbertransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x00e4180f25896229979a52d73be22963e93bc8ce142894494872024-12-28T09:42:28.000Z0xc42bbb590c8d30980e8770fabd728168391de421532344732738996707764897495330059115535804028024507624088060064476853556450990xd2050aace6c88866144e47f3e8f8f31031e3c9081c90a513bcfe4775f6d1c1d4
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x00e4180f25896229979a52d73be22963e93bc8ce92894686092024-12-28T11:02:09.000Z0xb007ff0f47cfb36f5682a3a48017db9caba7db98893991953493429790174006019500750130381581064567626132846457154586833288930290xdad617e19c385abdc3d4dc553cab2a5794c7500dfb4883646d969d4549536c38
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x00e4180f25896229979a52d73be22963e93bc8ce462894547762024-12-28T10:04:30.000Z0x8d0b9badf52c71165a6df80bb9033bf877a9e30210106319066863777223437621365503576477539358744323730292950415169191359758520xc4931b9097c055808e5473ec2128c534d6968e9ed1646ea3a44fa875465160f1
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogCall_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogDeposit_event

Deposit events emitted by the DolomiteMargin protocol recording account collateral additions. Contains account owner, market identifier, depositor address, and balance changes including the Wei delta and updated principal balance with sign indicators.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_updateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Account balance update containing the change in Wei (deltaWei) and the new principal balance (newPar). Each component includes a boolean sign indicator and a numeric string value representing the amount.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressin_fromremovedin_marketin_updatelog_indexblock_numberblock_timestampin_accountOwnerin_accountNumbertransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae054090720xadb9d68c613df4aa363b42161e1282117c7b9594false0{“newPar”:{“sign”:true,“value”:“120029775440322250”},“deltaWei”:{“sign”:true,“value”:“1000000000000000”}}431996781872024-04-10T20:39:55.000Z0xa4a2e39b198877393edc274cc8886078ae4baad300x2a58d5dbf250250b3ad71aba308afa60544dae95f8cd8d39253f1dee08eef1fe
0x6bd780e7fdf01d77e4d475c821f1e7ae054090720xbdaee0edcc7d3f159325c29f7ca2cd3e50967c93false0{“newPar”:{“sign”:true,“value”:“10654845608880682990”},“deltaWei”:{“sign”:true,“value”:“5000000000000000000”}}151995723452024-04-10T13:14:07.000Z0xbdaee0edcc7d3f159325c29f7ca2cd3e50967c9300xdad5fc687d806c6d96d58ad6ed4a9ebb9de991cb1ae5523c390cd2e8b47f7332
0x6bd780e7fdf01d77e4d475c821f1e7ae054090720xadb9d68c613df4aa363b42161e1282117c7b9594false0{“newPar”:{“sign”:true,“value”:“50435748340785550”},“deltaWei”:{“sign”:true,“value”:“51600000000000000”}}161996089922024-04-10T15:48:48.000Z0xdcb906044452856242401323e4c76df9f15690e100x92ac322c4bc8eea9b09036a16366262499119000dc3a8e32b17be792666a3010
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogDeposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogIndexUpdate_event

Interest rate index updates for Dolomite margin markets containing borrow rate, supply rate, and last update timestamp. Tracks the accumulation of interest over time for each market identifier.
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_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_indexSTRUCT<borrow STRING, supply STRING, lastUpdate STRING>Liquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
addressremovedin_indexin_marketlog_indexblock_numberblock_timestamptransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false{“borrow”:“1025574056975364497”,“supply”:“1008386364797307389”,“lastUpdate”:“1737937078”}1292996387072025-01-27T00:17:58.000Z0x731256621a9aa7bcad356dc7b15f8f302d9e9ee188f66df02f8f9267d58dfe13
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false{“borrow”:“1316034143775013117”,“supply”:“1226877912977430873”,“lastUpdate”:“1737937078”}572996387072025-01-27T00:17:58.000Z0x731256621a9aa7bcad356dc7b15f8f302d9e9ee188f66df02f8f9267d58dfe13
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false{“borrow”:“1048341785081365358”,“supply”:“1019722028757033908”,“lastUpdate”:“1737937078”}39102996387072025-01-27T00:17:58.000Z0x731256621a9aa7bcad356dc7b15f8f302d9e9ee188f66df02f8f9267d58dfe13
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogIndexUpdate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogInterestRate_event

Interest rate update events emitted by Dolomite Margin protocol contracts, recording rate changes for lending markets. Contains market identifier and new rate value for tracking borrowing cost dynamics.
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_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_rateSTRUCT<value STRING>Interest rate value used in the protocol operation. Numeric string representation without decimal formatting.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogInterestRate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogLiquidate_event

Liquidation events from the Dolomite margin trading protocol recording undercollateralized position seizures. Contains liquidator and liquidated account identifiers, market IDs for collateral and debt assets, and balance updates (deltaWei and newPar) for both parties’ positions.
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_solidAccountOwnerSTRINGAccount address of the entity performing the liquidation or vaporization in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_solidAccountNumberSTRINGAccount number identifying the liquidator’s position in the Dolomite protocol. String-encoded numeric value, with 0 representing the default account and larger values representing isolated sub-accounts.
in_liquidAccountOwnerSTRINGAccount address of the entity whose position is being liquidated in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_liquidAccountNumberSTRINGAccount number identifying the position being liquidated in the Dolomite protocol. String-encoded numeric value, with 0 representing the default account and larger values representing isolated sub-accounts.
in_heldMarketSTRINGMarket identifier for the collateral asset held by the account. String-encoded numeric value representing the market ID in the Dolomite protocol.
in_owedMarketSTRINGMarket identifier for the debt asset owed by the account. String-encoded numeric value representing the market ID in the Dolomite protocol.
in_solidHeldUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the liquidator’s collateral position in the Dolomite protocol. Structured as deltaWei (change in balance with sign and string value) and newPar (new principal balance with sign and string value).
in_solidOwedUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the liquidator’s debt position in the Dolomite protocol. Structured as deltaWei (change in balance with sign and string value) and newPar (new principal balance with sign and string value).
in_liquidHeldUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the liquidated account’s collateral position in the Dolomite protocol. Structured as deltaWei (change in balance with sign and string value) and newPar (new principal balance with sign and string value).
in_liquidOwedUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the liquidated account’s debt position in the Dolomite protocol. Structured as deltaWei (change in balance with sign and string value) and newPar (new principal balance with sign and string value).
addressremovedlog_indexblock_numberin_heldMarketin_owedMarketblock_timestamptransaction_hashin_solidHeldUpdatein_solidOwedUpdatein_liquidHeldUpdatein_liquidOwedUpdatein_solidAccountOwnerin_liquidAccountOwnerin_solidAccountNumberin_liquidAccountNumber
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false31213935994702024-05-22T17:17:40.000Z0x229753ccd5643dfad2b942b4277acaf0de50b2fdb967d07227ae552aa1c8ee38{“newPar”:{“sign”:true,“value”:“353036309775378588”},“deltaWei”:{“sign”:true,“value”:“20205593573381661”}}{“newPar”:{“sign”:true,“value”:“6209526448941145910”},“deltaWei”:{“sign”:false,“value”:“5863275030221”}}{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“20205593573381661”}}{“newPar”:{“sign”:false,“value”:“4262071250265”},“deltaWei”:{“sign”:true,“value”:“5863275030221”}}0x1ff6b8e1192eb0369006bbad76da9068b68961b20x60b47e130b64d1514e61811541215e9aba1c9f0101818340209764264718739867023107231399134460632933499603921569377885393186089
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false332138796372802024-05-22T13:18:07.000Z0x28fe75f0d4f99d4ac7442a883a27cf8f1b82bb91d593dbfa13d63dda574e1af2{“newPar”:{“sign”:true,“value”:“72432945546843431992”},“deltaWei”:{“sign”:true,“value”:“72432945546843431992”}}{“newPar”:{“sign”:true,“value”:“6188285668338638899”},“deltaWei”:{“sign”:false,“value”:“20486557230044780”}}{“newPar”:{“sign”:true,“value”:“8764110157991944509”},“deltaWei”:{“sign”:false,“value”:“72432945546843431992”}}{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“20486557230044780”}}0x1ff6b8e1192eb0369006bbad76da9068b68961b20xfa8c419f57a71771f61530c0ad5b363e26c05129073393820303938633648714426277132004145259668624937110196805672159401770351114
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false37196371870702024-04-01T05:50:58.000Z0xaeb19bd5bb4e409f46debc0ff65613a47d67d8f413d5d3a4d750a7cb27042989{“newPar”:{“sign”:true,“value”:“36583886417404860”},“deltaWei”:{“sign”:true,“value”:“20234763144494875”}}{“newPar”:{“sign”:true,“value”:“4216882894424545763”},“deltaWei”:{“sign”:false,“value”:“8539829529376”}}{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“20234763144494875”}}{“newPar”:{“sign”:false,“value”:“1590673056249”},“deltaWei”:{“sign”:true,“value”:“8539829529376”}}0x1ff6b8e1192eb0369006bbad76da9068b68961b20x0b6b2740ab0508ee9ca739c7b3da2e1cdc3dd2a60106213372350936711848973969323130927348206794191629942222831237375019609718162
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogLiquidate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogOperation_event

Event log emitted by DolomiteMargin protocol contracts when an operation is executed, recording the sender address and transaction context. Used for tracking protocol interactions and operation sequencing across margin trading activities.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_senderlog_indexblock_numberblock_timestamptransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x1d9e10b161ae54feabe1e3f71f658cac3468e3c311915182832024-03-18T03:27:57.000Z0xb35ce2e8ccfedec979d7d703e4aecb8329761b4960515c56edb5fdab44c0c30d
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x1d9e10b161ae54feabe1e3f71f658cac3468e3c341916075052024-03-18T09:44:01.000Z0x2fceb9942271f05aa9b268382eca300637e2a683bdc13887f0e43f9b638250ce
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x1d9e10b161ae54feabe1e3f71f658cac3468e3c341915961212024-03-18T08:56:30.000Z0x8a70d1e89d6d16ce4d0c12307b38e6d56bba9bdaf3bce5e69a971ef3980224fa
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogOperation_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogOperatorSet_event

Operator authorization events from Dolomite Margin protocol recording when an owner grants or revokes trusted operator status to an address. The in_trusted flag indicates whether the operator is being authorized or deauthorized to execute operations on behalf of the owner.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_operatorSTRINGAddress authorized to execute the operation on behalf of the token owner. Hex-encoded, 0x-prefixed, 42-character string.
in_trustedBOOLBoolean flag indicating whether the operator has trusted status for the owner’s account.
addressremovedin_ownerlog_indexin_trustedin_operatorblock_numberblock_timestamptransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0xbd63e9b1a9ae262ae66a5979423f2d2b94e878130true0xce451310d82742a1689a5de6bac9fcf8a976b568287382382022-10-06T17:40:26.000Z0x884fb7f7f73e4d8d37f5aa2d65cc1ae138106c0d71d1160676b52d64eee2b48e
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0xbd63e9b1a9ae262ae66a5979423f2d2b94e878130true0x8a80212d49f0169d58d61a5c448687d48cd6f879287382422022-10-06T17:40:28.000Z0xecc4994d5362c095019b94682a5666a2f3ee9982f8140f5238f082412312c337
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0x1ff6b8e1192eb0369006bbad76da9068b68961b23true0x84b027f8fcefe40d044ccf9ccb54cc6e48c53450978151602023-06-04T20:46:39.000Z0xd4018290e00bbeeff41ec8d47ca39e78c91440f2e44c17898c1fbcaefb2e4fe1
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogOperatorSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogOraclePrice_event

Oracle price update events emitted by Dolomite Margin contracts, containing market identifiers and updated asset prices. Used for tracking price feed changes and valuation snapshots across Dolomite protocol markets.
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_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_priceSTRUCT<value STRING>Price of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
addressremovedin_pricein_marketlog_indexblock_numberblock_timestamptransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false1000098710000000000000000000000210832913772023-04-23T00:33:22.000Z0x2a73c25756161671a152743492bbb8877ca343997484987e980b5f6da14a155c
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false186851167657000000000009832913772023-04-23T00:33:22.000Z0x2a73c25756161671a152743492bbb8877ca343997484987e980b5f6da14a155c
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false185648860000000000000003832916722023-04-23T00:34:34.000Z0x104ef8c5d25ba6b7e17ae76ca0a6fa7f1f323cbad84bae08c516337863377199
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogOraclePrice_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogSell_event

Token swap events from the Dolomite protocol recording account-to-market trades with balance updates. Contains taker market (sold token), maker market (received token), account identifiers, exchange wrapper address, and delta/principal balance changes for both positions.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_takerMarketSTRINGMarket identifier for the token sold in the swap. Numeric string representing the Dolomite protocol’s internal market ID.
in_makerMarketSTRINGMarket identifier for the token received in the swap. Numeric string representing the Dolomite protocol’s internal market ID.
in_takerUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the taker market position in the Dolomite protocol. Contains deltaWei (balance change) and newPar (principal balance after update), each with a sign indicating positive or negative value and a numeric string value.
in_makerUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the maker market position in the Dolomite protocol. Contains deltaWei (balance change) and newPar (principal balance after update), each with a sign indicating positive or negative value and a numeric string value.
in_exchangeWrapperSTRINGContract address of the exchange wrapper used to facilitate the token swap in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_makerMarketin_makerUpdatein_takerMarketin_takerUpdateblock_timestampin_accountOwnerin_accountNumbertransaction_hashin_exchangeWrapper
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false252354748930{“newPar”:{“sign”:true,“value”:“29549036282876696”},“deltaWei”:{“sign”:true,“value”:“30819625559587692”}}5{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“106056615”}}2024-07-24T06:46:03.000Z0x7889a4334d7b84915808bed68db6ffeb924bb73f229155025037700259040680945553484906884233879727349428423028000975729225391080xeca0b7493f0eb668f0975611c59b6609c99db275abcf532c28b84e0c6e371b340xd991d9e0a22a51391c25b258eef8c1c4a392383a
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false442355801420{“newPar”:{“sign”:true,“value”:“141217130983076153”},“deltaWei”:{“sign”:true,“value”:“147291292500582459”}}18{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“500000001573429157”}}2024-07-24T14:05:39.000Z0x09fa38eba245bb68354b8950fa2fe71f02863393616123905108682149072018265864882204259853073437514156286831623014699065879930x52cdc06a454f21bbc6fed9f70b4952f9df2250584441d7327544532289c727440x2cdbb25b4aca98a55f6b1a0f67d9f43455e67f3c
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false322354661360{“newPar”:{“sign”:true,“value”:“22873706736268971”},“deltaWei”:{“sign”:true,“value”:“23857235425435880”}}7{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“105941532524989806330”}}2024-07-24T06:09:27.000Z0x299ecfdf7e0fc7181137f17ad4b18473ed995ccf428017515723315793925079500900183400816733186318914137479957973034486208346040x49b6fdfbe866e86ce86309c94ecf851cc74e5184ad281aed3dc360fc814397b20x2cdbb25b4aca98a55f6b1a0f67d9f43455e67f3c
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogSell_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogSetEarningsRate_event

Earnings rate configuration events emitted by Dolomite Margin protocol contracts when the protocol fee rate is updated. Records the new earnings rate value applied to interest calculations for the lending platform.
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_earningsRateSTRUCT<value STRING>Earnings rate parameter set in the protocol. Stored as a struct containing an 18-decimal fixed-point number represented as a string.
addressremovedlog_indexblock_numberblock_timestampin_earningsRatetransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false1454185072022-12-12T00:48:57.000Z8500000000000000000x7198b53ac4ee4c2df0bb64a7b501004c389f94564b26150c6a47b1a5e99d8498
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogSetEarningsRate_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogSetEarningsRateOverride_event

Event logs emitted when earnings rate overrides are set for specific markets in the DolomiteMargin protocol. Contains the market identifier and the override value applied to modify default earnings rate calculations.
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_marketIdSTRINGUnique identifier for a market within the Dolomite protocol. String representation of a non-negative integer starting from 0.
in_earningsRateOverrideSTRUCT<value STRING>Custom earnings rate set for a specific market in the Dolomite protocol. Struct containing a string value representing the rate override.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogSetEarningsRateOverride_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogSetLiquidationSpread_event

Event log emitted when the liquidation spread parameter is updated in the Dolomite Margin protocol. Records the new spread value used to calculate liquidator incentives during position liquidations.
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_liquidationSpreadSTRUCT<value STRING>Liquidation spread parameter for the Dolomite protocol. Struct containing a string value field representing the spread in wei, with 18 decimal precision.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogSetLiquidationSpread_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogSetLiquidationSpreadPremium_event

Event log emitted when liquidation spread premium parameters are configured for a specific market in the Dolomite margin protocol. Records the market identifier and the new premium value applied to liquidation spreads for risk management.
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_marketIdSTRINGUnique identifier for a market within the Dolomite protocol. String representation of a non-negative integer starting from 0.
in_liquidationSpreadPremiumSTRUCT<value STRING>Liquidation spread premium parameter for a Dolomite market. String representation of the premium value in wei, where 1e18 represents 100% (e.g., ‘200000000000000000’ equals 20%).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogSetLiquidationSpreadPremium_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogSetSpreadPremium_event

Liquidation spread premium configuration changes for Dolomite margin markets on Arbitrum, recording the premium percentages applied to each market ID during liquidations. Used for tracking risk parameter adjustments and analyzing liquidation incentive structures across different collateral types.
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_marketIdSTRINGUnique identifier for a market within the Dolomite protocol. String representation of a non-negative integer starting from 0.
in_liquidationSpreadPremiumSTRUCT<value STRING>Liquidation spread premium parameter for a Dolomite market. String representation of the premium value in wei, where 1e18 represents 100% (e.g., ‘200000000000000000’ equals 20%).
addressremovedlog_indexin_marketIdblock_numberblock_timestamptransaction_hashin_liquidationSpreadPremium
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false23271553036072023-11-29T18:04:11.000Z0x9c8ccf24938306f51d28aa36a9d1c2ad058715e527af89648718a3440c2c903f400000000000000000
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false16261553036072023-11-29T18:04:11.000Z0x9c8ccf24938306f51d28aa36a9d1c2ad058715e527af89648718a3440c2c903f2000000000000000000
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false8251553036072023-11-29T18:04:11.000Z0x9c8ccf24938306f51d28aa36a9d1c2ad058715e527af89648718a3440c2c903f2000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogSetSpreadPremium_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogTrade_event

Trade execution events from Dolomite Margin protocol containing maker and taker account details, market identifiers, position deltas, and auto-trader addresses. Captures bilateral trades with input/output market pairs and balance updates for both counterparties.
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_takerAccountOwnerSTRINGAddress that owns the taker account in the Dolomite protocol trade. Hex-encoded, 0x-prefixed, 42-character string.
in_takerAccountNumberSTRINGAccount identifier for the taker side of the trade in the Dolomite protocol. Numeric string that can be either a simple index (0) or a large integer representing a virtual account.
in_makerAccountOwnerSTRINGAddress that owns the maker account in the Dolomite protocol trade. Hex-encoded, 0x-prefixed, 42-character string.
in_makerAccountNumberSTRINGAccount identifier for the maker side of the trade in the Dolomite protocol. Numeric string that can be either a simple index (0) or a large integer representing a virtual account.
in_inputMarketSTRINGMarket identifier for the asset received by the taker in the trade. Numeric string representing the market index in the Dolomite protocol.
in_outputMarketSTRINGMarket identifier for the asset sent by the taker in the trade. Numeric string representing the market index in the Dolomite protocol.
in_takerInputUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the taker’s input position resulting from the trade. Structure contains deltaWei (signed change in Wei units) and newPar (signed new principal balance), where sign is true for positive and false for negative values, both represented as numeric strings.
in_takerOutputUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the taker’s output position resulting from the trade. Structure contains deltaWei (signed change in Wei units) and newPar (signed new principal balance), where sign is true for positive and false for negative values, both represented as numeric strings.
in_makerInputUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the maker’s input position resulting from the trade. Structure contains deltaWei (signed change in Wei units) and newPar (signed new principal balance), where sign is true for positive and false for negative values, both represented as numeric strings.
in_makerOutputUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the maker’s output position resulting from the trade. Structure contains deltaWei (signed change in Wei units) and newPar (signed new principal balance), where sign is true for positive and false for negative values, both represented as numeric strings.
in_autoTraderSTRINGContract address of the automated trading contract that executed or facilitated the trade. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_autoTraderin_inputMarketblock_timestampin_outputMarkettransaction_hashin_makerInputUpdatein_takerInputUpdatein_makerAccountOwnerin_makerOutputUpdatein_takerAccountOwnerin_takerOutputUpdatein_makerAccountNumberin_takerAccountNumber
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false7504393140xb77a493a4950cad1b049e222d62bce14ff423c6f02023-01-03T02:43:47.000Z20xbfe890b75845d8d3f23b04cefcaaec9b0212239513b2191da7460a5f8c77bc40{“newPar”:{“sign”:true,“value”:“468504409862956301312”},“deltaWei”:{“sign”:true,“value”:“256546414436602713”}}{“newPar”:{“sign”:true,“value”:“83453035998402849”},“deltaWei”:{“sign”:false,“value”:“256546414436602713”}}0xb77a493a4950cad1b049e222d62bce14ff423c6f{“newPar”:{“sign”:true,“value”:“567606631298”},“deltaWei”:{“sign”:false,“value”:“310052383”}}0x73c95b3d3f78000699cacab90fe59af12ee2c542{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“310052383”}}0100036664860478834360034067759389768186578538004104136683019453783299521127311
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false9505806930xb77a493a4950cad1b049e222d62bce14ff423c6f02023-01-03T16:07:12.000Z20xaa0f0b3a51c0db940bfd4becd55ca7c16376d7a9a5a62274a906e27eaff7d5b8{“newPar”:{“sign”:true,“value”:“467882979399076176776”},“deltaWei”:{“sign”:true,“value”:“248407475891701”}}{“newPar”:{“sign”:true,“value”:“252186191246181”},“deltaWei”:{“sign”:false,“value”:“248407475891701”}}0xb77a493a4950cad1b049e222d62bce14ff423c6f{“newPar”:{“sign”:true,“value”:“566755467495”},“deltaWei”:{“sign”:false,“value”:“300000”}}0x8b4e6fc5ec524a227a62e99eeb12133b05cdd658{“newPar”:{“sign”:true,“value”:“299996”},“deltaWei”:{“sign”:true,“value”:“300000”}}00
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false7504613150xb77a493a4950cad1b049e222d62bce14ff423c6f02023-01-03T05:13:52.000Z20x2553ee9ba177c675aefcd39701b97c12805246fd74f182f3c8571f4847efcc70{“newPar”:{“sign”:true,“value”:“468587689665086387241”},“deltaWei”:{“sign”:true,“value”:“440000000000000”}}{“newPar”:{“sign”:true,“value”:“559996120055067”},“deltaWei”:{“sign”:false,“value”:“440000000000000”}}0xb77a493a4950cad1b049e222d62bce14ff423c6f{“newPar”:{“sign”:true,“value”:“567606099924”},“deltaWei”:{“sign”:false,“value”:“531381”}}0xd532bd6c3f912d61656f08fe189cac2268da8db6{“newPar”:{“sign”:true,“value”:“531374”},“deltaWei”:{“sign”:true,“value”:“531381”}}00
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogTrade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogTransfer_event

Transfer events from Dolomite Margin protocol recording balance changes between two accounts within a specified market. Contains account identifiers, market ID, and balance updates (deltaWei and newPar) for both accounts involved in the transfer.
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_accountOneOwnerSTRINGOwner address for the first account in a transfer operation. Hex-encoded, 0x-prefixed, 42-character string.
in_accountOneNumberSTRINGAccount identifier for the first account in a transfer operation. Numeric string that can represent either a simple account number (e.g., ‘0’) or a large integer identifier.
in_accountTwoOwnerSTRINGOwner address for the second account in a transfer operation. Hex-encoded, 0x-prefixed, 42-character string.
in_accountTwoNumberSTRINGAccount identifier for the second account in a transfer operation. Numeric string that can represent either a simple account number (e.g., ‘0’) or a large integer identifier.
in_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_updateOneSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Account balance update for the first account in the transfer, containing the change in Wei balance (deltaWei) and the new principal balance (newPar). Each balance component includes a boolean sign indicator (true for positive, false for negative) and a numeric string value.
in_updateTwoSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Account balance update for the second account in the transfer, containing the change in Wei balance (deltaWei) and the new principal balance (newPar). Each balance component includes a boolean sign indicator (true for positive, false for negative) and a numeric string value.
addressremovedin_marketlog_indexblock_numberin_updateOnein_updateTwoblock_timestamptransaction_hashin_accountOneOwnerin_accountTwoOwnerin_accountOneNumberin_accountTwoNumber
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false033287268076{“newPar”:{“sign”:false,“value”:“54142124639705318”},“deltaWei”:{“sign”:false,“value”:“60000000000000000”}}{“newPar”:{“sign”:true,“value”:“56782531376559091”},“deltaWei”:{“sign”:true,“value”:“60000000000000000”}}2024-12-22T01:42:42.000Z0x3219081c55df6c16ca61b8fb8f997a5ff82388643ba6c862402b5630fc98de470x00908a54988f2db52436351ac8188cf68bf92fec0x00908a54988f2db52436351ac8188cf68bf92fec125625111626659040840839774926408635932974975927806096811331382874644329837610
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false07287271104{“newPar”:{“sign”:false,“value”:“99260534130616993”},“deltaWei”:{“sign”:false,“value”:“50000000000000000”}}{“newPar”:{“sign”:true,“value”:“47318769084190911”},“deltaWei”:{“sign”:true,“value”:“50000000000000000”}}2024-12-22T01:55:24.000Z0xbd93223c4ca40ce472ebf74e25168a0eff37e4e0fa87bcfb2c8092f3634830bb0x00908a54988f2db52436351ac8188cf68bf92fec0x00908a54988f2db52436351ac8188cf68bf92fec125625111626659040840839774926408635932974975927806096811331382874644329837610
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false012287426288{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“110003491502198673”}}{“newPar”:{“sign”:true,“value”:“943064314717362”},“deltaWei”:{“sign”:false,“value”:“110003491502198673”}}2024-12-22T12:43:42.000Z0x5cf2599fe37058871719f793beed03bb3612388556ef418aa241b927b6698f690x00908a54988f2db52436351ac8188cf68bf92fec0x00908a54988f2db52436351ac8188cf68bf92fec125625111626659040840839774926408635932974975927806096811331382874644329837610
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogTransfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogVaporize_event

Vaporization events from the Dolomite margin protocol recording debt elimination from undercollateralized accounts. Contains liquidator and vaporized account identifiers, market IDs for collateral and debt assets, and balance updates (deltaWei and newPar) for both positions.
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_solidAccountOwnerSTRINGAccount address of the entity performing the liquidation or vaporization in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_solidAccountNumberSTRINGAccount number identifying the liquidator’s position in the Dolomite protocol. String-encoded numeric value, with 0 representing the default account and larger values representing isolated sub-accounts.
in_vaporAccountOwnerSTRINGAccount address of the entity whose position is being vaporized in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_vaporAccountNumberSTRINGAccount number identifying the vaporized position in the Dolomite protocol. String-encoded numeric value representing the sub-account being liquidated through vaporization.
in_heldMarketSTRINGMarket identifier for the collateral asset held by the account. String-encoded numeric value representing the market ID in the Dolomite protocol.
in_owedMarketSTRINGMarket identifier for the debt asset owed by the account. String-encoded numeric value representing the market ID in the Dolomite protocol.
in_solidHeldUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the liquidator’s collateral position in the Dolomite protocol. Structured as deltaWei (change in balance with sign and string value) and newPar (new principal balance with sign and string value).
in_solidOwedUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the liquidator’s debt position in the Dolomite protocol. Structured as deltaWei (change in balance with sign and string value) and newPar (new principal balance with sign and string value).
in_vaporOwedUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the vaporized account’s debt position in the Dolomite protocol. Structured as deltaWei (change in balance with sign and string value) and newPar (new principal balance with sign and string value).
addressremovedlog_indexblock_numberin_heldMarketin_owedMarketblock_timestamptransaction_hashin_solidHeldUpdatein_solidOwedUpdatein_vaporOwedUpdatein_solidAccountOwnerin_vaporAccountOwnerin_solidAccountNumberin_vaporAccountNumber
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false27168056090022024-01-07T16:02:43.000Z0x8a6ca9df1989f6204f5b8b99ef39f7ed460b54c12b8ee0dd9355c3cd1536e764{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“0”}}{“newPar”:{“sign”:true,“value”:“5”},“deltaWei”:{“sign”:true,“value”:“0”}}{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“10090”}}0x52256ef863a713ef349ae6e97a7e8f35785145de0xb8fd61993b7e95ef57d7ae0ae62bee03b9eee7600106876258068914935116567023597389640643402496213994320244959369035096116678266
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false27168056330022024-01-07T16:03:44.000Z0x623cca18e7e5abefb62c248e03e468c76b6529f17ba49db11c858bdd4f291247{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“0”}}{“newPar”:{“sign”:true,“value”:“5”},“deltaWei”:{“sign”:true,“value”:“0”}}{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“57704”}}0x52256ef863a713ef349ae6e97a7e8f35785145de0xa5e1bac0ee7b3afe9bfa1ea11e3cc141f72cff38038971613263643293981477018390815334982484437980556590705552548380676179035616
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false27168056192072024-01-07T16:03:10.000Z0xa72ff96818c898acceb036989fbc5112c0843d016f9bc53cc60e21771f1a66f7{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“0”}}{“newPar”:{“sign”:true,“value”:“69646644813732842”},“deltaWei”:{“sign”:true,“value”:“0”}}{“newPar”:{“sign”:false,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“5387179217278969782”}}0x52256ef863a713ef349ae6e97a7e8f35785145de0xb506c02f6b5b84e630e21b56347f2ec1a293b29f062905638187777776648800951888947211282478833858377094316155105920963727233124
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogVaporize_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogWithdraw_event

Withdrawal events from Dolomite margin protocol accounts tracking asset removals with account owner, market identifier, recipient address, and balance updates. Balance changes include both the Wei-denominated delta and resulting principal amount with sign indicators for position direction.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_marketSTRINGTrading pair or market identifier specifying the assets being traded or operated on.
in_updateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Account balance update containing the change in Wei (deltaWei) and the new principal balance (newPar). Each component includes a boolean sign indicator and a numeric string value representing the amount.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_marketin_updatelog_indexblock_numberblock_timestampin_accountOwnerin_accountNumbertransaction_hash
0xadb9d68c613df4aa363b42161e1282117c7b95940x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“481625072341022341”}}4488224832022-12-25T18:41:17.000Z0xc76466556b8e2f5f5d933e4a39f80885f7362cd700xff1245f5098e3abe7f7a707a30a064036e5dd8e4a7ce7b573353079c8f37deb6
0xadb9d68c613df4aa363b42161e1282117c7b95940x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“401406846892005561”}}4488071362022-12-25T17:19:08.000Z0xb8281a7caf09bb7a74c6db3c188f1aa4d528ab6f00x4e60000bae6c7eb30fa5d8b07b80c6674b29c19b92505ca6eb7d249652752b3f
0xadb9d68c613df4aa363b42161e1282117c7b95940x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“700000493691862798”}}4487250532022-12-25T10:26:30.000Z0x37802de6e0a8b253d70a30e48b912e7baf7a6f5700x86f2793547f5c3f1a170abf5d03a4c2e0c5f554fe08ee0a93c027ca087c103f4
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogWithdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DolomiteMargin_LogWithdrawExcessTokens_event

Event log recording excess token withdrawals from Dolomite Margin protocol contracts. Contains the withdrawn token address and amount, enabling tracking of protocol surplus token removals and treasury management operations.
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_tokenSTRINGToken address involved in the transaction or operation. 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.
addressremovedin_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0xda10009cbd5d07dd0cecc66161fc93d7c9000da12790248010511879262675953243019932025-04-08T18:36:40.000Z0xa3601f8667e4b5eb39c996cfbab7c768c538ecd32b64f919cd00701bbafb103c
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0xff970a61a04b1ca14834a43f5de4533ebddb5cc849826062215743243019932025-04-08T18:36:40.000Z0xa3601f8667e4b5eb39c996cfbab7c768c538ecd32b64f919cd00701bbafb103c
0x6bd780e7fdf01d77e4d475c821f1e7ae05409072false0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb913568303235233243019932025-04-08T18:36:40.000Z0xa3601f8667e4b5eb39c996cfbab7c768c538ecd32b64f919cd00701bbafb103c
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.DolomiteMargin_LogWithdrawExcessTokens_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncDepositCancelled_event

Cancelled asynchronous deposit events from Dolomite v1 protocol on Arbitrum, tracking failed or user-cancelled deposit operations with deposit keys and token addresses. Used for monitoring deposit flow interruptions and analyzing user cancellation patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_keyaddressremovedin_tokenlog_indexblock_numberblock_timestamptransaction_hash
0xa98b838f8ec672e15935662e84f83ef315a13cdb97a0d7c51a58522ec350c9ef0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x1e8e8b7a2f827b3bc12b00ee402145061b7050ef452163860392024-05-29T22:04:53.000Z0x8568730c7987ac974b61c30062311f97c14224f6d57c01569e843adcda678c64
0x11f38ac68327d4e4a525b4d4fc0612dc67d567af49a4c8a18eea4c6bc4d8e0580x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0512162515782024-05-29T12:43:53.000Z0xe3e6ff32c8de6329474c0d5cd665dc89cdc2610f54c2fe039a72f58eb8b24e7f
0x3e6acd8c5288b405c2635d0340cd176d12aa96c96c8802d0f011894fe1b2f2ad0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x2c799166c9f0dbf9efc5004cbce4c5a37fa39329352162780732024-05-29T14:34:46.000Z0x621e5d474b6e5a58d1f0e5dccb5a602c0e317db7c5210331d36747381c500912
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncDepositCancelled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncDepositCancelledFailed_event

Failed asynchronous deposit cancellation events from Dolomite V1 protocol on Arbitrum. Records deposit operations that encountered errors during cancellation, including the deposit key, token address, and failure reason for troubleshooting failed transactions.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_reasonSTRINGEnumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
in_keyaddressremovedin_tokenin_reasonlog_indexblock_numberblock_timestamptransaction_hash
0x8369ab5b9e3f29d439a23876ccb5ae44b738ffce9a51c1a2df3da19eb06bcf650x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x2c799166c9f0dbf9efc5004cbce4c5a37fa3932961985622382024-04-07T14:45:35.000Z0x5b9ebdff2d54b17625aa72e45b02e33c9a7deee694c9f05490f31b38c45b42fb
0xe86f33c7c852812dabfd5c442c9f9fe99461eda40b038787d89961a3c60fd73d0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x2c799166c9f0dbf9efc5004cbce4c5a37fa3932961985624702024-04-07T14:46:34.000Z0x215b550323fefae17b5a7ab9142884e23b1138d71b18067c4239ca6861f57157
0xc6e8e63e4adcad30c4b5c83e9a9ee456e86e19a1da38352e5597ab57ef8d0f540x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x2c799166c9f0dbf9efc5004cbce4c5a37fa3932981985807742024-04-07T16:02:52.000Z0x8b54d1e9fa69e510b59016c4a9a8a950f6742f0ec8a1a840cb8517e2371c319e
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncDepositCancelledFailed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncDepositCreated_event

Asynchronous deposit creation events from Dolomite v1 protocol on Arbitrum, capturing vault deposits with input/output token amounts and unique deposit keys. Used for tracking cross-asset deposit conversions and vault funding activity.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_depositSTRUCT<key STRING, vault STRING, accountNumber STRING, inputToken STRING, inputAmount STRING, outputAmount STRING, isRetryable BOOL>Nested record containing the complete deposit operation details for this async deposit event. Includes vault address, input/output token addresses and amounts, unique key identifier, account number, and retry flag.
in_keyaddressremovedin_tokenlog_indexin_depositblock_numberblock_timestamptransaction_hash
0x0f6f87c0975e6faae799cf6e96111fde2f455fc6f979e046deaaa96e546e736a0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e047{“key”:“0x0f6f87c0975e6faae799cf6e96111fde2f455fc6f979e046deaaa96e546e736a”,“vault”:“0x79fcda7a02d1f91a9b80bfceb8904885ae465674”,“inputToken”:“0xaf88d065e77c8cc2239327c5edb3a432268e5831”,“inputAmount”:“1269255”,“isRetryable”:false,“outputAmount”:“764111874006350641”,“accountNumber”:“0”}1978233512024-04-05T11:14:59.000Z0x5543efea96afb5cb3ebe122513611f9f92417ea98ac4db5f5fbf5224f8abba4a
0x78b69fe49c5c63edf1ba7a04e35e01bbceb041a8c00059a6e1bb98ef8f9c01160x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e040{“key”:“0x78b69fe49c5c63edf1ba7a04e35e01bbceb041a8c00059a6e1bb98ef8f9c0116”,“vault”:“0x0770b25ab53d9835a4e99df2e8ea150eecd4a65e”,“inputToken”:“0xaf88d065e77c8cc2239327c5edb3a432268e5831”,“inputAmount”:“1213102”,“isRetryable”:false,“outputAmount”:“725433435079278588”,“accountNumber”:“0”}1977506172024-04-05T06:11:28.000Z0x54fbace37b8b65f8c0e0907f4778bd929bbe01d2e6b38cca8d5b08b1c5bca87f
0x15abc02a0950f4f9fe7f339296e87e67bf205874625d047cf66b2538175b6b890x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e086{“key”:“0x15abc02a0950f4f9fe7f339296e87e67bf205874625d047cf66b2538175b6b89”,“vault”:“0xd39c3618dc4319d165a156748f64ff466a7875cf”,“inputToken”:“0xaf88d065e77c8cc2239327c5edb3a432268e5831”,“inputAmount”:“1000063”,“isRetryable”:false,“outputAmount”:“595759545949686097”,“accountNumber”:“0”}1978754142024-04-05T14:52:24.000Z0x37c1299d1b2d123244afd69caff69f4af4d510705938326cc4ba7706a8cba208
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncDepositCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncDepositExecuted_event

Async deposit execution events from Dolomite v1 protocol on Arbitrum, tracking when asynchronous deposit operations complete with unique deposit keys and token addresses. Used for monitoring cross-contract deposit flows and reconciling multi-step deposit transactions.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_keyaddressremovedin_tokenlog_indexblock_numberblock_timestamptransaction_hash
0xe893bf58f6a05aa0540ac25f2a600f10e6143a65fc3a4f831066a38c53ac22630x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x1e8e8b7a2f827b3bc12b00ee402145061b7050ef902001027862024-04-12T02:20:08.000Z0x5d594b277d0ecdd3afd24e885fc7879dc7333bab2623635fe4c625c464383d35
0xca289b21cf2dcce44ff77022bc626b24ff430785eb52c5fa1f698fc16118817c0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x1e8e8b7a2f827b3bc12b00ee402145061b7050ef692001421352024-04-12T05:05:11.000Z0xe30374587d0c672ee77500cbbdb666fbade3563278f32621a3139d089e19879c
0x6e6b16022a864a1a7e942d98006fc6468c403f3ad64993e8ebfd812359e11f780x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x1e8e8b7a2f827b3bc12b00ee402145061b7050ef462001425032024-04-12T05:06:43.000Z0x5dc4527f3d1ee1805515f2c5146a552d12e527f828f2a614336a89d16b4f28be
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncDepositExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncDepositFailed_event

No description available.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_reasonSTRINGEnumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncDepositFailed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncDepositOutputAmountUpdated_event

No description available.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncDepositOutputAmountUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncWithdrawalCancelled_event

Cancelled asynchronous withdrawal events from Dolomite protocol on Arbitrum, tracking user-initiated withdrawal cancellations with unique withdrawal identifiers and token addresses. Useful for analyzing withdrawal behavior patterns and protocol liquidity management.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_keyaddressremovedin_tokenlog_indexblock_numberblock_timestamptransaction_hash
0x169208701d8c96d213102ffc48f291684aad675d6a18a0dd0bf79510631507ee0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0192806472582024-12-02T18:18:14.000Z0xe4737af73d4014a34e36b92475f985ae9b9b3f7eb1666fb7a54d26f15ad0f2d7
0x151e4c881782dc50729a47aa4a2a0166ad941207832129209508f4b7b5151dea0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0182806141372024-12-02T15:59:19.000Z0xaeebd01b30dc8094a5c8cbc5770ce6657a7a4eb5d8d11e2def6cd88da2d30477
0xe63c31fa266e913f376db23705481719b746868beff67d715694b316c0f884fd0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0332804968712024-12-02T07:46:24.000Z0xac16db72ca3726c1624620428ae4847595d2b1f29b4c197a978dacaa8aed9229
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncWithdrawalCancelled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncWithdrawalCreated_event

Asynchronous withdrawal requests created on Dolomite v1 protocol on Arbitrum, tracking vault withdrawals with input tokens, output tokens, amounts, and execution parameters. Used for analyzing cross-asset withdrawal patterns and protocol liquidity flows.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_withdrawalSTRUCT<key STRING, vault STRING, accountNumber STRING, inputAmount STRING, outputToken STRING, outputAmount STRING, isRetryable BOOL, isLiquidation BOOL, extraData STRING>Nested record containing the full withdrawal request details including input/output tokens, amounts, vault address, and account information. Populated for each AsyncWithdrawalCreated event on Dolomite v1 protocol.
in_keyaddressremovedin_tokenlog_indexblock_numberin_withdrawalblock_timestamptransaction_hash
0x39cd96e49ea0fcb4f6ecee810e8b51a618bbc015fa5d37c87ce8ea499637c5ae0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e011228378331{“key”:“0x39cd96e49ea0fcb4f6ecee810e8b51a618bbc015fa5d37c87ce8ea499637c5ae”,“vault”:“0x66ee72bf3e00d9a285431736b359fbdfb45b3d4e”,“extraData”:“0x0000000000000000000000000000000000000000000000000724dd7f9ca654c800000000000000000000000000000000000000000000000000000000188e2476”,“inputAmount”:“496476062025817139318”,“isRetryable”:false,“outputToken”:“0xaf88d065e77c8cc2239327c5edb3a432268e5831”,“outputAmount”:“803036659”,“accountNumber”:“54076474303824601452235742064867467441076616048029936658255918624530999131528”,“isLiquidation”:false}2024-07-03T16:07:15.000Z0xbdc9e6f26b93c45f388c443af4ad6b1430a1e0eb9c6d53cc2008ce47c92c81b1
0x2523ef8ab7e61d9b4471ced072730f5b85b49e519d7c172efc537ef235e5ccba0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0xb15bbbfcff6c411410c66642306d1ffa7ecec4d810289614486{“key”:“0x2523ef8ab7e61d9b4471ced072730f5b85b49e519d7c172efc537ef235e5ccba”,“vault”:“0x8f0e004a66120b32e8157831be1c07c28c368ddd”,“extraData”:“0x00000000000000000000000000000000000000000000000006f05b59d3b2000000000000000000000000000000000000000000000000000000000000000b4fee”,“inputAmount”:“1000000000000000000000”,“isRetryable”:false,“outputToken”:“0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f”,“outputAmount”:“1482717”,“accountNumber”:“0”,“isLiquidation”:false}2024-12-28T21:12:49.000Z0x4c50f7aeb9159c10443e3d2ba522745e76fe3374a3edf311535bbdaa7fff6d11
0x3c195a3c263c7bbbe1d1918b1a4982400cb5398f1d7ec8cb62cd08f5e9f443640x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0xb15bbbfcff6c411410c66642306d1ffa7ecec4d817289616908{“key”:“0x3c195a3c263c7bbbe1d1918b1a4982400cb5398f1d7ec8cb62cd08f5e9f44364”,“vault”:“0x8f0e004a66120b32e8157831be1c07c28c368ddd”,“extraData”:“0x00000000000000000000000000000000000000000000000006f05b59d3b200000000000000000000000000000000000000000000000000000000000000125d61”,“inputAmount”:“1623399678654498228606”,“isRetryable”:false,“outputToken”:“0x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f”,“outputAmount”:“2407107”,“accountNumber”:“0”,“isLiquidation”:false}2024-12-28T21:23:04.000Z0xe11f47efae97ac7619c9d1138377289f705bca7f0743e09cfc0ce8196f5ad703
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncWithdrawalCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncWithdrawalExecuted_event

Completed asynchronous withdrawal events from Dolomite v1 protocol on Arbitrum, tracking when delayed withdrawal requests are executed with unique identifiers and token addresses. Used for monitoring withdrawal processing times and analyzing liquidity flow patterns across different token markets.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_keyaddressremovedin_tokenlog_indexblock_numberblock_timestamptransaction_hash
0x2d4f0b1c89a064842a11a52646fbcdcaab853b8c9cd8e713f70de4321964eff80x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x1e8e8b7a2f827b3bc12b00ee402145061b7050ef782229268162024-06-17T21:07:52.000Z0xd884a2c78a9b9e1cb34004c028c5deb39888469e0d725fc737576e841382ed81
0x1969d036973041a5d16533dd0f2dfa30eadfec421a49ba545d4638e9d2691f460x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x1e8e8b7a2f827b3bc12b00ee402145061b7050ef562229050432024-06-17T19:36:29.000Z0x7e9556cfb7d15d3f7a3321d72ddd429ae806325b53da8753c3aa1f69a07fd550
0x270ed199e8331e6cfd5aceaf01c7b4a7afab5d408c4847047658e5b404e38ad10x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x1e8e8b7a2f827b3bc12b00ee402145061b7050ef582228239952024-06-17T13:56:44.000Z0xfd4be82d0790238bb48663dc16d48f5be73dab5dd9a12ffd57930bdd1a0a3c02
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncWithdrawalExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncWithdrawalFailed_event

Failed asynchronous withdrawal events from Dolomite v1 protocol on Arbitrum, capturing withdrawal attempts that failed with error reasons and associated token addresses. Useful for monitoring withdrawal system health and identifying common failure patterns like slippage violations.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_reasonSTRINGEnumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
in_keyaddressremovedin_tokenin_reasonlog_indexblock_numberblock_timestamptransaction_hash
0xd15e32608c12165dc3d687d0a0a39b2ba387762fc743462d9ec1c04dc02b21040x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0GenericTraderProxyBase: Invalid minOutputAmountWei02210938902024-06-12T13:46:48.000Z0x70ea79604e69aaa5ea6073512839db12fd34f11cb839b4c283d9bda49e361aa0
0xd15e32608c12165dc3d687d0a0a39b2ba387762fc743462d9ec1c04dc02b21040x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0GenericTraderProxyBase: Invalid minOutputAmountWei02210541382024-06-12T11:00:34.000Z0x54a41e6fd3d66861e6915e01551ead2e543b518777c6ef649f469714db8140ce
0xd15e32608c12165dc3d687d0a0a39b2ba387762fc743462d9ec1c04dc02b21040x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0GenericTraderProxyBase: Invalid minOutputAmountWei02211497152024-06-12T17:39:23.000Z0x6dab89807e1e3120894dde579a2004abdec62b22fac12ad36d9092d6b0144e23
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncWithdrawalFailed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_AsyncWithdrawalOutputAmountUpdated_event

Asynchronous withdrawal output amount updates from Dolomite protocol on Arbitrum, tracking final token amounts received for withdrawal requests. Used to analyze withdrawal execution prices and slippage between initiation and completion.
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_keySTRINGUnique identifier for a specific position, swap pool, or contract state. 66-character hex string including 0x prefix.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_outputAmountSTRINGExpected amount of destination tokens to be received from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_keyaddressremovedin_tokenlog_indexblock_numberblock_timestampin_outputAmounttransaction_hash
0x4f74dfc9eb8deab7bab37946ada07736dd30eda3aa3d02f2f271f27d01e2b7a50x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x2c799166c9f0dbf9efc5004cbce4c5a37fa39329412381763572024-08-01T03:02:00.000Z28458539145857046780xa379e072d558abbe466fd8d8f27fa90d9d5f905917868fefcefc9b9a98017c59
0x573d0223566baa3de70b3476ca740651f73f35b07e21c51f37ad091a76c6807f0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e032562414842024-09-22T17:22:24.000Z14661450x6db317bb778f2a33cbc2aca827abce64647dddd157f1d3ab84b6dfc99d893c1b
0x573d0223566baa3de70b3476ca740651f73f35b07e21c51f37ad091a76c6807f0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse0x18cb14564fbb015bd3439220d177799355abc0e0352562414362024-09-22T17:22:12.000Z14661450xa6a795d9da2b14427284de849f3b5ccffc74c2afc59fe7e37d6dcc84aa724254
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_AsyncWithdrawalOutputAmountUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_BorrowPositionOpen_event

Borrow position creation events from Dolomite V1 margin protocol on Arbitrum, tracking when users open leveraged positions with borrower addresses and account numbers. Used for analyzing borrowing activity, position lifecycle tracking, and identifying active margin traders.
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_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowAccountNumberSTRINGAccount number identifier for the borrowing position within Dolomite’s margin trading system. Numeric string that can be 0 for primary accounts or higher values (100000+) for isolated sub-accounts.
addressremovedlog_indexin_borrowerblock_numberblock_timestamptransaction_hashin_borrowAccountNumber
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse20xfd5b0928bb188f87c04d82a9cee6a9987e6252a12752917272024-11-17T04:14:18.000Z0xab379263e4104bbd021212c89430baef3c8d4475727a54503616dfd0142d7155100000
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse230x2e8fba7125cfad75b8bc750832b06acae9729b162752545212024-11-17T01:38:25.000Z0xdc2db226bdbe0b94c84a837d91048abf623e226c8387b73bc2b396aa1eec41dd100089
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse250xe81fd4d869da37282223f703486657b783e916051930197872024-03-22T12:17:33.000Z0x4ce260fa4c83496e86fca729b50dfd290145ad4f30c1e123e61f84f09a8090570
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_BorrowPositionOpen_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_DistributorRegistered_event

No description available.
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_oTokenAddressSTRING-
in_pairTokenSTRING-
in_paymentTokenSTRINGContract address of the token used for payment in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_DistributorRegistered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_MarginPositionClose_event

Margin position closure events from Dolomite v1 protocol on Arbitrum, capturing token swaps and withdrawals when users close leveraged positions. Contains input/output token addresses, balance deltas, and withdrawal amounts for analyzing deleverage activity and position unwinds.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_inputTokenSTRINGContract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_outputTokenSTRINGContract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_withdrawalTokenSTRINGContract address of the token being withdrawn from the margin position. Hex-encoded, 0x-prefixed 40-character string representing the ERC-20 token on Arbitrum.
in_inputBalanceUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance change details for the input token being supplied to close the margin position. Contains the change in token amount (deltaWei) and the resulting balance (newPar) with directional sign indicators.
in_outputBalanceUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance change details for the output token position after closing the margin trade. Contains the new balance (newPar) and the delta amount (deltaWei) with their respective signs indicating positive or negative values.
in_marginWithdrawalUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance update for the withdrawal token being removed from the margin position, including the delta (change amount) and new par value after the close operation. Structured as a record with sign and value fields for both deltaWei and newPar components.
addressremovedlog_indexblock_numberin_inputTokenin_outputTokenblock_timestampin_accountOwnerin_accountNumbertransaction_hashin_withdrawalTokenin_inputBalanceUpdatein_outputBalanceUpdatein_marginWithdrawalUpdate
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse352258359620x82af49447d8a07e3bd95bd0d56f35241523fbab10x912ce59144191c1204e64559fe8253a0e49e65482024-06-26T07:16:07.000Z0x186b4e576e34974c776ab8048970aefd9c71468e00xe7baf5ac3ebd8f7d55fe68446c33a0a121dc1b121d6d3216f24b2121fb3e80200x912ce59144191c1204e64559fe8253a0e49e6548{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“18600562536933757”}}{“newPar”:{“sign”:true,“value”:“309839329831898262”},“deltaWei”:{“sign”:true,“value”:“0”}}{“newPar”:{“sign”:true,“value”:“309839329831898262”},“deltaWei”:{“sign”:true,“value”:“0”}}
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse392282182590x82af49447d8a07e3bd95bd0d56f35241523fbab10xf97f4df75117a78c1a5a0dbb814af92458539fb42024-07-03T04:57:28.000Z0x186b4e576e34974c776ab8048970aefd9c71468e815224049855384525475732473932141390770210951383892584333234855467768721433340x5b475e8abd3c2dcfb489775275dd0fbbcac02d8f2ac3508fad2570f76f41eaec0xf97f4df75117a78c1a5a0dbb814af92458539fb4{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:false,“value”:“3991315388196338”}}{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“719127113075372827”}}{“newPar”:{“sign”:true,“value”:“0”},“deltaWei”:{“sign”:true,“value”:“719127113075372827”}}
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_MarginPositionClose_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_MarginPositionOpen_event

Margin position opening events from Dolomite v1 protocol on Arbitrum, recording when users open leveraged positions by depositing collateral and borrowing assets. Tracks account details, token pairs (input/output tokens), balance changes, and margin deposit updates for analyzing leverage trading activity.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_inputTokenSTRINGContract address of the token being deposited or transferred. Hex-encoded, 0x-prefixed, 42-character string.
in_outputTokenSTRINGContract address of the token to be received on the destination chain. Hex-encoded, 0x-prefixed, 42-character string.
in_depositTokenSTRINGContract address of the token being deposited into the reward pool or margin position. Hex-encoded, 0x-prefixed, 42-character string.
in_inputBalanceUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance change details for the input token being traded. Contains the new position amount (newPar) and the change amount (deltaWei), both with sign indicators showing positive or negative values.
in_outputBalanceUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance change of the output token in the margin position, including the new principal (Par) and delta in Wei. Structured record containing sign indicators and large integer values representing token amounts.
in_marginDepositUpdateSTRUCT<deltaWei STRUCT<sign BOOL, value STRING>, newPar STRUCT<sign BOOL, value STRING>>Balance change of the deposited collateral token for this margin position. Nested structure containing the new principal amount (newPar) and delta in Wei (deltaWei), with sign indicating positive (true) or negative (false) balance movement.
addressremovedlog_indexblock_numberin_inputTokenin_outputTokenblock_timestampin_accountOwnerin_depositTokenin_accountNumbertransaction_hashin_inputBalanceUpdatein_marginDepositUpdatein_outputBalanceUpdate
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse352143918410xf97f4df75117a78c1a5a0dbb814af92458539fb40x82af49447d8a07e3bd95bd0d56f35241523fbab12024-05-24T01:41:36.000Z0x186b4e576e34974c776ab8048970aefd9c71468e0x82af49447d8a07e3bd95bd0d56f35241523fbab1466175199335835598820016728829790590026215788638962011041899234715827492656600xa984e9d5684b69333d6d9597741d63954d36eefb81ab3ef54f5d21de844a5ba6{“newPar”:{“sign”:false,“value”:“218424873219063037”},“deltaWei”:{“sign”:false,“value”:“224984205051226686”}}{“newPar”:{“sign”:true,“value”:“1936072891613194”},“deltaWei”:{“sign”:true,“value”:“1998628233242531”}}{“newPar”:{“sign”:true,“value”:“1936072891613194”},“deltaWei”:{“sign”:true,“value”:“1998628233242531”}}
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse452237437890x912ce59144191c1204e64559fe8253a0e49e65480x82af49447d8a07e3bd95bd0d56f35241523fbab12024-06-20T06:01:17.000Z0x186b4e576e34974c776ab8048970aefd9c71468e0x82af49447d8a07e3bd95bd0d56f35241523fbab1949066117908315707927845803189872635264905221852498170288307747440349238256640x4088379793c0d59aaea0ba9372e6e54f0661b1ff762f5b93fc710389f41b7757{“newPar”:{“sign”:false,“value”:“16874546668004100147”},“deltaWei”:{“sign”:false,“value”:“17326028942234136832”}}{“newPar”:{“sign”:true,“value”:“4806920907288766”},“deltaWei”:{“sign”:true,“value”:“4998061332112089”}}{“newPar”:{“sign”:true,“value”:“4806920907288766”},“deltaWei”:{“sign”:true,“value”:“4998061332112089”}}
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse502257934650xf97f4df75117a78c1a5a0dbb814af92458539fb40x82af49447d8a07e3bd95bd0d56f35241523fbab12024-06-26T04:19:02.000Z0x186b4e576e34974c776ab8048970aefd9c71468e0x82af49447d8a07e3bd95bd0d56f35241523fbab1815224049855384525475732473932141390770210951383892584333234855467768721433340x206634afb8b73909af1f196486f151bb7f2bde5f996caecc82a72f5e8dfaae99{“newPar”:{“sign”:false,“value”:“694225825949299467”},“deltaWei”:{“sign”:false,“value”:“718642480993819437”}}{“newPar”:{“sign”:true,“value”:“3830262745902267”},“deltaWei”:{“sign”:true,“value”:“3988776386829017”}}{“newPar”:{“sign”:true,“value”:“3830262745902267”},“deltaWei”:{“sign”:true,“value”:“3988776386829017”}}
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_MarginPositionOpen_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_RewardClaimed_event

Reward claim events from Dolomite protocol on Arbitrum, tracking user reward distributions by epoch and distributor contract. Used for analyzing incentive program participation and reward distribution patterns across protocol epochs.
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_distributorSTRINGAddress of the distributor contract responsible for managing the token distribution or reward allocation. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_epochin_amountlog_indexblock_numberin_distributorblock_timestamptransaction_hash
0x4bff12773b0dc3cb35f174b5cd351f662018cc2f0x18b0046ef6ee3fd03ba91a190e37e7ae72b89d8bfalse21796909000927131928710502098686630x2e3d10cc42227af0ce908f00c76ffe1de1728b4b2024-05-10T16:51:21.000Z0x0735a8fd33c77c5318c7de9e89cadb1cf1f1e4d5aac4853cc36e05372fb65fd4
0x4bff12773b0dc3cb35f174b5cd351f662018cc2f0x4d35dd2e1c7673bf08de47e1a46f3d05a9e7ceebfalse210412089750720015588000182099264430x2e3d10cc42227af0ce908f00c76ffe1de1728b4b2024-05-10T20:53:48.000Z0x074be17fad5ea9c34744c85eae8c34e21641e87b4fea8e82a41cd61cb87ea8de
0x4bff12773b0dc3cb35f174b5cd351f662018cc2f0xd6b9608036f292d218ba6cdc11f3ee4a0cbb1b88false22503665610456325590430802099317530x2e3d10cc42227af0ce908f00c76ffe1de1728b4b2024-05-10T21:16:16.000Z0x0cf9b32973e6b3f58567672f378181af39f9e1b0f151f7e2def317c370f617d0
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_RewardClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EventEmitterRegistry_ZapExecuted_event

Zap execution records from Dolomite protocol on Arbitrum tracking multi-step token swaps through their EventEmitterRegistry contract. Contains swap routes (marketIdsPath), trader addresses, execution parameters, and encoded trade data for analyzing cross-market arbitrage and liquidity aggregation activity.
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_accountOwnerSTRINGOwner address of the account in the Dolomite protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountNumberSTRINGAccount identifier associated with the owner’s position in the Dolomite protocol. Numeric string representing a unique sub-account within the user’s address space.
in_marketIdsPathARRAY<STRING>Array of market IDs representing the token swap path through Dolomite’s markets. Each element is a numeric market identifier (as string) showing the sequence of markets traversed during the zap execution.
in_tradersPathARRAY<STRUCT<traderType INT64, makerAccountIndex STRING, trader STRING, tradeData STRING>>Nested structure containing trader addresses and encoded trade execution parameters for each step in the multi-hop swap path. Each trader entry includes the trader contract address, trade-specific calldata, trader type identifier, and maker account index for the transaction.
addressremovedlog_indexblock_numberin_tradersPathblock_timestampin_accountOwnerin_accountNumberin_marketIdsPathtransaction_hash
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse60234969370[{“trader”:“0xd991d9e0a22a51391c25b258eef8c1c4a392383a”,“tradeData”:“0x54e3f31b0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000460000000000000000000000000000000000000000000000000000000000000002000000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1000000000000000000000000ec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa8000000000000000000000000000000000000000000000000002386f26fc100000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000001fba14f03edcf400000000000000000000000000000000000000000000000000000000000001e00000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000003e0000000000000000000000000d991d9e0a22a51391c25b258eef8c1c4a392383a000000000000000000000000a75c21c5be284122a87a37a76cc6c4dd3e55a1d40100000000000000000000000000000000000000000000000000000000031388000000000000000000000000000000000000000000000000000000000000042000000000000000000000000000000000000000000000000000000000669f073fdfa1b1c1ba474c779d3cdd051744283c0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000001b81d678ffb9c0263b24a97847620c99d213eb140000000000000000000000000000000000000000000000000000000000000124c04b8d59000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000def171fe48cf0115b1d80b88dc8eab59176fee570000000000000000000000000000000000000000000000000000000066a7ed5f000000000000000000000000000000000000000000000000002386f26fc100000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000002b82af49447d8a07e3bd95bd0d56f35241523fbab1000064ec70dcb4a1efa46b8f2d97c310c9c4790ba5ffa800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000124000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000”,“traderType”:0,“makerAccountIndex”:“0”}]2024-07-22T19:28:59.000Z0x0442dd88a482833fe2ca98a6b66526aa640321f353701764009024545329140105184117612691277478483204747436160224852916726906934[“0”,“15”]0xc0e82f15e53b9813dc884533122e08c4f40ac9d15dd24fa329b4b56677e26ad4
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse26234969564[{“trader”:“0x2cdbb25b4aca98a55f6b1a0f67d9f43455e67f3c”,“tradeData”:“0x00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab1000000000000000000000000000000000000000000000000002386f26fc100000000000000000000000000009b99e9c620b2e2f09e0b9fced8f679eecf2653fe0000000000000000000000005979d7b546e38e414f7e9822514be443a4800529000000000000000000000000000000000000000000000000001e4723259a443e000000000000000000000000000000000000000000000000001e2061b0ef41570000000000000000000000002cdbb25b4aca98a55f6b1a0f67d9f43455e67f3c00000000000000000000000000000000000000000000000000000000000001400000000000000000000000009b99e9c620b2e2f09e0b9fced8f679eecf2653fe000000000000000000000000000000000000000000000000000000003f76e5e60000000000000000000000000000000000000000000000000000000000000068020203000701010102fb5e6d0c1dfed2ba000fbc040ab8df3615ac329c000000000000000000000159ff0000000000000000000000000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab15979d7b546e38e414f7e9822514be443a4800529000000000000000000000000000000000000000000000000”,“traderType”:0,“makerAccountIndex”:“0”}]2024-07-22T19:29:48.000Z0x0442dd88a482833fe2ca98a6b66526aa640321f353701764009024545329140105184117612691277478483204747436160224852916726906934[“0”,“14”]0xd9cc8a6087d3b3302dc541f2e7bc6533294ea8310d68c2264a375f121b9982fe
0x4bff12773b0dc3cb35f174b5cd351f662018cc2ffalse35234831622[{“trader”:“0x2cdbb25b4aca98a55f6b1a0f67d9f43455e67f3c”,“tradeData”:“0x000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e583100000000000000000000000000000000000000000000000000000000773594000000000000000000000000009b99e9c620b2e2f09e0b9fced8f679eecf2653fe00000000000000000000000082af49447d8a07e3bd95bd0d56f35241523fbab100000000000000000000000000000000000000000000000007f71f29d086d88000000000000000000000000000000000000000000000000007eced1667cdda000000000000000000000000002cdbb25b4aca98a55f6b1a0f67d9f43455e67f3c00000000000000000000000000000000000000000000000000000000000001400000000000000000000000009b99e9c620b2e2f09e0b9fced8f679eecf2653fe000000000000000000000000000000000000000000000000000000003f76e5e60000000000000000000000000000000000000000000000000000000000000048010203002801010102ff00000000000000000000000000000000000000000000af88d065e77c8cc2239327c5edb3a432268e583182af49447d8a07e3bd95bd0d56f35241523fbab1000000000000000000000000000000000000000000000000”,“traderType”:0,“makerAccountIndex”:“0”}]2024-07-22T09:53:00.000Z0x0769c5d106fffb68421c59b04845d7857afda15a0[“17”,“0”]0x0e113399a2b876c92b86369ad8178dbbbfd12e7d8934fce2b32d0f5886c61766
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.EventEmitterRegistry_ZapExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RewardsDistributor_Claimed_event

Reward claim events from Dolomite protocol on Arbitrum, recording user addresses, epoch numbers, and token amounts distributed from the RewardsDistributor contract. Enables tracking of reward distributions across epochs and analysis of user claim patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_epochSTRINGEpoch identifier for the protocol event or operation. String-encoded numeric value representing the time period or reward cycle.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_userremovedin_epochin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x66cd7d0cc677f42f6662622c60a5e60ef573db670x00cb97487391d0ac7819c77098dbfd75b1d76787false1712239117305190929477181909441022024-03-16T10:50:55.000Z0x1e94b4be56c853672592b262506107a1a34f54a229b7173b39edd36507ce313b
0x66cd7d0cc677f42f6662622c60a5e60ef573db670x048a8bb49ac39c7a31ffba9f9b6522396df26b2bfalse97585677116766150281910303182024-03-16T16:51:56.000Z0xf694ed47eda6b35b6651f1dbcfc7b8adba1ebce90dda4cd74fe725cb24d2d2e1
0x66cd7d0cc677f42f6662622c60a5e60ef573db670x048a8bb49ac39c7a31ffba9f9b6522396df26b2bfalse11618375091708085578141910303182024-03-16T16:51:56.000Z0xf694ed47eda6b35b6651f1dbcfc7b8adba1ebce90dda4cd74fe725cb24d2d2e1
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.RewardsDistributor_Claimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_ClosePositionWindowSet_event

Configuration changes for position closing time windows in Dolomite’s vesting proxy contract on Arbitrum. Tracks when close position window durations are modified, with values in seconds (604800=7 days, 2592000=30 days, 31536000=365 days).
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_closePositionWindowSTRINGTime window duration in seconds during which positions can be closed in the Dolomite vesting contract. Common values include 604800 (7 days), 2592000 (30 days), and 31536000 (365 days).
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_closePositionWindow
0x531bc6e97b65adf8b3683240bd594932cfb63797false11617706072023-12-20T02:10:37.000Z0x01fdf564bcc191d2515d1c89cb4c6a5eb55b756bb50f202b7040c1d1c2b231bd2592000
0x531bc6e97b65adf8b3683240bd594932cfb63797false31501389152023-11-13T22:57:43.000Z0xb120e987446a66ef0def072fb79c06df6ea5ea6872254e0377ec615716686d93604800
0x531bc6e97b65adf8b3683240bd594932cfb63797false12278820252024-07-02T05:33:15.000Z0x268d4349acc93a661f2b174639889447999192e1566537000e029fdde0db3e8b31536000
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_ClosePositionWindowSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_EmergencyWithdraw_event

Emergency withdrawal events from Dolomite V1 vesting contracts on Arbitrum. Tracks forced withdrawals from vesting positions by owner address and vesting ID for monitoring early exit activity.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_vestingIdSTRINGUnique identifier for the vesting position. Numeric string representation assigned sequentially to each vesting arrangement.
in_pairTaxSTRINGTax amount or fee associated with the trading pair in the emergency withdrawal transaction. Always appears as ‘0’ in sample data, indicating either no tax charged or a waived fee scenario.
addressremovedin_ownerlog_indexin_pairTaxblock_numberin_vestingIdblock_timestamptransaction_hash
0x531bc6e97b65adf8b3683240bd594932cfb63797false0xdfcec744c8417d2a0ef72fe520438dd20f368369801719729645892024-01-19T10:02:16.000Z0xc60b863b90d22a1f38be93cc1815acaad08667ea2efed257f464e76155a4f9c1
0x531bc6e97b65adf8b3683240bd594932cfb63797false0xdfcec744c8417d2a0ef72fe520438dd20f368369901719782926862024-01-19T10:24:51.000Z0x1d88bc60ab5291ca664a7c00c09f84dbb2d412bd16e1e6699d18e429d42e696a
0x531bc6e97b65adf8b3683240bd594932cfb63797false0xdfcec744c8417d2a0ef72fe520438dd20f3683691201719755714972024-01-19T10:13:20.000Z0x7afe671a45e5338f630f5cfddeb6bf1d70d02810f492927c188dbe8296b66849
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_EmergencyWithdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_EmergencyWithdrawTaxSet_event

Emergency withdrawal tax configuration changes for Dolomite v1 vesting contracts on Arbitrum. Tracks when the penalty tax rate for early withdrawals is modified, useful for monitoring vesting parameter governance.
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_emergencyWithdrawTaxSTRINGThe tax rate (in basis points or wei) applied when users perform an emergency withdrawal from the vesting contract. A value of ‘0’ indicates no tax is charged on emergency withdrawals.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_emergencyWithdrawTax
0x531bc6e97b65adf8b3683240bd594932cfb63797false51501389152023-11-13T22:57:43.000Z0xb120e987446a66ef0def072fb79c06df6ea5ea6872254e0377ec615716686d930
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_EmergencyWithdrawTaxSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_ForceClosePositionTaxSet_event

Event log tracking changes to the force close position tax parameter in Dolomite’s vesting proxy contract on Arbitrum. Records administrative updates to the liquidation penalty fee (measured in basis points, e.g., 500 = 5%) applied when positions are forcibly closed.
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_forceClosePositionTaxSTRINGTax rate applied when a position is forcibly closed, expressed in basis points where 500 equals 5%. This parameter determines the penalty fee charged to users whose positions are liquidated or force-closed by the protocol.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_forceClosePositionTax
0x531bc6e97b65adf8b3683240bd594932cfb63797false41501389152023-11-13T22:57:43.000Z0xb120e987446a66ef0def072fb79c06df6ea5ea6872254e0377ec615716686d93500
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_ForceClosePositionTaxSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_PositionClosed_event

Token vesting position closure events from Dolomite v1 protocol on Arbitrum. Tracks when vesting schedules complete or are terminated early, including owner addresses, vesting IDs, and ETH costs paid for early withdrawal.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_vestingIdSTRINGUnique identifier for the vesting position. Numeric string representation assigned sequentially to each vesting arrangement.
in_ethCostPaidSTRINGETH cost paid in wei to close the vesting position, typically zero but may contain non-zero values when gas or fees are involved. String-encoded integer representing the amount in smallest denomination (wei).
addressremovedin_ownerlog_indexblock_numberin_vestingIdin_ethCostPaidblock_timestamptransaction_hash
0x531bc6e97b65adf8b3683240bd594932cfb63797false0x2b4905464319b184aeadd265d8d59740178f1e5221253711711200702024-09-15T08:18:38.000Z0x6279ed0f4d6404540de7c1106e4ff7808fea4eb2ab40a55ea2df8123bbcd0d59
0x531bc6e97b65adf8b3683240bd594932cfb63797false0x3b411cb6f1f30e90cce2ba5f1d3c8c4dabc7dace28253837569195202024-09-15T17:07:02.000Z0xd04236ae85b99559db01ce9a4b4f520ff10b88df67c3054d8504f140b4d80b42
0x531bc6e97b65adf8b3683240bd594932cfb63797false0x3b411cb6f1f30e90cce2ba5f1d3c8c4dabc7dace27253837494186802024-09-15T17:06:44.000Z0xedf80363fb1398d8a95d056a90d6216f6e12d30e40887c4c4b516a899ce9d197
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_PositionClosed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_PositionForceClosed_event

No description available.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_vestingIdSTRINGUnique identifier for the vesting position. Numeric string representation assigned sequentially to each vesting arrangement.
in_pairTaxSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_PositionForceClosed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_PromisedTokensSet_event

Event log tracking promised token balance updates in Dolomite’s vesting proxy contract on Arbitrum. Records changes to vested token amounts with removal flags for analyzing token vesting schedules and claim activity.
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_promisedTokensSetSTRINGTotal amount of tokens promised or vested through the Dolomite VesterProxy contract at the time of the event. Values are denominated in the smallest token unit (wei-equivalent), representing cumulative vesting commitments.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_promisedTokensSet
0x531bc6e97b65adf8b3683240bd594932cfb63797false12567682402024-09-24T06:09:02.000Z0x8b669632639c9709fdcdcfe144bf26254aa28fa80614fb549e2189de14f59dab601607729988476129367143
0x531bc6e97b65adf8b3683240bd594932cfb63797false32567878792024-09-24T07:31:08.000Z0x08807fb9938d59840d6367b7a2533ccb23a6f30f5dfe9206f77320dd511010a2601601635669241873897741
0x531bc6e97b65adf8b3683240bd594932cfb63797false22567140012024-09-24T02:21:50.000Z0xa894f395acf838632b23a18b9005ced40cd17eedeadbbf6d7960f228915c3184603114228951460380989120
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_PromisedTokensSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_VestingPositionCreated_event

Token vesting position creation events from Dolomite protocol on Arbitrum. Records each new vesting schedule with position ID, token amount, creator address, duration (typically 280 days or 7 days), and start timestamp for tracking time-locked token releases.
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_vestingPositionSTRUCT<creator STRING, id STRING, startTime STRING, duration STRING, amount STRING>Structured data about the newly created vesting position, including unique identifier, token amount, creator address, vesting duration in seconds, and Unix timestamp start time. Contains comprehensive metadata for tracking and managing individual token vesting schedules on Dolomite.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_vestingPosition
0x531bc6e97b65adf8b3683240bd594932cfb63797false81844101852024-02-25T18:32:49.000Z0x98cfc49788cf94a1c72e73b81a28e2e6624b504c11ce74633252d2ff9e72141d{“id”:“1892”,“amount”:“128897580496786011641”,“creator”:“0x8284dd79d44e7d7bac9c285ab1ff8e072183b5c1”,“duration”:“24192000”,“startTime”:“1708885969”}
0x531bc6e97b65adf8b3683240bd594932cfb63797false01842044582024-02-25T03:53:29.000Z0x5e1c043b638e660f7466341bf362c9af93a29d8fa2848110e9e8a3b33d9f2c04{“id”:“1885”,“amount”:“149000000000000000000”,“creator”:“0xd2f80f967a31fe7c521416a7552c25f32ce4babc”,“duration”:“24192000”,“startTime”:“1708833209”}
0x531bc6e97b65adf8b3683240bd594932cfb63797false01842554792024-02-25T07:34:37.000Z0xc793df5dc3f97e7645d5ac1c2e6fc3079bcf09764034ecd78a2e548e06161193{“id”:“1886”,“amount”:“290745038530914422280”,“creator”:“0x777538e9e6fb692420ecd63add56ae2e34227e94”,“duration”:“24192000”,“startTime”:“1708846477”}
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_VestingPositionCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VesterProxy_VestingStarted_event

Token vesting schedule initiation events from Dolomite v1 protocol on Arbitrum. Tracks when new vesting positions are created with unique vesting IDs, owner addresses, token amounts, and duration periods (ranging from 14 days to 280 days based on sample data).
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_vestingIdSTRINGUnique identifier for the vesting position. Numeric string representation assigned sequentially to each vesting arrangement.
addressremovedin_ownerin_amountlog_indexin_durationblock_numberin_vestingIdblock_timestamptransaction_hash
0x531bc6e97b65adf8b3683240bd594932cfb63797false0x5edf3310e7c81fabb034e7130f78c74c0d4809a749290116160498643609345312096001584223413292023-12-09T14:05:31.000Z0xa7c91fba6103db8e48123799945ff4644f9d2753177cd235ba956eaadeaffe8b
0x531bc6e97b65adf8b3683240bd594932cfb63797false0x06f8859d5d5fb395ba9efdc55879c9ff3a92db8c47606993766587035266761212096001584226393302023-12-09T14:06:43.000Z0xfc976edf2f61c631095e31bf203ec8120314ffd3b851d4db3c89ff89d7804023
0x531bc6e97b65adf8b3683240bd594932cfb63797false0xc711bffd52995d206997796de8fb50be58abe6919551751189152532913323120960001585500263352023-12-09T23:26:31.000Z0x8c4cf0d4fe940eb82f46cc86e821aa673a5af006d0d2fde20e54e824109f7cfb
Query with partition filter
SELECT *
FROM `tt-contracts.dolomite_v1_arbitrum.VesterProxy_VestingStarted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100