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
0x69a626bfe65fe3f0839cb8b31db8514f525395d2false69423179791[{“portion”:“200000000000000000”,“recipient”:“0x9788d64c39e2b104265c89cbbca2a2350e62701d”},{“portion”:“800000000000000000”,“recipient”:“0xd91919e938776bd094a72fbcb490c3603028f96d”}]2025-08-20T04:06:23.000Z0x4c11dda9c6ee7dcc46f90a0e682bcd0105ed26b4de430005877bc33c2d3d716b
0x6e40a15efa127c1c96e942ff26ff8d33847101f0false38821845736[{“portion”:“500000000000000000”,“recipient”:“0x38f1aa867c552e907cf3c33c547c4c0d58f68289”},{“portion”:“500000000000000000”,“recipient”:“0x8e0507c16435caca6cb71a7fb0e0636fd3891df4”}]2025-02-14T15:56:59.000Z0xf4beb6e4ca006bac95d431bd0dba7ee01f4f6e3126a344aea385240eedd0b8e7
0xf91384484f4717314798e8975bcd904a35fc2bf1false23121889727[{“portion”:“500000000000000000”,“recipient”:“0x280730d9277ef586d58db74c277aa710ca8f87c9”},{“portion”:“500000000000000000”,“recipient”:“0x5cde24d90f9fe1c1893dd30ca74f99265b46818f”}]2025-02-20T19:43:59.000Z0x87615e99636d3040a9df963933314e39e3e88f90e8a1e58e63132426282e5876
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0x46b43cb4401892f8c7de819b752b854675087e91false3000000000000000246218483732025-02-15T00:51:11.000Z0xa30d27026bc9e9570e3cf4609bade426eeb31581f50a2b9732f6dd5e33c36c11
0x0d567857415b24d3b989d8f24e6e88d4bb0b8833false5000000000000000283218488622025-02-15T02:30:11.000Z0x552e45383e60a7ab195c18bdc03d1b0170472055e1c5d75b32987e5c68e864b0
0x16f2c9f408a9cf0d242c24eb98f8cc4a9daf9832false5000000000000000290218484452025-02-15T01:05:47.000Z0x9d303bd02037dbdb7a1fd404179b02c191e5bee94823f07010c444dcde2da823
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xf199a2370776fc1489d15cc1891cd169fd99a823false31869405826321869079100000000000000002025-02-17T22:28:11.000Z0x6f1db130137d5fc1cde17e9e94bb7d50c0f4379d846de575e9dd8ed4cfdb169f
0x16f2c9f408a9cf0d242c24eb98f8cc4a9daf9832false31869405828921848445100000000000000002025-02-15T01:05:47.000Z0x9d303bd02037dbdb7a1fd404179b02c191e5bee94823f07010c444dcde2da823
0x0d567857415b24d3b989d8f24e6e88d4bb0b8833false31869405828221848862100000000000000002025-02-15T02:30:11.000Z0x552e45383e60a7ab195c18bdc03d1b0170472055e1c5d75b32987e5c68e864b0
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_ethereum.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
0x4c64ef51cb057867e40114dcfa3702c2955d3644false0xf91384484f4717314798e8975bcd904a35fc2bf12530x5cde24d90f9fe1c1893dd30ca74f99265b46818f218897272025-02-20T19:43:59.000Z0x9b579a9ae9447b5afe23f9a0914ec728eca380570x926fff98218b64b9d6dc1603ee0202e9738041760x87615e99636d3040a9df963933314e39e3e88f90e8a1e58e63132426282e58760xe54bfd225c18ab118d252bf8e850106c5a83908e0x3cb5a42fdc8d93d5ddd7ee5956c32b43f8477029
0x4c64ef51cb057867e40114dcfa3702c2955d3644false0x4e3b170dcbe704b248df5f56d488114ace01b1c51660x5cde24d90f9fe1c1893dd30ca74f99265b46818f218898442025-02-20T20:07:35.000Z0x9a7dc78a458d76a9f6c87a41185f95643eb4c96c0x96f576390934d2f35133a5e869b479f4bd546e500xd8614baa81de83596db314bf2fa2ce90717c97814e0c1f3002801f406ea4da4e0x8d9e57fb8063ba9bae45db29bbefe6dc0ba3543a0xfc422ca8ecfcf9c0932024ca647e57d5a6943258
0x4c64ef51cb057867e40114dcfa3702c2955d3644false0xa5cdea03b11042fc10b52af9eca48bb17a2107d24150xa2dea781f351c9cb831cb1e6c1a687994e04e8af218892862025-02-20T18:15:11.000Z0x58e72a9a9e9dc5209d02335d5ac67ed28a86eae90x02188526dd0021f8032868552d2ea8529d3a4e530xebb8576316eb883c0ac7f5d50785282ea081e1e013c5c8859b43516219086f260x87a7cd8ec8d6e3a87ac57ef1bec3b5f3c72080f70xf156f05d8eb854926f08983f98bd8ac27c2f18c4
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_ethereum.FolioDeployer_GovernedFolioDeployed_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
0xfd6cc4f251eae6d02f9f7b41d1e80464d3d2f3770xcd5f9676549e82e5456bf5231c0b9e485963970afalse0x24d0aaac80a457be7843c59d45a1b90fbb02ed8e0xd8f3511f7fb9cb5235071024a08ec8804b406ff80x7c7b248e4242ca5698f55e2df8ac35b2e75c97293302.0.0169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
0xfd6cc4f251eae6d02f9f7b41d1e80464d3d2f3770xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0x24d0aaac80a457be7843c59d45a1b90fbb02ed8e0xc163c7ddc8b1f0057ed710056ab35ed225754cc00x0c069a332581a9a327bbb2611753bfefe89ba2cd2602.0.0168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
0xfd6cc4f251eae6d02f9f7b41d1e80464d3d2f3770xa68c978c94a1ac4713f487e90f3e16f3c59a4f96false0x24d0aaac80a457be7843c59d45a1b90fbb02ed8e0xdf8bcfbf1cb943f8522ddb5b5ed73f939c1e5cfd0x3998dd83c595e9c243214b21930cd5576a89dfe11302.0.0167940402023-03-09T23:55:35.000Z0x0129c084d29e8bf1fb42e55b6ade1afa7d9e85104c0972fd0bd4b567d7c1311f
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xcd5f9676549e82e5456bf5231c0b9e485963970afalse0xd1b4ba35930c527067f9b786755edc840dca85b00x0000000000000000000000000000000000000000280169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
0xa68c978c94a1ac4713f487e90f3e16f3c59a4f96false0x0098018462ff5924521256366657a7fa13749f250x000000000000000000000000000000000000000080167940402023-03-09T23:55:35.000Z0x0129c084d29e8bf1fb42e55b6ade1afa7d9e85104c0972fd0bd4b567d7c1311f
0xdae67e63783d28c2ab28b88f02a6213295038cbdfalse0x66954d45973e49b7f476cc0ea5ed0d2904ab52540x0000000000000000000000000000000000000000309166861562023-02-22T19:49:35.000Z0x314478c2a8d95b28e9168848af235f175e8b492bb3ae8c7d408d78ca5b1a7cb8
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xa68c978c94a1ac4713f487e90f3e16f3c59a4f96false0x828c9334ec9ffc6ff045c3ed9a75bbf6bc2c54a30x000000000000000000000000000000000000000076167940402023-03-09T23:55:35.000Z0x0129c084d29e8bf1fb42e55b6ade1afa7d9e85104c0972fd0bd4b567d7c1311f
0x4280e823ac98fd216acc122c487d69064f5f7c87false0xbf4e6131c5bd402fe60418ab2356dcb26187015a0x0000000000000000000000000000000000000000177166816812023-02-22T04:41:35.000Z0xf1bad582b6aec1aacc851c852450e6dbc4e78049402c6020e4cee97e9fe2e23f
0xdae67e63783d28c2ab28b88f02a6213295038cbdfalse0x603850853e90e18ffa22a6aead046befdc2d63f20x0000000000000000000000000000000000000000305166861562023-02-22T19:49:35.000Z0x314478c2a8d95b28e9168848af235f175e8b492bb3ae8c7d408d78ca5b1a7cb8
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xcd5f9676549e82e5456bf5231c0b9e485963970afalse0x56991341737b8042f01940a80a6da4efeba8dc520x0000000000000000000000000000000000000000277169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
0xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0xa738c1015c1302316acead95b525ab948fa07d060x0000000000000000000000000000000000000000207168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
0xa68c978c94a1ac4713f487e90f3e16f3c59a4f96false0x9f6ab5bae988a19353323fbf5bba4d9013c8a0b40x000000000000000000000000000000000000000077167940402023-03-09T23:55:35.000Z0x0129c084d29e8bf1fb42e55b6ade1afa7d9e85104c0972fd0bd4b567d7c1311f
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0xc0c1fab3651f1a22cd53f512eb173731a49dd2800x0000000000000000000000000000000000000000213168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
0xcd5f9676549e82e5456bf5231c0b9e485963970afalse0x7b6e154ea32e1f83b5e18c945f4d991afcb6c67e0x0000000000000000000000000000000000000000283169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
0x38c8a120bded10c10ffea7cba4bfcfc340fc2169false0xb183e06b98ff1759d95401ce03a6703f1744450b0x0000000000000000000000000000000000000000353167005672023-02-24T20:29:59.000Z0x33f8f6c4a27e6e558a504afc7a07d1ceb29c407f0aba4bd9c78fd630ca9c7a15
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0x2277402f55eef3a76f8d0a715162187c889405500x0000000000000000000000000000000000000000211168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
0xcd5f9676549e82e5456bf5231c0b9e485963970afalse0x1ca1efe669bdaf08293da054f27d8c2e770b891b0x0000000000000000000000000000000000000000281169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
0x38c8a120bded10c10ffea7cba4bfcfc340fc2169false0xb0cc4c5801640a4ee2306667023e8e981242c0fb0x0000000000000000000000000000000000000000351167005672023-02-24T20:29:59.000Z0x33f8f6c4a27e6e558a504afc7a07d1ceb29c407f0aba4bd9c78fd630ca9c7a15
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0x7697ae4def3c3cd52493ba3a6f57fc6d8c59108afalse0x57084b3a6317bea01ba8f7c582ed033d9345c2b20x0000000000000000000000000000000000000000186166876202023-02-23T00:45:23.000Z0x7518e84ea12f03ae513c4f0beeefb0b0b923fcb148fe2372a163cef8ebe69287
0x38c8a120bded10c10ffea7cba4bfcfc340fc2169false0x2b0c69aa99d7f304bad222948ad13c84a04e854c0x0000000000000000000000000000000000000000352167005672023-02-24T20:29:59.000Z0x33f8f6c4a27e6e558a504afc7a07d1ceb29c407f0aba4bd9c78fd630ca9c7a15
0xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0xa0416aaa551d1ff138b9d9d0eb39922485cc68130x0000000000000000000000000000000000000000212168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0x70f54ca0d929fa83104352680e1ca80f43790f8c0x0000000000000000000000000000000000000000208168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
0x38c8a120bded10c10ffea7cba4bfcfc340fc2169false0xfb28a64463ad88fc87aa50c6413501d7368ee25a0x0000000000000000000000000000000000000000348167005672023-02-24T20:29:59.000Z0x33f8f6c4a27e6e558a504afc7a07d1ceb29c407f0aba4bd9c78fd630ca9c7a15
0xcd5f9676549e82e5456bf5231c0b9e485963970afalse0xb506b76756b49b3069ae013c50c3fc225d87ae040x0000000000000000000000000000000000000000278169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xa68c978c94a1ac4713f487e90f3e16f3c59a4f96false0x3998dd83c595e9c243214b21930cd5576a89dfe10x000000000000000000000000000000000000000085167940402023-03-09T23:55:35.000Z0x0129c084d29e8bf1fb42e55b6ade1afa7d9e85104c0972fd0bd4b567d7c1311f
0xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0x0c069a332581a9a327bbb2611753bfefe89ba2cd0x0000000000000000000000000000000000000000215168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
0xcd5f9676549e82e5456bf5231c0b9e485963970afalse0x7c7b248e4242ca5698f55e2df8ac35b2e75c97290x0000000000000000000000000000000000000000285169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0x4280e823ac98fd216acc122c487d69064f5f7c87false0x0f0f52322329617e7c170f0e2f7ca0ec666a28430x0000000000000000000000000000000000000000180166816812023-02-22T04:41:35.000Z0xf1bad582b6aec1aacc851c852450e6dbc4e78049402c6020e4cee97e9fe2e23f
0xdae67e63783d28c2ab28b88f02a6213295038cbdfalse0x84c07338f833bff533128c4613098823ff00d3f70x0000000000000000000000000000000000000000308166861562023-02-22T19:49:35.000Z0x314478c2a8d95b28e9168848af235f175e8b492bb3ae8c7d408d78ca5b1a7cb8
0x7697ae4def3c3cd52493ba3a6f57fc6d8c59108afalse0x3d5ebb5399243412c7e895a7aa468c7cd4b1014a0x0000000000000000000000000000000000000000183166876202023-02-23T00:45:23.000Z0x7518e84ea12f03ae513c4f0beeefb0b0b923fcb148fe2372a163cef8ebe69287
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_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
0xa68c978c94a1ac4713f487e90f3e16f3c59a4f96false0xdf8bcfbf1cb943f8522ddb5b5ed73f939c1e5cfd0x000000000000000000000000000000000000000084167940402023-03-09T23:55:35.000Z0x0129c084d29e8bf1fb42e55b6ade1afa7d9e85104c0972fd0bd4b567d7c1311f
0xf2a3986ff9db6fb27c7e5c267e563db17835c91cfalse0xc163c7ddc8b1f0057ed710056ab35ed225754cc00x0000000000000000000000000000000000000000214168534062023-03-18T08:18:59.000Z0x8ce4fac11872914d40fa128491b882e494c5a50803982afbe940b397281f2ab6
0xcd5f9676549e82e5456bf5231c0b9e485963970afalse0xd8f3511f7fb9cb5235071024a08ec8804b406ff80x0000000000000000000000000000000000000000284169560742023-04-01T18:27:23.000Z0x3512a4dae889dac5d8e0faf70ec0a624c9669de865c0fee75211921aef2cdb9a
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v2_ethereum.RTokenMain_StRSRSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100