mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 11:47:08 +00:00
* description rules and fact_txs update * blocks update * idls and labels * wip * wip * update desc * update * update doc rules * update table desc per new rules * updates
582 B
582 B
{% docs end_block_id %}
The block ID (slot number) where the ownership period for the token account ends (exclusive). A null value indicates the current owner. Used to determine the time range during which a specific owner controlled the account.
Data type: Integer (slot number) or null Example:
123456999(ownership ended at this block)null(current owner)
Business Context:
- Enables historical attribution of token balances and transfers to the correct owner.
- Supports analytics on ownership changes, user activity, and protocol events.
{% enddocs %}