> ## Documentation Index
> Fetch the complete documentation index at: https://tokenterminal.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# sonic_v1_sonic

> Tables in tt-contracts.sonic_v1_sonic

## Tables

### GasMonetization\_FundsAdded\_event

Gas monetization fund addition events on Sonic blockchain tracking deposits from the protocol funder address to the GasMonetization contract. Useful for analyzing gas fee redistribution mechanisms and monitoring protocol-level funding activity.

<Accordion title="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. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_funder`        | `STRING`    | Account address that provides funds for the transaction or operation. Base58-encoded Solana public key or hex-encoded EVM address.                   |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount            | in\_funder                                 | log\_index | block\_number | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | --------------------- | ------------------------------------------ | ---------- | ------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x0b5f073135df3f5671710f08b08c0c9258aecc35 | false   | 170945866667010689189 | 0xfc00face00000000000000000000000000000000 | 0          | 9956843       | 2025-02-25T03:16:41.000Z | 0xc8307bdab1fa380c9e4007181171c875ecfb19b93164d8ad919d6139f09ad20f |
  | 0x0b5f073135df3f5671710f08b08c0c9258aecc35 | false   | 131048307786000469589 | 0xfc00face00000000000000000000000000000000 | 0          | 9990563       | 2025-02-25T06:37:11.000Z | 0xfd0be22b81b8994be629828e7c98c3fbb718d211aea3941fb6eb7508a10c0fe6 |
  | 0x0b5f073135df3f5671710f08b08c0c9258aecc35 | false   | 159790969494422420777 | 0xfc00face00000000000000000000000000000000 | 0          | 10071013      | 2025-02-25T14:30:54.000Z | 0x7405b5a3ce0a35a3be303ed6cb5cc88df73a813409c92e1c6cdff2b8bd1eb3c6 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.GasMonetization_FundsAdded_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### GasMonetization\_FundsWithdrawn\_event

*No description available.*

<Accordion title="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. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_recipient`     | `STRING`    | Address designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.                             |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.GasMonetization_FundsWithdrawn_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### GasMonetization\_RewardClaimCompleted\_event

Gas monetization reward claim events from Sonic blockchain's GasMonetization contract. Tracks project-specific reward distributions by epoch with claimed amounts for analyzing gas fee rebate programs and project incentive activity.

<Accordion title="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.                                                                       |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                                        |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                                                                                         |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                    |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                                                                               |
  | `in_projectId`     | `STRING`    | Numeric identifier for the project claiming gas monetization rewards in this epoch. Values range from single digits to double digits, uniquely identifying different projects participating in Sonic's gas reward program. |
  | `in_epochNumber`   | `STRING`    | Epoch number during which the gas monetization reward was earned and claimed. Represents the reward distribution period on Sonic chain.                                                                                    |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                                                                            |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount              | log\_index | block\_number | in\_projectId | in\_epochNumber | block\_timestamp         | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ----------------------- | ---------- | ------------- | ------------- | --------------- | ------------------------ | ------------------------------------------------------------------ |
  | 0x0b5f073135df3f5671710f08b08c0c9258aecc35 | false   | 2905933133024175117359  | 76         | 18740639      | 50            | 18995           | 2025-04-07T14:15:33.000Z | 0xc8092bf2e30cfef4617ac583098f1ed41d12b5355f618c69b031e8af0ad16f9b |
  | 0x0b5f073135df3f5671710f08b08c0c9258aecc35 | false   | 14223071688655248821061 | 1          | 18656823      | 5             | 18938           | 2025-04-07T05:59:49.000Z | 0x7f2e60101572a3dbf9885de96bc997beee51b537a8e9e7702effae938be11154 |
  | 0x0b5f073135df3f5671710f08b08c0c9258aecc35 | false   | 23858470235332379233923 | 6          | 20767773      | 47            | 20493           | 2025-04-17T17:09:51.000Z | 0xf3e419c5106166b4a82745188620db6ad7d26062a4d4b5c751d6d5f66a1fa5a3 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.GasMonetization_RewardClaimCompleted_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### SFC\_ClaimedRewards\_event

Staking reward claim events from Sonic's SFC (Staking Fee Contract) tracking delegator withdrawals from validators. Records include reward amounts in wei, validator IDs, and delegator addresses for analyzing staking yield distribution and validator performance.

<Accordion title="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. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_delegator`     | `STRING`    | Address of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.                        |
  | `in_toValidatorID` | `STRING`    | Identifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.                                 |
  | `in_rewards`       | `STRING`    | Amount of rewards in the smallest token unit. Numeric string representation of wei or equivalent base unit value.                                    |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | in\_rewards          | block\_number | in\_delegator                              | block\_timestamp         | in\_toValidatorID | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------- | -------------------- | ------------- | ------------------------------------------ | ------------------------ | ----------------- | ------------------------------------------------------------------ |
  | 0xfc00face00000000000000000000000000000000 | false   | 30         | 426544283438481015   | 19660505      | 0x00de24828fb4f30d12c53b970d266b9e7b91fd6b | 2025-04-11T21:08:02.000Z | 17                | 0x0df9eb45f6035d7fbeb566d4b1e03cdd2d3f4c13a769dd2d64b83400b0b16b7a |
  | 0xfc00face00000000000000000000000000000000 | false   | 7          | 33028051137349740000 | 19535263      | 0x017e019d6344b47854635ee87f728831260c87b5 | 2025-04-11T07:01:27.000Z | 31                | 0x441cb74feb8b08db15a2ee8224cb59b731b90f7aafd9fb9ca8e9b86a8ffc5557 |
  | 0xfc00face00000000000000000000000000000000 | false   | 0          | 1612410934460406078  | 19531889      | 0x04bd2229ebdd237d21ee8695d411e9a78d507844 | 2025-04-11T06:35:09.000Z | 1                 | 0xabc54fe6fb0860e6837e9f96bb3354a05d465eba5b8abc18de80d105a6052626 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.SFC_ClaimedRewards_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### SFC\_CreatedValidator\_event

Validator registration events from Sonic's SFC (Special Fee Contract) staking system, capturing when new validators join the network with their authorization address, validator ID, and epoch timestamp. Used for tracking validator set changes and network decentralization metrics over time.

<Accordion title="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.                                                              |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                               |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                                                                                |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                           |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                                                                      |
  | `in_validatorID`   | `STRING`    | Unique identifier assigned to the validator when registered on Sonic's SFC (Staking and Finality Consensus) contract. Increments sequentially starting from low integers, as seen with IDs ranging from 23 to 38. |
  | `in_auth`          | `STRING`    | Address authorized to operate the validator, typically the operator or owner wallet. Hex-encoded, 0x-prefixed 40-character Ethereum address that controls validator operations.                                   |
  | `in_createdEpoch`  | `STRING`    | Epoch number when the validator was registered on the Sonic network. Represented as a string-encoded integer incrementing with network progression.                                                               |
  | `in_createdTime`   | `STRING`    | Unix timestamp (in seconds) when the validator was registered on the Sonic network. Represents the exact moment of validator creation as recorded in the SFC (Staking and Fee Contract).                          |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_auth                                   | removed | log\_index | block\_number | in\_createdTime | in\_validatorID | block\_timestamp         | in\_createdEpoch | transaction\_hash                                                  |
  | ------------------------------------------ | ------------------------------------------ | ------- | ---------- | ------------- | --------------- | --------------- | ------------------------ | ---------------- | ------------------------------------------------------------------ |
  | 0xfc00face00000000000000000000000000000000 | 0x86b0f4a446b06ec629eed482d32fe70dbe399e66 | false   | 0          | 865288        | 1734695463      | 32              | 2024-12-20T11:51:03.000Z | 2702             | 0x49140f0614a14e86421859433c0c3b3b1e1cec25272f149919cbb8e67e50a009 |
  | 0xfc00face00000000000000000000000000000000 | 0x53453b125c5f40b24523457c1dd48ba76d3006ca | false   | 0          | 898257        | 1734709338      | 33              | 2024-12-20T15:42:18.000Z | 2725             | 0x5c01ff022b2ded3a43835484d88078535d669b6e6f9af5e17ed61bc257b917ea |
  | 0xfc00face00000000000000000000000000000000 | 0xcafe17cd14e8dfb6ec923e8c47a13f28b511cafe | false   | 7          | 2370526       | 1735918792      | 37              | 2025-01-03T15:39:52.000Z | 4834             | 0xa7b2aaf56c2b1abea6aa5a59b60d075e6b4cff59a142c0a93a58635c92d2ef8a |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.SFC_CreatedValidator_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### SFC\_Delegated\_event

Delegation events from Sonic's SFC (Special Fee Contract) staking system recording when users delegate tokens to validators. Useful for analyzing validator stake distribution, delegator behavior, and network decentralization metrics.

<Accordion title="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. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_delegator`     | `STRING`    | Address of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.                        |
  | `in_toValidatorID` | `STRING`    | Identifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.                                 |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | in\_amount            | log\_index | block\_number | in\_delegator                              | block\_timestamp         | in\_toValidatorID | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | --------------------- | ---------- | ------------- | ------------------------------------------ | ------------------------ | ----------------- | ------------------------------------------------------------------ |
  | 0xfc00face00000000000000000000000000000000 | false   | 204000000000000000000 | 1          | 5257023       | 0x66efb81509f79584b59f9a377ef5aa896e158d11 | 2025-01-24T12:51:59.000Z | 1                 | 0x218baa84258c6cf99b9076e828606313032b81b9b4c4141133d6bef8c6949c14 |
  | 0xfc00face00000000000000000000000000000000 | false   | 90000000000000000000  | 1          | 5305093       | 0xbb5a553d63625066496e8d42e6f7851b6848ab09 | 2025-01-24T21:37:43.000Z | 1                 | 0xb98f5520595e089b56ea5323479fa2900db562dfeefb8fdff34a70a8214255f4 |
  | 0xfc00face00000000000000000000000000000000 | false   | 44162431630893192443  | 1          | 5239216       | 0x65360e8180f90d64e45737f8ca7f9ba741cea384 | 2025-01-24T09:17:33.000Z | 1                 | 0x0d2f9cdc07ccf4c5bf07e00e98ae8774c8d26a7756f5b54bd016430da1ff0dd0 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.SFC_Delegated_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### SFC\_RestakedRewards\_event

Restaking reward events from Sonic's SFC (Staking Foundation Contract) showing delegators compounding their validator rewards back into staked positions. Records reward amounts, delegator addresses, and target validator IDs for analyzing staking yield reinvestment patterns on Sonic chain.

<Accordion title="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. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_delegator`     | `STRING`    | Address of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.                        |
  | `in_toValidatorID` | `STRING`    | Identifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.                                 |
  | `in_rewards`       | `STRING`    | Amount of rewards in the smallest token unit. Numeric string representation of wei or equivalent base unit value.                                    |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | removed | log\_index | in\_rewards         | block\_number | in\_delegator                              | block\_timestamp         | in\_toValidatorID | transaction\_hash                                                  |
  | ------------------------------------------ | ------- | ---------- | ------------------- | ------------- | ------------------------------------------ | ------------------------ | ----------------- | ------------------------------------------------------------------ |
  | 0xfc00face00000000000000000000000000000000 | false   | 2          | 301341987365619361  | 11784799      | 0xd5417e22f8d0ec913008acb9fad6f6a866c0ad29 | 2025-03-05T07:49:56.000Z | 1                 | 0x1cdb4d56c1c9b95b10a4fd2d029a67d72bdb7c830118d4375985b5c7c314af69 |
  | 0xfc00face00000000000000000000000000000000 | false   | 2          | 6912086197077687948 | 11904592      | 0xff31d15f2a899e05316b877f5248bef8ca4e8aea | 2025-03-05T20:48:44.000Z | 1                 | 0x7a62969794b1ce8db2a392384549bd7340bd4dc34f2418a0773401e5197faffa |
  | 0xfc00face00000000000000000000000000000000 | false   | 2          | 1009693298566428946 | 11874005      | 0x7557f3ca275ce4937abc2d9ef8c2537426047f4d | 2025-03-05T17:38:52.000Z | 1                 | 0xbd533127b8c570b21f7f961ee2a4ff48f01515c2e43525d6ddece73670da24a0 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.SFC_RestakedRewards_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### SFC\_Undelegated\_event

Withdrawal request records from Sonic's SFC (Staking Finance Contract) showing delegators unstaking from validators. Tracks withdrawal request IDs, amounts, delegator addresses, and validator IDs for analyzing staking behavior and validator liquidity flows.

<Accordion title="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.                                                                             |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                                                                                              |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                                                                                               |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                                                          |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                                                                                                     |
  | `in_delegator`     | `STRING`    | Address of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.                                                                                                    |
  | `in_toValidatorID` | `STRING`    | Identifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.                                                                                                             |
  | `in_wrID`          | `STRING`    | Withdrawal request identifier assigned by the SFC (Special Fee Contract) when a delegator initiates an undelegation. Unique numeric string that tracks the specific undelegation request across the validator staking lifecycle. |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                                                                                                  |
</Accordion>

<Accordion title="Sample Data">
  | address                                    | in\_wrID       | removed | in\_amount             | log\_index | block\_number | in\_delegator                              | block\_timestamp         | in\_toValidatorID | transaction\_hash                                                  |
  | ------------------------------------------ | -------------- | ------- | ---------------------- | ---------- | ------------- | ------------------------------------------ | ------------------------ | ----------------- | ------------------------------------------------------------------ |
  | 0xfc00face00000000000000000000000000000000 | 17451884736501 | false   | 5000000000000000000000 | 1          | 21252689      | 0x8955576061d89990c7cdbd6c5c387169abb19a68 | 2025-04-20T22:34:48.000Z | 1                 | 0x4b0213bd3abd36118d698593bb75863b04aed028ad91f71614034d27fc6fb22b |
  | 0xfc00face00000000000000000000000000000000 | 17451611864281 | false   | 8082991253914180586    | 1          | 21192714      | 0xad3a35e17138db7e9aed4e98ddfc9a66d1ec8a26 | 2025-04-20T14:59:56.000Z | 1                 | 0x6eeb074c7091c053cad8e73140d713aac9a7f2e2ffadeaaf56c78fd9bf007973 |
  | 0xfc00face00000000000000000000000000000000 | 17451588637981 | false   | 82000000000000000000   | 1          | 21189015      | 0x537ea7418a1323cb47a8c9838348709d07e00658 | 2025-04-20T14:21:12.000Z | 1                 | 0x13975561a69fd0205fe8445d0d3a77296eda1ee4354eabe55bcc0cb2bcf22a16 |
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.SFC_Undelegated_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***

### SFC\_Withdrawn\_event

*No description available.*

<Accordion title="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. |
  | `transaction_hash` | `STRING`    | Unique identifier for the transaction. 66-character hex string including 0x prefix.                                                                  |
  | `log_index`        | `INT64`     | Position of the event within the block's transaction logs. Zero-indexed integer representing the sequential order of log emission.                   |
  | `address`          | `STRING`    | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.                                                              |
  | `removed`          | `BOOL`      | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.                                         |
  | `in_delegator`     | `STRING`    | Address of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.                        |
  | `in_toValidatorID` | `STRING`    | Identifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.                                 |
  | `in_wrID`          | `STRING`    | -                                                                                                                                                    |
  | `in_amount`        | `STRING`    | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.                      |
</Accordion>

<Accordion title="Sample Data">
  *No sample data available.*
</Accordion>

<Accordion title="Example Query">
  **Query with partition filter**

  ```sql theme={null}
  SELECT *
  FROM `tt-contracts.sonic_v1_sonic.SFC_Withdrawn_event`
  WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
  LIMIT 100
  ```
</Accordion>

***
