NEAR Token Transfers
This model captures all native NEAR token transfers, including gas fees and other native token movements.
Column Description
Unique Key: unique_id
from_address
The sender address of the NEAR transfer
to_address
The recipient address of the NEAR transfer
token_address
The address of the native NEAR token (fixed as 'near')
token_name
The name of the token (fixed as 'Near')
token_symbol
The symbol of the token (fixed as 'NEAR')
raw_amount_str
The raw amount in yoctoNEAR as a string
raw_amount
The raw amount in yoctoNEAR
amount_str
The normalized amount in NEAR as a string
amount
The normalized amount in NEAR
usd_amount
The USD value of the transfer
usd_exchange_rate
The exchange rate used to calculate the USD value
signer_id
The ID of the signer of the transaction
method_name
The method name invoked in the transaction
success
Boolean indicating if the transaction was successful
transaction_hash
Unique identifier for the transaction
transaction_index
The index of the transaction within the block
transaction_block_height
The block height of the transaction
receipt_id
The ID of the receipt for the transaction
receipt_index
The index of the receipt within the block
receipt_action_index
The index of the action within the receipt
block_height
The height of the block containing this transfer
block_timestamp
Timestamp of the block containing this transfer
block_hash
The hash of the block containing this transfer
chunk_hash
The hash of the chunk containing this transfer
unique_id
A unique identifier for the transfer
_created_at
The timestamp when the record was created
_updated_at
The timestamp when the record was last updated
Last updated