Table Description

This table contains data about token swap transactions in the Noble blockchain, including swap details, token pairs, and execution status.

Column Descriptions

Column nameData TypeDescription
block_datedateThe date of the block.
block_heightbigintThe height of the block where the swap occurred.
block_timestamptimestamp(3) with time zoneTimestamp when the block was validated.
tx_idvarcharThe unique ID of the transaction.
tx_indexbigintThe index of the transaction in the block.
message_indexbigintThe index of the message in the transaction.
event_indexbigintThe index of the event in the message.
action_indexbigintThe index of the action in the event.
sendervarcharThe address of the sender.
token_amount_indecimal(38, 0)The amount of tokens swapped in.
token_denom_invarcharThe denomination of the token swapped in.
token_amount_outdecimal(38, 0)The amount of tokens swapped out.
token_denom_outvarcharThe denomination of the token swapped out.
routesvarcharThe routes used for the swap.
feesvarcharThe fees associated with the swap.
updated_attimestamp(3) with time zoneTimestamp of when the record was last updated.
ingested_attimestamp(3) with time zoneTimestamp of when the record was ingested into Dune.

Table Sample