Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_funderSTRINGAccount address that provides funds for the transaction or operation. Base58-encoded Solana public key or hex-encoded EVM address.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_funderlog_indexblock_numberblock_timestamptransaction_hash
0x0b5f073135df3f5671710f08b08c0c9258aecc35false1709458666670106891890xfc00face00000000000000000000000000000000099568432025-02-25T03:16:41.000Z0xc8307bdab1fa380c9e4007181171c875ecfb19b93164d8ad919d6139f09ad20f
0x0b5f073135df3f5671710f08b08c0c9258aecc35false1310483077860004695890xfc00face00000000000000000000000000000000099905632025-02-25T06:37:11.000Z0xfd0be22b81b8994be629828e7c98c3fbb718d211aea3941fb6eb7508a10c0fe6
0x0b5f073135df3f5671710f08b08c0c9258aecc35false1597909694944224207770xfc00face000000000000000000000000000000000100710132025-02-25T14:30:54.000Z0x7405b5a3ce0a35a3be303ed6cb5cc88df73a813409c92e1c6cdff2b8bd1eb3c6
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.GasMonetization_FundsAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

GasMonetization_FundsWithdrawn_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.GasMonetization_FundsWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_projectIdSTRINGNumeric 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_epochNumberSTRINGEpoch number during which the gas monetization reward was earned and claimed. Represents the reward distribution period on Sonic chain.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_projectIdin_epochNumberblock_timestamptransaction_hash
0x0b5f073135df3f5671710f08b08c0c9258aecc35false2905933133024175117359761874063950189952025-04-07T14:15:33.000Z0xc8092bf2e30cfef4617ac583098f1ed41d12b5355f618c69b031e8af0ad16f9b
0x0b5f073135df3f5671710f08b08c0c9258aecc35false142230716886552488210611186568235189382025-04-07T05:59:49.000Z0x7f2e60101572a3dbf9885de96bc997beee51b537a8e9e7702effae938be11154
0x0b5f073135df3f5671710f08b08c0c9258aecc35false2385847023533237923392362076777347204932025-04-17T17:09:51.000Z0xf3e419c5106166b4a82745188620db6ad7d26062a4d4b5c751d6d5f66a1fa5a3
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.GasMonetization_RewardClaimCompleted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toValidatorIDSTRINGIdentifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.
in_rewardsSTRINGAmount of rewards in the smallest token unit. Numeric string representation of wei or equivalent base unit value.
addressremovedlog_indexin_rewardsblock_numberin_delegatorblock_timestampin_toValidatorIDtransaction_hash
0xfc00face00000000000000000000000000000000false30426544283438481015196605050x00de24828fb4f30d12c53b970d266b9e7b91fd6b2025-04-11T21:08:02.000Z170x0df9eb45f6035d7fbeb566d4b1e03cdd2d3f4c13a769dd2d64b83400b0b16b7a
0xfc00face00000000000000000000000000000000false733028051137349740000195352630x017e019d6344b47854635ee87f728831260c87b52025-04-11T07:01:27.000Z310x441cb74feb8b08db15a2ee8224cb59b731b90f7aafd9fb9ca8e9b86a8ffc5557
0xfc00face00000000000000000000000000000000false01612410934460406078195318890x04bd2229ebdd237d21ee8695d411e9a78d5078442025-04-11T06:35:09.000Z10xabc54fe6fb0860e6837e9f96bb3354a05d465eba5b8abc18de80d105a6052626
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.SFC_ClaimedRewards_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_validatorIDSTRINGUnique 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_authSTRINGAddress authorized to operate the validator, typically the operator or owner wallet. Hex-encoded, 0x-prefixed 40-character Ethereum address that controls validator operations.
in_createdEpochSTRINGEpoch number when the validator was registered on the Sonic network. Represented as a string-encoded integer incrementing with network progression.
in_createdTimeSTRINGUnix 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).
addressin_authremovedlog_indexblock_numberin_createdTimein_validatorIDblock_timestampin_createdEpochtransaction_hash
0xfc00face000000000000000000000000000000000x86b0f4a446b06ec629eed482d32fe70dbe399e66false08652881734695463322024-12-20T11:51:03.000Z27020x49140f0614a14e86421859433c0c3b3b1e1cec25272f149919cbb8e67e50a009
0xfc00face000000000000000000000000000000000x53453b125c5f40b24523457c1dd48ba76d3006cafalse08982571734709338332024-12-20T15:42:18.000Z27250x5c01ff022b2ded3a43835484d88078535d669b6e6f9af5e17ed61bc257b917ea
0xfc00face000000000000000000000000000000000xcafe17cd14e8dfb6ec923e8c47a13f28b511cafefalse723705261735918792372025-01-03T15:39:52.000Z48340xa7b2aaf56c2b1abea6aa5a59b60d075e6b4cff59a142c0a93a58635c92d2ef8a
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.SFC_CreatedValidator_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toValidatorIDSTRINGIdentifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_delegatorblock_timestampin_toValidatorIDtransaction_hash
0xfc00face00000000000000000000000000000000false204000000000000000000152570230x66efb81509f79584b59f9a377ef5aa896e158d112025-01-24T12:51:59.000Z10x218baa84258c6cf99b9076e828606313032b81b9b4c4141133d6bef8c6949c14
0xfc00face00000000000000000000000000000000false90000000000000000000153050930xbb5a553d63625066496e8d42e6f7851b6848ab092025-01-24T21:37:43.000Z10xb98f5520595e089b56ea5323479fa2900db562dfeefb8fdff34a70a8214255f4
0xfc00face00000000000000000000000000000000false44162431630893192443152392160x65360e8180f90d64e45737f8ca7f9ba741cea3842025-01-24T09:17:33.000Z10x0d2f9cdc07ccf4c5bf07e00e98ae8774c8d26a7756f5b54bd016430da1ff0dd0
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.SFC_Delegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toValidatorIDSTRINGIdentifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.
in_rewardsSTRINGAmount of rewards in the smallest token unit. Numeric string representation of wei or equivalent base unit value.
addressremovedlog_indexin_rewardsblock_numberin_delegatorblock_timestampin_toValidatorIDtransaction_hash
0xfc00face00000000000000000000000000000000false2301341987365619361117847990xd5417e22f8d0ec913008acb9fad6f6a866c0ad292025-03-05T07:49:56.000Z10x1cdb4d56c1c9b95b10a4fd2d029a67d72bdb7c830118d4375985b5c7c314af69
0xfc00face00000000000000000000000000000000false26912086197077687948119045920xff31d15f2a899e05316b877f5248bef8ca4e8aea2025-03-05T20:48:44.000Z10x7a62969794b1ce8db2a392384549bd7340bd4dc34f2418a0773401e5197faffa
0xfc00face00000000000000000000000000000000false21009693298566428946118740050x7557f3ca275ce4937abc2d9ef8c2537426047f4d2025-03-05T17:38:52.000Z10xbd533127b8c570b21f7f961ee2a4ff48f01515c2e43525d6ddece73670da24a0
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.SFC_RestakedRewards_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toValidatorIDSTRINGIdentifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.
in_wrIDSTRINGWithdrawal 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressin_wrIDremovedin_amountlog_indexblock_numberin_delegatorblock_timestampin_toValidatorIDtransaction_hash
0xfc00face0000000000000000000000000000000017451884736501false50000000000000000000001212526890x8955576061d89990c7cdbd6c5c387169abb19a682025-04-20T22:34:48.000Z10x4b0213bd3abd36118d698593bb75863b04aed028ad91f71614034d27fc6fb22b
0xfc00face0000000000000000000000000000000017451611864281false80829912539141805861211927140xad3a35e17138db7e9aed4e98ddfc9a66d1ec8a262025-04-20T14:59:56.000Z10x6eeb074c7091c053cad8e73140d713aac9a7f2e2ffadeaaf56c78fd9bf007973
0xfc00face0000000000000000000000000000000017451588637981false820000000000000000001211890150x537ea7418a1323cb47a8c9838348709d07e006582025-04-20T14:21:12.000Z10x13975561a69fd0205fe8445d0d3a77296eda1ee4354eabe55bcc0cb2bcf22a16
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.SFC_Undelegated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SFC_Withdrawn_event

No description available.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_delegatorSTRINGAddress of the delegator participating in the staking or delegation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toValidatorIDSTRINGIdentifier of the validator receiving the delegation or associated with the staking operation. Numeric string value.
in_wrIDSTRING-
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.sonic_v1_sonic.SFC_Withdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100