Skip to main content

Tables

ArbDopexV2OptionMarket_LogMintOption_event

Option minting events from Dopex V2 decentralized options protocol on Arbitrum, capturing each new option position created with premium paid, collateral withdrawn, and option type (call/put). Useful for analyzing option trading activity, premium pricing trends, and user behavior 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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_isCallBOOLBoolean flag indicating whether the minted option is a call option (true) or a put option (false). All sample values show true, indicating call option mints in this Dopex V2 market.
in_premiumAmountSTRINGPremium amount paid by the option buyer at mint, denominated in the underlying token’s smallest unit (wei for ETH-based tokens). This value represents the upfront cost to acquire the option position.
in_totalAssetWithdrawnSTRINGTotal collateral amount withdrawn from the liquidity pool to back the minted option position. Denominated in the smallest unit of the underlying asset (wei-equivalent), representing the locked collateral for the option contract.
addressin_userremovedin_isCalllog_indexin_tokenIdblock_numberblock_timestampin_premiumAmounttransaction_hashin_totalAssetWithdrawn
0x77b6f45a3dcf0493f1b9ac9874e5982ab526aa9e0x1164fa17505e7196889d698b0c348c50dfc3eccdfalsetrue4522381555303672023-11-30T11:34:21.000Z44225112684358756030x2eada1500215a79405089beff3ed29e44e6d7a1575b77a6ba8c50a2d37d523af2629194916522506396334
0x77b6f45a3dcf0493f1b9ac9874e5982ab526aa9e0x1164fa17505e7196889d698b0c348c50dfc3eccdfalsetrue10822411555303672023-11-30T11:34:21.000Z36271323691402644880x2eada1500215a79405089beff3ed29e44e6d7a1575b77a6ba8c50a2d37d523af3629589430837981557754
0x77b6f45a3dcf0493f1b9ac9874e5982ab526aa9e0x1164fa17505e7196889d698b0c348c50dfc3eccdfalsetrue2422371555303672023-11-30T11:34:21.000Z36673166733155896400x2eada1500215a79405089beff3ed29e44e6d7a1575b77a6ba8c50a2d37d523af2005148824207724085431
Query with partition filter
SELECT *
FROM `tt-contracts.dopex_v2_arbitrum.ArbDopexV2OptionMarket_LogMintOption_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ArbDopexV2OptionMarket_LogOptionsMarketInitialized_event

Initialization events for Dopex V2 options markets on Arbitrum, recording the configuration of new option markets including call/put asset pairs (e.g., ARB/USDC), pricing contracts, and liquidity pool addresses. Used to track market deployments and reference market infrastructure components.
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_primePoolSTRINGContract address of the prime pool associated with this options market initialization. Hex-encoded, 0x-prefixed 40-character Ethereum address pointing to the liquidity pool contract.
in_optionPricingSTRINGContract address of the option pricing oracle or module used by this Dopex V2 options market. This address determines how option premiums and Greeks are calculated for the market.
in_dpFeeSTRINGContract address of the Dopex fee collector or fee configuration contract for this options market. May be zero address (0x00…) if fees are not configured or handled differently.
in_callAssetSTRINGContract address of the call option’s underlying asset token on Arbitrum. Hex-encoded, 0x-prefixed 40-character string representing the ERC-20 token used as collateral for call options in this Dopex V2 options market.
in_putAssetSTRINGContract address of the put option’s underlying asset on Arbitrum. Hex-encoded, 0x-prefixed 40-character string representing the ERC-20 token used for put options in this market.
addressremovedin_dpFeelog_indexin_putAssetblock_numberin_callAssetin_primePoolblock_timestampin_optionPricingtransaction_hash
0x77b6f45a3dcf0493f1b9ac9874e5982ab526aa9efalse0x000000000000000000000000000000000000000040xff970a61a04b1ca14834a43f5de4533ebddb5cc81497432270x912ce59144191c1204e64559fe8253a0e49e65480xcda53b1f66614552f834ceef361a8d12a0b8dad82023-11-12T16:53:36.000Z0x2b99e3d67dad973c1b9747da742b7e26c8bdd67b0xfa5815c2bc14d58656868a8f2e86048d890d5df7ef4b4fea96a2de3ba73cb106
Query with partition filter
SELECT *
FROM `tt-contracts.dopex_v2_arbitrum.ArbDopexV2OptionMarket_LogOptionsMarketInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WbtcDopexV2OptionMarket_LogMintOption_event

WBTC option minting events from Dopex V2 protocol on Arbitrum, capturing user addresses, token IDs, premiums paid, and collateral withdrawn for each option position created. Used for analyzing option buyer activity, premium flows, and position sizing in wrapped Bitcoin options 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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_isCallBOOLBoolean flag indicating whether the minted option is a call option (true) or put option (false). All sample values show false, representing put options on WBTC.
in_premiumAmountSTRINGPremium amount paid by the option buyer for minting this option position, denominated in the base asset’s smallest unit (likely satoshis for WBTC). Values typically range from hundreds of thousands to millions, representing the cost to open the option.
in_totalAssetWithdrawnSTRINGTotal collateral withdrawn from the liquidity pool to back the minted option, denominated in the smallest unit of WBTC (satoshis). This represents the amount locked to collateralize the option position being created.
addressin_userremovedin_isCalllog_indexin_tokenIdblock_numberblock_timestampin_premiumAmounttransaction_hashin_totalAssetWithdrawn
0x3808e8c983023a125ffe2714e2a703a3bf02be0d0x3057466df9d5e1c9d3a9a3b0cc256512c2c3661efalsefalse4599101808342652024-02-15T00:43:40.000Z10151630x3dc35e3c0c5cd972e8b1e7812c6199b82816483123eb95133f757eeccd233447157331003
0x3808e8c983023a125ffe2714e2a703a3bf02be0d0x3057466df9d5e1c9d3a9a3b0cc256512c2c3661efalsefalse6699111808342652024-02-15T00:43:40.000Z25890120x3dc35e3c0c5cd972e8b1e7812c6199b82816483123eb95133f757eeccd233447472602887
0x3808e8c983023a125ffe2714e2a703a3bf02be0d0x3057466df9d5e1c9d3a9a3b0cc256512c2c3661efalsefalse2499091808342652024-02-15T00:43:40.000Z9485970x3dc35e3c0c5cd972e8b1e7812c6199b82816483123eb95133f757eeccd233447129485586
Query with partition filter
SELECT *
FROM `tt-contracts.dopex_v2_arbitrum.WbtcDopexV2OptionMarket_LogMintOption_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WbtcDopexV2OptionMarket_LogOptionsMarketInitialized_event

Initialization events for Dopex V2 WBTC (Wrapped Bitcoin) options markets on Arbitrum, capturing the deployment configuration including call/put assets, pricing contracts, and liquidity pool addresses. Used to track when new WBTC options markets become active and their initial parameters.
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_primePoolSTRINGContract address of the Dopex V2 prime liquidity pool associated with this WBTC options market. Hex-encoded, 0x-prefixed 40-character string representing the pool providing liquidity for option settlements.
in_optionPricingSTRINGContract address of the option pricing module used to calculate premiums and settlement values for this Dopex V2 options market. This address points to the pricing logic contract that determines option costs based on parameters like volatility and time to expiration.
in_dpFeeSTRINGContract address of the Dopex protocol fee recipient or fee configuration contract. Set to zero address (0x000…000) when fees are disabled or not yet configured.
in_callAssetSTRINGContract address of the call option asset (WBTC) for this Dopex V2 options market on Arbitrum. Hex-encoded, 0x-prefixed 40-character string representing the underlying token used for call options.
in_putAssetSTRINGContract address of the put option’s underlying asset in the Dopex V2 options market. Typically USDC or other stablecoins used as collateral for put options on Arbitrum.
addressremovedin_dpFeelog_indexin_putAssetblock_numberin_callAssetin_primePoolblock_timestampin_optionPricingtransaction_hash
0x3808e8c983023a125ffe2714e2a703a3bf02be0dfalse0x000000000000000000000000000000000000000010xff970a61a04b1ca14834a43f5de4533ebddb5cc81497422600x2f2a2543b76a4166549f7aab2e75bef0aefc5b0f0xac70bd92f89e6739b3a08db9b6081a923912f73d2023-11-12T16:49:20.000Z0x2b99e3d67dad973c1b9747da742b7e26c8bdd67b0xca3948778235967d1fb23f648ac162efca2722883e898431e019a30d6ed28c45
Query with partition filter
SELECT *
FROM `tt-contracts.dopex_v2_arbitrum.WbtcDopexV2OptionMarket_LogOptionsMarketInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WethDopexV2OptionMarket_LogMintOption_event

Option minting events from Dopex V2 WETH options market on Arbitrum, recording when users purchase call or put options with premium paid, tokenID assigned, and total collateral withdrawn. Used for tracking options trading activity, premium flows, and market participant behavior.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_isCallBOOLBoolean flag indicating the option type: true for call options (right to buy), false for put options (right to sell). Determines the directionality of the minted position in the Dopex V2 WETH option market.
in_premiumAmountSTRINGPremium paid by the option buyer to mint the position, denominated in the smallest unit of the underlying asset (wei for WETH). Values vary significantly based on option parameters, ranging from small amounts like 11931 to larger premiums exceeding 11.5 quintillion wei.
in_totalAssetWithdrawnSTRINGTotal asset amount withdrawn from liquidity pools to cover the minted option position, denominated in the smallest unit of WETH (wei). This value includes both the premium and collateral requirements for the option.
addressin_userremovedin_isCalllog_indexin_tokenIdblock_numberblock_timestampin_premiumAmounttransaction_hashin_totalAssetWithdrawn
0x764fa09d0b3de61eed242099bd9352c1c61d3d270x0641bc55ddab3b9636e82cbf87ede3c3c533039dfalsefalse4381471625725472023-12-22T11:30:58.000Z119310xbfd0770a53541d9395638ad146a505a9e7128972b3b4f47505a72ed03f4a19642358268
0x764fa09d0b3de61eed242099bd9352c1c61d3d270x134f06a09dd9a16b3597810c3990b28447017f49falsetrue16781951625950142023-12-22T13:04:04.000Z13248368387283110x000d8619156918f9be68baf324b34f21c8fa504e833cf6f7cc22a1f6373ef64a1324837254969280197
0x764fa09d0b3de61eed242099bd9352c1c61d3d270x134f06a09dd9a16b3597810c3990b28447017f49falsetrue12581931625950142023-12-22T13:04:04.000Z12235776046389240x000d8619156918f9be68baf324b34f21c8fa504e833cf6f7cc22a1f6373ef64a1223578116478580394
Query with partition filter
SELECT *
FROM `tt-contracts.dopex_v2_arbitrum.WethDopexV2OptionMarket_LogMintOption_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

WethDopexV2OptionMarket_LogOptionsMarketInitialized_event

Initialization events for Dopex V2 WETH options markets on Arbitrum, capturing initial configuration of call/put assets, pricing contracts, and liquidity pools. Used to track new market deployments and their associated contract addresses for options trading infrastructure.
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_primePoolSTRINGContract address of the prime pool associated with this options market initialization. This is the liquidity pool that backs the options and handles collateral management for the market.
in_optionPricingSTRINGContract address of the option pricing module used by this Dopex V2 options market. This address implements the pricing logic for calculating option premiums and Greeks.
in_dpFeeSTRINGContract address of the Dopex fee recipient or fee manager for this options market. Can be zero address if fees are not configured or collected at initialization.
in_callAssetSTRINGContract address of the call option’s underlying asset in this Dopex V2 options market. Based on samples, this is WETH (0x82af…) on Arbitrum.
in_putAssetSTRINGContract address of the put option’s underlying asset on Arbitrum. Hex-encoded, 0x-prefixed address identifying the token used as collateral for put options in this Dopex V2 options market.
addressremovedin_dpFeelog_indexin_putAssetblock_numberin_callAssetin_primePoolblock_timestampin_optionPricingtransaction_hash
0x764fa09d0b3de61eed242099bd9352c1c61d3d27false0x0000000000000000000000000000000000000000190xff970a61a04b1ca14834a43f5de4533ebddb5cc81494267200x82af49447d8a07e3bd95bd0d56f35241523fbab10xc31e54c7a869b9fcbecc14363cf510d1c41fa4432023-11-11T17:17:47.000Z0x2b99e3d67dad973c1b9747da742b7e26c8bdd67b0xfa95652a9282bb6b33d4cd1b1eb0747cdc20b50031487e0b56517df74f7774d3
Query with partition filter
SELECT *
FROM `tt-contracts.dopex_v2_arbitrum.WethDopexV2OptionMarket_LogOptionsMarketInitialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100