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
0xffc240217bf5b962aac2f4c487285d1409135441false10323071424[{“portion”:“500000000000000000”,“recipient”:“0x1f4b58851ce2f1b2ff906042d32287a0fdf1b899”},{“portion”:“500000000000000000”,“recipient”:“0x6e08ae5a98d4ca8a7a2730df623efc2c167cd812”}]2025-08-05T00:56:47.000Z0x8fde30789afe0588df8193ccddcf3ea3603f6e229ed1af3cf31db501b6453583
0x3fe46c4a4817babc3e9db883fbdf3ccfac47d195false85623327438[{“portion”:“1000000000000000000”,“recipient”:“0xd84e0c72dc2f8363b46d4adfc58bfd82e49222d9”}]2025-09-09T18:49:35.000Z0x2161b93f3cb63db5f334796aa6414433153196ad048e7044a094816f381421ae
0xcdd9290626ef3296a7e0d32e1d724716b09bdf5dfalse251023327449[{“portion”:“500000000000000000”,“recipient”:“0x10a9ac2605f1920b21255dd5c8e7e5a97e9932d7”},{“portion”:“500000000000000000”,“recipient”:“0xd84e0c72dc2f8363b46d4adfc58bfd82e49222d9”}]2025-09-09T18:51:47.000Z0x1e750ce46433bfe94ed7f87a95c54b64bb313765b471fe32af13c432ee62322d
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0x80532a647a5b9dad2870c07251b8a53353075f3bfalse5000000000000000589225487692025-05-23T23:14:35.000Z0xbde62624345faf2a4bc0fbfa0cdfd96daa2f17fc494c4e101032feb7e1c11306
0xe5e394c25a8dcc70b38c2f3c3bb6c5629f07c3fcfalse5000000000000000280231376852025-08-14T07:04:35.000Z0x11bdd12f8d1d3379a4f5b2a88ceb020e1993c3c49a243a716f6c87cc52d2aabf
0xf03d9d8ba5bf09e07f22847508365eab39eac09efalse5000000000000000269223421792025-04-24T23:34:23.000Z0xe4d1f95f506e727437d32a1c88204f1c23be48823691557d43953478613a6312
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0x756ff8a84d4ce209e4a4e8ae20dd78b0b435774efalse31869405819722347916100000000000000002025-04-25T18:46:35.000Z0x2332beb6789152db881f4f168e65f1d2da5d832dbac7d3cc52b3906f4ad46e92
0x323c03c48660fe31186fa82c289b0766d331ce21false2387197621482226935675000000000000002025-04-14T19:36:35.000Z0xa261cf72209e561b3c7956e5a011338b021453eefb3579cbcb101ca8728bb00a
0xcdd9290626ef3296a7e0d32e1d724716b09bdf5dfalse318694058251123327449100000000000000002025-09-09T18:51:47.000Z0x1e750ce46433bfe94ed7f87a95c54b64bb313765b471fe32af13c432ee62322d
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.DTF_TVLFeeSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

FolioDeployer_FolioDeployed_event

Folio deployment events from Reserve Protocol’s FolioDeployer contract on Ethereum, capturing newly created folio instances with their assigned owner and admin addresses. Used for tracking Reserve Protocol portfolio vault creation and access control setup.
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_folioOwnerSTRINGContract address of the wallet that owns the newly deployed folio instance. This address has ultimate control over the folio and can transfer ownership or modify permissions.
in_folioSTRINGContract address of the deployed folio. Hex-encoded, 0x-prefixed, 42-character string.
in_folioAdminSTRINGAddress of the folio admin account with administrative permissions over the deployed folio contract. This role can manage folio settings and operations, distinct from the owner role.
addressremovedin_foliolog_indexblock_numberin_folioAdminin_folioOwnerblock_timestamptransaction_hash
0xbe3b47587ceeff7d48008a0114f51cd571bec63afalse0x9ac93e97928e98a9e8544c1c58be2fbf28a4a22e644229982840x138973b89747d25b8044d244fe2ee12f604886af0xe3feb67f23f8b9b52facc12e586fe0c089a475dd2025-07-25T19:36:47.000Z0x261db86b64a13eb4112cf6bfa64e3cd8cbe0a3f4242c8cfed52a6cb1e7e68aff
0x4c64ef51cb057867e40114dcfa3702c2955d3644false0xa5cdea03b11042fc10b52af9eca48bb17a2107d2414218892860x019318674560c233893aa31bc0a380dc71dc2ddf0x02188526dd0021f8032868552d2ea8529d3a4e532025-02-20T18:15:11.000Z0xebb8576316eb883c0ac7f5d50785282ea081e1e013c5c8859b43516219086f26
0x4c64ef51cb057867e40114dcfa3702c2955d3644false0x4e3b170dcbe704b248df5f56d488114ace01b1c5165218898440xeaa356f6cd6b3fd15b47838d03cf34fa79f7c7120x96f576390934d2f35133a5e869b479f4bd546e502025-02-20T20:07:35.000Z0xd8614baa81de83596db314bf2fa2ce90717c97814e0c1f3002801f406ea4da4e
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.FolioDeployer_FolioDeployed_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
0xbe3b47587ceeff7d48008a0114f51cd571bec63afalse0xffc240217bf5b962aac2f4c487285d14091354411200x6e08ae5a98d4ca8a7a2730df623efc2c167cd812230714242025-08-05T00:56:47.000Z0x1b383b997d32c44033a71cae8fd9faefb401d04a0xa009b90177697702a2d0b24931bc199218bd57fb0x8fde30789afe0588df8193ccddcf3ea3603f6e229ed1af3cf31db501b64535830x78455905dfda77a7f23c9b9cb7c7e1b4b85715e00x13d68c021eb7397fd7d4e93dc7c059f918baf403
0xaafb13a3df7ce70c140e40c959d58fd5cc443cbafalse0x323c03c48660fe31186fa82c289b0766d331ce211700x2aea77c4757d897aae2710b8a60280777f504e8c222693562025-04-14T19:36:35.000Z0x020d7c4a87485709d91e78aeeb2b2177ebfbaf410xd900b9a9cf3a0ecc394b6b9935ea3e56dafc02c10xa261cf72209e561b3c7956e5a011338b021453eefb3579cbcb101ca8728bb00a0xedebefe7179c5fc74853ad30147beecc208605790x075fa5a4fbf5a32cd0660e9cdfff4a6bfa0c6b4a
0xaafb13a3df7ce70c140e40c959d58fd5cc443cbafalse0x756ff8a84d4ce209e4a4e8ae20dd78b0b435774e2270x10a9ac2605f1920b21255dd5c8e7e5a97e9932d7223479162025-04-25T18:46:35.000Z0x4b45b0ec5304880f0a83ada59b954f6efd66bbce0x1b297272c34c823243bb2496faa71e88bb0264540x2332beb6789152db881f4f168e65f1d2da5d832dbac7d3cc52b3906f4ad46e920xbfb813ad1566f2c312ad0954e0a1ac0f72beb9790x0fcd3eee570eac235f267ac6b0aae6d2547fb0f2
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.FolioDeployer_GovernedFolioDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RSR_TradeSettled_event

Trade settlement events for Reserve Protocol’s RSR (Reserve Rights) token on Ethereum, capturing completed token swaps with buy/sell token addresses and amounts. Used for analyzing RSR trading activity and liquidity rebalancing across Reserve Protocol vaults.
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
0x320623b8e4ff03373931769a31fc52a4e78b5d700xe04c26f68e0657d402fa95377aa7a2838d6cba6f0xa0d69e286b938e21cbf7e51d71f6a4c8918f482ffalse0x90a4c0aa258ebe72612ac6b8b7689942349e34bd131183228916355550829999999999999990110699999966189509763162023-10-10T21:59:47.000Z0xf409eafe29aa7c7d181dda2ab183099705dccefefaa5075f942d0804e85271a3
0x320623b8e4ff03373931769a31fc52a4e78b5d700x1ae6d94992e87056a92ba2e9eb54cf3ad3ef55d60x0d86883faf4ffd7aeb116390af37746f45b6f378false0x1ee40b4a36d761f5ef39d57c7ac22189ffaa73161171996791431271987449689063450359925432268839188088845002024-05-28T10:57:35.000Z0x8e614479bb660feded08937ab569664f5f328c619050dd62accb937bbafa00e5
0x320623b8e4ff03373931769a31fc52a4e78b5d700x1ae6d94992e87056a92ba2e9eb54cf3ad3ef55d60x0d86883faf4ffd7aeb116390af37746f45b6f378false0x139a11047cda0bfef3a3c816080e4a568318c80a4482354481577148719242769180381948143746892043235441240002025-10-10T04:02:11.000Z0x8e06a5e35eced8ffa9a78030f1ba3d50cf0ba3835528bb11c3c13335e2889483
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0x5c46b718cd79f2bba6869a3bec13401b9a4b69bb0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0x1656d8aad7ee892582b9d5c2e9992d9f94ff36290x64cd8978f4e698f961bca2d5c5f45470ed47fca80x23fd8cd3b802aea93fe885f4d0f317e61a49e5383492.1.0169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
0x5c46b718cd79f2bba6869a3bec13401b9a4b69bb0xc746bda9c944698024f3a464960aa0ba88feb36cfalse0x1656d8aad7ee892582b9d5c2e9992d9f94ff36290x88d4a7d64e8b51025ef9ae369cea5438cfa472a80x2adb7a8216fb13cdb7a60cbed2322a68b59f4f051592.1.0170404152023-04-13T19:18:47.000Z0x55d11e2ae77fdb155bec195dd8a9444afa2be39c4765251da3edba6de70a335c
0x5c46b718cd79f2bba6869a3bec13401b9a4b69bb0x2cabaa8010b3fbbdeebe4a2d0feffc2ed155bf37false0x1656d8aad7ee892582b9d5c2e9992d9f94ff36290x7db3c57001c80644208fb8aa81ba1200c7b0731d0xacdf0dba4b9839b96221a8487e9ca660a48212be2042.1.0170970092023-04-21T20:04:47.000Z0x52547b81155d4459a145336cc112cc7840fbfc81ee62e7aaa461e3af6d8682f8
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xb6a7d481719e97e142114e905e86a39a2fa0dfd2false0xf526f058858e4cd060cfdd775077999562b31be00x0000000000000000000000000000000000000000270170861782023-04-20T07:14:35.000Z0xc67d08a33db892d6ceddea1c79875cf0d253eba14884ae87b197e19713e95c43
0x555143d2e6653c80a399f77c612d33d5bf67f331false0x04d344795fa5ab6a960130de902a368428f6408b0x0000000000000000000000000000000000000000265176960752023-07-15T03:15:11.000Z0x607c343beda4b1da985f2ab33d2e7699dc277b515813e3993272c2b6c7558202
0xa410aa8304ccbd53f88b4a5d05bd8fa048f42478false0xd3070b4c8fb45d370327f2b77fb3296fa353b2780x0000000000000000000000000000000000000000116174913152023-06-16T08:48:35.000Z0x762ff4882087261e63ffce7eb7c07b41837b67b0cb68afa483e94513fa38015d
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xb6a7d481719e97e142114e905e86a39a2fa0dfd2false0x608e1e01ef072c15e5da7235ce793f4d24eca67b0x0000000000000000000000000000000000000000266170861782023-04-20T07:14:35.000Z0xc67d08a33db892d6ceddea1c79875cf0d253eba14884ae87b197e19713e95c43
0x2cabaa8010b3fbbdeebe4a2d0feffc2ed155bf37false0x61691c4181f876dd7e19d6742b367b48aa280ed30x0000000000000000000000000000000000000000148170970092023-04-21T20:04:47.000Z0x52547b81155d4459a145336cc112cc7840fbfc81ee62e7aaa461e3af6d8682f8
0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0xc314dc917f6be1c448a0895189631cf9be2612700x0000000000000000000000000000000000000000293169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0x7985541a39febda425516d1a9179802e224252430x0000000000000000000000000000000000000000294169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
0xc746bda9c944698024f3a464960aa0ba88feb36cfalse0xdc690b50824d24f3421a27f4fa8efcbcf1caf9860x0000000000000000000000000000000000000000104170404152023-04-13T19:18:47.000Z0x55d11e2ae77fdb155bec195dd8a9444afa2be39c4765251da3edba6de70a335c
0x2cabaa8010b3fbbdeebe4a2d0feffc2ed155bf37false0x9119db28432bd97abf4c3d81b929849e0490c7a60x0000000000000000000000000000000000000000149170970092023-04-21T20:04:47.000Z0x52547b81155d4459a145336cc112cc7840fbfc81ee62e7aaa461e3af6d8682f8
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0x2cabaa8010b3fbbdeebe4a2d0feffc2ed155bf37false0x44344ca9014be4bb622037224d107493586f35ed0x0000000000000000000000000000000000000000155170970092023-04-21T20:04:47.000Z0x52547b81155d4459a145336cc112cc7840fbfc81ee62e7aaa461e3af6d8682f8
0xb6a7d481719e97e142114e905e86a39a2fa0dfd2false0x6ca42ce37e5ece334066c504ba37144b4f14d50a0x0000000000000000000000000000000000000000273170861782023-04-20T07:14:35.000Z0xc67d08a33db892d6ceddea1c79875cf0d253eba14884ae87b197e19713e95c43
0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0xc19a89ef4a0e5b8bba9982c4bc24b95af8bd43c00x0000000000000000000000000000000000000000300169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xc746bda9c944698024f3a464960aa0ba88feb36cfalse0xda4889fad38aab906eddf4baf55bae2d16fbdd990x0000000000000000000000000000000000000000108170404152023-04-13T19:18:47.000Z0x55d11e2ae77fdb155bec195dd8a9444afa2be39c4765251da3edba6de70a335c
0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0x141abb0728c991a0ac03632e1ec8acd1d10d1da50x0000000000000000000000000000000000000000298169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
0xa410aa8304ccbd53f88b4a5d05bd8fa048f42478false0x021dba028dea4adfc534ce7150f6f1823350c7ee0x0000000000000000000000000000000000000000117174913152023-06-16T08:48:35.000Z0x762ff4882087261e63ffce7eb7c07b41837b67b0cb68afa483e94513fa38015d
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xc746bda9c944698024f3a464960aa0ba88feb36cfalse0x799b8e668553a6ad7f97c194c7428068ba8a74d80x0000000000000000000000000000000000000000109170404152023-04-13T19:18:47.000Z0x55d11e2ae77fdb155bec195dd8a9444afa2be39c4765251da3edba6de70a335c
0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0xb141d10a6d3f642395675c63b19c7638e80da2bf0x0000000000000000000000000000000000000000299169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
0xb6a7d481719e97e142114e905e86a39a2fa0dfd2false0x9862efab36f81524b24f787e07c97e2f5a6c206e0x0000000000000000000000000000000000000000272170861782023-04-20T07:14:35.000Z0xc67d08a33db892d6ceddea1c79875cf0d253eba14884ae87b197e19713e95c43
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xa410aa8304ccbd53f88b4a5d05bd8fa048f42478false0x8114c224de16e73ed2f8507ac8a8ea457b965d2c0x0000000000000000000000000000000000000000114174913152023-06-16T08:48:35.000Z0x762ff4882087261e63ffce7eb7c07b41837b67b0cb68afa483e94513fa38015d
0xc746bda9c944698024f3a464960aa0ba88feb36cfalse0xc20976efe08c58145acb5b57929bebe029b26fbe0x0000000000000000000000000000000000000000105170404152023-04-13T19:18:47.000Z0x55d11e2ae77fdb155bec195dd8a9444afa2be39c4765251da3edba6de70a335c
0x555143d2e6653c80a399f77c612d33d5bf67f331false0xe26b2e382cb42f49071123bf2a220fedc2d269620x0000000000000000000000000000000000000000263176960752023-07-15T03:15:11.000Z0x607c343beda4b1da985f2ab33d2e7699dc277b515813e3993272c2b6c7558202
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xb6a7d481719e97e142114e905e86a39a2fa0dfd2false0xe72b141df173b999ae7c1adcbf60cc9833ce56a80x0000000000000000000000000000000000000000275170861782023-04-20T07:14:35.000Z0xc67d08a33db892d6ceddea1c79875cf0d253eba14884ae87b197e19713e95c43
0xc746bda9c944698024f3a464960aa0ba88feb36cfalse0x2adb7a8216fb13cdb7a60cbed2322a68b59f4f050x0000000000000000000000000000000000000000112170404152023-04-13T19:18:47.000Z0x55d11e2ae77fdb155bec195dd8a9444afa2be39c4765251da3edba6de70a335c
0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0x23fd8cd3b802aea93fe885f4d0f317e61a49e5380x0000000000000000000000000000000000000000302169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0xff8b95ce1b3dcf051c2ab98bf54105e000e8f4f6false0x99f408a166bc51200ad2a5384cd676034ec4733f0x0000000000000000000000000000000000000000296169637472023-04-02T20:24:23.000Z0x704f29810dc8fafd8c48919a233d2709f037e75aebe2967c49b5da0f7bbcfd85
0xc746bda9c944698024f3a464960aa0ba88feb36cfalse0xe3350eaa4d44b1b8aedc48385d6d200895e2cd900x0000000000000000000000000000000000000000106170404152023-04-13T19:18:47.000Z0x55d11e2ae77fdb155bec195dd8a9444afa2be39c4765251da3edba6de70a335c
0xa410aa8304ccbd53f88b4a5d05bd8fa048f42478false0xc8a8ab001bad9e2606f6276cd453a7644b108b930x0000000000000000000000000000000000000000115174913152023-06-16T08:48:35.000Z0x762ff4882087261e63ffce7eb7c07b41837b67b0cb68afa483e94513fa38015d
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.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
0x2cabaa8010b3fbbdeebe4a2d0feffc2ed155bf37false0x7db3c57001c80644208fb8aa81ba1200c7b0731d0x0000000000000000000000000000000000000000156170970092023-04-21T20:04:47.000Z0x52547b81155d4459a145336cc112cc7840fbfc81ee62e7aaa461e3af6d8682f8
0xb6a7d481719e97e142114e905e86a39a2fa0dfd2false0xffa151ad0a0e2e40f39f9e5e9f87cf9e45e819dd0x0000000000000000000000000000000000000000274170861782023-04-20T07:14:35.000Z0xc67d08a33db892d6ceddea1c79875cf0d253eba14884ae87b197e19713e95c43
0xa410aa8304ccbd53f88b4a5d05bd8fa048f42478false0xb96703268bc65b04621d7a7c75d0f2d8b19f0a370x0000000000000000000000000000000000000000120174913152023-06-16T08:48:35.000Z0x762ff4882087261e63ffce7eb7c07b41837b67b0cb68afa483e94513fa38015d
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v1_ethereum.RTokenMain_StRSRSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100