near.gov Table: fact_lockup_actions Type: View
Description
This table contains all lockup account transactions on the NEAR Protocol blockchain, capturing lockup creation, vesting schedules, and release mechanisms. The data includes lockup amounts, duration periods, vesting schedules, and associated metadata, providing comprehensive tracking of token lockups and vesting arrangements. This table provides the foundation for lockup analytics, vesting schedule analysis, and token release tracking across the NEAR ecosystem.Key Use Cases
- Lockup account analysis and vesting schedule tracking
- Token release analysis and unlock pattern identification
- Vesting schedule compliance monitoring and analysis
- Lockup duration analysis and trend identification
- Cross-account lockup comparison and performance analysis
- Token distribution analysis and supply impact assessment
- Governance token lockup analysis and voting power tracking
Important Relationships
- Links to
core.fact_transactionsthrough tx_hash for transaction context - Connects to
core.fact_blocksthrough block_id for temporal context - Provides lockup data for governance analytics and vesting analysis
- Supports
core.ez_native_daily_balanceswith lockup balance tracking - Enables analysis in
stats.ez_core_metrics_hourlyfor lockup metrics - Powers supply analysis and token distribution studies
Commonly-used Fields
tx_hash: Essential for linking to transaction details and verificationblock_timestamp: Primary field for time-series analysis and trend detectionlockup_account_idandowner_account_id: Critical for account identification and ownership trackingdeposit: Important for lockup amount analysis and value trackinglockup_durationandrelease_duration: Essential for vesting schedule analysislockup_timestampandlockup_timestamp_ntz: Important for timeline analysis and unlock trackingvesting_schedule: Critical for vesting pattern analysis and compliance monitoring
Columns
| Column Name | Data Type | Description |
|---|---|---|
| TX_HASH | TEXT | Unique identifier (hash) of this transaction. |
| BLOCK_TIMESTAMP | TIMESTAMP_NTZ | The date and time at which the block began. |
| BLOCK_ID | NUMBER | The height of the chain this block corresponds with. |
| DEPOSIT | FLOAT | Sum of all NEAR tokens transferred from the signing account to the receiver account during receipt processing. This includes tokens sent in a Transfer action(s), and tokens sent in a FunctionCall action(s) with a deposit attached. |