Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Table Details

PropertyValue
Table Namecasper.raw.native_token_transfers
Table StatusProduction-Ready
Unique Keyblock_timestamp, block_height, transaction_hash, transfer_index
Clustering Key(s)to_date("block_timestamp")
Search Optimizationfrom_address, to_address, transaction_hash

Table Columns

Column NameData TypeDescription
from_addressVARCHAR(16777216)Address that sent the native CSPR.
from_address_typeVARCHAR(16777216)Type of the sender address (Account, Contract, or Hash).
to_addressVARCHAR(16777216)Address that received the native CSPR.
to_address_typeVARCHAR(16777216)Type of the recipient address (Account, Contract, or Hash).
amount_strVARCHAR(16777216)Amount transferred in motes as a string (preserves full precision).
amountVARCHAR(16777216)Amount transferred in motes.
sourceVARCHAR(16777216)Source purse URef the funds were drawn from.
targetVARCHAR(16777216)Target purse URef the funds were credited to.
gasVARCHAR(16777216)Gas charged for executing the transfer.
idVARCHAR(16777216)Optional transfer memo identifier supplied by the sender.
from_address_rawVARCHAR(16777216)Raw underlying bytes of the sender address before formatting.
to_address_rawVARCHAR(16777216)Raw underlying bytes of the recipient address before formatting.
era_idNUMBER(38,0)Era (epoch) the block belongs to.
block_timestampTIMESTAMP_NTZ(9)Timestamp of the block this event was included in.
block_heightNUMBER(38,0)Height of the block this event was included in.
block_hashVARCHAR(100)Hash of the block this event was included in.
transaction_hashVARCHAR(100)Hash of the transaction this event belongs to.
transaction_indexNUMBER(38,0)Index of the transaction within the block.
transaction_resultVARCHAR(16777216)Execution result of the parent transaction (Success or Failure).
transfer_indexNUMBER(38,0)Index of the transfer within the transaction.
transfer_versionVARCHAR(16777216)Version of the transfer record format.
_created_atTIMESTAMP_NTZ(9)Timestamp of when the entry was created in the database.
_updated_atTIMESTAMP_NTZ(9)Timestamp of when the entry was last updated in the database.