Tables
FixedProductMarketMakerFactory_FixedProductMarketMakerCreation_event
Prediction market creation events from Limitless protocolβs Fixed Product Market Maker factory contract on Base, recording deployed market maker addresses with their associated conditional tokens, collateral tokens, fee rates, and condition identifiers. Used for tracking new prediction market deployments and analyzing market creation patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the blockβs position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the blockβs transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_creator | STRING | Address of the account that initiated the creation event. Hex-encoded, 0x-prefixed, 42-character string. |
in_fixedProductMarketMaker | STRING | Contract address of the newly created Fixed Product Market Maker (FPMM) automated market maker contract. Hex-encoded, 0x-prefixed 40-character string representing the deployed prediction market instance on Base. |
in_conditionalTokens | STRING | Contract address of the Conditional Tokens framework contract that manages the outcome tokens for this prediction market. This is the core ERC1155 contract that mints and tracks conditional token positions based on resolved conditions. |
in_collateralToken | STRING | Contract address of the collateral token used in the position or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_conditionIds | ARRAY<STRING> | Array of condition identifiers for the prediction market, with each condition representing a specific question or outcome being tracked. Typically contains a single 32-byte hex-encoded condition ID referencing the ConditionalTokens contract. |
in_fee | STRING | Fee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency. |
Sample Data
Sample Data
| in_fee | address | removed | log_index | in_creator | block_number | block_timestamp | in_conditionIds | transaction_hash | in_collateralToken | in_conditionalTokens | in_fixedProductMarketMaker |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 10000000000000000 | 0x8e50578aca3c5e2ef5ed2aa4bd66429b5e44c16e | false | 183 | 0x98b4a5d0205537796b5f996f31552e874ccd2d3f | 15709035 | 2024-06-12T15:50:17.000Z | [β0x968e609b1c0e7d60c31e861df3828c6e94e8d6fa26e747b0436f767bce3e3414β] | 0x6fed875dc7d68c1b12d8f58d253ad499cd4add30fd85bb6dfdf9ae103727826f | 0x4200000000000000000000000000000000000006 | 0x15a61459d65d89a25a9e91e0dc9fc69598791505 | 0x9b5771534a7f037b941eedd9d9457562e4f5b8df |
| 10000000000000000 | 0x8e50578aca3c5e2ef5ed2aa4bd66429b5e44c16e | false | 124 | 0x98b4a5d0205537796b5f996f31552e874ccd2d3f | 15709423 | 2024-06-12T16:03:13.000Z | [β0x38814f8b1ddfbdb161dfc06ad07c92eeea081edc91ef5c92032f0e9864937e98β] | 0x7f80e73784a2a4d9cab04bda6c1b09b58340da256ba8371c125617481243013e | 0x4200000000000000000000000000000000000006 | 0x15a61459d65d89a25a9e91e0dc9fc69598791505 | 0xc554ca66ab61b5a477c48fbc510f7744f05048fa |
| 100000000000000000 | 0x8e50578aca3c5e2ef5ed2aa4bd66429b5e44c16e | false | 43 | 0x98b4a5d0205537796b5f996f31552e874ccd2d3f | 14881957 | 2024-05-24T12:21:01.000Z | [β0xada622de7412558ee1f492c14939cdea0dd276f07a11db337d816071e03b4d6cβ] | 0x058324aea68878f7f0f39a54da935eccdcc5404a2bc779adc83774c0f5a5ac56 | 0x4200000000000000000000000000000000000006 | 0x15a61459d65d89a25a9e91e0dc9fc69598791505 | 0xefb58db22ac58336050cf5c403eb097517f4803c |
Example Query
Example Query
Query with partition filter