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
536 B
536 B
{% docs owner %}
The base58-encoded address of the owner controlling the token account during the specified block range. Ownership may change over time due to transfers or account reassignment. Used to attribute token balances and transfers to the correct user or program at any point in time.
Data type: String (base58 address) Example:
7GgkQ2...
Business Context:
- Enables historical tracking of token account ownership.
- Supports analytics on user activity, protocol attribution, and token flows.
{% enddocs %}