Skip to main content

Tables

QuestRingsveBAL_createFixedQuest_function

Quest creation records from Rings Protocol’s veBAL gauge incentive system on Ethereum. Captures fixed-duration incentive campaigns with parameters including gauge address, reward token, duration (in voting periods), and total reward amounts for analyzing liquidity mining 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
11585880true5827980xcc6a23446f6388d78f3037bd55f2eb820352d982620x7e4a3fb40xfeb352930ca196a80b708cdd5dcb4eca94805dab20205343650x71e47a4429d35827e0312aa13162197c2328754604367107500000000000000[]0,5,150xcdf7028ceab81fa0c6971208e83fa7872994bee52024-08-15T13:35:35.000Z22700000000000000000x2f9b8458f644fdfa7261056714ef59dd2b5b3ea89a6ef245fe22e0e703d6052efalse124774500000000000000000
11231960true5485980xcc6a23446f6388d78f3037bd55f2eb820352d982770x7e4a3fb40xfeb352930ca196a80b708cdd5dcb4eca94805dab20206385100x71e47a4429d35827e0312aa13162197c2328754604762275000000000000000[]0,4,150xcdf7028ceab81fa0c6971208e83fa7872994bee52024-08-30T02:48:35.000Z23300000000000000000xc8547e0103ecb472d8770d48091c18c92074b5f067cf2b223a2feaa7ef338960false136065000000000000000000
17419060true8834600x1cce9d493224a19fcb5f7fbade8478630141cb542250x7e4a3fb40xfeb352930ca196a80b708cdd5dcb4eca94805dab40222675190x87d93d9b2c672bf9c9642d853a8682546a5012b51436893203883495145[]0,30x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca02025-04-14T13:27:11.000Z55520062790460x8722b9d0a3c51613532cbffc2aba014fc3d740b811453b035dade58d5d569ca7false14563106796116504851
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.QuestRingsveBAL_createFixedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveBAL_createRangedQuest_function

Quest creation events from Rings Protocol’s veBAL (vote-escrowed Balancer) governance system on Ethereum. Tracks ranged voting incentive campaigns with reward parameters, gauge targets, and voter whitelists for analyzing protocol bribe markets and governance 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.
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
6637270true6565160x79ef6103a513951a3b25743db509e267685726b72010x29b6a4300xfeb352930ca196a80b708cdd5dcb4eca94805dab22218628670xb867ea3bbc909954d737019fef5ab25dfdb38cb9267840000000000000000[“0xaf52695e1bb01a16d33d7194c28c42b10e0dbec2”]0,4,10xd33526068d116ce69f19a9ee46f0bd304f21a51f2025-02-17T01:36:11.000Z0x48c5ba1cdc7df0ac14fb1d3a2d1ff6f1b4d7185fee825bd30cf56b47639c1a6ffalse512400000000000030140000000000003392000000000000000000
9642380true5715850x5a099e2c2a41a5a0ad99e4971c711400eeef34db2690x29b6a4300xfeb352930ca196a80b708cdd5dcb4eca94805dab20231902650xa58fbe38aab33b9fadef1b5aaff4d7bc27c43ad40279337332202996216001[]110x6440f144b7e50d6a8439336510312d2f54beb01d2025-08-21T15:10:35.000Z0xe55fd5a1e2e7a5ca766749f5cfc3c4bad1330fc10e986e6b4fdd3865b659962ffalse20000000000000000120000000000000006983433305074905400041
6541500true6517160x79ef6103a513951a3b25743db509e267685726b71580x29b6a4300xfeb352930ca196a80b708cdd5dcb4eca94805dab22212602180xb867ea3bbc909954d737019fef5ab25dfdb38cb9267840000000000000000[“0xaf52695e1bb01a16d33d7194c28c42b10e0dbec2”]0,5,20xd33526068d116ce69f19a9ee46f0bd304f21a51f2024-11-24T21:13:47.000Z0x086c3b03d116dbb957b95a0c992dd758da24b7304f46fb261c27543fc6e58cdbfalse485600000000000028560000000000003392000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.QuestRingsveBAL_createRangedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveCRV_createFixedQuest_function

Quest creation events from Rings Protocol’s vote-escrowed CRV (veCRV) bribe marketplace on Ethereum. Captures function calls that establish fixed-duration gauge voting incentive campaigns with reward token distributions and targeted voter lists.
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
10425660true6439200xb251c0885c7c1975d773b57e67c138fbceaa6db4150x7e4a3fb40xaa1698f0a51e6d00f5533cc3e5d36010ee4558c621201559020x9e2b6378ee8ad2a4a95fe481d63caba8fb0ebbf9213526570048309178743[“0x989aeb4d175e16225e39e87d0d97a3360524ad80”]0,30xdbdb4d16eda451d0503b854cf79d55697f90c8df2024-06-23T17:32:35.000Z675732031300830xc81596bd6b7dab70c0a08bd8edb5da93d80debdb4f618b8d1c9dc94dcb8801dafalse386473429951690821255
10425480true6439200xb251c0885c7c1975d773b57e67c138fbceaa6db4910x7e4a3fb40xaa1698f0a51e6d00f5533cc3e5d36010ee4558c621208624190x9e2b6378ee8ad2a4a95fe481d63caba8fb0ebbf9213526570048309178743[“0x989aeb4d175e16225e39e87d0d97a3360524ad80”]0,30xdbdb4d16eda451d0503b854cf79d55697f90c8df2024-09-30T08:57:47.000Z590000000000000x1451588b1e9fa6ea33d9d4d8b04dc6028babb1c2018ddfdf7acd5272c4b16177false386473429951690821255
6360190true6260230x0933426f6b63327b9a20e6acde0b45b1b64fdc88900x7e4a3fb40xaa1698f0a51e6d00f5533cc3e5d36010ee4558c620208623320x7bdfe11c4981dd4c33e1aa62457b8773253791b3038461538[]0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb482024-09-30T08:40:23.000Z2880x149d26f1aca22907754708562e70e6bb98c8c896d6e607f2e788d4d4d41dba2ffalse961538461
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.QuestRingsveCRV_createFixedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveCRV_createRangedQuest_function

Quest creation transactions for Rings Protocol’s veCRV (vote-escrowed Curve) gauge voting incentive system on Ethereum. Tracks parameters for bribes including reward token, gauge address, duration, min/max reward per vote, and fee amounts for analyzing incentive campaigns targeting Curve DAO governance participants.
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
29044770false5880820x1e4b83f6bfe9dbeb6d5b92a5237e5c18a44176f41950x29b6a4300xaa1698f0a51e6d00f5533cc3e5d36010ee4558c620217649630xa1c93d2687f7014aaf588c764e3ce80af016229b2307692307692307692307[]0,0,0,2,10x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f2025-02-03T09:03:35.000Z0xef24e49596a9071496b069e33691750e227c7d687f04a51ed5e32b267606f148false190000000000000014000000000000007692307692307692307691
9297950true5780300x8682fa9c4b6495ddf38643807ca088ebe0d22b8b570x29b6a4300xaa1698f0a51e6d00f5533cc3e5d36010ee4558c620205400920x1ae6dcbc88d6f81a7bcfccc7198397d776f3592e01288000000000000000000[]0,4,10xab846fb6c81370327e784ae7cbb6d6a6af6ff4bf2024-08-16T08:47:23.000Z0xbf9fa25940821f16225fc6190035a06c36d665d23724846bb33e27df4767408cfalse198000000000000001700000000000000032200000000000000000000
10224660true6373520x8682fa9c4b6495ddf38643807ca088ebe0d22b8b60x29b6a4300xaa1698f0a51e6d00f5533cc3e5d36010ee4558c620200457510x1ae6dcbc88d6f81a7bcfccc7198397d776f3592e11242000000000000000000[]0,5,10xab846fb6c81370327e784ae7cbb6d6a6af6ff4bf2024-06-08T07:55:11.000Z0x5eac6504b5d8444a1119bd556496efd7e463760eaeb9fcc40b3ef57a0ab22e56false145000000000000001340000000000000031050000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.QuestRingsveCRV_createRangedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveFXN_createFixedQuest_function

Fixed quest creation transactions for Rings Protocol’s veFXN (vote-escrowed FXN) gauge voting incentives on Ethereum. Captures reward parameters including token addresses, amounts per vote, duration, and fee structure for analyzing bribe campaigns targeting specific gauges.
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
7746240true5028870xa295829c082c4d21fe37dbc8c96bfa0ef6dbaa92600x7e4a3fb40x59abf8642f4c7d8d3c5633edcbbf6b12234ff02d10222974460xeab3e2010264ca77b2ebcf9d4672a79d24c924e605769230769230769230768[]0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef2025-04-18T17:42:47.000Z200000000000000000000xffec966d44a484ede2f9c034f73348e6e657555cc8cecac4d64e7b4f69df109efalse144230769230769230769220
7714230true5076630xa295829c082c4d21fe37dbc8c96bfa0ef6dbaa92610x7e4a3fb40x59abf8642f4c7d8d3c5633edcbbf6b12234ff02d10223378930xeab3e2010264ca77b2ebcf9d4672a79d24c924e607692307692307692307692[]0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef2025-04-24T09:11:23.000Z200000000000000000000x15b290d68d634e3b70aab32c131cafe3b43a055fc0ece70a383b92035be63997false192307692307692307692300
8309840true5400190xa295829c082c4d21fe37dbc8c96bfa0ef6dbaa92570x7e4a3fb40x59abf8642f4c7d8d3c5633edcbbf6b12234ff02d10222670240xeab3e2010264ca77b2ebcf9d4672a79d24c924e604807692307692307692306[]0x5de8ab7e27f6e7a1fff3e5b337584aa43961beef2025-04-14T11:47:23.000Z290000000000000000000xdcf24debf0aa282a86a023ba7240f7b946cd662025069d8f2fd670334fcc0d24false120192307692307692307671
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.QuestRingsveFXN_createFixedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

QuestRingsveFXN_createRangedQuest_function

Quest creation events for veFXN (vote-escrowed FXN) gauge bribe campaigns on Rings Protocol. Tracks reward parameters including token addresses, reward amounts per vote, duration, and targeted voter lists for analyzing vote 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_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
10297040true6355490x9c7003bc16f2a1aa47451c858fee6480b755363e370x29b6a4300x59abf8642f4c7d8d3c5633edcbbf6b12234ff02d20213568720x9e2b6378ee8ad2a4a95fe481d63caba8fb0ebbf902705314009661835748[]0,30xdbdb4d16eda451d0503b854cf79d55697f90c8df2024-12-08T09:27:47.000Z0xc515f2bd6ddf929eb087aa34280c8e86da5fa7d483c170bb0381c1d0536934bbfalse300000000000000001500000000000000077294685990338164249
10677810true6492260xf0a3eced42dbd8353569639c0eaa833857aa0a75380x29b6a4300x59abf8642f4c7d8d3c5633edcbbf6b12234ff02d21213609910xa1c93d2687f7014aaf588c764e3ce80af016229b1384615384615384615384[“0xd11a4ee017ca0beca8fa45ff2abfe9c6267b7881”]0,1,0,20x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f2024-12-08T23:14:35.000Z0x781e78cc9ff603a2635f1d7753f220405d720c7f7e4d46f8d85e1140018b58ddfalse15000000000000000009004822362101442119615384615384615384613
11481760true6834260xf0a3eced42dbd8353569639c0eaa833857aa0a75640x29b6a4300x59abf8642f4c7d8d3c5633edcbbf6b12234ff02d21224511900xa1c93d2687f7014aaf588c764e3ce80af016229b1480769230769230769230[“0xd11a4ee017ca0beca8fa45ff2abfe9c6267b7881”]0,2,00x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f2025-05-10T06:23:23.000Z0xcaf64ac23a746ae2cf324a630100771691d3fef917da5365821c09f2cea2b2bafalse22000000000000000010000000000000012019230769230769230768
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.QuestRingsveFXN_createRangedQuest_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scBTC_Enter_event

Deposit events for Rings Protocol scBTC vault on Ethereum, tracking when users enter by depositing BTC-backed assets in exchange for vault shares. Useful for analyzing vault inflows, share pricing, and depositor 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
0xe418ee2df21ef818d20194113281d3f4300aead30xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0xe418ee2df21ef818d20194113281d3f4300aead3false0x657e8c867d8b37dcc18fa4caead9c45eb088c642200311949200311949214221286332025-03-26T04:17:23.000Z0xfe100c8688c20dc35bc02f58d9f0afba43eb1a38402ba0707bca129627e32f7d
0xcdb0d9481d3b7b29d8b6925332c309f8c17b5f5e0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0xcdb0d9481d3b7b29d8b6925332c309f8c17b5f5efalse0x2260fac5e5542a773aa44fbcfedf7c193bc2c59940000039880055221308442025-03-26T11:41:11.000Z0x9e421ca02373323d586c82b2fc7fa60251f6ad1a483954a444da8a10951bc84b
0xba9a6d2ba76fae1e08bb1d12a8ccbc46ea7735cf0xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0xba9a6d2ba76fae1e08bb1d12a8ccbc46ea7735cffalse0x2260fac5e5542a773aa44fbcfedf7c193bc2c59983744408349316298221325842025-03-26T17:29:35.000Z0x0642dd802d69991a4cee103283ac0d45883787bbbaa76788b2bf1849a5ce43ab
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.scBTC_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scBTC_Exit_event

Withdrawal events from Rings Protocol’s scBTC (synthetic Bitcoin) vault on Ethereum, recording share redemptions from user accounts. Tracks exit transactions with share amounts and participant addresses for analyzing vault outflows and user 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
0x00000000000000000000000000000000000000000xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0xf8553c8552f906c19286f21711721e206ee4909efalse0x0000000000000000000000000000000000000000010000417218357852025-02-13T06:30:23.000Z0xcc34112639ca0751058bbeddd0992772e7fb7e3b622ec20ec0db6651faae9842
0x00000000000000000000000000000000000000000xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x502e2514d5f5f191de0a4a3b7f5190f8e53c010dfalse0x00000000000000000000000000000000000000000987981097220281542025-03-12T03:39:23.000Z0x7bba49f1c512bae500ccd4670faa3876f1ca17ce39889724b2ebf473380845e5
0x00000000000000000000000000000000000000000xbb30e76d9bb2cc9631f7fc5eb8e87b5aff32bfbd0x3367a005c2bef54f2836a616ce3e4fa2d35910dafalse0x000000000000000000000000000000000000000001213293345220281542025-03-12T03:39:23.000Z0xca76376e05a69b862ffc5f6014500ad01451c2f802a7f5f661e78c066530a80e
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.scBTC_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scBTCAccountant_FeesClaimed_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_feeAssetSTRINGContract address of the token in which fees are denominated. 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_ethereum.scBTCAccountant_FeesClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETH_Enter_event

Deposit events for the scETH (staked compound ETH) vault on Rings Protocol Ethereum, recording when users stake ETH or WETH in exchange for scETH vault shares. Used for analyzing vault deposit activity, share issuance, and liquidity provider 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
0x217d452b93dd9d369d4242c744da5484e59db3120x3bce5cb273f0f148010bbea2470e7b5df84c78120x0000000000000000000000000000000000000000false0x000000000000000000000000000000000000000001000000000000000000193216078322025-01-12T10:32:23.000Z0x9c5bb6f679039226d52349b79a93f1600df8b96fe7b34a7aa41c15e57e32b105
0x1f92b5affd12981ef0fa7ba22a802379fd36929e0x3bce5cb273f0f148010bbea2470e7b5df84c78120x1f92b5affd12981ef0fa7ba22a802379fd36929efalse0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc260000000000000000006000000000000000000266216078432025-01-12T10:34:35.000Z0xe50dbc0a71b77177b752a3aa56e91115ea8f288d27fdc20e3601b5c2bebd6aa8
0x3b30d44df9afffc07a51457e18410c4ca0f908960x3bce5cb273f0f148010bbea2470e7b5df84c78120x3b30d44df9afffc07a51457e18410c4ca0f90896false0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2261224081557192608261224081557192608133216063152025-01-12T05:27:59.000Z0x1d8e75092deecd085c3d62de8ae45c80e03612e3f691dd339d2638c095464196
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.scETH_Enter_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETH_Exit_event

Withdrawal events from Rings Protocol scETH (staked ETH) vault on Ethereum, recording user exits by burning shares. Tracks user addresses, share amounts burned, and corresponding asset values 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_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
0x00000000000000000000000000000000000000000x3bce5cb273f0f148010bbea2470e7b5df84c78120x22ac3ccf9956636d44c146d25c2ab43f3266273bfalse0x000000000000000000000000000000000000000001724663302592346782413216331142025-01-15T23:17:47.000Z0x3eaa1300ef02a2a9d84dad114dea2e1864839f045440ec67722444ca595802ce
0x00000000000000000000000000000000000000000x3bce5cb273f0f148010bbea2470e7b5df84c78120x664ba0ac858fc3ba5f44e812148b590848d480e1false0x000000000000000000000000000000000000000005000000000000000136216284842025-01-15T07:46:59.000Z0x35bd5ac04bbcbe6e239daf16916cd9aeceecaf7388d143ebfdc9c9594522da23
0x00000000000000000000000000000000000000000x3bce5cb273f0f148010bbea2470e7b5df84c78120x8288090f6016bd90dc234fc619baeaa6ba031ba6false0x00000000000000000000000000000000000000000200000000000000000265216329732025-01-15T22:49:11.000Z0x7561dec53872d98975abd019360f7ae16029095fb5def89d1f4151bf9744a425
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.scETH_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scETHAccountant_FeesClaimed_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_feeAssetSTRINGContract address of the token in which fees are denominated. 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_ethereum.scETHAccountant_FeesClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scUSD_Enter_event

Deposit events for Rings Protocol’s scUSD vault on Ethereum, recording user deposits of USDC (0xa0b8…eb48) in exchange for scUSD shares. Useful for tracking vault inflows, user participation, and share issuance 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_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
0x009d13e9bec94bf16791098ce4e5c168d27a9f070xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x009d13e9bec94bf16791098ce4e5c168d27a9f07false0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4848986755474898675547370217905192025-02-06T22:41:59.000Z0x404ace943c978e7432f15905909a49a9c6e91eca9559b7e043db7a371214b06f
0x0f95f342a5939afbed32548d392b72fb56a9940c0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x0f95f342a5939afbed32548d392b72fb56a9940cfalse0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48500000000500000000256217837972025-02-06T00:11:35.000Z0xfd8f7c1905400769c32f100c25edbaf9b7deb7f8ec0a862715f0d5ecd9a21508
0x0f95f342a5939afbed32548d392b72fb56a9940c0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x0f95f342a5939afbed32548d392b72fb56a9940cfalse0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4834939243493924221217838342025-02-06T00:18:59.000Z0xf66499fdb3b2c51883ea572b4161feb0159748ff501baab0db008e58cbc66b67
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.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 Ethereum, recording when users exit positions by redeeming shares. Tracks share amounts burned, user addresses, and vault state for analyzing 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_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
0x00000000000000000000000000000000000000000xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x1e05f2c9edf7aa25771c795db763de144a752f37false0x000000000000000000000000000000000000000005000000162217277552025-01-29T04:19:35.000Z0x100522567b22b9943f3a0f5e2eb69b7193d4410ecaae9024f35e9b335cee80a6
0x00000000000000000000000000000000000000000xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x2371e3710a45e29de6075255c1c7b0a9276a0375false0x00000000000000000000000000000000000000000347571263586217286632025-01-29T07:21:59.000Z0xb6c98fd322e14a745d9d5b2e7e791bf356d72f3d8eeee4138973fbaf1192efed
0x00000000000000000000000000000000000000000xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae0x554bb0ebabc7024d2182286912739ef68645250afalse0x00000000000000000000000000000000000000000997500000410217289482025-01-29T08:19:23.000Z0xd81c76c25cc715e207dd802d72d91b8c9e6ee74a2bf6b60a56cb197a68de76b1
Query with partition filter
SELECT *
FROM `tt-contracts.ringsprotocol_v1_ethereum.scUSD_Exit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

scUSDAccountant_FeesClaimed_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_feeAssetSTRINGContract address of the token in which fees are denominated. 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_ethereum.scUSDAccountant_FeesClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100