Tables
FlowFees_FeeParametersChanged_event
Flow blockchain transaction fee parameter update events from the FlowFees contract. Tracks changes to inclusion effort cost, execution effort cost, and surge factor multipliers for analyzing network fee economics and governance decisions.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_executionEffortCost | STRING | Cost parameter for transaction execution effort in the FlowFees contract fee model, denominated in Flow tokens. Values range from 0 to 4000, reflecting computational resource pricing that can be adjusted through network governance. |
in_inclusionEffortCost | STRING | Cost parameter for including a transaction in a Flow block, denominated in FLOW tokens. Values are typically very small (1e-06 to 0.0001) and represent the base fee charged per transaction for network inclusion. |
in_surgeFactor | STRING | Multiplier applied to base transaction fees during periods of network congestion on Flow. Typically 1.0 during normal conditions, increasing above 1.0 when demand is high. |
Sample Data
Sample Data
| address | block_id | event_name | event_index | block_number | contract_name | in_surgeFactor | transaction_id | block_timestamp | in_executionEffortCost | in_inclusionEffortCost |
|---|---|---|---|---|---|---|---|---|---|---|
| f919ee77447b7497 | b2a01e2c58bbf6ff1e975001976ba132a27dd12fa746720799ec1cac8cb3afdd | FeeParametersChanged | 0 | 27341023 | FlowFees | 1 | 8f1c6437b785813ddecaa019b303b23793c797ade4336fbf614ee178376bdd63 | 2022-04-06T15:04:15.571207000Z | 0 | 1e-05 |
| f919ee77447b7497 | c64b88e6ac133db1f81e1ebd7b719c6716347a04507f23c3e3c1670d27188896 | FeeParametersChanged | 0 | 30872622 | FlowFees | 1 | cc6fdc3847de02414ce6f4ac944e3fb6c99b2dec2073f5d3f23da42a4ef36dd2 | 2022-06-01T14:59:23.506515000Z | 4.99049905 | 1e-06 |
| f919ee77447b7497 | c92f0dbaa30b1cf2bff3ef25f1a4f7b38174a3ad36cb7f34468b446642ee343d | FeeParametersChanged | 0 | 125605123 | FlowFees | 1.01 | 77891fb148ed2c61f1418b3f91a419d1a4c7e65ab797fcc9011254b874ce907f | 2025-09-08T14:59:21.923505000Z | 24.99249924 | 1e-06 |
Example Query
Example Query
Query with partition filter
FlowFees_TokensDeposited_event
Token deposit events from the FlowFees contract on Flow blockchain, capturing fee-related token movements into the protocol’s fee collection account. Used for tracking protocol revenue and fee accumulation patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | block_id | in_amount | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|
| f919ee77447b7497 | 0000c65d2b30ef6a1434f9e77b88924c292c745172677cbd1b41805113accf13 | 0 | TokensDeposited | 6 | 116465054 | FlowFees | 809b20b4988255583f09539e869e17878e26f37bde000b090fada1756eca3d20 | 2025-06-15T06:28:11.532812000Z |
| f919ee77447b7497 | 001232d949ea193dfe91bc32127e6411390bc7e383cec7a5310e488f633b4cbd | 0 | TokensDeposited | 6 | 116485040 | FlowFees | 71ac73690a78c0f01a8f5c2f7dd6a00bcb206e089c8ae7c32bbff53c6fd22a8e | 2025-06-15T10:55:12.403755000Z |
| f919ee77447b7497 | 002fcb9de1c3c0f3c4d382e5f85b3911baa1fde1167b543722d41b57102ae180 | 0 | TokensDeposited | 6 | 116446126 | FlowFees | 24bc5d974b943cccdee258c579a6a23a21c2e02b32e12fcec4f0e0ba5a999529 | 2025-06-15T02:15:26.449301000Z |
Example Query
Example Query
Query with partition filter
FlowFees_TokensWithdrawn_event
Token withdrawal events from the FlowFees contract on Flow blockchain, capturing FLOW token amounts withdrawn from the fee collection address. Used for tracking protocol fee distribution and treasury management activity.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | block_id | in_amount | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|
| f919ee77447b7497 | b1c37c373cc1d7610395ec9f27a748f192a350928eb79282512d1cbc7262f9d9 | 70.40485509 | TokensWithdrawn | 1 | 41881384 | FlowFees | aa890ff09415b12005a0c233d09282abec26aaa8c42990259f3b4fc30d50f0d2 | 2022-11-30T16:00:29.526879000Z |
| f919ee77447b7497 | 2382a96b6491d7de71690c1df749b11ad1275801ab20d1acfff452d01509a691 | 22.50866 | TokensWithdrawn | 1 | 25568454 | FlowFees | 64a8781b0c6873d98ec30d5ef6ee296dcdddf93a8c2ec2e4378a6cfaea6b2631 | 2022-03-09T15:58:42.401769000Z |
| f919ee77447b7497 | 426b605e653b8932bfcb94a9692036c85028b722a8cc4fb6521828834b2768f7 | 20.4645 | TokensWithdrawn | 1 | 22692277 | FlowFees | c1541b18ddd377983be4eda812100fb4b4baf5face603e6616e0f7d0391f8ddb | 2022-01-12T16:01:41.428027000Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_DelegatorRewardsPaid_event
Staking reward distribution events for delegators on Flow blockchain’s ID Table Staking contract. Tracks FLOW token rewards paid to individual delegators per validator node for analyzing delegation yield and validator performance.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_delegatorID | STRING | Unique identifier for the delegator in the Flow staking system. Numeric string representing the delegator’s ID assigned when they register to delegate tokens to a validator node. |
in_epochCounter | STRING | Epoch number during which the delegation reward was earned and distributed. Appears to be null in recent reward distributions, suggesting this field may be deprecated or conditionally populated. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
Sample Data
Sample Data
| address | block_id | in_amount | in_nodeID | event_name | event_index | block_number | contract_name | in_delegatorID | transaction_id | block_timestamp | in_epochCounter |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | c21595f8a22a9fcc35e6c3eb22b01dec229bbdcfa34af65991b9b696d6705c80 | 8.67778962 | 022699aba098bce3eb3a8709f29feafa9793f65de7d24d37a46310d788cbcc74 | DelegatorRewardsPaid | 39054 | 46272125 | FlowIDTableStaking | 139 | d04af347f25985fcc94f96c07a67c487ba25724911a054d3a69ca2a0f96b1463 | 2023-02-08T15:07:10.072717000Z | |
| 8624b52f9ddcd04a | c21595f8a22a9fcc35e6c3eb22b01dec229bbdcfa34af65991b9b696d6705c80 | 0.26987948 | 022699aba098bce3eb3a8709f29feafa9793f65de7d24d37a46310d788cbcc74 | DelegatorRewardsPaid | 38679 | 46272125 | FlowIDTableStaking | 180 | d04af347f25985fcc94f96c07a67c487ba25724911a054d3a69ca2a0f96b1463 | 2023-02-08T15:07:10.072717000Z | |
| 8624b52f9ddcd04a | c21595f8a22a9fcc35e6c3eb22b01dec229bbdcfa34af65991b9b696d6705c80 | 0.09906983 | 022699aba098bce3eb3a8709f29feafa9793f65de7d24d37a46310d788cbcc74 | DelegatorRewardsPaid | 38886 | 46272125 | FlowIDTableStaking | 193 | d04af347f25985fcc94f96c07a67c487ba25724911a054d3a69ca2a0f96b1463 | 2023-02-08T15:07:10.072717000Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_DelegatorTokensStaked_event
Delegation staking events from Flow blockchain’s ID Table Staking contract, recording when delegators stake FLOW tokens to validator nodes. Used for analyzing delegation patterns, staking amounts, and delegator-to-node relationships in Flow’s Proof of Stake consensus.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_delegatorID | STRING | Unique identifier for the delegator in the Flow staking system. Numeric string representing the delegator’s ID assigned when they register to delegate tokens to a validator node. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
Sample Data
Sample Data
| address | block_id | in_amount | in_nodeID | event_name | event_index | block_number | contract_name | in_delegatorID | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | 4d8adbd42affeedf6a3f62f2fed3ed1fe5566d2c3a3c10511c4108a9ce144a85 | 38.314263 | 093132ae6b090b3cf3b14d5da282e8a9cc6e5158342a83354c4fd27d5263416e | DelegatorTokensStaked | 3638 | 13392497 | FlowIDTableStaking | 6 | 3359c9660c0410fc8f7d8dc180c958a4eabb2f04af24f442c7c0592dd64627f3 | 2021-04-07T05:04:04.213042000Z |
| 8624b52f9ddcd04a | 4d8adbd42affeedf6a3f62f2fed3ed1fe5566d2c3a3c10511c4108a9ce144a85 | 310.49114303 | 093132ae6b090b3cf3b14d5da282e8a9cc6e5158342a83354c4fd27d5263416e | DelegatorTokensStaked | 3635 | 13392497 | FlowIDTableStaking | 3 | 3359c9660c0410fc8f7d8dc180c958a4eabb2f04af24f442c7c0592dd64627f3 | 2021-04-07T05:04:04.213042000Z |
| 8624b52f9ddcd04a | 4d8adbd42affeedf6a3f62f2fed3ed1fe5566d2c3a3c10511c4108a9ce144a85 | 2697.27559974 | 129aab6407f6f66774ce77a03b8abd1ba67317eab1c70c5c6cdd7a433a7d64e8 | DelegatorTokensStaked | 3647 | 13392497 | FlowIDTableStaking | 6 | 3359c9660c0410fc8f7d8dc180c958a4eabb2f04af24f442c7c0592dd64627f3 | 2021-04-07T05:04:04.213042000Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_DelegatorTokensUnstaked_event
Delegator unstaking events from Flow blockchain’s ID Table Staking contract, capturing when delegators withdraw staked FLOW tokens from validator nodes. Useful for tracking delegation withdrawals and validator node liquidity changes.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_delegatorID | STRING | Unique identifier for the delegator in the Flow staking system. Numeric string representing the delegator’s ID assigned when they register to delegate tokens to a validator node. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
Sample Data
Sample Data
| address | block_id | in_amount | in_nodeID | event_name | event_index | block_number | contract_name | in_delegatorID | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | c8dc26e845f7ae5cb968ef6893df755acb9b8a40e3a506262295e6e13086e54a | 5.15276349 | 2cfab7e9163475282f67186b06ce6eea7fa0687d25dd9c7a84532f2016bc2e5e | DelegatorTokensUnstaked | 2 | 111089080 | FlowIDTableStaking | 11276 | 79a211ff5b5847a2af42cc846788fdbfa11142fa9f151a76b465b28df5e8ffc4 | 2025-04-26T10:12:48.920888000Z |
| 8624b52f9ddcd04a | 49619324b0d666553819b3a0ee81037f4c6e47705784584b0b0eba4798fdaaa7 | 0 | 1408c08272beb24ad4fe4e531a9b937a26ee72c5f56b50ac8f2b889c3c42d316 | DelegatorTokensUnstaked | 0 | 133964054 | FlowIDTableStaking | 201 | c2737ceae9d3bef0ebece99c2ec085a2ed20b2d9030a643230fb1542a0f00817 | 2025-11-25T19:46:37.786Z |
| 8624b52f9ddcd04a | 556bb786b56ec3662cf0af8458e1a32268aef9a20de39c00f2c1f5d3a36e0134 | 0 | f441ce06e155367c05c941b68fdb1bb3f0cb9efe0d8cc9a9932d7d1dbfd13f2c | DelegatorTokensUnstaked | 0 | 133929970 | FlowIDTableStaking | 2 | 44b75417274a2c683e1be02ca0e551d95d6b9c85bdc27708a2e8ff925f24b9c4 | 2025-11-25T12:12:04.984Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_NewDelegatorCreated_event
NewDelegatorCreated events from Flow blockchain’s ID Table Staking contract, recording when accounts create new delegator positions to stake tokens with validator nodes. Contains delegator IDs, associated node IDs, and creation timestamps for analyzing staking participation and validator delegation patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_delegatorID | STRING | Unique identifier for the delegator in the Flow staking system. Numeric string representing the delegator’s ID assigned when they register to delegate tokens to a validator node. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
Sample Data
Sample Data
| address | block_id | in_nodeID | event_name | event_index | block_number | contract_name | in_delegatorID | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | 45b124c5152b4438c2337e5886a3b2c7725bbf2114ef118519941f3576c5a21e | 2cfab7e9163475282f67186b06ce6eea7fa0687d25dd9c7a84532f2016bc2e5e | NewDelegatorCreated | 0 | 13530336 | FlowIDTableStaking | 3522 | 733426e431757511160cdb2569ea381ca5333cc330f20e1504454c1892c5e1a6 | 2021-04-12T08:19:56.669004000Z |
| 8624b52f9ddcd04a | 4d3ae5dc13da3b2a54e5f01771a739de1e2dda321fbebc4aa431ead9adfb50c8 | 2cfab7e9163475282f67186b06ce6eea7fa0687d25dd9c7a84532f2016bc2e5e | NewDelegatorCreated | 0 | 13530323 | FlowIDTableStaking | 3521 | 9fd611d8bc6731516616ee1dc03192a589ca584ec684e9be4d69b552dea85bff | 2021-04-12T08:19:23.604545000Z |
| 8624b52f9ddcd04a | a6992224fbb0244a89b3971cadbc08eb8404146cda5abbe2304dfa3b3a045701 | 2cfab7e9163475282f67186b06ce6eea7fa0687d25dd9c7a84532f2016bc2e5e | NewDelegatorCreated | 0 | 13538307 | FlowIDTableStaking | 3534 | e7cc90695d62a6c43da491e261ae7c20db266ccbe0630f44c06beca763f37c3d | 2021-04-12T15:06:12.694945000Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_NewEpoch_event
Epoch transition events from Flow blockchain’s staking contract, recording when new staking periods begin with total staked amounts and reward payouts. Used for analyzing Flow validator economics, staking participation trends, and network reward distribution over time.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_newEpochCounter | STRING | Sequential counter tracking the epoch number in Flow’s staking system, incrementing with each new epoch period. Values are null in earlier epochs before this field was implemented, then appear as incrementing integers (e.g., ‘145’) in later blocks. |
in_totalRewardPayout | STRING | Total FLOW tokens paid as staking rewards at the start of this epoch. Denominated in FLOW with variable decimal precision as seen in sample values. |
in_totalStaked | STRING | Total amount of FLOW tokens staked across all validators at the start of the new epoch. Values are decimal strings representing FLOW token amounts, typically ranging from millions to over a billion tokens. |
Sample Data
Sample Data
| address | block_id | event_name | event_index | block_number | contract_name | in_totalStaked | transaction_id | block_timestamp | in_newEpochCounter | in_totalRewardPayout |
|---|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | aa11b50dd854e4b870c71aa0357096332ad8d719e5bc4b4a06dd9068dd7e7cd8 | NewEpoch | 69 | 9724825 | FlowIDTableStaking | 23062541 | 3bb00d7fa34156a2267a87ca7b33e608fad763dc08ec5dc436011b25bad708d2 | 2020-12-09T08:13:35.501916000Z | 1173391 | |
| 8624b52f9ddcd04a | 9b7ccf72576e61e905132855ceee32cb5d21ad570d56e72c99470f6274ac832f | NewEpoch | 36483 | 20731158 | FlowIDTableStaking | 724038718.9085742 | be839d4aab6a6443e1c6f16c77f7ee9134b3d923893c6ba8aa90b08647762bfe | 2021-11-23T15:53:48.703447000Z | 1244474 | |
| 8624b52f9ddcd04a | 1b5097d3bc9c37b4bde1473b83a507c3046d137beff1f706c2866c66f4600ea9 | NewEpoch | 4891 | 32001991 | FlowIDTableStaking | 723680582.2250525 | b4fc3d14db4df4040e530f63d9debbecab0a587e20a039320e286d42261522e5 | 2022-06-22T17:39:10.938990000Z | 1280001 |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_NewNodeCreated_event
Node registration events from Flow blockchain’s ID Table Staking contract, capturing when new validator or node operator accounts join the staking system. Records node identifiers, assigned roles (validator types), and initial stake commitments for analyzing network participation and validator onboarding patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amountCommitted | STRING | Initial amount of FLOW tokens committed by the node operator at registration time. Numeric value stored as string, typically ‘0’ for new nodes or a positive integer representing committed stake amount. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
in_role | STRING | Role identifier for access control. 66-character keccak256 hash including 0x prefix. |
Sample Data
Sample Data
| address | in_role | block_id | in_nodeID | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp | in_amountCommitted |
|---|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | 5 | 1c92aa31b963d43e0ef2e0e8142d2120928bf29aa5a67cf2829b8e569dd7191f | 5952ff4b235c05973dee13f815ef572cd8011a89a77dc55689c77af369eb4597 | NewNodeCreated | 4 | 47968978 | FlowIDTableStaking | 453d3b609827bee26d1561bfd2e4d0f89efa72e559d624140121412588724fb5 | 2023-03-07T14:08:11.738713000Z | 0 |
| 8624b52f9ddcd04a | 4 | 1896942dde9296f4628829548474416533af7101a0812c4240f95286a7a432e8 | 55069e7e8926867bee8094bd31786f8f6b65c8c3bde468ae2275f33dc1245dc1 | NewNodeCreated | 1 | 13582011 | FlowIDTableStaking | dc00b61b89dcaf3d6bb9a861d9abb4b1e6c011565f681ea8912b3ceb40068d00 | 2021-04-14T05:38:06.200720000Z | 135000 |
| 8624b52f9ddcd04a | 5 | 60232b71e6da0c6ab97b46054f855aed5e6641dbe7ff00053bf92312aee1bd1c | 55501da7d7db34bd63d27f97a6c8f73c6372958f77f3292cb00eb12555737061 | NewNodeCreated | 1 | 19036878 | FlowIDTableStaking | 4c4dd7f2a8b1fc4655cabf3fd450d57d4c9b63252903c7d0029ab2cc1d58cd35 | 2021-10-06T05:00:40.947544000Z | 0 |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_NewWeeklyPayout_event
Weekly staking reward announcements from Flow blockchain’s IDTableStaking contract, emitted when new FLOW token payout amounts are set for validator and delegator rewards. Used for tracking staking yield changes and reward distribution patterns over time.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_newPayout | STRING | Weekly staking reward payout amount denominated in FLOW tokens (smallest unit). Values typically range from 1.19M to 1.33M FLOW per week based on network emission schedule. |
Sample Data
Sample Data
| address | block_id | event_name | event_index | block_number | in_newPayout | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | 78d79d190d199bb8b38dc674b04aec9353fb3d81f4da1c8aa8fe7f6985bd814e | NewWeeklyPayout | 0 | 12005536 | 1198633 | FlowIDTableStaking | 0c769bbdcc15c1ee08223cd74556c0e513a614ce38c34936118392f7fbbc8d22 | 2021-02-17T06:33:20.314038000Z |
| 8624b52f9ddcd04a | 956430329182777d4f574458bccac940dd0845b76c53bd7f6ace05675e453c3a | NewWeeklyPayout | 49874 | 49822846 | 1330201 | FlowIDTableStaking | b8b3d3a1dd4f8e36eb61c82d2acf5a807860460eb111a12f5d9a1c3025d661b3 | 2023-04-05T14:52:27.440819000Z |
| 8624b52f9ddcd04a | 305d92eb446977d0e933cebfe0d93b842bacd8d7cb29c9aa9ae5ce6af74e1c7f | NewWeeklyPayout | 0 | 11531137 | 1196386 | FlowIDTableStaking | 085523d833938f1120a392cb788b95dd36d624bb0407c791931098c85d77d54b | 2021-02-03T06:13:14.950019000Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_RewardsPaid_event
Staking reward distribution events from Flow blockchain’s ID table staking contract, recording reward amounts paid to validator nodes. Used for analyzing validator earnings, reward distribution patterns, and staking economics across epochs.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_epochCounter | STRING | Epoch counter identifying which staking epoch the rewards were distributed for. Value is null in some historical events. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
Sample Data
Sample Data
| address | block_id | in_amount | in_nodeID | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp | in_epochCounter |
|---|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | e2e792b8a36ea694fda869b29ffe36131d26e50e5a219cd6dc865e5164fef0df | 1555.461 | 00b7793649e34f52e38c6848e036c2e408f9594bdce4eb6e414b763727d07c9a | RewardsPaid | 4029 | 28649943 | FlowIDTableStaking | 1e75bcd5b38b498b3eb622d11e6e65d2f315f1584ed8e6eb3164f85784f979d7 | 2022-04-27T14:51:28.454880000Z | |
| 8624b52f9ddcd04a | e2e792b8a36ea694fda869b29ffe36131d26e50e5a219cd6dc865e5164fef0df | 1555.461 | 097e5e879e9c93f7e45f696b64f701f70215608b337ccfbc13ca3370f7a9e617 | RewardsPaid | 32193 | 28649943 | FlowIDTableStaking | 1e75bcd5b38b498b3eb622d11e6e65d2f315f1584ed8e6eb3164f85784f979d7 | 2022-04-27T14:51:28.454880000Z | |
| 8624b52f9ddcd04a | e2e792b8a36ea694fda869b29ffe36131d26e50e5a219cd6dc865e5164fef0df | 1555.461 | 0a29d8eb288d9bb0a0a4f2f9ff180ec83617659998ce363814048ec1683083e0 | RewardsPaid | 1065 | 28649943 | FlowIDTableStaking | 1e75bcd5b38b498b3eb622d11e6e65d2f315f1584ed8e6eb3164f85784f979d7 | 2022-04-27T14:51:28.454880000Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_TokensStaked_event
Token staking events from Flow blockchain’s ID Table Staking contract, recording when FLOW tokens are delegated to validator nodes. Useful for analyzing staking behavior, validator node activity, and network security participation patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
Sample Data
Sample Data
| address | block_id | in_amount | in_nodeID | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | c5097d17dbc2bc07b0fecad7b96fdf24898a980c7f6ae9a5c3e568fbc3f99907 | 1965.14082387 | b5e3cdbeb4986460b57a5a363789bb587eae7bff05589dcd122bcedc62be6664 | TokensStaked | 20988 | 40229372 | FlowIDTableStaking | e28f75b428dcf37d68b7a5a4f45bd61264685f1be5b7bbaea39500c4da257cce | 2022-11-03T15:01:13.957832000Z |
| 8624b52f9ddcd04a | c5097d17dbc2bc07b0fecad7b96fdf24898a980c7f6ae9a5c3e568fbc3f99907 | 1996.96714474 | 166d1b52831da570fb37f0d85ded5d164937bc7ae976a6037bc33a77c3113735 | TokensStaked | 1266 | 40229372 | FlowIDTableStaking | e28f75b428dcf37d68b7a5a4f45bd61264685f1be5b7bbaea39500c4da257cce | 2022-11-03T15:01:13.957832000Z |
| 8624b52f9ddcd04a | c5097d17dbc2bc07b0fecad7b96fdf24898a980c7f6ae9a5c3e568fbc3f99907 | 3000 | 5dc67a4f47ea9ce55d1b63ebe04cc68d8b29c41e40ab5cdc63b108ce292139a0 | TokensStaked | 903 | 40229372 | FlowIDTableStaking | e28f75b428dcf37d68b7a5a4f45bd61264685f1be5b7bbaea39500c4da257cce | 2022-11-03T15:01:13.957832000Z |
Example Query
Example Query
Query with partition filter
FlowIDTableStaking_TokensUnstaked_event
Token unstaking events from Flow blockchain’s ID Table Staking contract, recording when validators withdraw their staked FLOW tokens with amounts and node identifiers. Used for tracking validator participation changes and staking liquidity movements.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_nodeID | STRING | Identifier for the staking node in the Flow blockchain network. Hex-encoded, 64-character string without 0x prefix. |
Sample Data
Sample Data
| address | block_id | in_amount | in_nodeID | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|
| 8624b52f9ddcd04a | 8f57a284273d3d6e1d7f9a8498d2ca937aeec11f99bda43de7a69877860cd9a4 | 94121.96 | fabe5c7917f1368d0a01dde06da7e7b6da8ea8e872e62f4853afbc536ea8d59d | TokensUnstaked | 19306 | 14147586 | FlowIDTableStaking | 7c79febe209178851e4c6b0c1d9bf89955f89783ea8f9ace65e4c442ddd16e7d | 2021-05-04T15:16:48.852593000Z |
| 8624b52f9ddcd04a | 968cbbc7a458584dd6e25ec6f9d0921fe2208992cfa3779ff57cc33d172be718 | 2466.57452259 | a494a83f3eee8d95c49931a26483907aabe7bf8d6325a777b9033734756614f1 | TokensUnstaked | 0 | 81105570 | FlowIDTableStaking | 28f0e5621537c1d59aa038c08fdd35c20be494e86cf8aa018830cef3be3b00b1 | 2024-06-25T17:48:51.537126000Z |
| 8624b52f9ddcd04a | 7ce8eeeb00ed4c4468dfc73f84efd8ecf5b4d3122d9a162b6dcd4f1d57773351 | 0 | c623076c01936f0eaadf1f8a6c618b087e8c88f00ad297db30a3172d8cd4d252 | TokensUnstaked | 2 | 128904832 | FlowIDTableStaking | 3d4c8a6a5ba663bb3534a8a315e67968ace60daa10a3c2344011137a17edf33d | 2025-10-09T16:17:07.250140000Z |
Example Query
Example Query
Query with partition filter
FlowSystemContract_AccountContractAdded_event
Flow blockchain system events recording when smart contracts are deployed to accounts. Captures contract deployments with account addresses, contract names, and transaction details for tracking protocol and application deployment activity on Flow.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_address | STRING | Flow account address where the contract was deployed. Hex-encoded, 0x-prefixed 16-character string identifying the account that added the smart contract. |
in_codeHash | STRING | Hash of the deployed contract code, used to verify contract integrity. Typically null in Flow events as code verification happens through other mechanisms. |
in_contract | STRING | Name of the smart contract being added to the Flow account. Corresponds to the contract identifier deployed at the specified address. |
Sample Data
Sample Data
| address | block_id | event_name | in_address | event_index | in_codeHash | in_contract | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|---|
| FlowSystem | 4846ce277bdca9709e85ef5b19422509cbcd8376a6676a83789d571bc028c7a6 | AccountContractAdded | 0xebaf60543429f9a5 | 1 | Pess | 82738281 | FlowSystemContract | dd23615dfb06e49c1acabe9f5eb4b2f296857dd0fef70aed703cddca764f1f28 | 2024-07-19T11:25:58.018463000Z | |
| FlowSystem | b150e9cbf9bea82521555028474a04316decd672da3199f96cb4abac28a3867d | AccountContractAdded | 0xb2dac440af51dcd2 | 1 | NurseSarahBarker | 82744602 | FlowSystemContract | 5314e1cad4af377ef86f745508350d8b58c9ed5be25cb080d4c74646ba0aca50 | 2024-07-19T13:38:01.614149000Z | |
| FlowSystem | ad3b7c2a1703e1d5b4d6f7653064bbc8ea290bc2355c72733852550e42ac3b38 | AccountContractAdded | 0x8bcaf9dacd3bb125 | 1 | TokndNFT | 35961250 | FlowSystemContract | 0bba6e12450052385b2027987e7f68a24fb3f66c24b1f86a787a806bcf3733a7 | 2022-08-26T09:01:12.039796000Z |
Example Query
Example Query
Query with partition filter
FlowSystemContract_AccountCreated_event
Account creation events from Flow blockchain’s system contract, recording new wallet addresses and their creation timestamps. Used for tracking network growth and user onboarding patterns.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_address | STRING | Flow account address that was created in this event. Hex-encoded, 0x-prefixed 16-character identifier uniquely identifying the newly created Flow blockchain account. |
Sample Data
Sample Data
| address | block_id | event_name | in_address | event_index | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|
| FlowSystem | 000cac72f5ec68c01e39c521dc7ab32a84178fbebc26fb6ae7e02fdf7a9748da | AccountCreated | 0x00a4348b4875a9cc | 5 | 55439754 | FlowSystemContract | 4af383092c016b1e36dbfa160d9c3e10fa75226d043bee9d79d8dfb5b20d7542 | 2023-06-26T12:27:49.581869000Z |
| FlowSystem | 000cac72f5ec68c01e39c521dc7ab32a84178fbebc26fb6ae7e02fdf7a9748da | AccountCreated | 0xe4c38d56598fa913 | 5 | 55439754 | FlowSystemContract | 75a4aba7f0ab5d82533704042a80dbe3b019eddeb5e9978dc5d9ab0ef6f46582 | 2023-06-26T12:27:49.581869000Z |
| FlowSystem | 002f15261f72a0862b017bd9c50f227c8ebadbe92a3dd4dcc98d769d2659febc | AccountCreated | 0xe9d36c7639f97baa | 5 | 55440224 | FlowSystemContract | bf152f9de1c8ed6cd258035839a53064de4eb981eb7ba9ab6ce32c2a08eb749c | 2023-06-26T12:37:39.752485000Z |
Example Query
Example Query
Query with partition filter
FlowSystemContract_AccountKeyAdded_event
Flow blockchain account key addition events capturing cryptographic key registration details including key index, hash algorithm, and signing weight. Tracks account key management for analyzing wallet security configurations and multi-signature setups.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_address | STRING | Flow account address that received the new key, in 0x-prefixed hexadecimal format. Represents the account being modified by the key addition event. |
in_hashAlgorithm | STRING | Hash algorithm used for the cryptographic key being added to the Flow account. Typically represented as an enum value, with rawValue 1 commonly appearing in samples. |
in_keyIndex | STRING | Index position of the cryptographic key added to the Flow account. Typically starts at ‘0’ for the first key, incrementing for each additional key on the same account. |
in_publicKey | STRING | Public key that was added to the Flow account, encoded as a string. Typically null in event logs as the key material is not emitted for security reasons. |
in_weight | STRING | Voting power or gauge weight allocated to a pool or account. Numeric string representation of wei-denominated value. |
Sample Data
Sample Data
| address | block_id | in_weight | event_name | in_address | event_index | in_keyIndex | block_number | in_publicKey | contract_name | transaction_id | block_timestamp | in_hashAlgorithm |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| FlowSystem | 3effc5573aaf5a53ce1da07b71232b89a8b97a9d48e240202d09281b5c5832b7 | 1000 | AccountKeyAdded | 0xceebe895f5be71d0 | 14 | 0 | 90945076 | FlowSystemContract | 758c86e7aa25694e548c3402891ae15bd1e059b37717b48f39eb5f2563752181 | 2024-10-21T00:00:14.832984000Z | HashAlgorithm(rawValue: 1) | |
| FlowSystem | 290c6c0af651dfd2b5eab2c00257301c55656571eed7ef9a769ebcb0b032e5f6 | 1000 | AccountKeyAdded | 0xdd2a94ea8afb292b | 14 | 0 | 90945100 | FlowSystemContract | 8183aff170054794079506d8ab33dd4a06a17ac96d783f98edfb61b779ac10dc | 2024-10-21T00:00:33.961819000Z | HashAlgorithm(rawValue: 1) | |
| FlowSystem | 0137cd432b984ee1aa5613410317d6c1060b215cf73b2c3e58a65a5ef6cfe075 | 1000 | AccountKeyAdded | 0x394d2d379b0129f4 | 14 | 0 | 90945121 | FlowSystemContract | 0b8e7db28b96db57f7dcbf68c5e17746ffc25ed1524845fc41cd58545f23b605 | 2024-10-21T00:00:50.498235000Z | HashAlgorithm(rawValue: 1) |
Example Query
Example Query
Query with partition filter
FlowToken_TokensDeposited_event
FLOW token deposit events on the Flow blockchain recording incoming transfers to recipient addresses. Captures deposit amounts, recipient accounts, and transaction metadata for tracking token movement and wallet funding activity.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| in_to | address | block_id | in_amount | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|
| 0x3653748f4f464a70 | 1654653399040a61 | ca149a2303993de2249d6cdaf27a18a775979137bfa9aa2450034564232cb964 | 0.0001 | TokensDeposited | 1 | 76647445 | FlowToken | 7f10c6b18e28d5e6dc2c4d565ac805b7ccd4e6005815d1e4319ab0c457b496ff | 2024-04-22T00:00:00.091448000Z |
| 0x38ec5f5a658266c3 | 1654653399040a61 | ca149a2303993de2249d6cdaf27a18a775979137bfa9aa2450034564232cb964 | 0.0001 | TokensDeposited | 1 | 76647445 | FlowToken | 27d2b97d7c161c5c558741142bc597a4ec2a9c683764cd2ba093770782840689 | 2024-04-22T00:00:00.091448000Z |
| 0xcadf83b4ed7c6c7d | 1654653399040a61 | ca149a2303993de2249d6cdaf27a18a775979137bfa9aa2450034564232cb964 | 0.0001 | TokensDeposited | 1 | 76647445 | FlowToken | fec840d4f065d3474a4966c88409ff435abbbd2becc51bd9b1c863126f2838b9 | 2024-04-22T00:00:00.091448000Z |
Example Query
Example Query
Query with partition filter
FlowToken_TokensWithdrawn_event
FLOW token withdrawal events from the FlowToken contract on Flow blockchain, capturing when tokens are moved from accounts. Used for tracking token outflows, account activity patterns, and transaction-level FLOW movements.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | in_from | block_id | in_amount | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp |
|---|---|---|---|---|---|---|---|---|---|
| 1654653399040a61 | 0x8624b52f9ddcd04a | dea85f025065aa1905a5eba9cac4eb2be40bd3a68aed03eeed1b38d2fd9497be | 0 | TokensWithdrawn | 73 | 21367173 | FlowToken | f7b8abc188bbcab32987ba0370f6b9ee5ab902a3ad7f2de66ba0824a715bf7f3 | 2021-12-10T16:05:01.305484000Z |
| 1654653399040a61 | 0x8624b52f9ddcd04a | dea85f025065aa1905a5eba9cac4eb2be40bd3a68aed03eeed1b38d2fd9497be | 0 | TokensWithdrawn | 271 | 21367173 | FlowToken | f7b8abc188bbcab32987ba0370f6b9ee5ab902a3ad7f2de66ba0824a715bf7f3 | 2021-12-10T16:05:01.305484000Z |
| 1654653399040a61 | 0x8624b52f9ddcd04a | dea85f025065aa1905a5eba9cac4eb2be40bd3a68aed03eeed1b38d2fd9497be | 0 | TokensWithdrawn | 58 | 21367173 | FlowToken | f7b8abc188bbcab32987ba0370f6b9ee5ab902a3ad7f2de66ba0824a715bf7f3 | 2021-12-10T16:05:01.305484000Z |
Example Query
Example Query
Query with partition filter
FungibleToken_Deposited_event
Fungible token deposit events from Flow blockchain’s FungibleToken standard, capturing transfers into vaults with amounts, balance updates, and vault identifiers (UUIDs). Used to track token inflows across FlowToken, FUSD, and other fungible assets for wallet activity and token movement analysis.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_balanceAfter | STRING | Account balance after the deposit transaction completes, denominated in the fungible token specified by in_type. Value stored as string to preserve decimal precision. |
in_depositedUUID | STRING | Unique identifier for the deposited vault resource in the Flow blockchain. Each deposit event generates a distinct UUID tracking the specific fungible token vault instance. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_toUUID | STRING | Unique identifier (UUID) of the receiving vault or account where the fungible tokens were deposited on Flow. Represented as a numeric string that corresponds to Flow’s resource identification system. |
in_type | STRING | Type identifier for the Flow blockchain resource being transferred or operated on. Format follows Flow’s resource type notation: A.{contract_address}.{contract_name}.{resource_name}. |
Sample Data
Sample Data
| in_to | address | in_type | block_id | in_amount | in_toUUID | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp | in_balanceAfter | in_depositedUUID |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| f233dcee88fe0abe | A.1654653399040a61.FlowToken.Vault | 21c4a105d5f43228448ee16981e1fc84338684e42585f75e3dead3bd04ec2abe | 1.978 | 124244815362541 | Deposited | 115 | 107500694 | FungibleToken | 7f3d0fe7cf79145f990c919f3c4c5bebc00210ff624de19e9659e33b7b9142c0 | 2025-03-24T03:38:47.585893000Z | 1.978 | 124244815362545 | |
| f233dcee88fe0abe | A.1654653399040a61.FlowToken.Vault | 21c4a105d5f43228448ee16981e1fc84338684e42585f75e3dead3bd04ec2abe | 0.03956 | 124244815362517 | Deposited | 49 | 107500694 | FungibleToken | 7f3d0fe7cf79145f990c919f3c4c5bebc00210ff624de19e9659e33b7b9142c0 | 2025-03-24T03:38:47.585893000Z | 0.03956 | 124244815362521 | |
| f233dcee88fe0abe | A.1654653399040a61.FlowToken.Vault | 21c4a105d5f43228448ee16981e1fc84338684e42585f75e3dead3bd04ec2abe | 0.07912 | 124244815362565 | Deposited | 181 | 107500694 | FungibleToken | 7f3d0fe7cf79145f990c919f3c4c5bebc00210ff624de19e9659e33b7b9142c0 | 2025-03-24T03:38:47.585893000Z | 0.07912 | 124244815362569 |
Example Query
Example Query
Query with partition filter
FungibleToken_Withdrawn_event
Fungible token withdrawal events from Flow blockchain’s FungibleToken standard, capturing when tokens (like FlowToken and USDCFlow) are removed from vaults with withdrawal amounts, vault UUIDs, account addresses, and post-withdrawal balances. Used for tracking token movements, analyzing wallet activity, and reconstructing account balance history on Flow.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
in_balanceAfter | STRING | Account balance of the fungible token vault after the withdrawal transaction completes. Decimal string representing the remaining token amount in the source vault. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_fromUUID | STRING | Flow account resource unique identifier (UUID) of the vault from which tokens were withdrawn. Numeric string representing the on-chain resource instance identifier on Flow blockchain. |
in_type | STRING | Type identifier for the Flow blockchain resource being transferred or operated on. Format follows Flow’s resource type notation: A.{contract_address}.{contract_name}.{resource_name}. |
in_withdrawnUUID | STRING | Unique identifier for the specific withdrawal event instance on the Flow blockchain. This UUID distinguishes individual withdrawal occurrences even when the same vault is involved in multiple transactions. |
Sample Data
Sample Data
| address | in_from | in_type | block_id | in_amount | event_name | event_index | in_fromUUID | block_number | contract_name | transaction_id | block_timestamp | in_balanceAfter | in_withdrawnUUID |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| f233dcee88fe0abe | 0x7bb1e28c69407925 | A.1654653399040a61.FlowToken.Vault | 6f172360743247d0db0d879bb0166550a6b139af9d3ccc4f6a655ca36033c5fe | 1e-06 | Withdrawn | 1 | 206845984 | 130941690 | FungibleToken | 3ef830ea8e686d6b82d25618527dd3d7a02d63ad73853d9116937e7df1d675ef | 2025-10-28T19:53:22.448Z | 0.00416134 | 195713071971234 |
| f233dcee88fe0abe | 0xedf9df96c92f4595 | A.1654653399040a61.FlowToken.Vault | 33b1d1cd4e370568fec4761e7551f08bffe456e0465c0f810431a987f57bbabd | 2.874e-05 | Withdrawn | 5 | 1332776299 | 130944003 | FungibleToken | d0b443c86f3daa278305f158c75029b2029267b0ce6a5adf9fbd6775824760ca | 2025-10-28T20:24:13.812Z | 91.06084887 | 257285723122665 |
| f233dcee88fe0abe | 0x1b65c33d7a352c61 | A.1654653399040a61.FlowToken.Vault | 86868b573df0c3400c217be23b459d62aab699bbee6352f3982913e44119ae30 | 1.624e-05 | Withdrawn | 9 | 114569256 | 130924439 | FungibleToken | 934af67d42652c4937ce41118916041d5207bbf9c5a97d41c48e7808da760b87 | 2025-10-28T16:03:23.139Z | 946.32993427 | 252887676628656 |
Example Query
Example Query
Query with partition filter
NonFungibleToken_Deposited_event
NFT (Non-Fungible Token) deposit events on Flow blockchain, capturing when NFTs are transferred into user accounts with unique identifiers and collection metadata. Primarily used for tracking NBA Top Shot moments and other Flow NFT collection movements across wallets.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_collectionUUID | STRING | Universal unique identifier of the collection receiving the NFT on Flow. Appears as ‘0’ in standard deposit events based on the NonFungibleToken contract implementation. |
in_id | STRING | Unique identifier for the position, record, or entity within the protocol. Numeric string representation. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_type | STRING | Type identifier for the Flow blockchain resource being transferred or operated on. Format follows Flow’s resource type notation: A.{contract_address}.{contract_name}.{resource_name}. |
in_uuid | STRING | Unique identifier for the swap operation. 32-character hex string without 0x prefix. |
Sample Data
Sample Data
| in_id | in_to | address | in_type | in_uuid | block_id | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp | in_collectionUUID |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 45598460 | 0x648c4b604351c5c8 | 1d7e57aa55817448 | A.0b2a3299cc857e29.TopShot.NFT | 1454534135 | 55abfd7a7f95fb6c77321e7b681d1d2524f976ce23fc2c584638af24f032f5d9 | Deposited | 15 | 130541463 | NonFungibleToken | 6a499a1a48de7a11fda075285f313029332f3bf5edf20eb1245272f53fc730c1 | 2025-10-25T02:54:51.560Z | 0 |
| 49971939 | 0x648c4b604351c5c8 | 1d7e57aa55817448 | A.0b2a3299cc857e29.TopShot.NFT | 271579373984969 | dfe47316da43f7daa4bb3bf5714c27fd81f7d7784170230a16aa0cdcf046e41b | Deposited | 3 | 130544414 | NonFungibleToken | a1d2a116c3cfdb30b6f874d17f65e6f5a08d434bca50dedde34d7d6657610559 | 2025-10-25T03:34:12.030Z | 0 |
| 49895065 | 0xb0675bab0027d660 | 1d7e57aa55817448 | A.0b2a3299cc857e29.TopShot.NFT | 118747257642836 | eb4023b68947755b079d6c76613eaa0a0512eb1b8fe0d845176b543d3e6f623f | Deposited | 13 | 130578424 | NonFungibleToken | bb12de9b098fb011bcdcc670e7a8cc8b37fe26d047b199edf8d768604559894f | 2025-10-25T11:07:39.560Z | 0 |
Example Query
Example Query
Query with partition filter
NonFungibleToken_Withdrawn_event
NFT withdrawal events from Flow blockchain’s NonFungibleToken standard, capturing when NFTs are removed from accounts with unique identifiers, token types, and source addresses. Useful for tracking NFT transfers, collection activity, and wallet inventory changes on Flow.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
block_id | STRING | Unique identifier for the block containing the event or transaction. Hex-encoded, 64-character string without 0x prefix. |
transaction_id | STRING | Unique identifier for the transaction. Base58-encoded string for Solana transactions, hex-encoded string for Flow transactions. |
event_index | INT64 | Sequential position of the event within its containing transaction. Zero-indexed integer starting from 0 for the first event in each transaction. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
contract_name | STRING | Name of the smart contract that emitted the event. Human-readable string identifier for the contract within the Flow blockchain namespace. |
event_name | STRING | Name of the blockchain event emitted by the contract. Human-readable string identifier indicating the specific action or state change that occurred. |
in_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_id | STRING | Unique identifier for the position, record, or entity within the protocol. Numeric string representation. |
in_providerUUID | STRING | Universal unique identifier of the NFT provider or collection owner from which the token is being withdrawn. Appears as a numeric string identifier in Flow blockchain events. |
in_type | STRING | Type identifier for the Flow blockchain resource being transferred or operated on. Format follows Flow’s resource type notation: A.{contract_address}.{contract_name}.{resource_name}. |
in_uuid | STRING | Unique identifier for the swap operation. 32-character hex string without 0x prefix. |
Sample Data
Sample Data
| in_id | address | in_from | in_type | in_uuid | block_id | event_name | event_index | block_number | contract_name | transaction_id | block_timestamp | in_providerUUID |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1479734308 | 1d7e57aa55817448 | 0x011dbf8099c6dabf | A.0b2a3299cc857e29.PackNFT.NFT | 1479734308 | cfad06327d049795979433de251d20d67974842fbd8f74580217aff2e2bfcd77 | Withdrawn | 3 | 125120054 | NonFungibleToken | 6735666619c89fbb1f4e8c4452bcb0052af9f0249f013cb8e99ee16a5bcbff3c | 2025-09-04T01:09:39.526740000Z | 1342768732 |
| 162727722939932 | 1d7e57aa55817448 | 0x011dbf8099c6dabf | A.0b2a3299cc857e29.PackNFT.NFT | 162727722939932 | 3d3c7f1efb3723a1f70a957c9f3416681ca39c92a89a8980ccbde70f91202aed | Withdrawn | 3 | 125128603 | NonFungibleToken | c1dc9c3a4cdca02b25131387358233539a3535a85bed32e090d021bca68c8009 | 2025-09-04T03:03:49.857748000Z | 1342768732 |
| 108851653180261 | 1d7e57aa55817448 | 0x011dbf8099c6dabf | A.0b2a3299cc857e29.PackNFT.NFT | 108851653180261 | 6c43b68ddc3ccb1dfc3f74bc995902690e7a7ef35c2b0f92b4a6e9479207ad82 | Withdrawn | 3 | 125190720 | NonFungibleToken | a66ff429a8aa9a67da8f3757bb09fa0826cecd0cab6d0b1a7c57bb116b9b19b6 | 2025-09-04T16:53:04.317733000Z | 1342768732 |
Example Query
Example Query
Query with partition filter