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 and v4 pool and swap events.

Last updated: 2026-08-23 11:27 UTC

Tables (5)

TableRowsSize
tokens59,44428.8 MB
uniswap_v3_pools497,482176.8 MB
uniswap_v3_trades105,247,32927.96 GB
uniswap_v4_pools433,098167.8 MB
uniswap_v4_trades43,848,87110.66 GB

tokens

StatisticValue
Rows59,444
Size28.8 MB
First Record2026-07-08
Last Record2026-08-23
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
Rows497,482
Size176.8 MB
First Record2026-06-18
Last Record2026-08-23
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
Rows105,247,329
Size27.96 GB
First Record2026-05-22
Last Record2026-08-23
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
Rows433,098
Size167.8 MB
First Record2026-05-22
Last Record2026-08-23
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
Rows43,848,871
Size10.66 GB
First Record2026-05-22
Last Record2026-08-23
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)