Skip to main content

Tables

DTF_FeeRecipientsSet_event

Fee recipient configuration events emitted when fee distribution parameters are updated in DTF (Decentralized Token Fund) contracts. Contains recipient addresses and their proportional allocation shares for protocol fee 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_recipientsARRAY<STRUCT<recipient STRING, portion STRING>>Array of recipient addresses for fee distribution. Hex-encoded, 0x-prefixed, 42-character strings.
addressremovedlog_indexblock_numberin_recipientsblock_timestamptransaction_hash
0xb2a46e71e23b04901796bae6c8870597dd9ce9e6false10232913125[{“portion”:“1000000000000000000”,“recipient”:“0xd84e0c72dc2f8363b46d4adfc58bfd82e49222d9”}]2025-07-15T21:39:57.000Z0x31a7d74dbbb8e59823d1971cfaf52b4d3d24d16cfe2861cc8b912d95d8cb5fc7
0x8fbbe4348d43e1cb10144ca9a382759ecd474971false20929926531[{“portion”:“500000000000000000”,“recipient”:“0x03d03a026e71979be3b08d44b01eae4c5ff9da99”},{“portion”:“500000000000000000”,“recipient”:“0x2a4a0948eb3cf14a4a88da2cc9615422bb0a4af2”}]2025-05-07T18:26:49.000Z0x329639bbe2eed9f4ae2a359f18ce18615a57024743c1e099285a4eb6a288440d
0xc0846b9058f45f2dd355e7d4f81dca276bfd0435false34933338780[{“portion”:“900000000000000000”,“recipient”:“0x03d03a026e71979be3b08d44b01eae4c5ff9da99”},{“portion”:“100000000000000000”,“recipient”:“0x5d4f073399f4bb0c7454c9879391b02ba41114fe”}]2025-07-25T18:08:27.000Z0x97605cfa6980bcaa26cbffd11a23ea04cf27c358bf5d853e612447d11fc10d2a
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.DTF_FeeRecipientsSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DTF_MintFeeSet_event

Event log capturing mint fee parameter updates in the protocol. Records the new fee value in basis points (1000 = 10%) along with contract address and transaction context.
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_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
addressremovedin_newFeelog_indexblock_numberblock_timestamptransaction_hash
0x0a43147c82991a219d5379b6744ad2820447ba9afalse1500000000000000135345059022025-08-21T18:32:31.000Z0x7d88a3d5db9872130c803b7786dbaba71300a8f814ba9d0e534d38993e371078
0x811199c5889bfb0f0908081835a3c4d2e37ba167false1500000000000000427345058692025-08-21T18:31:25.000Z0x0bdeef6dd72403d3002d178fe03261a49be722738ae580d4cdd6b39eb8d4e9cd
0x2f921cd78b8dbcafdb2d82ae12e7cc5e838de950false1500000000000000358345058232025-08-21T18:29:53.000Z0xb72787afd86f59606c6a543c791888c960afc76b0687817132445b012ea2241a
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.DTF_MintFeeSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DTF_TVLFeeSet_event

TVL-based fee configuration events emitted when protocol fees are updated. Contains annual fee percentage and instantaneous fee rate in basis points, used for tracking fee structure changes in reserve contracts.
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_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
in_feeAnnuallySTRINGAnnual fee rate expressed as a fraction of total value locked. Numeric string in wei representation where 10000000000000000 equals 1% per year.
addressremovedin_newFeelog_indexblock_numberin_feeAnnuallyblock_timestamptransaction_hash
0xbe50302bb7c155a830de1958f5446697b2a04c65false31869405849529086716100000000000000002025-04-18T07:52:59.000Z0xca3d021e297b38583f3934b1bdde485e54003542b93c384833b486a6292083d4
0x79f2b6a808a5e89093bc29b32000054ae21a1628false31869405828829088822100000000000000002025-04-18T09:03:11.000Z0x0d2583436a676a32bcf1594e0be2432ae34e4817b21432c271d4789b865821f3
0x0b7bb56d955149db9a0b2e0befa56d4566f84c72false31869405820929086843100000000000000002025-04-18T07:57:13.000Z0x4829a5715ce0c772776811b1c6e67357735671512fb9d738cd33495e7425120e
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.DTF_TVLFeeSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FolioDeployer_GovernedFolioDeployed_event

GovernedFolioDeployed event emitted when a new governed folio is deployed, containing the folio contract address, staking token (stToken), and governance structure addresses including owner and trading governors with their respective timelocks.
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_stTokenSTRINGContract address of the staking token associated with the deployed folio. Hex-encoded, 0x-prefixed, 42-character string.
in_folioSTRINGContract address of the deployed folio. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerGovernorSTRINGContract address of the owner governor for the deployed folio. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerTimelockSTRINGContract address of the owner timelock for the deployed folio. Hex-encoded, 0x-prefixed, 42-character string.
in_tradingGovernorSTRINGContract address of the trading governor for the deployed folio. Hex-encoded, 0x-prefixed, 42-character string.
in_tradingTimelockSTRINGContract address of the trading timelock for the deployed folio. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_foliolog_indexin_stTokenblock_numberblock_timestampin_ownerGovernorin_ownerTimelocktransaction_hashin_tradingGovernorin_tradingTimelock
0xa203aa351723cf943f91684e9f5efca7175ae7eafalse0x638fcd949fd97320e8219e0ee8324f4fbd7feeab4980x5d4f073399f4bb0c7454c9879391b02ba41114fe341608472025-08-13T18:50:41.000Z0x25f859b66d662587f4bad559e229fe2f7e460c2f0xf3a8f226a89c9533c94341c59af8a86c5b9cfa150x085ea689977228fb2ecb11e813c06a0dfc7bf690942bc114577edb2d61d35bda0x73795b9f05cb9a0cd4a41410e3670d76adc381060x4aabdefcd1776addd99ef4f3df8b192d11650282
0xa203aa351723cf943f91684e9f5efca7175ae7eafalse0xf863d3bc19c487b5dde8a41d991762c685cb15203180x5d4f073399f4bb0c7454c9879391b02ba41114fe341600392025-08-13T18:23:45.000Z0x0ad86f054c98a9a8826975d937096c9392be38140x9cbf35cac551fe9cfea68c091f238cc0cd6099870x15714fe379a84d2e86349ffc7e1e9c2c551f419251c2dfa8550cf3d50aa6e6a00x9b3af7db74aa490f8e129ebdba77705cfde545ce0x6b4f44394b9ba18a93370825f704f2e1c61ee179
0xa203aa351723cf943f91684e9f5efca7175ae7eafalse0x5ff4e5849c5685013dd0164dc1b147ccd4d8f12e12900x5d4f073399f4bb0c7454c9879391b02ba41114fe341638402025-08-13T20:30:27.000Z0x36577c6720bb9b698d8a3fb2acad7f1c8fc39a910xfb5030880bbaccda012c902f3dcbad2b4fe42fda0x566de502d8b69c879b73f59187ca5a278642c5c82322f88d9dce7eb52329de180x04e14590f04dce9ce17cd9d896f185cbe22dc3aa0xb2d285510dc2471363751ae38b68156548877b26
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.FolioDeployer_GovernedFolioDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RSR_TradeSettled_event

Completed trade settlements from Reserve Protocol (RSR) on Base, recording token swaps with buy/sell token addresses and amounts. Used for analyzing Reserve protocol rebalancing activity and collateral management trades.
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_tradeSTRINGIdentifier or structured data representing the trade or swap operation. Specific format varies by protocol implementation.
in_sellSTRINGContract address of the token being sold in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_buySTRINGContract address of the token being purchased in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_sellAmountSTRINGAmount of tokens sold in the trade. Numeric string representation of token quantity in smallest denomination.
in_buyAmountSTRINGAmount of tokens received in the trade. Numeric string representation of token quantity in smallest denomination.
in_buyaddressin_sellremovedin_tradelog_indexblock_numberin_buyAmountin_sellAmountblock_timestamptransaction_hash
0xab36452dbac151be02b16ca17d8919826072f64a0xef34c651f1ae9593cfb2cdf02da800a4aad612bd0xe3b53af74a4bf62ae5511055290838050bf764dffalse0x0e55bf650ea0fbfe42fec320c4a0e09e2fe8c31d25138978163772147692920681585835403613653955089271202024-05-01T17:36:19.000Z0x4e8063d8891b3fb2b5fa9ef9b45bc6a62cd8a27c7c7224fd5e71369e14f5ffec
0xab36452dbac151be02b16ca17d8919826072f64a0x07f58c529170645f3df1c277bedc176eceb97a0e0xcb327b99ff831bf8223cced12b1338ff3aa322fffalse0xd1815146da600601d39ad6cec4e20e15423185ce62237585926125893686804475300935557817024238660002024-11-13T23:37:45.000Z0xa69f871481dc013fd4be3caf579430c36a4b4a81325a7d68de3bc35d8c3355ff
0xab36452dbac151be02b16ca17d8919826072f64a0x07f58c529170645f3df1c277bedc176eceb97a0e0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22false0xf35897debe519f22db323cab0d06eaa1f28068ee122237591911044512980022252567191222430602959930002024-11-13T23:39:45.000Z0x24ad191be657d82e8398c17597f62f7b797fc58963efcb2cbfa50f1b103c8987
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RSR_TradeSettled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenFactory_RTokenCreated_event

RToken deployment events emitted by the Reserve Protocol factory contract when new RToken instances are created. Contains addresses for the deployed RToken, staked RSR (stRSR) contract, main governance contract, initial owner, and protocol version identifier.
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_mainSTRINGContract address of the main protocol component deployed during RToken creation. Hex-encoded, 0x-prefixed, 42-character string.
in_rTokenSTRINGContract address of the RToken deployed during creation. Hex-encoded, 0x-prefixed, 42-character string.
in_stRSRSTRINGContract address of the staked RSR token (stRSR) deployed during RToken creation. 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_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressin_mainremovedin_ownerin_stRSRin_rTokenlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x9c75314afd011f22648ca9c655b61674e27ba4ac0x0881a0a66f6f67eafe005784a700ebb725099817false0x46c600cb3fb7bf386f8f53952d64ac028e289afb0x15ca44345830fe640b1cdd50ed9ea187acc617930xf409fd928ff0ca8220f34fb5a035916a96dd3df8813.0.178492852023-12-13T17:18:37.000Z0xd6920ee695ac031a23ea2374df1b4483cb941f8df683cb93fb0147475cba09ad
0xfd18ba9b2f9241ce40cde14079c1cda1502a8d0a0xa3d3c2245aa51ea90a5638371da6fa669c3e302dfalse0x43e205a805c4be5a62c71d49de68df60200548a00x40fec6fc9a7194f4c932a2b708830e6995f090080xc43889c73b76726c88d4ccf7fbd9344b3ba44ea63373.4.0308066242025-05-28T03:23:15.000Z0x834bfef6032df82fb582d719f612f65e114dfb547606a8ba7676b57e30e13ca4
0x9c75314afd011f22648ca9c655b61674e27ba4ac0xa2fc4682eca43d89ad607f6388aec79319da9773false0x46c600cb3fb7bf386f8f53952d64ac028e289afb0x0a8ad64d81cf29a42631a99b86ecd5749fd3e5770x8ac233292f11ed1bf3b0b22efd8f709c8f0d19eb2423.0.1137140202024-04-27T11:29:47.000Z0x8cf1344d1806983d4f48c4f7f5f5c40ff47801a92f6d4bfca51049d04405a110
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenFactory_RTokenCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_AssetRegistrySet_event

Asset registry update events from Reserve Protocol RToken contracts tracking changes to the asset registry address. Records the old and new registry contract addresses for governance and configuration tracking.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0x71090476d21c83e4022947c438dc507102cb61a8false0x096e8002278087e8acf3a5d0515524b8ae1a20940x000000000000000000000000000000000000000038112194932024-02-29T17:38:53.000Z0x420fca88541ab57b8943e98c753d17594c227da759d9cda2f7f6e8a46f908d80
0x4393768da2f9da41b3c5e2752542428bd25975ccfalse0x7c1904fb2069a8c1f5a61a05d76db9aab893d0a30x0000000000000000000000000000000000000000319232231652024-12-03T14:21:17.000Z0xcb3c94d904a28af44daf160709c6ee110b9846dcf4d14f5da29833a262775dc5
0x5bc8c5779cdefc881724e7ab2eef71996904321ffalse0xcc194d916c9eb9bef2dc6f37f63ad624ab04f1790x0000000000000000000000000000000000000000210232329282024-12-03T19:46:43.000Z0x9815f5335a45908c340769a080fc6e7bb5e853ce911344583d030ad6b196e91e
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_AssetRegistrySet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_BackingManagerSet_event

Reserve Protocol RToken configuration change events recording updates to the backing manager contract address. Tracks the previous and new backing manager addresses during RToken system reconfigurations.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0x27c22e5b917694c22a80ae5d5f6b3c5acbfa542bfalse0xb070165d402e86629882682d60c8cbbf4d3a7ccd0x0000000000000000000000000000000000000000157347749812025-08-28T00:01:49.000Z0x2acaa2f8a7fa820ded238245a946c95425af7edfc10edc8b693377cb8476bbbb
0xacd685919af2ac9aac00f34603ad1ed6cc32f625false0x3ab631905b84d7e2cf3afa9ccbb4cd4eeb19e6020x000000000000000000000000000000000000000070325623152025-07-07T18:46:17.000Z0x6e111ae9dd5b82d451b10896d70e67642d10d8441516788fcf14384dfd155bab
0xf0cbb3c06c16f5339d91729eaff9de08110d64e2false0x608068af60e82415b67da5b861c2f6fd77b69ef20x0000000000000000000000000000000000000000134325606212025-07-07T17:49:49.000Z0x39442fe91795824af5ad4c32176631a4c79c8115c6b05393a126529913d69939
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_BackingManagerSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_BasketHandlerSet_event

Reserve Protocol BasketHandler configuration change events emitted from RToken main contracts, capturing transitions between old and new basket handler addresses. Used for tracking governance updates to collateral basket management components.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0xacd685919af2ac9aac00f34603ad1ed6cc32f625false0x7477954db93b62a847b39bdb78a56960787a4a140x000000000000000000000000000000000000000071325623152025-07-07T18:46:17.000Z0x6e111ae9dd5b82d451b10896d70e67642d10d8441516788fcf14384dfd155bab
0xf0cbb3c06c16f5339d91729eaff9de08110d64e2false0x1272ac3e7f1b026b7a0a665192f86afbf352d4f70x0000000000000000000000000000000000000000135325606212025-07-07T17:49:49.000Z0x39442fe91795824af5ad4c32176631a4c79c8115c6b05393a126529913d69939
0x27c22e5b917694c22a80ae5d5f6b3c5acbfa542bfalse0xbed34f9cc68a9ebe08e43d3387f0a1abf53078f20x0000000000000000000000000000000000000000158347749812025-08-28T00:01:49.000Z0x2acaa2f8a7fa820ded238245a946c95425af7edfc10edc8b693377cb8476bbbb
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_BasketHandlerSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_BrokerSet_event

Event logs emitted when the broker contract address is updated in the Reserve Protocol RTokenMain contract, capturing both old and new broker addresses. Records configuration changes for the trading component responsible for executing rebalancing trades and revenue auctions.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0x89219764d33cda9ec2264c6fa526a2f11e66fdc6false0x6d072fad6f4c421c8e52b54d166a75c2d680215f0x0000000000000000000000000000000000000000210148581872024-05-23T23:08:41.000Z0xe9494362066e2c5ceef9a0d70dba616e6e7e8d3340a4fa51df2653ab716b5bef
0xb5e73df8c5592f69e84855e4b64653f8878fc0aefalse0x9e7f872d352f6a89bdba7a83c6a74fa0ceda6c370x0000000000000000000000000000000000000000247156296042024-06-10T19:42:35.000Z0xdff557b8d0a1bed104e18df06bc6f2f1b9a781862d416ebbee32c05c45bf29a5
0x21f2dafd1ca6f4278c038421c71cb2a9c79edd08false0xcbbe25556c6d7afc5e9e1a2852a2757ca9da9a460x0000000000000000000000000000000000000000255159933642024-06-19T05:47:55.000Z0xae9cd13a6638ab561433deaae9fbe46b90fcbb45c65d818401763c9cb8cfcb27
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_BrokerSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_DistributorSet_event

Revenue distribution configuration change events emitted by RToken (Reserve Token) main contracts when the distributor component address is updated. Captures the previous and new distributor contract addresses for tracking protocol governance changes.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0x49b634273a67a379827992dd3fbd62bb2ba70376false0x33acc723eb15df2187da5749622d3006acc071990x000000000000000000000000000000000000000043136041972024-04-24T22:29:01.000Z0x08808c1f2d536779881f2fc7780db7fe0be17524d84cf45c92cbafdc45719c7c
0x256d3b1095806976012bd85969b655454605af93false0x532be550e0b56834556534a6fdf9e27547dfaed80x0000000000000000000000000000000000000000126307128912025-05-25T23:18:49.000Z0x91594df91325f60333fe51855ac5e066666383fda5c7f846a68913617ae62e3e
0xbd661b96b99c397984b25d4ed79b8d886d3f3008false0x0afa7f0dd4626daa1e143eba576a764b085df3d50x00000000000000000000000000000000000000002692645962024-01-15T11:35:39.000Z0x7811ce94cc23f4e35924977694b14c657b45e6c858dd4327bb8a76cdf1870196
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_DistributorSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_FurnaceSet_event

Reserve Protocol RToken configuration change event logging updates to the furnace component address. Records old and new contract addresses when the RToken’s furnace mechanism is reconfigured.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0xdd04a576e38c5006a33ec2f2d775a57684d3a9c2false0x81f2f280723a7b88f7fce482a6ee4913f93f1e0f0x0000000000000000000000000000000000000000393222707812024-11-11T13:15:09.000Z0x95e3ba3dd83f84a86dfda0c74c7aa1680f11aae1622a2c23428b37a85dfd06cf
0x64254b8bd77127db7144c84b9430371f7b3231cafalse0xc3e830a7d174bc9bd286599ca83a63296af9e0210x0000000000000000000000000000000000000000544222714462024-11-11T13:37:19.000Z0x14be463bce3fe9219aa95846710449e618a60a1e686ef33e537767b0a860e880
0x9e5f8c3ef59d9f7c21bef1e7e8417ece4fb013bafalse0x6b0ccb013de8b460226d92256703e42133061e170x0000000000000000000000000000000000000000523222761152024-11-11T16:12:57.000Z0x6196e9821f9016b999cab2afc2f7f702f001ba6dc0153380a2c6bbc54d15e0a3
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_FurnaceSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_RSRTraderSet_event

Reserve Protocol RSR (Reserve Rights) trader address configuration change events emitted when an RToken sets a new RSR trader contract. Captures the transition from old to new trader addresses for tracking protocol governance and operational updates.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0xedeeb9a7a4cad7da2fb6d878ccf926fd9ede1f28false0x68704ec2e966ed4589eca879880684187e36e7810x0000000000000000000000000000000000000000455364406872025-10-05T13:25:21.000Z0xc0d6080af60aff5daf1d9650e323bd943e6aa1f7045c6b5cb6f49da4998c8be4
0xc9b9c5580356c10efc6dd237f8a7a11c3bddf23efalse0x45a1576177e58c61643c372911992013b1491a260x0000000000000000000000000000000000000000242185806592024-08-18T03:11:05.000Z0xdb32a0da50257315e768415ab58bed38ae04ca0398ac61596b209adabf6fd9e0
0x662974c9a274cbbdd7b28f8fcbe4dcaea721462ffalse0xf5478c392408cdd9253243fb8374a779bbbf84930x0000000000000000000000000000000000000000283185818052024-08-18T03:49:17.000Z0xdd0bef5f082f97f93f3ed7c9e389f68d6a9c2a87f8f7728f4a9ca0e17e70993a
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_RSRTraderSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_RTokenSet_event

RToken contract address configuration change events emitted when the RToken contract reference is set or updated. Records the previous and new RToken contract addresses during system initialization or upgrades.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0x7123f1e73ecfb8f8c099a1dd4fec62018344da8afalse0xfc73449c54fd0d99e43c2a6f166946783d9a0fae0x0000000000000000000000000000000000000000193119584152024-03-17T20:09:37.000Z0xc33f076df9dd960630fe371564eb91132fa784aa46e100b5f458d9e2cfe709b1
0x4cda1cb5145924201800695624cc7f17b340a87dfalse0x03770adda1d3a201d9ddc1044932beca5036d07f0x00000000000000000000000000000000000000002782946572023-12-24T00:44:21.000Z0xbd13c51b70e2ee86da16b50fb90abc78ce97a34c5993c6d68dd3de879b289a5d
0xd4bf50b47525c5845f8b722cdf07660d58b3b435false0x643be1e58428fa5b573baf97d337708158cf0e780x00000000000000000000000000000000000000003060953392023-11-03T02:53:45.000Z0x8f935a58e205c99550cf1a73fa23c6fb62b8440f7772bc638f49ab5efa3ed6cf
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_RTokenSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_RTokenTraderSet_event

RToken trader contract address configuration change events from the Reserve Protocol. Records when the RTokenMain contract updates its trader component address, capturing both previous and new trader contract addresses for governance and configuration tracking.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0xaaa8395c61c74cd49ea72558cd4e3f3c10c3d42bfalse0x3405b0b6c96fee4fc5d2956abd4d701af45ff6b80x0000000000000000000000000000000000000000133140798042024-05-05T22:42:35.000Z0xcdef9531fc80daf5558422338781c4ff9a9139e2ac54998769d25ac856ae3063
0x65c24ebd31494ae571565e45b8780ad3b56d7061false0x0d3dcc752ec051c4947994d94fccc7b9275f4c5d0x0000000000000000000000000000000000000000197266933922025-02-21T22:15:31.000Z0xbe4e193fcf8974a96d208d136464f6d89358a4c10ca39c6a1cec2289196bd03d
0x7123f1e73ecfb8f8c099a1dd4fec62018344da8afalse0x0fb7c99da26e6591808d683a021b5640915deb0f0x0000000000000000000000000000000000000000187119584152024-03-17T20:09:37.000Z0xc33f076df9dd960630fe371564eb91132fa784aa46e100b5f458d9e2cfe709b1
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_RTokenTraderSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RTokenMain_StRSRSet_event

Configuration change events from Reserve Protocol RToken contracts recording updates to the staked RSR (StRSR) contract address. Captures transitions from previous to new StRSR contract addresses during protocol upgrades or reconfigurations.
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_oldValSTRINGPrevious value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
in_newValSTRINGNew value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address.
addressremovedin_newValin_oldVallog_indexblock_numberblock_timestamptransaction_hash
0x75302216e4d83a01273b043b33568134fa1e8ebefalse0xe0b23b7f1cae959c86ae5508b0611035ebf9cc1b0x0000000000000000000000000000000000000000191234919062024-12-09T19:39:19.000Z0xea8015b04ee2250740f96a4353cf06a985f13b2f87c6bcb90ed0efeee427e82a
0x718d8c5369cad895cdee580573ebb38d5e4b55bafalse0x11f45c689cb76cbb09f52b8caed1fa65e7e9d4b70x0000000000000000000000000000000000000000230234918362024-12-09T19:36:59.000Z0xa973e91250c87062dbf706f308957115f2bca3c70ef5bcf94abfe23fe668b089
0xab33000a6b1da027455b178dbd2daac5dd23b182false0x29f9ef76ef84a59422ede5806096eed083c8297c0x000000000000000000000000000000000000000094310516582025-06-02T19:31:03.000Z0xb4877a2e9e9341899f5681c19de4a423a50cee2362436429daba5764f08778a5
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_base.RTokenMain_StRSRSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100