Table Description

This table contains data about Cross-Chain Transfer Protocol (CCTP) transactions in the Noble blockchain, including token transfers, 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 transaction 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 transaction.
dst_domainvarcharThe destination domain of the transaction.
authorized_callervarcharThe address of the authorized caller.
contractvarcharThe contract address involved in the transaction.
noncevarcharThe nonce associated with the transaction.
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