Skip to main content

Tables

QuestRingsveBTC_createFixedQuest_function

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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_startNextPeriodBOOLBoolean flag indicating whether the quest starts in the next voting period instead of the current period.
in_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
in_rewardPerVoteSTRINGReward amount paid per unit of voting power cast on the gauge. Numeric string representation in smallest token denomination.
in_totalRewardAmountSTRINGTotal reward amount allocated for the quest. Numeric string representation of token quantity in its smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_voteTypeINT64Enumeration indicating the type of voting mechanism for the quest. Integer value representing the vote type classification.
in_closeTypeINT64Enumeration indicating the quest closing mechanism. Integer value representing the type of closure condition for the quest.
in_voterListARRAY<STRING>Array of voter addresses eligible to participate in the quest. Contains hex-encoded, 0x-prefixed, 42-character Ethereum addresses, or empty array if quest is open to all voters.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.QuestRingsveBTC_createFixedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveBTC_createRangedQuest_function

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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_startNextPeriodBOOLBoolean flag indicating whether the quest starts in the next voting period instead of the current period.
in_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
in_minRewardPerVoteSTRINGMinimum reward amount per vote for the quest. Numeric string representation of token quantity in its smallest denomination.
in_maxRewardPerVoteSTRINGMaximum reward amount per vote for the quest. Numeric string representation of token quantity in its smallest denomination.
in_totalRewardAmountSTRINGTotal reward amount allocated for the quest. Numeric string representation of token quantity in its smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_voteTypeINT64Enumeration indicating the type of voting mechanism for the quest. Integer value representing the vote type classification.
in_closeTypeINT64Enumeration indicating the quest closing mechanism. Integer value representing the type of closure condition for the quest.
in_voterListARRAY<STRING>Array of voter addresses eligible to participate in the quest. Contains hex-encoded, 0x-prefixed, 42-character Ethereum addresses, or empty array if quest is open to all voters.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.QuestRingsveBTC_createRangedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveETH_createFixedQuest_function

Quest creation events from Rings Protocol on Sonic blockchain where users set up fixed-reward voting incentive campaigns. Tracks reward distribution parameters including token amounts, vote types, gauges, and duration for analyzing veETH (vote-escrowed ETH) incentive programs.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_startNextPeriodBOOLBoolean flag indicating whether the quest starts in the next voting period instead of the current period.
in_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
in_rewardPerVoteSTRINGReward amount paid per unit of voting power cast on the gauge. Numeric string representation in smallest token denomination.
in_totalRewardAmountSTRINGTotal reward amount allocated for the quest. Numeric string representation of token quantity in its smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_voteTypeINT64Enumeration indicating the type of voting mechanism for the quest. Integer value representing the vote type classification.
in_closeTypeINT64Enumeration indicating the quest closing mechanism. Integer value representing the type of closure condition for the quest.
in_voterListARRAY<STRING>Array of voter addresses eligible to participate in the quest. Contains hex-encoded, 0x-prefixed, 42-character Ethereum addresses, or empty array if quest is open to all voters.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin_gaugeout_anon0signatureto_addressin_durationin_voteTypeblock_numberfrom_addressin_closeTypein_feeAmountin_voterListtrace_addressin_rewardTokenblock_timestampin_rewardPerVotetransaction_hashin_startNextPeriodin_totalRewardAmount
7649370true5258880xb8022c515174f41c4ef9211fe5dcfff27b01de871750xa8cf56f90xc20824bed473525ba640f6c2ae5d89469636ddcb10480359090xa1eb063e50bd82f3b511bac3084abd67cf79afd406884615[]0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae2025-09-24T14:17:44.000Z61800000x6d782866140047933793c2fa03fe6c8d4d7ea6a466c980257c60c21f2ef8079afalse172115384
7638960true5251590x4d62b6e166767988106cf7ee8fe23e480e76ff1d990xa8cf56f90xc20824bed473525ba640f6c2ae5d89469636ddcb10346925110x17c3445d3150cb009fe3bd49e3ad1b960e2f66fa0192307692307692307691[]0x039e2fb66102314ce7b64ce5ce3e5183bc94ad382025-06-18T16:11:18.000Z400000000000000000000x686cc95199bef1af37ab570cac287883a86a70e776d8cf2834ec2cf75ae458ebfalse4807692307692307692280
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.QuestRingsveETH_createFixedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveETH_createRangedQuest_function

Quest creation transactions for Rings Protocol veETH gauges on Sonic. Records reward campaigns targeting specific liquidity pools with customizable vote incentive ranges and fee structures for analyzing protocol governance incentives.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_startNextPeriodBOOLBoolean flag indicating whether the quest starts in the next voting period instead of the current period.
in_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
in_minRewardPerVoteSTRINGMinimum reward amount per vote for the quest. Numeric string representation of token quantity in its smallest denomination.
in_maxRewardPerVoteSTRINGMaximum reward amount per vote for the quest. Numeric string representation of token quantity in its smallest denomination.
in_totalRewardAmountSTRINGTotal reward amount allocated for the quest. Numeric string representation of token quantity in its smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_voteTypeINT64Enumeration indicating the type of voting mechanism for the quest. Integer value representing the vote type classification.
in_closeTypeINT64Enumeration indicating the quest closing mechanism. Integer value representing the type of closure condition for the quest.
in_voterListARRAY<STRING>Array of voter addresses eligible to participate in the quest. Contains hex-encoded, 0x-prefixed, 42-character Ethereum addresses, or empty array if quest is open to all voters.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin_gaugeout_anon0signatureto_addressin_durationin_voteTypeblock_numberfrom_addressin_closeTypein_feeAmountin_voterListtrace_addressin_rewardTokenblock_timestamptransaction_hashin_startNextPeriodin_maxRewardPerVotein_minRewardPerVotein_totalRewardAmount
7932350true5456960x4d62b6e166767988106cf7ee8fe23e480e76ff1d400x3ce455a80xc20824bed473525ba640f6c2ae5d89469636ddcb10214941060x17c3445d3150cb009fe3bd49e3ad1b960e2f66fa096153846153846153845[]0x039e2fb66102314ce7b64ce5ce3e5183bc94ad382025-04-22T05:32:57.000Z0x0f8dc3aa794e46e21cb7248a0b52a6ad89684de2a6fae7d376e0b96a37f80ce5false72000000000000000000240000000000000000002403846153846153846144
7924160true5451230x2b93eb843a54fa3ecacb5a72a69dcb666b262069410x3ce455a80xc20824bed473525ba640f6c2ae5d89469636ddcb10216248510x009d13e9bec94bf16791098ce4e5c168d27a9f070192307692307692307692[]0xe4a4353cd8f008f1a70f1a564535990479e8ceb72025-04-22T21:27:30.000Z0x28f2f5c397352893c229dea595a8aecbe80c165cb72d891e93ff8e81daa3bc45false250000000000000000000100000000000000000004807692307692307692300
7944200true5465260xc5e0250037195850e4d987ca25d6aba68ef5fee8230x3ce455a80xc20824bed473525ba640f6c2ae5d89469636ddcb10176886510x693f30c37d5a0db9258c636e93ccf011acd8c90c023103846153846153[]0x3bce5cb273f0f148010bbea2470e7b5df84c78122025-04-02T13:11:55.000Z0xe1966200cf86a113d5f8eb377d93ee386ec095793def67da5f721c347b695fe9false187000000000000009000000000000000577596153846153845
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.QuestRingsveETH_createRangedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveUSD_createFixedQuest_function

Fixed quest creation events from Rings Protocol’s veUSD gauge voting system on Sonic, recording incentive campaigns where protocols deposit rewards to attract votes. Captures reward token amounts, gauge targets, vote parameters, and quest IDs for analyzing voter incentivization strategies.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_startNextPeriodBOOLBoolean flag indicating whether the quest starts in the next voting period instead of the current period.
in_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
in_rewardPerVoteSTRINGReward amount paid per unit of voting power cast on the gauge. Numeric string representation in smallest token denomination.
in_totalRewardAmountSTRINGTotal reward amount allocated for the quest. Numeric string representation of token quantity in its smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_voteTypeINT64Enumeration indicating the type of voting mechanism for the quest. Integer value representing the vote type classification.
in_closeTypeINT64Enumeration indicating the quest closing mechanism. Integer value representing the type of closure condition for the quest.
in_voterListARRAY<STRING>Array of voter addresses eligible to participate in the quest. Contains hex-encoded, 0x-prefixed, 42-character Ethereum addresses, or empty array if quest is open to all voters.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin_gaugeout_anon0signatureto_addressin_durationin_voteTypeblock_numberfrom_addressin_closeTypein_feeAmountin_voterListtrace_addressin_rewardTokenblock_timestampin_rewardPerVotetransaction_hashin_startNextPeriodin_totalRewardAmount
7638600true5251340x4d62b6e166767988106cf7ee8fe23e480e76ff1d1110xa8cf56f90xa04a36614e4c1eb8cc0137d6d34eaac96316782810346919000x17c3445d3150cb009fe3bd49e3ad1b960e2f66fa0512807692307692307692[]0x039e2fb66102314ce7b64ce5ce3e5183bc94ad382025-06-18T16:06:03.000Z200000000000000000x87679420ddf9a606e878b37db503fb9216f884195e01b9d93ea5e6f0a32be1adfalse12820192307692307692307
7649190true5258750xb8022c515174f41c4ef9211fe5dcfff27b01de872030xa8cf56f90xa04a36614e4c1eb8cc0137d6d34eaac96316782810479340740xa1eb063e50bd82f3b511bac3084abd67cf79afd408269230[]0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae2025-09-23T17:48:37.000Z19220xaf8d1645f1748c4b64d76a95a20f40dec38655ad8c4c664e31bc6bbef74ca28bfalse206730769
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.QuestRingsveUSD_createFixedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveUSD_createRangedQuest_function

Quest creation events for Rings Protocol’s veUSD gauge voting system on Sonic. Records ranged quests with reward parameters (min/max per vote), token incentives, and gauge targets for analyzing vote-incentive programs and gauge-weight markets.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_gaugeSTRINGContract address of the gauge contract. Hex-encoded, 0x-prefixed, 42-character string.
in_rewardTokenSTRINGContract address of the reward token being distributed or claimed. Hex-encoded, 0x-prefixed, 42-character string.
in_startNextPeriodBOOLBoolean flag indicating whether the quest starts in the next voting period instead of the current period.
in_durationSTRINGDuration period for the operation or quest. Numeric string representation in seconds.
in_minRewardPerVoteSTRINGMinimum reward amount per vote for the quest. Numeric string representation of token quantity in its smallest denomination.
in_maxRewardPerVoteSTRINGMaximum reward amount per vote for the quest. Numeric string representation of token quantity in its smallest denomination.
in_totalRewardAmountSTRINGTotal reward amount allocated for the quest. Numeric string representation of token quantity in its smallest denomination.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
in_voteTypeINT64Enumeration indicating the type of voting mechanism for the quest. Integer value representing the vote type classification.
in_closeTypeINT64Enumeration indicating the quest closing mechanism. Integer value representing the type of closure condition for the quest.
in_voterListARRAY<STRING>Array of voter addresses eligible to participate in the quest. Contains hex-encoded, 0x-prefixed, 42-character Ethereum addresses, or empty array if quest is open to all voters.
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
gasvaluestatusgas_usedin_gaugeout_anon0signatureto_addressin_durationin_voteTypeblock_numberfrom_addressin_closeTypein_feeAmountin_voterListtrace_addressin_rewardTokenblock_timestamptransaction_hashin_startNextPeriodin_maxRewardPerVotein_minRewardPerVotein_totalRewardAmount
8129770true5202490xd9c7206380bd5114590cdd3040e32617416765a52130x3ce455a80xa04a36614e4c1eb8cc0137d6d34eaac96316782810497536850x821d2799e038718413da21d7f712895075403575038461538461538461538[]0,00x039e2fb66102314ce7b64ce5ce3e5183bc94ad382025-10-08T08:08:55.000Z0x84ab64380f46328cbe2f79455e0459e8feceb6384fd462d49ec8930846fff674false70000000000000006250000000000000961538461538461538461
16144900true4967350xc5e0250037195850e4d987ca25d6aba68ef5fee82140x3ce455a80xa04a36614e4c1eb8cc0137d6d34eaac96316782810497775280xc5e0250037195850e4d987ca25d6aba68ef5fee8054680000[]0,3,10xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae2025-10-08T13:21:58.000Z0xb47539993a9ce22feff6489a977df0a4fc9d19741a489bd8d08bec69b2c8c6fffalse293021501367000000
7931990true5456710xa48260f762fe533a6e32cb1cac8f411d19bfb987200x3ce455a80xa04a36614e4c1eb8cc0137d6d34eaac96316782810167618070x4e4bb679d78a6cc5dd9555ebeebc6409602f42010615384615384615384615[]0x039e2fb66102314ce7b64ce5ce3e5183bc94ad382025-03-29T10:06:04.000Z0xa540cf901abfadfcf084dbbe5b503d5311703e2bf0794497d9b019e0a9fd1d2ffalse10000000000000000001000000000000000015384615384615384615384
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.QuestRingsveUSD_createRangedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scBTC_Enter_event

Deposit events for scBTC (synthetic Bitcoin) vault on Rings Protocol deployed on Sonic, recording user deposits of underlying assets in exchange for vault shares. Used for tracking vault entry positions, share issuance, and liquidity provision patterns.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x07c87bc9ccee8810c10abea1f933a41361749dd40xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x07c87bc9ccee8810c10abea1f933a41361749dd4false0x0555e30da8f98308edb960aa94c0db47230d2b9c13772137302110991272025-03-02T02:50:25.000Z0x203b50156a46e78c39fcb2700afdacfbd020c0b7aa54fc390c062befac901f11
0x28c974c18c6553b445c4b77f35d83f3499acf58f0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x28c974c18c6553b445c4b77f35d83f3499acf58ffalse0x0555e30da8f98308edb960aa94c0db47230d2b9c1678167217111279222025-03-02T06:52:13.000Z0x7ebe9ec28cbbf7bb7810f8054ca61294994518e841bc02ecd968b35be809243c
0x2d7af52847c63f67b95ff7d5480c50b79b70966d0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x2d7af52847c63f67b95ff7d5480c50b79b70966dfalse0x0555e30da8f98308edb960aa94c0db47230d2b9c32789326907112629052025-03-02T21:09:23.000Z0xc41879d171aab41de0a7acc34420e9cbaafc2f4daca62e14c3d59bf15b55390f
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scBTC_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scBTC_Exit_event

Exit events from Rings Protocol’s scBTC vault contract on Sonic, recording withdrawals where users redeem shares for underlying assets. Tracks share burns and asset redemptions for analyzing vault liquidity flows and user exit patterns.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x921bbb663a0164c9867e494b8e0331b84213a9840xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x921bbb663a0164c9867e494b8e0331b84213a984false0xecac9c5f704e954931349da37f60e39f515c11c14076301407630113188462342025-04-08T02:03:48.000Z0xd27a311253c39d14bf9e1215517444620330a90547f823dabe307beda8bc8749
0x921bbb663a0164c9867e494b8e0331b84213a9840xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x921bbb663a0164c9867e494b8e0331b84213a984false0x0555e30da8f98308edb960aa94c0db47230d2b9c1051901051051901058188462432025-04-08T02:03:52.000Z0x4d91673eef3b93dd173da9700af4d2d37fd676abe9b83bae21e372ff0ea7f232
0x921bbb663a0164c9867e494b8e0331b84213a9840xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x921bbb663a0164c9867e494b8e0331b84213a984false0xecac9c5f704e954931349da37f60e39f515c11c1180000018000004128058492025-03-10T08:20:32.000Z0xb5e79505ce10695570778847e5a0dbc7a4d4656a57b7a2ed57ef3b36259db35b
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scBTC_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scBTCVoter_BudgetDeposited_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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_periodSTRINGNumeric identifier representing a time period for rewards distribution or incentive tracking. Numeric string representation.
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.ringsprotocol_v1_sonic.scBTCVoter_BudgetDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scBTCVoter_RewardClaimed_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_gaugeSTRINGContract address of the gauge contract. 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.ringsprotocol_v1_sonic.scBTCVoter_RewardClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETH_Enter_event

Deposit events for the scETH (staked collateral ETH) vault on Rings Protocol deployed on Sonic chain. Records user entries with deposit amounts, share allocations, and asset addresses for tracking vault participation and liquidity provision.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x0a573bc3489d3dc339643ce50767c19eeb3fed700x3bce5cb273f0f148010bbea2470e7b5df84c78120x0000000000000000000000000000000000000000false0x0000000000000000000000000000000000000000020000000000000000001199627232025-04-13T11:06:24.000Z0xfb259c1de3afac2cd2e1b560d3c7b6818d704e8883ded2da4866f6ea34f257a4
0x696c9b7dd5fcadbfa0b1170bee6517e87598dcdb0x3bce5cb273f0f148010bbea2470e7b5df84c78120x0000000000000000000000000000000000000000false0x000000000000000000000000000000000000000001000000000000000001200075002025-04-13T16:58:33.000Z0x4d5dda118c63d5060fb0590de721ebbf7434683128423d3a63f76a08613e2b3d
0xca908d05538387f6299ac8b7134f1aa52c797c300x3bce5cb273f0f148010bbea2470e7b5df84c78120x0000000000000000000000000000000000000000false0x0000000000000000000000000000000000000000012500000000000000001199564152025-04-13T10:18:47.000Z0xb0fea6474273af4a0ecc9c7a5599abb63c3c0711b0a8f773dcb83ae83262ec1e
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scETH_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETH_Exit_event

Exit events from the scETH (staked collateral ETH) vault contract on Rings Protocol deployed on Sonic chain. Tracks withdrawal transactions including share redemptions, asset amounts, and recipient addresses for analyzing vault liquidity and user exit patterns.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x1dabab81ae16b945a747e52c4e5bd41a7b1cb8b30x3bce5cb273f0f148010bbea2470e7b5df84c78120x1dabab81ae16b945a747e52c4e5bd41a7b1cb8b3false0x50c42deacd8fc9773493ed674b675be577f2634b67882122672060961678821226720609611244981222025-01-19T07:45:04.000Z0x386b5689789e714deb224c90e90ebb36ae98f7551a79794a7e16987a7fefa243
0x00000000000000000000000000000000000000000x3bce5cb273f0f148010bbea2470e7b5df84c78120x692524c10756b2cec347a35dde0c6b202252eca1false0x0000000000000000000000000000000000000000034622459883719593145045502025-01-19T08:49:21.000Z0xb0be280701567011fbf9f3dac3a8ec051af3cc0dff0d104cca82c14fc8f480fd
0x1dabab81ae16b945a747e52c4e5bd41a7b1cb8b30x3bce5cb273f0f148010bbea2470e7b5df84c78120x1dabab81ae16b945a747e52c4e5bd41a7b1cb8b3false0x50c42deacd8fc9773493ed674b675be577f2634b123239257287946086531232392572879460865339121647892025-03-07T00:36:00.000Z0x231d1daf1bda55ffd4184c62d99e510993fd002b5a3a809e2359ad881dd12733
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scETH_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETHAccountant_YieldClaimed_event

Yield distribution events from Rings Protocol’s scETH (staked/compounding ETH) accountant contract on Sonic, tracking when yield rewards are claimed from the underlying yield-bearing asset. Records claim amounts, recipient addresses, and yield asset tokens for analyzing staking rewards and protocol revenue distribution.
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_yieldAssetSTRINGContract address of the yield-bearing asset being claimed in this YieldClaimed event. Hex-encoded, 0x-prefixed 40-character string representing the token contract 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_yieldAssetblock_timestamptransaction_hash
0x61be1ec20dfe0197c27b80ba0f7fcdb1a6b236e2false478170786841895097819122080440x3bce5cb273f0f148010bbea2470e7b5df84c78122025-03-07T06:00:11.000Z0x92ef159735d46d2f3dd45b5f6a0dc6a90036ad396dea76ba18dbee549788af95
0x61be1ec20dfe0197c27b80ba0f7fcdb1a6b236e2false13797501731689346285195205010x3bce5cb273f0f148010bbea2470e7b5df84c78122025-04-11T05:14:20.000Z0xef294cce902d23b54f9baee09fcb63c5d8463a2851eb55f75ba52fac2cdbb2e0
0x61be1ec20dfe0197c27b80ba0f7fcdb1a6b236e2false62130152858027676917164398160x3bce5cb273f0f148010bbea2470e7b5df84c78122025-03-27T23:15:02.000Z0xcc83246015b1815e571659388b6d8467308e8efd8ba19399c019244012353b5f
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scETHAccountant_YieldClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETHVoter_BudgetDeposited_event

Budget deposit events from Rings Protocol scETH (staked/collateralized ETH) voter contract on Sonic, tracking periodic deposits with depositor addresses and amounts in wei. Used for analyzing voting power allocation and governance participation patterns across weekly epochs.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_periodSTRINGNumeric identifier representing a time period for rewards distribution or incentive tracking. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_periodlog_indexblock_numberin_depositorblock_timestamptransaction_hash
0x43739b96b19ae7c2e0d80be7832325846f55fa05false8712904158715525813174242880027133359280x6974778fcca17b42af410628debe04bcf41c22802025-03-12T22:44:54.000Z0x23c90c78a1d7c0cd0bb51c514b3fabeb601bfc6ac0af5cb941059735cb5681ae
0x43739b96b19ae7c2e0d80be7832325846f55fa05false10956732375694555387174484800023192447000x6974778fcca17b42af410628debe04bcf41c22802025-04-09T22:18:20.000Z0x961cfa50724352ac1e56fecfc82ef677be2976cceab5a3dca2fa28b9bccab7ee
0x43739b96b19ae7c2e0d80be7832325846f55fa05false10000000000000000174182400020119084400x6974778fcca17b42af410628debe04bcf41c22802025-03-05T21:11:31.000Z0x7c8c119a757f0c49edcb3c78e5454db701cdb69d2cd0b2ae609540a02ec355de
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scETHVoter_BudgetDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETHVoter_RewardClaimed_event

Reward claim events from Rings Protocol scETH (staked/liquid ETH) voter contract on Sonic, recording amounts claimed from specific liquidity gauges. Used for tracking voter incentive distributions and gauge reward analytics across the protocol’s vote-escrowed token system.
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_gaugeSTRINGContract address of the gauge contract. 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.
addressremovedin_gaugein_amountlog_indexblock_numberblock_timestamptransaction_hash
0x43739b96b19ae7c2e0d80be7832325846f55fa05false0x4d62b6e166767988106cf7ee8fe23e480e76ff1d138808225882265051224147366722025-03-20T00:25:23.000Z0xe787851f2817a5c4529475c8139c8b00af3a5460fc57fa0d38de869c2cc9b7ef
0x43739b96b19ae7c2e0d80be7832325846f55fa05false0xa48260f762fe533a6e32cb1cac8f411d19bfb987171480568582937192421147366722025-03-20T00:25:23.000Z0xfd28550e521a4eadcb9cf5d1be5591c657f3e0a9d42ab9767997d3e915335394
0x43739b96b19ae7c2e0d80be7832325846f55fa05false0xf564ebac1182578398e94868bea1aba6ba339652134158734385868026826147366722025-03-20T00:25:23.000Z0xe82952dce9b446be665d354e7259780e66d6a6c9e026f89e2b9b8c376f46d600
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scETHVoter_RewardClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scUSD_Enter_event

scUSD vault deposit events from Rings Protocol on Sonic chain, recording when users mint shares by entering the vault with assets. Tracks share issuance with recipient addresses, deposited asset amounts, and corresponding share quantities for analyzing vault deposit activity and share distribution.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x07b7fd1ce6f2e31cf0d3eea2d16887082059f5ff0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x0000000000000000000000000000000000000000false0x000000000000000000000000000000000000000005000000001131464352025-03-12T00:03:15.000Z0x00050eced745264aec11a08059a93564d5a03d1500258468b0b2684455383c70
0xf6f40ced4cb39ed9eb2c2857b8cd0ccc2ddac2410xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x0000000000000000000000000000000000000000false0x00000000000000000000000000000000000000000250000001131472632025-03-12T00:09:48.000Z0x583c74e10e8a17940cc1a4c607508f478e9e3663be17a871116252fa79cb72ed
0xffaa2fb8e9a2c61c68b81b91f05852bf5a6264f10xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x0000000000000000000000000000000000000000false0x0000000000000000000000000000000000000000019987788621131543122025-03-12T01:04:19.000Z0x3645aeb7429b9f8f463ff58f178ddd1c11e2b6946d4101efcaded1ad52e061f1
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scUSD_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scUSD_Exit_event

Withdrawal events from Rings Protocol’s scUSD vault on Sonic, tracking share redemptions and underlying asset withdrawals with sender, recipient, and amounts. Used for analyzing vault liquidity flows and user exit behavior.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x00000000000000000000000000000000000000000xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0xaa672cf1298714ca00324f8ad9dbe366a7959b86false0x0000000000000000000000000000000000000000010000004107277542025-02-28T09:27:19.000Z0xa6ad5025dc36c8f27055cd1938eff76019d1481aa3e02cdf7d1e1430543c59e2
0x00000000000000000000000000000000000000000xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0xc7b99a2d6f1ddff42a9d191d5913902045d70bdbfalse0x0000000000000000000000000000000000000000071978452751107556242025-02-28T12:29:06.000Z0x902fabc71b4356f11ad980f5f3e370f3104fa661fcf27353a24d53c1b18c0bb3
0x00000000000000000000000000000000000000000xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x75c108df63381e5b2fae62d610d79a8915911aa8false0x00000000000000000000000000000000000000000172307134401106808262025-02-28T04:28:05.000Z0x18a764f49a5bddc2b7ada3330586c7081c65c54ba47ce5eee9297c9719c3c358
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scUSD_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scUSDAccountant_YieldClaimed_event

Yield claim events from Rings Protocol’s scUSD stablecoin accountant contract on Sonic chain, recording when users harvest accumulated yields from their yield-bearing asset positions. Useful for tracking yield distribution patterns, claim frequency, and returns across the scUSD ecosystem.
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_yieldAssetSTRINGContract address of the yield-bearing asset being claimed from the Rings Protocol scUSD Accountant contract. Hex-encoded, 0x-prefixed 40-character string representing the token 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_yieldAssetblock_timestamptransaction_hash
0x13ccc810dfaa6b71957f2b87060afe17e6eb8034false170115075032195205010xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae2025-04-11T05:14:20.000Z0xef294cce902d23b54f9baee09fcb63c5d8463a2851eb55f75ba52fac2cdbb2e0
0x13ccc810dfaa6b71957f2b87060afe17e6eb8034false2373668360016122080440xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae2025-03-07T06:00:11.000Z0x92ef159735d46d2f3dd45b5f6a0dc6a90036ad396dea76ba18dbee549788af95
0x13ccc810dfaa6b71957f2b87060afe17e6eb8034false111328098982147662110xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae2025-03-20T04:14:04.000Z0xa3040511830eeef5bcce9f83f3106caaf0306cf4ca14fe982ab973e3601d3035
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scUSDAccountant_YieldClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scUSDVoter_BudgetDeposited_event

Budget deposits into the Rings Protocol scUSD Voter contract on Sonic chain, tracking periodic funding allocations by depositor address. Used for analyzing voting incentive budgets and governance participation patterns across weekly epochs.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_periodSTRINGNumeric identifier representing a time period for rewards distribution or incentive tracking. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountin_periodlog_indexblock_numberin_depositorblock_timestamptransaction_hash
0xb84194e28f624bbba3c9181f3a1120ee76469337false36563701998174242880017133359280x6974778fcca17b42af410628debe04bcf41c22802025-03-12T22:44:54.000Z0x23c90c78a1d7c0cd0bb51c514b3fabeb601bfc6ac0af5cb941059735cb5681ae
0xb84194e28f624bbba3c9181f3a1120ee76469337false3027826851817418240003119107930x6974778fcca17b42af410628debe04bcf41c22802025-03-05T21:24:32.000Z0xf745c8d8d261eadf36340295831f7452853b49bda949d3bc142d8bb9194fe9cd
0xb84194e28f624bbba3c9181f3a1120ee76469337false100000000174182400010119084400x6974778fcca17b42af410628debe04bcf41c22802025-03-05T21:11:31.000Z0x7c8c119a757f0c49edcb3c78e5454db701cdb69d2cd0b2ae609540a02ec355de
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scUSDVoter_BudgetDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scUSDVoter_RewardClaimed_event

Reward claim events from Rings Protocol’s scUSD voter gauge system on Sonic, tracking token distributions to stakers across different liquidity gauges. Used to analyze reward distribution patterns and gauge participation in the protocol’s vote-escrowed tokenomics model.
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_gaugeSTRINGContract address of the gauge contract. 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.
addressremovedin_gaugein_amountlog_indexblock_numberblock_timestamptransaction_hash
0xb84194e28f624bbba3c9181f3a1120ee76469337false0xc5e0250037195850e4d987ca25d6aba68ef5fee8112352940622192602092025-04-10T00:01:20.000Z0x174c68cba9baa3152cd95f29112fce5f3ed921ea86fb9d6f057f52d0af937a9e
0xb84194e28f624bbba3c9181f3a1120ee76469337false0x589269998df4d7d16351aa2ff996486aec1db6c2813849473192602112025-04-10T00:01:21.000Z0x73e976418c667b9a5f6fe3f4ab12ea91d159a96e3c04b2c6a5102359996f78f7
0xb84194e28f624bbba3c9181f3a1120ee76469337false0xa48260f762fe533a6e32cb1cac8f411d19bfb9871356059843717192602112025-04-10T00:01:21.000Z0x14b5b4d6e4e3b7c3f3e44c041c168cbc516b67acbda1e883f9c5ca1d40db0a5a
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.scUSDVoter_RewardClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stkscBTC_Enter_event

Staking deposit events for stkscBTC (staked scBTC) on Rings Protocol v1 deployed on Sonic, recording users entering the vault with asset amounts and corresponding share issuance. Tracks deposit flows for analyzing TVL (Total Value Locked) growth and user staking behavior.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0xca736464ddfdb087f337e128a508269b4f41a5b10xd0851030c94433c261b405fecbf1dec5e15948d00xca736464ddfdb087f337e128a508269b4f41a5b1false0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd32172132172112104646742025-02-27T06:01:56.000Z0xe1bf47107a9daa04f46dd5edd291cce67b14fb2ab6e188db88704d6aa1dfda32
0x26d067c1bd1762d9bb6efe783b1fcd925f0e746d0xd0851030c94433c261b405fecbf1dec5e15948d00x26d067c1bd1762d9bb6efe783b1fcd925f0e746dfalse0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd8374837410116994592025-03-04T21:35:35.000Z0x63112f5bd9e6e6105d588cfb7a3e362bfca4f037831216ea396171fdd93c3f5d
0x26d067c1bd1762d9bb6efe783b1fcd925f0e746d0xd0851030c94433c261b405fecbf1dec5e15948d00x26d067c1bd1762d9bb6efe783b1fcd925f0e746dfalse0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd9058905816116941082025-03-04T21:03:27.000Z0xcd4a85ed4e6ec0b01baa9b907e728f543a2dc911275495cae9322df4923997ec
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.stkscBTC_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stkscBTC_Exit_event

Withdrawal events from Rings Protocol’s staked scBTC (synthetic Bitcoin) vault on Sonic chain. Tracks share redemptions with underlying asset amounts, useful for analyzing staking outflows and user exit patterns.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x563e07c3b6f72206b59db2f8c7b483491ae1e61d0xd0851030c94433c261b405fecbf1dec5e15948d00x563e07c3b6f72206b59db2f8c7b483491ae1e61dfalse0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd125625612562566157721652025-03-25T01:25:39.000Z0xf1387b3f1c664fe20fbdccac9e9bc3f3f609ff2b789cbea2a483e44bfcb2d6c8
0x563e07c3b6f72206b59db2f8c7b483491ae1e61d0xd0851030c94433c261b405fecbf1dec5e15948d00x563e07c3b6f72206b59db2f8c7b483491ae1e61dfalse0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd1130731130734137581442025-03-14T22:24:19.000Z0xb94ee8d222475844f2603bf145c8b31a7d08558b686c2174d5769d8963228cfa
0x563e07c3b6f72206b59db2f8c7b483491ae1e61d0xd0851030c94433c261b405fecbf1dec5e15948d00x563e07c3b6f72206b59db2f8c7b483491ae1e61dfalse0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd377529337752936139642282025-03-15T23:51:25.000Z0xb51dfaa8a0e16fa31a39d6bc95695f983751304f27ce2d706b8d8705c98db2a4
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.stkscBTC_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stkscETH_Enter_event

Staking deposit events for stkscETH (staked scETH) on Rings Protocol v1 on Sonic, recording when users enter the staking contract by depositing scETH and receiving equivalent share amounts. Useful for tracking staking activity, participant addresses, and deposited asset 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x00fe994594bacfb5c07f54b873a096b0e9d2cc940x455d5f11fea33a8fa9d3e285930b478b6bf852650x00fe994594bacfb5c07f54b873a096b0e9d2cc94false0x3bce5cb273f0f148010bbea2470e7b5df84c781217500000000000000175000000000000007142827562025-03-17T17:29:45.000Z0x49d7e0943cab9135fb08084911c683e0cdd62bcfed571fc5a4282702e9503fe7
0x0159fe68bf901b2c3867a0b9c25c0cda9cb50a580x455d5f11fea33a8fa9d3e285930b478b6bf852650x0159fe68bf901b2c3867a0b9c25c0cda9cb50a58false0x3bce5cb273f0f148010bbea2470e7b5df84c7812213022991290215921302299129021592142332462025-03-17T11:47:15.000Z0x4381c00a8c5b6d4dacd5c7f43c554926d7702a3b0d7915fc3a06b0e7ba4aabed
0x04e8780029e42c426e76dfe3d3089f632a8c2ce80x455d5f11fea33a8fa9d3e285930b478b6bf852650x04e8780029e42c426e76dfe3d3089f632a8c2ce8false0x3bce5cb273f0f148010bbea2470e7b5df84c7812265395003859156026539500385915602141650222025-03-17T02:01:05.000Z0xdf86697f3a826ad95b2c07b50dd0ef20c5f083f64da5ed2e55111dd14c53cd33
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.stkscETH_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stkscETH_Exit_event

Exit events from the Rings Protocol staked scETH (staked Sonic canary ETH) vault on Sonic. Records unstaking transactions with share redemptions and underlying asset amounts for analyzing liquidity withdrawals and user exit patterns.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x7b332fc33b5376559f4eade4a732fe003dc3e3bd0x455d5f11fea33a8fa9d3e285930b478b6bf852650x7b332fc33b5376559f4eade4a732fe003dc3e3bdfalse0x3bce5cb273f0f148010bbea2470e7b5df84c7812393364172276553105939336417227655310591262094452025-02-02T04:49:28.000Z0x01aea021b47824c23c3946dc5f3390c1df74cbe8ee1c6d9369c0250325116363
0x7b332fc33b5376559f4eade4a732fe003dc3e3bd0x455d5f11fea33a8fa9d3e285930b478b6bf852650x7b332fc33b5376559f4eade4a732fe003dc3e3bdfalse0x3bce5cb273f0f148010bbea2470e7b5df84c7812160215728245103922891602157282451039228984190960172025-04-09T06:54:02.000Z0xb021b86c16643241beebdd9c283a92c71c35bafe134de9a4fc0fe81fd74d4cb9
0x7b332fc33b5376559f4eade4a732fe003dc3e3bd0x455d5f11fea33a8fa9d3e285930b478b6bf852650x7b332fc33b5376559f4eade4a732fe003dc3e3bdfalse0x3bce5cb273f0f148010bbea2470e7b5df84c7812184000000000000000018400000000000000005135397072025-03-13T21:31:27.000Z0x90af55cfda294c14573580fcc89bd4e4b688d3c7209ff508b2a32fc3fa763ce3
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.stkscETH_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stkscUSD_Enter_event

Staking entry events for stkscUSD (staked scUSD) on Rings Protocol v1 on Sonic, recording deposits where users stake scUSD assets in exchange for shares. Tracks depositor addresses, staked amounts, and corresponding share allocations for analyzing staking participation and vault TVL (Total Value Locked).
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x3b3bf9696d30c811afb01dd1c0eb8b459f151b600x4d85ba8c3918359c78ed09581e5bc7578ba932ba0x3b3bf9696d30c811afb01dd1c0eb8b459f151b60false0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae719042823271904282322102285332025-02-26T05:49:29.000Z0x3a4c4259f81480b05fc1375f96ff666d31fc75d71f361e874be647bf23782b30
0x473910b38f67c634b5e2fb211ce9270e533f0aed0x4d85ba8c3918359c78ed09581e5bc7578ba932ba0x473910b38f67c634b5e2fb211ce9270e533f0aedfalse0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae5000000005000000002102894172025-02-26T12:09:31.000Z0x3bc587ed5b49e55fb60a50e490f165e411549342e17845b94fbef2c64a842167
0x4ed0f6fe7156efedd299812b8d27f60a6c70ff6d0x4d85ba8c3918359c78ed09581e5bc7578ba932ba0x4ed0f6fe7156efedd299812b8d27f60a6c70ff6dfalse0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae6216278726216278722102849412025-02-26T11:41:38.000Z0xc37b577a6d6e0f56818cb52bec29283f0a84738bf1853b13d9f1abe4b8b7189e
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.stkscUSD_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

stkscUSD_Exit_event

Exit events from Rings Protocol’s staked scUSD (stkscUSD) vault on Sonic chain, recording user withdrawals with share redemptions and underlying asset amounts. Used for tracking unstaking activity, liquidity outflows, and vault participation 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. 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.
in_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_toaddressin_fromremovedin_assetin_amountin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x8d2ebd1c343cdd21805c76673e0de275c564c6d80x4d85ba8c3918359c78ed09581e5bc7578ba932ba0x8d2ebd1c343cdd21805c76673e0de275c564c6d8false0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae50805388197050805388197050107264412025-02-28T09:18:46.000Z0x5623efa74a9dbe5a975a2ad6285cab2effb0837277222724ae19091114d05990
0x8d2ebd1c343cdd21805c76673e0de275c564c6d80x4d85ba8c3918359c78ed09581e5bc7578ba932ba0x8d2ebd1c343cdd21805c76673e0de275c564c6d8false0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae26428227797426428227797445119300322025-03-05T23:29:17.000Z0x6f730dcdf9a767cee82b3bc8c20d74b0141920c409897d55aad24d71a46d328b
0x8d2ebd1c343cdd21805c76673e0de275c564c6d80x4d85ba8c3918359c78ed09581e5bc7578ba932ba0x8d2ebd1c343cdd21805c76673e0de275c564c6d8false0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae16585866667416585866667439139642162025-03-15T23:51:19.000Z0xba91b6f23d3c65affe9ebef37ef3da4c778c47acd38433bd829c8ac64a7c4573
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.stkscUSD_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veBTC_Deposit_event

Vote-escrowed BTC (veBTC) deposit events from Rings Protocol on Sonic, capturing lock-ups with deposit amounts, lock durations, and NFT position identifiers. Used for analyzing voting power accumulation and token locking behavior in the protocol’s governance system.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_locktimeSTRINGUnix timestamp representing the lock expiration date for the vote-escrowed BTC position. Stored as string-encoded seconds since epoch, typically set to future weekly epochs for governance voting weight calculations.
in_deposit_typeINT64Numeric code indicating the type of deposit operation performed on the vote-escrowed BTC position. Values are typically 0 for create/initial deposit and 1 for increase amount or extend lock time.
in_tsSTRINGUnix timestamp representing the time of the deposit or withdrawal operation. Numeric string in seconds since epoch.
in_tsaddressremovedin_valuelog_indexin_tokenIdin_locktimein_providerblock_numberblock_timestampin_deposit_typetransaction_hash
17419704160x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse48947480000000000305117430336000x1196cd2e4ed4b7847de3c3b57b7cc4bb62528371137062032025-03-14T16:40:16.000Z10xb49985e01a3b4a9bdd5403b9a1a67c3c51aa600a35d6514fedb291e165d90beb
17445729450x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse4945740000000000911017454528000xb9d31586015b9866c34abb6f1a2ee5929b7a4fc2200290852025-04-13T19:35:45.000Z10xb3bb6afb185fe900a35282fc7b5f222fe113d214fb528cde2c431af830eeb89f
17445537700x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse88420440000000000210917448480000x1196cd2e4ed4b7847de3c3b57b7cc4bb62528371199874882025-04-13T14:16:10.000Z10x0673be0ca5a044c339f2564b0ba69a398f2cac56345943d1d20914b86955e83f
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veBTC_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veBTC_Supply_event

Vote-escrowed BTC (veBTC) supply change events from Rings Protocol on Sonic, tracking the circulating supply of locked BTC tokens with previous and current supply snapshots. Used for analyzing veBTC token supply dynamics and lock/unlock activity 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_prevSupplySTRINGTotal supply of veBTC (vote-escrowed BTC) before this supply change event, denominated in wei (18 decimals). Tracks the prior state to enable calculating net changes in locked token supply.
in_supplySTRINGTotal supply of shares or tokens after the transaction. Integer value stored as string, denominated in the token’s smallest unit.
addressremovedin_supplylog_indexblock_numberin_prevSupplyblock_timestamptransaction_hash
0x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse74020596000000000011124160396938264500000000002025-03-08T07:26:17.000Z0x328255abd71c216a1af51210a4a42b542eb7cf491df41064e067e1d297b981e0
0x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse7390746400000000005124524297402059600000000002025-03-08T11:51:05.000Z0x9a130c0020cccfdf7de38632107e1558eeda3c70e03180f7ec224e6dd534046b
0x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse7390508600000000005125064957390930300000000002025-03-08T18:19:30.000Z0xe4700107e71775d89f8fedf34d1862e2c72b227e5cddedc5ba39e5399fae1eb8
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veBTC_Supply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veBTC_Withdraw_event

Withdrawal events from vote-escrowed BTC (veBTC) positions on Rings Protocol deployed on Sonic chain, recording when users unlock their staked BTC from NFT-based tokenized positions. Used for analyzing lock-up behavior, liquidity flows, and governance participation patterns.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_tsSTRINGUnix timestamp representing the time of the deposit or withdrawal operation. Numeric string in seconds since epoch.
in_tsaddressremovedin_valuelog_indexin_tokenIdin_providerblock_numberblock_timestamptransaction_hash
17439277580x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse104821700000000004710x0aa9b164bea1c9a223834cfc899b7130fcb92f6b184596832025-04-06T08:22:38.000Z0xbede5d652aa11ab8ed9d76c0ee307b11f278ee190178bccb6a2075cf2435abfd
17431473770x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse659485000000000079460x472a13f98015ee09b4a8bc4a9697d153c3d025a8165141172025-03-28T07:36:17.000Z0x851ef62133093536ede7d2e579719104276e09ca62601988abe0b7f006ef4366
17431365690x7585d9c32db1528ceae4770fd1d01b888f5afa9efalse400000000000000014700x0d747b9e050164f1ae82774615f5e9b9de570c38164859502025-03-28T04:36:09.000Z0x170fdaf4b2b33b8a0539045db87f2c29fb5f2d9b7cae41ce6ceab888e483f97e
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veBTC_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veETH_Deposit_event

Vote-escrowed ETH (veETH) deposit events from Rings Protocol on Sonic, tracking ETH locks with token IDs, amounts, lock durations, and deposit types for analyzing veTokenomics participation and governance power accumulation.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_locktimeSTRINGTimestamp when the veETH (vote-escrowed ETH) lock expires, stored as a Unix epoch string. Sample values indicate lock periods ranging from weeks to years in the future.
in_deposit_typeINT64Type of deposit action being performed on the vote-escrowed token (veETH), where 1 indicates a create/deposit operation, 2 indicates adding to an existing lock, and 3 indicates a lock time extension. This categorizes how users are interacting with their locked positions in the Rings Protocol.
in_tsSTRINGUnix timestamp representing the time of the deposit or withdrawal operation. Numeric string in seconds since epoch.
in_tsaddressremovedin_valuelog_indexin_tokenIdin_locktimein_providerblock_numberblock_timestampin_deposit_typetransaction_hash
17432558130x1ec2b9a77a7226acd457954820197f89b3e3a578false19000000000000000002110217744832000x8711ae1f332541209bc6109c2e7b9ae4a6c37e28167951732025-03-29T13:43:33.000Z10x75c4c1abbdd7d0225989aba53fa23bbd7da55b416a5f99e982bb441201dc1991
17432360720x1ec2b9a77a7226acd457954820197f89b3e3a578false14000000000000000002110017436384000x0d747b9e050164f1ae82774615f5e9b9de570c38167446142025-03-29T08:14:32.000Z10x71c1e78777a2defdc605540aa4c8ca99e366ec71a32be8a97d28b5b51b409a18
17432661500x1ec2b9a77a7226acd457954820197f89b3e3a578false700741646644058502110417454528000x0ca17672d2b37412dc6abae8059ca912dd7c998a168227772025-03-29T16:35:50.000Z10xf23206ec01d1191440ad8e75199eb8957221cc83c95b304134b301069cb12933
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veETH_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veETH_Supply_event

Vote-escrowed ETH (veETH) supply change events from Rings Protocol on Sonic, tracking total circulating supply with previous and current values. Used for analyzing veETH token economics and supply dynamics 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_prevSupplySTRINGTotal supply of vote-escrowed ETH (veETH) tokens before the supply change event, denominated in wei (10^18 units per ETH). This value represents the baseline supply level prior to the current transaction’s impact.
in_supplySTRINGTotal supply of shares or tokens after the transaction. Integer value stored as string, denominated in the token’s smallest unit.
addressremovedin_supplylog_indexblock_numberin_prevSupplyblock_timestamptransaction_hash
0x1ec2b9a77a7226acd457954820197f89b3e3a578false143141975515413261440176055001431419755154132614402025-02-12T22:51:15.000Z0xa218083cbad6fa34897d445d158d38d1aad9e6cb031d8e307011e96f7a562b17
0x1ec2b9a77a7226acd457954820197f89b3e3a578false137291975515413261440176040481372919755154132614402025-02-12T22:39:35.000Z0xef2013cded0148d19ca164ea31f27648ee2fe7ea730cfaf4185c6665e2f513c3
0x1ec2b9a77a7226acd457954820197f89b3e3a578false144041975515413261440276063341431419755154132614402025-02-12T22:58:26.000Z0xfb7944605514d185177666e59205fdeaf72340a6342428f88b6877c17c66e0e6
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veETH_Supply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veETH_Withdraw_event

Vote-escrowed ETH (veETH) withdrawal events from Rings Protocol on Sonic, capturing token ID redemptions with withdrawal amounts and provider addresses. Used for tracking liquidity unlock events and analyzing veETH position exits.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_tsSTRINGUnix timestamp representing the time of the deposit or withdrawal operation. Numeric string in seconds since epoch.
in_tsaddressremovedin_valuelog_indexin_tokenIdin_providerblock_numberblock_timestamptransaction_hash
17438444560x1ec2b9a77a7226acd457954820197f89b3e3a578false461251447334881153411110xa30d5c669e4c6d62d4e801b5562fedb599b8033d182875582025-04-05T09:14:16.000Z0x6af1999154f43b4a8b5c99aaefdf39e4a95b9db271cc58cd33805a771dcd8fd2
17438662580x1ec2b9a77a7226acd457954820197f89b3e3a578false70510893000000000048540x3d565392b08ee10b9aece002b14f2306435fb58b183356402025-04-05T15:17:38.000Z0x0755f858f738a5464c3426cbc833c32b705960f8bdef7b9263ccd43f3c5f12f6
17438542890x1ec2b9a77a7226acd457954820197f89b3e3a578false163270019136973704730x2decdd1345aec81519c5177167de4bebec72da3f183090332025-04-05T11:58:09.000Z0x397544917fdc74397a949dfffe31aa75fbfa562d285d6f30c4b5c8c79e856ad9
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veETH_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veUSD_Deposit_event

Vote-escrowed USD (veUSD) deposit events from Rings Protocol on Sonic chain, tracking user lock deposits with token amounts, lock durations, and NFT position IDs. Used for analyzing veUSD staking behavior and governance participation patterns.
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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_locktimeSTRINGUnix timestamp representing the expiration date of the vote-escrowed position lock. Determines when the locked veUSD tokens become withdrawable by the provider.
in_deposit_typeINT64Type of deposit operation performed, where 1 typically indicates a create or increase lock action. Values indicate different veUSD deposit mechanisms such as initial deposits, extensions, or merges.
in_tsSTRINGUnix timestamp representing the time of the deposit or withdrawal operation. Numeric string in seconds since epoch.
in_tsaddressremovedin_valuelog_indexin_tokenIdin_locktimein_providerblock_numberblock_timestampin_deposit_typetransaction_hash
17413343000x0966cae7338518961c2d35493d3eb481a75bb86bfalse1100000002383817418240000x90625535340087a90ee8a25fcefdb82a83afe6d9122238212025-03-07T07:58:20.000Z10x8b120585d7b8699415c8083f41a80ce1a074c6b1a9e5366f503fba4a114449df
17413317010x0966cae7338518961c2d35493d3eb481a75bb86bfalse101617425120383517418240000x5e64a5a9a06bbdb9186a410c765b88ea8fe8e5df122181172025-03-07T07:15:01.000Z10x1798a8e748d405c12736071cd37ef6ae4b22fb871712e5152cb8e834fe63bf46
17413332860x0966cae7338518961c2d35493d3eb481a75bb86bfalse341800832383617418240000x1597306c0b5b4209bd8570cf509b78c7beabcc5f122215622025-03-07T07:41:26.000Z10x18ee5044ce4c011d1f43722488baf46b24b891853e4304d60dccd3712a50f950
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veUSD_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veUSD_Supply_event

Vote-escrowed USD (veUSD) supply change events from Rings Protocol on Sonic, tracking total supply adjustments with previous and current supply values. Used for monitoring veUSD token supply dynamics and staking activity in the protocol’s governance system.
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_prevSupplySTRINGTotal circulating supply of vote-escrowed USD tokens before the current supply change event. Denominated in the smallest unit of veUSD, tracking supply transitions within the Rings Protocol governance system.
in_supplySTRINGTotal supply of shares or tokens after the transaction. Integer value stored as string, denominated in the token’s smallest unit.
addressremovedin_supplylog_indexblock_numberin_prevSupplyblock_timestamptransaction_hash
0x0966cae7338518961c2d35493d3eb481a75bb86bfalse628355115850252256406283551154472025-01-24T06:22:33.000Z0x6c43a5d8e4fda5bff5ac0f646675a5386768a76b9a98eadeb73299a92ccbb2bd
0x0966cae7338518961c2d35493d3eb481a75bb86bfalse628171441970352110616271704419702025-01-24T03:19:03.000Z0x747c65acb97059f8f34534cfc1730024f1f73377d601eca83a25c864e341eeb4
0x0966cae7338518961c2d35493d3eb481a75bb86bfalse636337308968352606666363365968622025-01-24T13:32:28.000Z0xc1db94da4182c98c7b68d74c0e5ac17ada25337990232f4a76c2be451df0d4ad
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veUSD_Supply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

veUSD_Withdraw_event

Withdrawal events from Rings Protocol’s vote-escrowed USD (veUSD) NFT positions on Sonic, recording when users unlock staked tokens from their tokenized voting escrow positions. Tracks withdrawal amounts, token IDs, and provider addresses for analyzing veUSD position lifecycle and 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_providerSTRINGAddress of the liquidity provider or participant in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_tsSTRINGUnix timestamp representing the time of the deposit or withdrawal operation. Numeric string in seconds since epoch.
in_tsaddressremovedin_valuelog_indexin_tokenIdin_providerblock_numberblock_timestamptransaction_hash
17402401320x0966cae7338518961c2d35493d3eb481a75bb86bfalse100000000419430x3ff08b4723f4af4aadd7d5ed143c9a584b4af3a693906162025-02-22T16:02:12.000Z0xa78054de879a9fe6c95321cfd1d2fb7e934b127643fa309fdb89ec321d2a3d43
17402147550x0966cae7338518961c2d35493d3eb481a75bb86bfalse40822474421110xe136fa25a6464f1de8f692e8a8671bd115e7ee9493222292025-02-22T08:59:15.000Z0xaf662dbb2366818f23448875bd206020ad9e3eb3c8aa4cbe3208b0964bc55b55
17402668900x0966cae7338518961c2d35493d3eb481a75bb86bfalse80000000425080x316771f0b8bff7a23477d15c57da489b0eb0b40694602412025-02-22T23:28:10.000Z0xb6f5691e47ac3b4cd39c06079b7da763fc86627b7d796f8e02d3f3481c89c0e7
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.veUSD_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscBTC_Deposit_event

Deposit events for the wstkscBTC (wrapped staked Bitcoin) vault on Rings Protocol on Sonic chain, recording user deposits with asset amounts and corresponding share tokens minted. Useful for tracking vault participation, deposit flows, and share-to-asset conversion ratios.
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_bySTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_byaddressremovedin_ownerin_assetsin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x2c06c9d02a3455f1b22b9365eb76bf558db1b9470xdb58c4db1a0f45dda3d2f8e44c3300bb6510c866false0x2c06c9d02a3455f1b22b9365eb76bf558db1b9471500000150000013170397572025-03-30T15:47:27.000Z0xb9da9fe66e3d2e55a387286d1a0b82e6bf4eb6d46bd8b478066e598dd42419cd
0x2c06c9d02a3455f1b22b9365eb76bf558db1b9470xdb58c4db1a0f45dda3d2f8e44c3300bb6510c866false0x2c06c9d02a3455f1b22b9365eb76bf558db1b94760000060000015169703402025-03-30T08:34:12.000Z0x27b645f6be53a151eb891d6872ea719c9a791a0c0faf8134346c8529673ac463
0x2c06c9d02a3455f1b22b9365eb76bf558db1b9470xdb58c4db1a0f45dda3d2f8e44c3300bb6510c866false0x2c06c9d02a3455f1b22b9365eb76bf558db1b94711811823145874212025-03-19T07:40:41.000Z0x2cd8f79e76f9ea312b4552b7dd688d180fbc957dd042c15dc8b9f7bb70539431
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscBTC_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscBTC_PerformanceFeeUpdated_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_newPerformanceFeeSTRINGNew performance fee rate for the vault. Decimal representation stored as string, where the value divided by 1e10 yields the percentage (e.g., ‘100000000000000000’ equals 10%).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscBTC_PerformanceFeeUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscBTC_Withdraw_event

Withdrawal events from the wstkscBTC (wrapped staked Bitcoin) vault contract on Rings Protocol v1 deployed on Sonic chain. Tracks vault share redemptions with asset amounts, recipient addresses, and initiator data for analyzing liquidity flows and user withdrawal patterns.
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_bySTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_byin_toaddressremovedin_ownerin_assetsin_shareslog_indexblock_numberblock_timestamptransaction_hash
0xacea9a95b8a4c4dac2750a597bc6892083dab1500xacea9a95b8a4c4dac2750a597bc6892083dab1500xdb58c4db1a0f45dda3d2f8e44c3300bb6510c866false0xacea9a95b8a4c4dac2750a597bc6892083dab150448344832102218282025-02-26T05:05:02.000Z0x5c625395637b29b8a881a0f11b75e6b91abafd2cc19c3103b769f37c6c1e1f35
0x74532f863a318a4c5019c0034a63446fcc8a43480x74532f863a318a4c5019c0034a63446fcc8a43480xdb58c4db1a0f45dda3d2f8e44c3300bb6510c866false0x74532f863a318a4c5019c0034a63446fcc8a43485678495678492159288082025-03-25T18:58:06.000Z0xa3a0c3c9efab62f8fb8c93e3bc083e1882440f8c8e6847323801ff587caffd64
0x747276019e3340104c96397bf6537ad01f93d7df0x747276019e3340104c96397bf6537ad01f93d7df0xdb58c4db1a0f45dda3d2f8e44c3300bb6510c866false0x747276019e3340104c96397bf6537ad01f93d7df4170417059200409002025-04-13T20:43:29.000Z0x3d39cb981cfeb10f6c46f8264463a5a0ee7e025fb74c143eb849058161bdf39d
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscBTC_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscETH_Deposit_event

Deposit events from the Rings Protocol wstkscETH (wrapped staked Sonic Chain ETH) vault contract on Sonic, recording user deposits with asset amounts and corresponding vault shares issued. Used for tracking vault inflows, share issuance patterns, and depositor 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_bySTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_byaddressremovedin_ownerin_assetsin_shareslog_indexblock_numberblock_timestamptransaction_hash
0xafe350c76d31b73b5901eaccb86f2834c5ec0a3b0xe8a41c62bb4d5863c6eadc96792cfe90a1f37c47false0xafe350c76d31b73b5901eaccb86f2834c5ec0a3b649434780000000000649434780000000000271976512025-02-09T23:51:11.000Z0xe4187fc636d389fcd08ce2efad8ef047e07ec0114572a98fed5214a5e7092ed3
0x56f2c4cb8518d0a4ec749593df574f7597a361400xe8a41c62bb4d5863c6eadc96792cfe90a1f37c47false0x56f2c4cb8518d0a4ec749593df574f7597a36140147525887870635684147525887870635684270910272025-02-09T02:09:40.000Z0xc8fed123ac3574e30dbfd624673ff75e3fda75fad8b0cf47e0061f81b9e600b8
0x54aaa6bc9b6f3d3b364c55e0c967e0c8bbc044c30xe8a41c62bb4d5863c6eadc96792cfe90a1f37c47false0x54aaa6bc9b6f3d3b364c55e0c967e0c8bbc044c360881026600000000006088102660000000000270886452025-02-09T01:35:53.000Z0xd5b07f1352f9d2b9cc21ab4c5a7c04cbc01daea862ca217048e1c928993aaeb2
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscETH_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscETH_PerformanceFeeUpdated_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_newPerformanceFeeSTRINGNew performance fee rate for the vault. Decimal representation stored as string, where the value divided by 1e10 yields the percentage (e.g., ‘100000000000000000’ equals 10%).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscETH_PerformanceFeeUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscETH_Withdraw_event

Withdrawal events from the wstkscETH (wrapped staked scETH) vault contract on Rings Protocol deployed on Sonic chain, capturing redemptions where users burn vault shares to receive underlying assets. Useful for tracking vault outflows, analyzing withdrawal patterns, and monitoring liquidity dynamics in the staked ETH wrapper.
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_bySTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_byin_toaddressremovedin_ownerin_assetsin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x394bbb5f3020bab3f786c51821508f683a20f72a0x394bbb5f3020bab3f786c51821508f683a20f72a0xe8a41c62bb4d5863c6eadc96792cfe90a1f37c47false0x394bbb5f3020bab3f786c51821508f683a20f72a247288632689061822247288632689061822283752112025-02-18T01:46:27.000Z0x4872892f51b9a3ffc6b1f0d8e7738f439ede45c6520575ebb6777aa2928f48c2
0x11bf6cadea898415c515608b58d337941faab6ac0x11bf6cadea898415c515608b58d337941faab6ac0xe8a41c62bb4d5863c6eadc96792cfe90a1f37c47false0x11bf6cadea898415c515608b58d337941faab6ac11000000000000000001100000000000000000283829292025-02-18T02:52:45.000Z0xd7ad7ec6ce889fb3bd150b9aa3026b71d64e8b90cc1faf1aec9901493c21db95
0xc45d05cdc809d20c7b14959e8cd4a1199e3e966f0xc45d05cdc809d20c7b14959e8cd4a1199e3e966f0xe8a41c62bb4d5863c6eadc96792cfe90a1f37c47false0xc45d05cdc809d20c7b14959e8cd4a1199e3e966f47370014070742600104737001407074260010284168222025-02-18T07:38:41.000Z0x4d7b32af8db51c07f837a554698c95dbe0b84c547a20fb8bf6cd2bed60fbeedd
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscETH_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscUSD_Deposit_event

Deposit events for the wstkscUSD (wrapped staked scUSD) vault on Rings Protocol on Sonic chain, recording asset deposits converted to vault shares. Captures depositor addresses, asset amounts, and corresponding share allocations for tracking vault participation and liquidity provision.
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_bySTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_byaddressremovedin_ownerin_assetsin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x06b179f681a4a45bdd108f12e2f9ca2d09442d8d0x9fb76f7ce5fceaa2c42887ff441d46095e494206false0x06b179f681a4a45bdd108f12e2f9ca2d09442d8d10047400691004740069279651102025-02-15T08:00:37.000Z0xcac929748275dd022f629e8dde4de12a2921b177dada36fa0022622064c47264
0x175ab3277a7803d85e88817ff770185e0002297c0x9fb76f7ce5fceaa2c42887ff441d46095e494206false0x175ab3277a7803d85e88817ff770185e0002297c10000000001000000000279334522025-02-15T02:00:37.000Z0x2e44353e2563aa873795b3505a8b35142f3edfa682f3ba0be495328be9fb00f8
0x2875968c02147188c68c719362d9e781a34444d70x9fb76f7ce5fceaa2c42887ff441d46095e494206false0x2875968c02147188c68c719362d9e781a34444d74344213843442138279998152025-02-15T13:55:15.000Z0x31de17f11b162024342fc7cef81bc2993f7590951df4c64a9aef86f6fa81bb44
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscUSD_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscUSD_PerformanceFeeUpdated_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_newPerformanceFeeSTRINGNew performance fee rate for the vault. Decimal representation stored as string, where the value divided by 1e10 yields the percentage (e.g., ‘100000000000000000’ equals 10%).
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscUSD_PerformanceFeeUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

wstkscUSD_Withdraw_event

Withdrawal events from the wstkscUSD (wrapped staked scUSD) vault on Rings Protocol on Sonic chain, tracking redemptions of vault shares for underlying assets. Contains share-to-asset conversions, owner and recipient addresses for analyzing vault redemption patterns and 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_bySTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_byin_toaddressremovedin_ownerin_assetsin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x41722457cbfa517bd1070d7e64e00bc71539e4ce0x41722457cbfa517bd1070d7e64e00bc71539e4ce0x9fb76f7ce5fceaa2c42887ff441d46095e494206false0x41722457cbfa517bd1070d7e64e00bc71539e4ce1000000000001000000000003122454952025-03-07T10:32:51.000Z0x5f2aacbe2da1de53b8ca5738c1a4e9d960bb68e5b80e94d1a45cb1143caefbf0
0x69b235c1c3f16f828b2394193a7abea79ee40c070x69b235c1c3f16f828b2394193a7abea79ee40c070x9fb76f7ce5fceaa2c42887ff441d46095e494206false0x69b235c1c3f16f828b2394193a7abea79ee40c07250000000025000000009121922122025-03-07T03:47:42.000Z0xf91ecb72f025ffacf26e2e30c1b6fe714cee13feebcab0e591415d8506a68d16
0x896f4d49916ac5cfc36d7a260a7039ba4ea317b60x313e7ef7d52f5c10ac04ebaa4d33cdc68634c2120x9fb76f7ce5fceaa2c42887ff441d46095e494206false0x896f4d49916ac5cfc36d7a260a7039ba4ea317b63143835239314376343148122751672025-03-07T14:07:20.000Z0x5063f1f3c7b197991daa52fa7a7772dab2968c6b867448683ec8d09f00381a01
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_sonic.wstkscUSD_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100