Table Description

This table contains data about cross-chain bridge transfers in the Noble blockchain, including transfer details, source and destination chains, and transfer status.

Column Descriptions

Column nameData TypeDescription
block_datedateThe date of the block.
block_heightbigintThe height of the block where the transfer 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.
receivervarcharThe address of the receiver.
token_amountdecimal(38, 0)The amount of tokens transferred.
token_denomvarcharThe denomination of the token.
src_domainvarcharThe source domain of the transfer.
dst_domainvarcharThe destination domain of the transfer.
protocolvarcharThe protocol used for the transfer.
protocol_metadatavarcharAdditional metadata related to the protocol.
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