Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Robinhood Chain Tables

Tables containing Robinhood Chain token metadata and decoded Uniswap v3/v4, Pons, and Varo pool, swap, and launchpad events.

Last updated: 2026-09-01 12:38 UTC

Tables (25)

TableRowsSize
doppler_creations288,585127.0 MB
doppler_tradingView
flap_creations295,316118.4 MB
flap_curve_trades1,295,777352.8 MB
flap_migrationsView
flap_tradingView
letscash_creations9,8674.5 MB
letscash_tradingView
long_creationsView
long_tradingView
nox_creations1,086411.4 KB
nox_tradingView
noxa_creations60,14324.9 MB
noxa_tradingView
pons_creations143,89256.9 MB
pons_curve_trades5,155,5541.41 GB
pons_migrations1,758747.2 KB
pons_tradingView
tokens64,44031.4 MB
uniswap_v3_pools657,565238.1 MB
uniswap_v3_trades131,160,44034.14 GB
uniswap_v4_pools554,327215.9 MB
uniswap_v4_trades69,102,10616.34 GB
varo_creations8,9124.7 MB
varo_tradingView

doppler_creations

StatisticValue
Rows288,585
Size127.0 MB
First Record2026-07-01
Last Record2026-09-01
Columns:
ColumnTypeDescription
assetStringAddress of the launchpad asset (token) for the launch
numeraireStringAddress of the numeraire (quote) token for the pool
initializerStringAddress of the contract that initialized the pool
pool_or_hookStringAddress of the pool or its hooks contract
pool_idStringPool identifier
hookStringAddress of the Uniswap v4 hooks contract for the pool
currency0StringAddress of currency0, or the native-currency sentinel
currency1StringAddress of currency1, or the native-currency sentinel
feeUInt32Pool swap fee in hundredths of a basis point
tick_spacingInt32Permitted spacing between initialized ticks
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
decimalsUInt8Number of decimal places used by the token
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

doppler_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_idStringPool identifier
senderStringAddress recorded as the swap sender
amount0Int128Signed change in the pool's token0 balance, in raw token units
amount1Int128Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
feeUInt32Pool swap fee in hundredths of a basis point
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
launchpad_assetStringAddress of the launchpad asset (token) traded in this pool
Example Query:
ClickHouse (robinhood)

flap_creations

StatisticValue
Rows295,316
Size118.4 MB
First Record2026-07-08
Last Record2026-09-01
Columns:
ColumnTypeDescription
tokenStringAddress of the launchpad token
creatorStringAddress that created the token
nonceUInt256Creation nonce for the token
tsUInt256Creation timestamp (unix seconds)
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
metaStringAdditional token metadata serialized as text
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

flap_curve_trades

StatisticValue
Rows1,295,777
Size352.8 MB
First Record2026-07-08
Last Record2026-09-01
Partition KeytoYYYYMMDD(block_timestamp)
Columns:
ColumnTypeDescription
tokenStringAddress of the launchpad token
traderStringAddress that executed the bonding-curve trade
is_buyUInt8Whether the trade was a buy (1) or a sell (0)
seqUInt256Sequence number of the trade within the bonding curve
amount0UInt256Raw amount field 0 from the bonding-curve trade event
amount1UInt256Raw amount field 1 from the bonding-curve trade event
amount2UInt256Raw amount field 2 from the bonding-curve trade event
amount3UInt256Raw amount field 3 from the bonding-curve trade event
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

flap_migrations

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
poolStringAddress of the liquidity pool created for the token
tokenStringAddress of the launchpad token
token0StringAddress of token0 in the pool
token1StringAddress of token1 in the pool
feeUInt32Pool swap fee in hundredths of a basis point
block_numberUInt64EVM block number containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
transaction_hashStringHash of the transaction containing the event
Example Query:
ClickHouse (robinhood)

flap_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_addressStringAddress of the pool contract
senderStringAddress recorded as the swap sender
recipientStringAddress that received the swap output
amount0Int256Signed change in the pool's token0 balance, in raw token units
amount1Int256Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
flap_tokenStringAddress of the Flap launchpad token traded in this pool
Example Query:
ClickHouse (robinhood)

letscash_creations

StatisticValue
Rows9,867
Size4.5 MB
First Record2026-07-10
Last Record2026-09-01
Columns:
ColumnTypeDescription
tokenStringAddress of the launchpad token
creatorStringAddress that created the token
pool_idStringPool identifier
hookStringAddress of the Uniswap v4 hooks contract for the pool
fee_recipientStringAddress that receives trading fees for the token
taxUInt256Transfer tax configured for the token, in basis points
initial_buyUInt256Amount spent on the creator's initial buy, in raw quote-token units
initial_buy_tokensUInt256Tokens received from the creator's initial buy, in raw token units
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
decimalsUInt8Number of decimal places used by the token
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

letscash_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_idStringPool identifier
senderStringAddress recorded as the swap sender
amount0Int128Signed change in the pool's token0 balance, in raw token units
amount1Int128Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
feeUInt32Pool swap fee in hundredths of a basis point
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
launchpad_tokenStringAddress of the launchpad token traded in this pool
Example Query:
ClickHouse (robinhood)

long_creations

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
assetStringAddress of the launchpad asset (token) for the launch
numeraireStringAddress of the numeraire (quote) token for the pool
initializerStringAddress of the contract that initialized the pool
pool_or_hookStringAddress of the pool or its hooks contract
pool_idStringPool identifier
hookStringAddress of the Uniswap v4 hooks contract for the pool
currency0StringAddress of currency0, or the native-currency sentinel
currency1StringAddress of currency1, or the native-currency sentinel
feeUInt32Pool swap fee in hundredths of a basis point
tick_spacingInt32Permitted spacing between initialized ticks
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
decimalsUInt8Number of decimal places used by the token
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

long_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_idStringPool identifier
senderStringAddress recorded as the swap sender
amount0Int128Signed change in the pool's token0 balance, in raw token units
amount1Int128Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
feeUInt32Pool swap fee in hundredths of a basis point
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
launchpad_assetStringAddress of the launchpad asset (token) traded in this pool
Example Query:
ClickHouse (robinhood)

nox_creations

StatisticValue
Rows1,086
Size411.4 KB
First Record2026-07-22
Last Record2026-08-30
Columns:
ColumnTypeDescription
tokenStringAddress of the launchpad token
creatorStringAddress that created the token
poolStringAddress of the liquidity pool created for the token
position_idUInt256Liquidity position identifier
initial_buyUInt256Amount spent on the creator's initial buy, in raw quote-token units
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
decimalsUInt8Number of decimal places used by the token
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

nox_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_addressStringAddress of the pool contract
senderStringAddress recorded as the swap sender
recipientStringAddress that received the swap output
amount0Int256Signed change in the pool's token0 balance, in raw token units
amount1Int256Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
launchpad_tokenStringAddress of the launchpad token traded in this pool
Example Query:
ClickHouse (robinhood)

noxa_creations

StatisticValue
Rows60,143
Size24.9 MB
First Record2026-06-16
Last Record2026-07-11
Columns:
ColumnTypeDescription
tokenStringAddress of the launchpad token
deployerStringAddress that deployed the token
dex_factoryStringAddress of the DEX factory that created the pool
pair_tokenStringAddress of the token paired with the launchpad token
poolStringAddress of the liquidity pool created for the token
dex_idUInt256Identifier of the DEX/venue used for the launch
launch_config_idUInt256Identifier of the launch configuration used
position_idUInt256Liquidity position identifier
restrictions_end_blockUInt256Block number at which post-launch trading restrictions end
initial_buy_amountUInt256Amount spent on the creator's initial buy, in raw quote-token units
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
decimalsUInt8Number of decimal places used by the token
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

noxa_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_addressStringAddress of the pool contract
senderStringAddress recorded as the swap sender
recipientStringAddress that received the swap output
amount0Int256Signed change in the pool's token0 balance, in raw token units
amount1Int256Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
launchpad_tokenStringAddress of the launchpad token traded in this pool
Example Query:
ClickHouse (robinhood)

pons_creations

StatisticValue
Rows143,892
Size56.9 MB
First Record2026-08-03
Last Record2026-09-01
Columns:
ColumnTypeDescription
tokenStringAddress of the launchpad token
curveStringAddress of the bonding-curve contract for the token
deployerStringAddress that deployed the token
pair_tokenStringAddress of the token paired with the launchpad token
launch_config_idUInt256Identifier of the launch configuration used
graduation_thresholdUInt256Bonding-curve graduation threshold, in raw quote-token units
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
decimalsUInt8Number of decimal places used by the token
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

pons_curve_trades

StatisticValue
Rows5,155,554
Size1.41 GB
First Record2026-07-21
Last Record2026-09-01
Partition KeytoYYYYMMDD(block_timestamp)
Columns:
ColumnTypeDescription
curveStringAddress of the bonding-curve contract for the token
tokenStringAddress of the launchpad token
is_buyUInt8Whether the trade was a buy (1) or a sell (0)
senderStringAddress recorded as the swap sender
recipientStringAddress that received the swap output
quote_amountUInt256Quote-token amount for the trade, in raw quote-token units
token_amountUInt256Amount of the token deposited, in raw token units
feeUInt256Pool swap fee in hundredths of a basis point
taxUInt256Transfer tax configured for the token, in basis points
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

pons_migrations

StatisticValue
Rows1,758
Size747.2 KB
First Record2026-08-04
Last Record2026-09-01
Columns:
ColumnTypeDescription
tokenStringAddress of the token being migrated
pool_idStringIdentifier of the destination pool created by the migration
quote_tokenStringAddress of the quote token paired with the migrated token
creatorStringAddress that created the migrated token
position_idUInt256Liquidity position identifier minted by the migration
token_amountUInt256Amount of the migrated token deposited, in raw token units
pair_token_amountUInt256Amount of the paired quote token deposited, in raw token units
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

pons_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_idStringPons pool identifier
senderStringAddress recorded as the swap sender
amount0Int128Signed change in the pool's token0 balance, in raw token units
amount1Int128Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
feeUInt32Swap fee applied to this event in hundredths of a basis point
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
launchpad_tokenStringAddress of the launchpad token traded in this pool
Example Query:
ClickHouse (robinhood)

tokens

StatisticValue
Rows64,440
Size31.4 MB
First Record2026-07-08
Last Record2026-09-01
Columns:
ColumnTypeDescription
token_addressStringERC-20 token contract address
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
decimalsUInt8Number of decimal places used by the token
descriptionStringHuman-readable token description when available
websiteStringProject website URL when available
imageStringToken image URL when available
extra_dataStringAdditional token metadata serialized as text
creatorStringAddress associated with creation of the token
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

uniswap_v3_pools

StatisticValue
Rows657,565
Size238.1 MB
First Record2026-06-18
Last Record2026-09-01
Columns:
ColumnTypeDescription
pool_addressStringAddress of the Uniswap v3 pool contract
token0StringAddress of token0 in the pool
token1StringAddress of token1 in the pool
feeUInt32Pool swap fee in hundredths of a basis point
tick_spacingInt32Permitted spacing between initialized ticks
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

uniswap_v3_trades

StatisticValue
Rows131,160,440
Size34.14 GB
First Record2026-05-22
Last Record2026-09-01
Partition KeytoYYYYMMDD(block_timestamp)
Columns:
ColumnTypeDescription
pool_addressStringAddress of the Uniswap v3 pool contract
senderStringAddress that initiated the swap callback
recipientStringAddress that received the swap output
amount0Int256Signed change in the pool's token0 balance, in raw token units
amount1Int256Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

uniswap_v4_pools

StatisticValue
Rows554,327
Size215.9 MB
First Record2026-05-22
Last Record2026-09-01
Columns:
ColumnTypeDescription
pool_idStringUniswap v4 pool identifier derived from its PoolKey
currency0StringAddress of currency0, or the native-currency sentinel
currency1StringAddress of currency1, or the native-currency sentinel
feeUInt32Pool swap fee in hundredths of a basis point
tick_spacingInt32Permitted spacing between initialized ticks
hooksStringAddress of the hooks contract configured for the pool
init_sqrt_price_x96UInt256Initial square-root price encoded as a Q64.96 integer
init_tickInt32Pool tick at initialization
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

uniswap_v4_trades

StatisticValue
Rows69,102,106
Size16.34 GB
First Record2026-05-22
Last Record2026-09-01
Partition KeytoYYYYMMDD(block_timestamp)
Columns:
ColumnTypeDescription
pool_idStringUniswap v4 pool identifier derived from its PoolKey
senderStringAddress recorded as the swap sender
amount0Int128Signed change in the pool's currency0 balance, in raw units
amount1Int128Signed change in the pool's currency1 balance, in raw units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
feeUInt32Swap fee applied to this event in hundredths of a basis point
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

varo_creations

StatisticValue
Rows8,912
Size4.7 MB
First Record2026-07-26
Last Record2026-09-01
Columns:
ColumnTypeDescription
launch_idUInt256Varo launch identifier
tokenStringAddress of the newly created token
creatorStringAddress that created the token
poolStringAddress of the liquidity pool created for the token
numeraireStringAddress of the numeraire (quote) token for the pool
aux_contractStringAddress of the auxiliary contract associated with the launch
total_supplyUInt256Total token supply minted at creation, in raw token units
feeUInt32Pool swap fee in hundredths of a basis point
sqrt_price_x96UInt256Initial pool square-root price as a Q64.96 integer
tick_lowerInt32Lower tick of the initial liquidity position
tick_upperInt32Upper tick of the initial liquidity position
start_tickInt32Pool tick at launch
liquidityUInt256Initial liquidity provided at launch
position_idUInt256Liquidity position identifier minted at launch
aux_paramUInt256Auxiliary launch parameter (protocol-specific)
nameStringToken name from contract metadata
symbolStringToken ticker symbol from contract metadata
image_uriStringURI of the token image
metadata_uriStringURI of the token metadata document
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
Example Query:
ClickHouse (robinhood)

varo_trading

StatisticValue
TypeView (computed at query time)
Columns:
ColumnTypeDescription
pool_addressStringAddress of the Varo pool contract
senderStringAddress that initiated the swap callback
recipientStringAddress that received the swap output
amount0Int256Signed change in the pool's token0 balance, in raw token units
amount1Int256Signed change in the pool's token1 balance, in raw token units
sqrt_price_x96UInt256Pool square-root price after the swap as a Q64.96 integer
liquidityUInt128In-range pool liquidity after the swap
tickInt32Pool tick after the swap
event_idStringUnique identifier for the decoded contract event
block_numberUInt64EVM block number containing the event
log_indexUInt32Event log index within the transaction receipt
transaction_indexUInt32Transaction index within the block
contract_addressStringAddress of the contract that emitted the event
block_hashStringHash of the block containing the event
block_timestampDateTimeUTC timestamp of the block containing the event
gas_usedUInt64Gas consumed by the transaction
gas_limitUInt64Transaction gas limit
base_fee_per_gasUInt256Block base fee per gas in wei
transaction_hashStringHash of the transaction containing the event
transaction_fromStringAddress that submitted the transaction
transaction_toStringTransaction destination address
transaction_valueUInt256Native ETH value sent with the transaction, in wei
transaction_gasUInt64Gas limit declared by the transaction
transaction_nonceUInt64Sender nonce used by the transaction
max_fee_per_gasUInt256Maximum EIP-1559 fee per gas in wei
max_priority_fee_per_gasUInt256Maximum EIP-1559 priority fee per gas in wei
inserted_atDateTimeUTC timestamp when the record was inserted into ClickHouse
launchpad_tokenStringAddress of the launchpad token traded in this pool
Example Query:
ClickHouse (robinhood)