Skip to main content

Tables

Core_ConditionResolved_event

Condition settlement events from Azuro prediction market protocol on Gnosis Chain, recording winning outcomes and liquidity provider profits for resolved betting conditions. Used for analyzing market resolution patterns and LP performance across prediction 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_conditionIdSTRINGUnique identifier for a betting condition or market outcome. Numeric string representation of the condition’s ID in the protocol.
in_stateINT64State identifier or account address representing the protocol’s global state or configuration. Base58-encoded Solana public key for Solana programs, numeric identifier for EVM event logs.
in_outcomeWinSTRINGIdentifier representing the winning outcome for the resolved betting condition in Azuro’s prediction market. The numeric value corresponds to a specific outcome option (e.g., team, score, result) that was determined as the winner.
in_lpProfitSTRINGProfit or loss incurred by liquidity providers (LP) when this Azuro betting condition was resolved, expressed in wei. Typically zero when the house breaks even on the resolved bet.
addressremovedin_statelog_indexin_lpProfitblock_numberin_outcomeWinin_conditionIdblock_timestamptransaction_hash
0xc95c831c7bdb0650b8cd5f2a542b263872d8ed0efalse1130293598421065818841420000000002023-08-08T13:27:20.000Z0xc97534da4ebd872a8399d47523cde1fdf6d72e5d5c0614124badea66ee0a8171
0xc95c831c7bdb0650b8cd5f2a542b263872d8ed0efalse1180293598421015818841055818841062023-08-08T13:27:20.000Z0xc97534da4ebd872a8399d47523cde1fdf6d72e5d5c0614124badea66ee0a8171
0xc95c831c7bdb0650b8cd5f2a542b263872d8ed0efalse190293598421075818840845840402872023-08-08T13:27:20.000Z0xc97534da4ebd872a8399d47523cde1fdf6d72e5d5c0614124badea66ee0a8171
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.Core_ConditionResolved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Core_NewBet_event

Bet placement events from Azuro prediction market protocol on Gnosis Chain, capturing bettor addresses, wager amounts, odds, outcome selections, and liquidity pool states at time of bet. Used for analyzing betting patterns, market liquidity dynamics, and affiliate referral 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_bettorSTRINGWallet address of the user placing the bet on the Azuro prediction market. Hex-encoded, 0x-prefixed 40-character Ethereum address identifying the bettor on Gnosis Chain.
in_affiliateSTRINGAddress of the affiliate who referred the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_conditionIdSTRINGUnique identifier for a betting condition or market outcome. Numeric string representation of the condition’s ID in the protocol.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_outcomeIdSTRINGIdentifier for the specific outcome being wagered on within a betting condition. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_oddsSTRINGBetting odds offered for the wager at the time of bet placement. Numeric string representation scaled by 10^12 (fixed-point decimal with 12 decimal places of precision).
in_fundsARRAY<STRING>Fund transfer routing parameters for a swap operation. Struct containing sender address, recipient address, and boolean flags indicating whether to use internal balance for source (fromInternalBalance) and destination (toInternalBalance) of funds.
addressin_oddsremovedin_fundsin_amountin_bettorlog_indexin_tokenIdblock_numberin_affiliatein_outcomeIdin_conditionIdblock_timestamptransaction_hash
0xc95c831c7bdb0650b8cd5f2a542b263872d8ed0e2228052187129false[“956603051786983606903”,“1442256687277371393097”]50000000000000000000x2b96d9d537c3551ebfdd0e213bcd375588ab6f95529340274620420x82875517c2b4bd534de4b2c0d21bff5f40b25da61655143204955143204962023-04-15T14:57:25.000Z0xcca5694db5cf2c78c146a625fa0337b438f1bf7730c8140a80bcfc033459da34
0xc95c831c7bdb0650b8cd5f2a542b263872d8ed0e2151702924682false[“995541938549151941779”,“1403623695365097058221”]55000000000000000000x2b96d9d537c3551ebfdd0e213bcd375588ab6f95229368274637750x82875517c2b4bd534de4b2c0d21bff5f40b25da61065143232280000000002023-04-15T17:27:45.000Z0x032a6c59ae437ca3d8e3dc0d80f02b779ae738b47707e50110d34f340ccef768
0xc95c831c7bdb0650b8cd5f2a542b263872d8ed0e1719532243646false[“1123081176433845341346”,“1277390009396829378654”]16800000000000000000x35f5b90b8e9283a83d3617625fe0297460191a8f829285274607610x82875517c2b4bd534de4b2c0d21bff5f40b25da6845212092465212092472023-04-15T13:07:05.000Z0x815012a36ba9de34d1295c827d1a1fd907298d2dc9c621c1f1d002009d52a2b7
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.Core_NewBet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Core1_ConditionCreated_event

Condition creation events from Azuro v1 prediction market protocol on Gnosis Chain, linking internal condition IDs to oracle-provided outcomes with timestamps. Used for tracking new betting markets initialization and mapping protocol conditions to external oracle data feeds.
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_oracleConditionIdSTRINGExternal oracle’s unique identifier for this betting condition, used to link Azuro’s internal condition tracking with the upstream data source. Stored as a numeric string that references the oracle provider’s condition registry.
in_conditionIdSTRINGUnique identifier for a betting condition or market outcome. Numeric string representation of the condition’s ID in the protocol.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressremovedlog_indexblock_numberin_timestampin_conditionIdblock_timestamptransaction_hashin_oracleConditionId
0x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37dfalse022940335165672000018062022-07-01T11:06:05.000Z0x047ce57ac885b73508c14c7a37b29f4aeb2f639a87df27907c32dc9ac65a3c3f42663
0x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37dfalse022940353165672000018122022-07-01T11:07:35.000Z0x12b7bae0bf53121e71f7d9367ea9dc70b7a64da7d89191e3ecbe8e718e9c35c942705
0x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37dfalse022940329165672000018042022-07-01T11:05:35.000Z0xb512a46af85ea31e4ccce16bd3f99bd32d0955e52f7a8872d9e5c8db71e2f57b42708
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.Core1_ConditionCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Core1_ConditionResolved_event

Bet settlement events from Azuro prediction market protocol on Gnosis Chain, recording winning outcomes and liquidity provider (LP) payouts for resolved betting conditions. Links oracle-determined results to condition IDs for analyzing market resolution patterns and LP profitability.
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_oracleConditionIdSTRINGIdentifier for the oracle-level condition in Azuro’s prediction market protocol that maps to the platform’s internal condition ID. Links the on-chain betting condition to the external oracle system that provides settlement data.
in_conditionIdSTRINGUnique identifier for a betting condition or market outcome. Numeric string representation of the condition’s ID in the protocol.
in_outcomeWinSTRINGWinning outcome identifier for the resolved betting condition, typically ranging from 1-3 representing different possible results. Stored as a string numeric value indicating which prediction market outcome was determined correct by the oracle.
in_stateINT64State identifier or account address representing the protocol’s global state or configuration. Base58-encoded Solana public key for Solana programs, numeric identifier for EVM event logs.
in_amountForLpSTRINGAmount returned to the liquidity pool after the betting condition resolves, denominated in the pool’s base token with 18 decimal precision. Values typically range around 5000 tokens (5e21 in raw format).
addressremovedin_statelog_indexblock_numberin_outcomeWinin_amountForLpin_conditionIdblock_timestamptransaction_hashin_oracleConditionId
0x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37dfalse112375110614980681555843999999999110712022-08-17T22:08:05.000Z0x534a44a23af177073cf4d5615502d58f99824c2dee7d3be0b76a8c7fbf62b17566140
0x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37dfalse1122374578415132742896571999999999110782022-08-17T14:29:00.000Z0x317dac733cf097554ded9445e40b2e3a5e8a0a6e9b40ccb31290985573a0807067749
0x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37dfalse102373818515001080625048999999999110742022-08-17T03:33:50.000Z0x05c5ca77714e2b599c7933b668ee1da534fe57f0618bd65fde22e0776183354966143
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.Core1_ConditionResolved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Core1_updateReinforcements_function

Function call records for updating reinforcement parameters in Azuro prediction market protocol on Gnosis Chain. Contains paired condition ID and amount values for adjusting liquidity pool backing across multiple betting 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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueNUMERICAmount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_dataARRAY<STRING>Encoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
gasvaluestatusin_datagas_usedsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
3439250true[“1”,“5000000000000000000000”,“2”,“5000000000000000000000”,“3”,“5000000000000000000000”,“4”,“5000000000000000000000”,“5”,“5000000000000000000000”,“6”,“5000000000000000000000”,“7”,“5000000000000000000000”,“8”,“5000000000000000000000”,“9”,“5000000000000000000000”,“10”,“5000000000000000000000”,“11”,“5000000000000000000000”,“12”,“5000000000000000000000”,“13”,“5000000000000000000000”,“14”,“5000000000000000000000”,“15”,“5000000000000000000000”,“16”,“5000000000000000000000”,“17”,“5000000000000000000000”,“18”,“5000000000000000000000”,“19”,“5000000000000000000000”,“20”,“5000000000000000000000”,“21”,“5000000000000000000000”,“22”,“5000000000000000000000”,“23”,“8000000000000000000000”,“24”,“8000000000000000000000”,“25”,“5000000000000000000000”,“26”,“5000000000000000000000”,“27”,“5000000000000000000000”,“28”,“5000000000000000000000”,“29”,“8000000000000000000000”,“30”,“8000000000000000000000”,“31”,“8000000000000000000000”,“32”,“1000000000000000000000”,“33”,“1000000000000000000000”,“34”,“1000000000000000000000”,“35”,“1000000000000000000000”,“36”,“1000000000000000000000”,“37”,“1000000000000000000000”,“38”,“8000000000000000000000”,“39”,“8000000000000000000000”,“40”,“8000000000000000000000”,“41”,“1000000000000000000000”,“42”,“1000000000000000000000”,“43”,“1000000000000000000000”,“44”,“1000000000000000000000”,“45”,“1000000000000000000000”,“46”,“1000000000000000000000”,“47”,“1000000000000000000000”,“48”,“1000000000000000000000”]3370760xaf7954700x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37d235548940x92fb32a7baec4237b250fb96403a12c7c89fdc2f2022-08-06T09:44:50.000Z0x5f982621595a1864d7f9b724917231b3b7f9de01457ca273eecaff88c10057ac
1687400true[“1”,“5000000000000000000000”,“2”,“5000000000000000000000”,“9”,“5000000000000000000000”,“10”,“5000000000000000000000”,“13”,“5000000000000000000000”,“14”,“5000000000000000000000”,“23”,“5000000000000000000000”,“24”,“5000000000000000000000”,“29”,“20000000000000000000000”,“30”,“20000000000000000000000”,“31”,“20000000000000000000000”,“38”,“20000000000000000000000”,“39”,“20000000000000000000000”,“40”,“20000000000000000000000”,“6995”,“2000000000000000000000”,“6996”,“2000000000000000000000”,“7009”,“2000000000000000000000”,“7010”,“2000000000000000000000”,“7011”,“2000000000000000000000”,“7012”,“2000000000000000000000”,“7013”,“2000000000000000000000”,“7014”,“2000000000000000000000”,“34”,“2000000000000000000000”,“35”,“2000000000000000000000”,“36”,“2000000000000000000000”,“37”,“2000000000000000000000”,“41”,“2000000000000000000000”,“42”,“2000000000000000000000”,“6989”,“2000000000000000000000”,“6990”,“2000000000000000000000”,“6991”,“2000000000000000000000”,“6992”,“2000000000000000000000”,“6993”,“2000000000000000000000”,“6994”,“2000000000000000000000”]1645490xaf7954700x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37d251370110x92fb32a7baec4237b250fb96403a12c7c89fdc2f2022-11-24T15:04:25.000Z0xfa3dfc08214f6a277263c1e7b8ded13d22675176279d6c8afe2edcca0a2d81b5
1858070true[“1”,“5000000000000000000000”,“2”,“5000000000000000000000”,“9”,“5000000000000000000000”,“10”,“5000000000000000000000”,“13”,“5000000000000000000000”,“14”,“5000000000000000000000”,“23”,“5000000000000000000000”,“24”,“5000000000000000000000”,“29”,“10000000000000000000000”,“30”,“10000000000000000000000”,“31”,“10000000000000000000000”,“38”,“10000000000000000000000”,“39”,“10000000000000000000000”,“40”,“10000000000000000000000”,“6995”,“2000000000000000000000”,“6996”,“2000000000000000000000”,“7009”,“2000000000000000000000”,“7010”,“2000000000000000000000”,“7011”,“2000000000000000000000”,“7012”,“2000000000000000000000”,“7013”,“2000000000000000000000”,“7014”,“2000000000000000000000”,“34”,“2000000000000000000000”,“35”,“2000000000000000000000”,“36”,“2000000000000000000000”,“37”,“2000000000000000000000”,“41”,“2000000000000000000000”,“42”,“2000000000000000000000”,“6989”,“2000000000000000000000”,“6990”,“2000000000000000000000”,“6991”,“2000000000000000000000”,“6992”,“2000000000000000000000”,“6993”,“2000000000000000000000”,“6994”,“2000000000000000000000”]1813490xaf7954700x4fe6a9e47db94a9b2a4ffede8db1602fd1fdd37d251339070x92fb32a7baec4237b250fb96403a12c7c89fdc2f2022-11-24T10:26:55.000Z0x5d66697de98920ffe583b83c944907135144f056b49f9eb119232855fac5cde9
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.Core1_updateReinforcements_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_NewPool_event

Pool creation events from Azuro prediction market protocol on Gnosis Chain. Tracks deployment of new liquidity pools (LP) with their associated core contracts, access controls, and pool type identifiers for monitoring protocol expansion.
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_lpSTRINGLiquidity pool contract address. Hex-encoded, 0x-prefixed, 42-character string.
in_coreSTRINGContract address of the core Azuro protocol component deployed for this new pool. References the primary liquidity pool contract that manages betting markets and odds calculations.
in_coreTypeSTRINGSmart contract identifier or hash representing the type of Azuro core protocol implementation being used for this pool. This appears as a 32-byte keccak256 hash and categorizes the pool’s operational logic or version.
in_accessSTRINGContract address of the access control component for this Azuro liquidity pool. Hex-encoded, 0x-prefixed 40-character string managing permissions and governance for pool operations.
in_lpaddressin_coreremovedin_accesslog_indexin_coreTypeblock_numberblock_timestamptransaction_hash
0x204e7371ade792c5c006fb52711c50a7efc843ed0x8ea1a7241537f10fa73363fdc6380f3fc8619c030xc95c831c7bdb0650b8cd5f2a542b263872d8ed0efalse0xc6c6b2f43180bfe7d6193d4cd41c34ce952def08180x56ff202de9ba417fbc2912bebe53dea80efb0df607262a180f0517649590c806260269072023-01-18T13:09:20.000Z0x4d99426eafbc6fd5234a7921a8b3a97277d4c53d6a4a216404fe59a81c7fdff5
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.Factory_NewPool_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LP_FeeChanged_event

Fee configuration change events from Azuro v1 liquidity pool (LP) contract on Gnosis Chain. Tracks adjustments to different fee types with values stored in basis points, useful for analyzing protocol fee evolution and governance decisions.
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_feeTypeINT64Enumerated identifier for the category or classification of fee being charged or updated. Integer or string-encoded numeric value representing distinct fee type codes.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedlog_indexin_feeTypeblock_numberblock_timestamptransaction_hash
500000000000x204e7371ade792c5c006fb52711c50a7efc843edfalse02280177022023-05-19T06:33:50.000Z0x906078ba0a8aaa966bd2530679ac9d1120ad928ce468886881442c66e585c1b9
1000000000000x204e7371ade792c5c006fb52711c50a7efc843edfalse11264221352023-02-11T09:39:55.000Z0xb6b18fa782792f4d24eed22c628aa55b1dcc202aba9eaa06d668c941a881d17e
100000000000x204e7371ade792c5c006fb52711c50a7efc843edfalse00264221352023-02-11T09:39:55.000Z0xb6b18fa782792f4d24eed22c628aa55b1dcc202aba9eaa06d668c941a881d17e
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.LP_FeeChanged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LP_GameShifted_event

Game start time update events from Azuro prediction market Liquidity Pool (LP) contract on Gnosis Chain. Tracks when betting games have their start times rescheduled, useful for monitoring event postponements and analyzing oracle timing adjustments.
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_gameIdSTRINGUnique identifier for a game event in the Azuro prediction market protocol. Numeric string identifier that corresponds to a specific betting game that had its start time rescheduled.
in_newStartSTRINGUnix timestamp representing the rescheduled start time for the betting game identified in the event. Emitted when Azuro protocol shifts a game’s start time, typically due to real-world event postponements.
addressremovedin_gameIdlog_indexin_newStartblock_numberblock_timestamptransaction_hash
0x204e7371ade792c5c006fb52711c50a7efc843edfalse156600492201676169720263669212023-02-08T02:22:05.000Z0x8d419471649dcc6a534150ed073394b7d54bcbd44a09c8cd646af6e549ca8ef6
0x204e7371ade792c5c006fb52711c50a7efc843edfalse156567434301676162520263669292023-02-08T02:22:45.000Z0x44294ee9a6eedd77237190d59bb9958f912b2fcffee4f5eb5bf3453a5f2801d4
0x204e7371ade792c5c006fb52711c50a7efc843edfalse156567434101676166120263669182023-02-08T02:21:50.000Z0xfe2015095f9a88b89d05644a47b342b120617688f291404ae77520bdb8cb4a69
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.LP_GameShifted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LP_LiquidityAdded_event

Liquidity provider deposit events from Azuro v1 prediction market protocol on Gnosis Chain, tracking account addresses, token amounts (in wei), and leaf identifiers for each LP addition. Used for analyzing liquidity provider behavior and capital flows into Azuro’s betting pools.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_leafSTRINGUnique identifier for a liquidity position in the pool. Numeric string representation of a position index or leaf node identifier.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_leafremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x204e7371ade792c5c006fb52711c50a7efc843ed1099511628237false20000000000000000000040xaaac47bb9b16bcf89fdb54b1326327a223458d6d303570422023-10-08T13:06:20.000Z0x7dbf9503d9b91129acbb74628e862291643e7f7d72f8dc90983020a88308efbc
0x204e7371ade792c5c006fb52711c50a7efc843ed1099511628236false150000000000000000000025330xaaac47bb9b16bcf89fdb54b1326327a223458d6d303548512023-10-08T09:48:15.000Z0x9d8b85fa65592ea0c699e25790495dffc295e958bd4dea85549711fe089922e5
0x204e7371ade792c5c006fb52711c50a7efc843ed1099511628051false2998000000000000000000020x74b3bb13ee674428795877742148c97124ee7358279947892023-05-17T21:19:40.000Z0x5b5ee2999c00179b0bf9727d3875a9cc5f3a9b55d3ce337d4bbfe350050e9104
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.LP_LiquidityAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LP_LiquidityRemoved_event

Liquidity withdrawal events from Azuro v1 decentralized prediction market protocol on Gnosis chain, tracking LP (Liquidity Provider) token removals with account addresses, amounts, and leaf identifiers. Used for analyzing liquidity provider behavior and pool position changes over time.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_leafSTRINGUnique identifier for a liquidity position in the pool. Numeric string representation of a position index or leaf node identifier.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_leafremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x204e7371ade792c5c006fb52711c50a7efc843ed1099511628000false10360462621924551303200xee74ab7b50efd8284013a8554b207e110607ffe5279594312023-05-15T17:57:05.000Z0x1fb589f17f059e90cb0ec6390e84408f07f39f6a07227a84e039053e47e6c8cb
0x204e7371ade792c5c006fb52711c50a7efc843ed1099511628006false6259957870913946359500xd231d9feb1b5c12d2434e5e2aaca538049858f62279626072023-05-15T22:32:00.000Z0xe97dc077315eee64652aec5d511d4f066bf883b0782bfc3c757335b4ee6e3775
0x204e7371ade792c5c006fb52711c50a7efc843ed1099511627776false5000000000480x92fb32a7baec4237b250fb96403a12c7c89fdc2f262216512023-01-30T09:07:55.000Z0x6c5dd6eaae1e5ca50eab89a531b962f39d662001fab9d1b12c40da73405c7609
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.LP_LiquidityRemoved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LP1_LiquidityAdded_event

Liquidity provision events from Azuro v1 prediction market protocol on Gnosis Chain (formerly xDai). Records deposits into liquidity pool LP1 with account addresses, token amounts, and leaf identifiers for tracking liquidity provider 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_accountSTRINGAccount 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.
in_leafSTRINGUnique identifier for a liquidity position in the pool. Numeric string representation of a position index or leaf node identifier.
addressin_leafremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xac004b512c33d029cf23abf04513f1f380b3fd0a1099511627810false90000000000000000030xbf2052378c32c2e006e688a44c7f0a3d2de28a7b245808722022-10-13T16:49:35.000Z0xc9b3555b061722762267fdc7c46d2ec970ed2758b67ea01fe938328bd25a5fc1
0xac004b512c33d029cf23abf04513f1f380b3fd0a1099511627807false100000000000000000070x0d62b886234ea4dc9bd86fab239578dcd0075fb0245798342022-10-13T14:56:30.000Z0xb2cc72a9dbab3576a920b27293d0e54c9cf47a47685a000dad393f2e475b88f4
0xac004b512c33d029cf23abf04513f1f380b3fd0a1099511627808false111111111111000000090xa416b49c0e513ffdd25198f709ccb553256642dc245799862022-10-13T15:12:45.000Z0xad701e2a732f43f0269e5cd214b6a05bb6596f754d15246a5de2183aab7171cf
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.LP1_LiquidityAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LP1_LiquidityRemoved_event

Liquidity withdrawal events from Azuro v1 betting protocol liquidity pool on Gnosis Chain. Tracks LP token removals with amounts, account addresses, and leaf identifiers for analyzing liquidity provider behavior and pool depth changes.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_leafSTRINGUnique identifier for a liquidity position in the pool. Numeric string representation of a position index or leaf node identifier.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_leafremovedin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xac004b512c33d029cf23abf04513f1f380b3fd0a1099511627779false10036030160802173367920xbbb0f0b7f4a5851da0651a89f49e29ce70c6c5cb240819742022-09-07T16:36:15.000Z0x8cae96f65554cbbfe8aa69e72a66f86ed2cba3827a58ad953a639467b46cff7b
0xac004b512c33d029cf23abf04513f1f380b3fd0a1099511627809false10028837093647137877320x458cd345b4c05e8df39d0a07220feb4ec19f5e6f262415542023-01-31T14:07:15.000Z0x2663d9c882701ba8cf133fba3468357ead80ac4f9d5be29144ba69109ebc06e3
0xac004b512c33d029cf23abf04513f1f380b3fd0a1099511627813false50016005424805664825712110x458cd345b4c05e8df39d0a07220feb4ec19f5e6f262416312023-01-31T14:14:05.000Z0x5f754932ba29fdd859aeaa3abe1742272bf66fa8d01dc67fee318b5833f7fe47
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.LP1_LiquidityRemoved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

LP1_NewBet_event

Bet placement events from Azuro decentralized prediction markets protocol on Gnosis Chain, capturing bet owner, amount, odds, condition ID, and liquidity pool balances at time of placement. Used for analyzing betting patterns, odds movements, and market liquidity dynamics across prediction market conditions.
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_betIdSTRINGSequential identifier assigned to each bet placed on the Azuro platform. Unique integer values starting from 37071 in these samples.
in_conditionIdSTRINGUnique identifier for a betting condition or market outcome. Numeric string representation of the condition’s ID in the protocol.
in_outcomeIdSTRINGIdentifier for the specific outcome being wagered on within a betting condition. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_oddsSTRINGBetting odds offered for the wager at the time of bet placement. Numeric string representation scaled by 10^12 (fixed-point decimal with 12 decimal places of precision).
in_fund1STRINGPool balance for outcome 1 after the bet is placed, denominated in the protocol’s base token with 18 decimal precision. Represents total liquidity allocated to one side of the betting condition.
in_fund2STRINGLiquidity pool balance allocated to outcome 2 for this betting condition after the bet is placed. Denominated in wei (10^18 units per token), representing the pool’s exposure to the opposite side of the wager.
addressin_oddsremovedin_betIdin_fund1in_fund2in_ownerin_amountlog_indexblock_numberin_outcomeIdin_conditionIdblock_timestamptransaction_hash
0xac004b512c33d029cf23abf04513f1f380b3fd0a1711166315false37202279885777551696650102022031422244830334989790x72430cfc6cbead96b2ef218ce6791a394fb50bbe200000000000000000031242095361174282022-09-16T13:30:30.000Z0xfc51d03728768f9d5fc72e4b80063b9f7d51117ea252f65dd18145e6c8fe22f8
0xac004b512c33d029cf23abf04513f1f380b3fd0a1793286147false37070266412089703555871987923368791029644412801200x0ec926b9c3d1fbc0c8643238e57f10a1ce2a8f5210000000000000000002242053761174432022-09-16T06:23:50.000Z0x5a675145833a2a5a6ac832a974fe77574b9907dd56e434b8bfc0f7332179729c
0xac004b512c33d029cf23abf04513f1f380b3fd0a1813878144false37157263238167803448302511523686183219655169748840x0ec926b9c3d1fbc0c8643238e57f10a1ce2a8f5210000000000000000004242087931175762022-09-16T12:14:15.000Z0x86f9bb15127bf15a5db5e3e75c1610d75a126dc95c620e09e269939de34219e3
Query with partition filter
SELECT *
FROM `tt-contracts.azuro_v1_gnosis.LP1_NewBet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100