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.cep18_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 CEP-18 tokens.
from_address_typeVARCHAR(16777216)Type of the sender address (Account, Contract, or Hash).
to_addressVARCHAR(16777216)Address that received the CEP-18 tokens.
to_address_typeVARCHAR(16777216)Type of the recipient address (Account, Contract, or Hash).
amountVARCHAR(16777216)Raw amount transferred in the token’s smallest unit.
contract_package_hashVARCHAR(16777216)Contract package hash of the CEP-18 token.
event_typeVARCHAR(16777216)CEP-18 event type (e.g., Transfer, Mint, Burn, Approval).
event_formatVARCHAR(16777216)Event encoding format (e.g., CES, native dictionary write).
spender_addressVARCHAR(16777216)Spender address for approval or transfer_from events.
spender_address_typeVARCHAR(16777216)Type of the spender address (Account, Contract, or Hash).
dictionary_keyVARCHAR(16777216)Dictionary key under which the event was written.
raw_dataVARIANTRaw decoded event payload as structured data.
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.
transform_indexNUMBER(38,0)Index of the transform within the transaction’s execution result.
_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.