Position merge events
Description of Each Table/View and Explanation of All Fields
conditional_tokens_positions_merge
conditional_tokens_positions_mergeThis table contains position merge events β the reverse operation of a split. In these events, multiple outcome positions are merged back into a base position (collateral or parent position).
stakeholder(String) β address of the participant performing the position merge.collateral_token(String) β address of the collateral token into which the positions are merged.parent_collection_id(String) β identifier of the parent collection (for nested/composite positions; a zero value indicates the base level).condition_id(String) β condition for which the positions are merged.partition(String) β description of the merged parts/sets of outcomes, stored in serialized form.amount(String) β amount being merged (in the smallest units).event_id(String) β unique event identifier (internal record identifier).block_number(UInt64) β block number in which the merge event occurred.log_index(UInt32) β index of the event log within the block.transaction_index(UInt32) β transaction index within the block.contract_address(String) β address of the Conditional Tokens contract that emitted the event.block_hash(String) β block hash.block_timestamp(DateTime) β block timestamp (UTC).gas_used(UInt64) β gas used (execution context).gas_limit(UInt64) β block gas limit (contextual value).base_fee_per_gas(UInt256) β block base fee under EIP-1559.transaction_hash(String) β hash of the transaction in which the merge was performed.transaction_from(String) β transaction sender.transaction_to(String) β transaction recipient/target address.transaction_value(UInt256) β transaction value (native network token).transaction_gas(UInt64) β transaction gas limit.transaction_nonce(UInt64) β sender nonce.max_fee_per_gas(UInt256) β transactionmaxFeePerGas(EIP-1559).max_priority_fee_per_gas(UInt256) β transactionmaxPriorityFeePerGas(EIP-1559).inserted_at(DateTime) β time when the record was inserted into ClickHouse.
Last updated