Skip to main content

Tables

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
0x43587caa7de69c3c2ad0fb73d4c9da67a8e35b0b0xb436459251b144e6cfeda33f8b814fff450053b2false0x3312507bc3f22430b34d5841a472c767dc5c36e40x08c04056af7b8bd7c75e5179afe6b0a99d067c500x78da5799cf427fee11e9996982f4150ece7a99a73843.0.1194415262024-03-15T16:26:11.000Z0x46681aa837fedc013d85078698772bfbd662c8c23fe4c664be08bfbbe167ad34
0x2204ec97d31e2c9ee62ead9e6e2d5f7712d3f1bf0xeb448914d6d1c8d11727e8931ade7b4f69f34bf3false0x1d94290f82d0b417b088d9f5db316b11c9cf220c0xf540ea97f38ca608035b28b87cd7cda15b678d970xfae9c2657d0cb32e7a54535f5b3f681567e2865f1423.4.0201494352024-06-22T19:49:47.000Z0x02235319a5625c826c4dc7ae56255b6177b1924117c9fc7bd8c79f10d5e7367c
0x43587caa7de69c3c2ad0fb73d4c9da67a8e35b0b0x81117e3e98910c3dcf956b5fc97a7212e047acf4false0x3312507bc3f22430b34d5841a472c767dc5c36e40x55230b05d4c1f4a0b4f804dc52919f06355dfbf80x0d86883faf4ffd7aeb116390af37746f45b6f3782183.0.1195779602024-04-03T21:34:47.000Z0x7ba6c0cceaf1128657fbec893901497dda77d316810387b7296bd3f5154cef61
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0xbe053407c6132ed847bb17f1e4c37fca22945e0bfalse0xda0a25a88505886d1d2bf00e9298e2a2e9695af00x000000000000000000000000000000000000000022223980872025-05-02T19:04:59.000Z0x1949285c7f921e2c165d5bda608c4ced16940901f8e4b3f13c7b7a9cbe69034b
0xeb448914d6d1c8d11727e8931ade7b4f69f34bf3false0x2209f91ad3d59d3c9492e0022ad71610009552ff0x000000000000000000000000000000000000000092201494352024-06-22T19:49:47.000Z0x02235319a5625c826c4dc7ae56255b6177b1924117c9fc7bd8c79f10d5e7367c
0x8c93ad9149e413ddce4b7ab3b3ec361d89d6ef60false0x61b5f64b65eb956790012ba6f3dd7c5aa1b7562a0x000000000000000000000000000000000000000022231754552025-08-19T13:35:35.000Z0xc7d616610a324dac32e8de20ce3dc3f57f7489738fbd34149fa1fd2f2dbaec10
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6false0xfdf86982e30b67e0226c7a6749a43ea86605a2bf0x0000000000000000000000000000000000000000108235448122025-10-10T04:01:35.000Z0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27
0xf2ad62920d8b211294b2b046aa331c8808b6d5cafalse0xadeedab6b2c5d21d20e39466ff1bdbc77236c2470x0000000000000000000000000000000000000000333223820302025-04-30T13:02:23.000Z0x6ddd721dc3e49d8c1b0004894c99651055b6c36cbe8611996ddf1f5a3d0e634f
0x10fce0ea9cf0bddd91103c50b8902e1fe2034442false0xa19f7004ab3c50495464c34dbe911792ffe99abb0x0000000000000000000000000000000000000000275196121512024-04-08T16:31:47.000Z0x36e43002165a6a6c5a6f0488870d5de2a3a85b0841d695c7a3a560a3120c0f51
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0x10fce0ea9cf0bddd91103c50b8902e1fe2034442false0xabdfa0febb648ac655e19a0f2bd18080b46d0d1e0x0000000000000000000000000000000000000000276196121512024-04-08T16:31:47.000Z0x36e43002165a6a6c5a6f0488870d5de2a3a85b0841d695c7a3a560a3120c0f51
0xddb0529956716def09649339eb8083a03187e90dfalse0xa07d395c70a1f2c4202748ff78dab7a6984084160x000000000000000000000000000000000000000073223264652025-04-22T18:53:23.000Z0xbd23cbfd1da672a6464839304e04d753dabe7721993d65f484951172251b5d9e
0x4fc8e4a46ce8d1683852abb85a99490f7b0a10a8false0x6529d01ced9c5c14d95435ac2fdf93562bd4ae830x0000000000000000000000000000000000000000308221724152025-04-01T06:58:11.000Z0xe917925f9f883f77fe6a3438ca0ce69b200fceeb16bab5474a5c3650ea61e554
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0xc376168c8470c6e0f4854a7d450874c30a0973d7false0x352560740af6dbd83c6211e06ef9a8b7196ccfe50x0000000000000000000000000000000000000000347198345672024-05-09T19:26:35.000Z0x2c297a6f770b9d38216d3d6e3f2b1b5a61e0b26abcf7ed1e5aaf736fc574c25c
0x4fc8e4a46ce8d1683852abb85a99490f7b0a10a8false0xb7a26a303a1c2216a3fef1b12d4805990623dc7e0x0000000000000000000000000000000000000000314221724152025-04-01T06:58:11.000Z0xe917925f9f883f77fe6a3438ca0ce69b200fceeb16bab5474a5c3650ea61e554
0xe92f5efc03d54c5752f4a189d812b34b747022b5false0x74b65d236f76a4604fb63b6298c00c874a1366e20x0000000000000000000000000000000000000000127210345642024-10-24T09:28:59.000Z0x1692b5510d9e5efefc06784ba2d2e7719dfd8129775935212102902ef79f205b
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0xf8d2c43703987409cf63b73dd1baad05690d4244false0x599f1c8067afd5c24db6dc4fc8f6745d2befb3c70x0000000000000000000000000000000000000000369235191822025-10-06T13:59:35.000Z0x7ca4136a48a0de985ab11b8f2d1aa4c361fb8226cf30587c305d2fa2d9ca7684
0x81117e3e98910c3dcf956b5fc97a7212e047acf4false0xce08bab702cc1b041eeb151281ac01da3f8698c80x0000000000000000000000000000000000000000169195779602024-04-03T21:34:47.000Z0x7ba6c0cceaf1128657fbec893901497dda77d316810387b7296bd3f5154cef61
0xb436459251b144e6cfeda33f8b814fff450053b2false0x6f3803ee819579f385caea44978e2b6d15d823c40x0000000000000000000000000000000000000000335194415262024-03-15T16:26:11.000Z0x46681aa837fedc013d85078698772bfbd662c8c23fe4c664be08bfbbe167ad34
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0xa6ca660f66a28049f4c0fdc70186566fedd39fa1false0x3f161eae83d5fbccb1230c78bebf81480bda91930x0000000000000000000000000000000000000000220223743132025-04-29T11:07:23.000Z0x56ea7b2f30fb54d08b04680e3d87b481152f89597efe4e2de0e6170a7ff25b9d
0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6false0xd8c5fb4ef16d9bd46a505bae369540e9eedc2e610x0000000000000000000000000000000000000000114235448122025-10-10T04:01:35.000Z0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27
0xf2ad62920d8b211294b2b046aa331c8808b6d5cafalse0x45e37934832ccd9e214b1bc3800e62e54f2336830x0000000000000000000000000000000000000000339223820302025-04-30T13:02:23.000Z0x6ddd721dc3e49d8c1b0004894c99651055b6c36cbe8611996ddf1f5a3d0e634f
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0xf8d2c43703987409cf63b73dd1baad05690d4244false0xcd590c5adfdbe5003ade427d865ecc02e3f30f370x0000000000000000000000000000000000000000366235191822025-10-06T13:59:35.000Z0x7ca4136a48a0de985ab11b8f2d1aa4c361fb8226cf30587c305d2fa2d9ca7684
0xa6ca660f66a28049f4c0fdc70186566fedd39fa1false0xcbe865e2ec9732e1c05b6f8a752dc61a76980f3f0x0000000000000000000000000000000000000000216223743132025-04-29T11:07:23.000Z0x56ea7b2f30fb54d08b04680e3d87b481152f89597efe4e2de0e6170a7ff25b9d
0xf2ad62920d8b211294b2b046aa331c8808b6d5cafalse0x3e4568fcb7a0af27b1e605aa4cc5351f1990eb660x0000000000000000000000000000000000000000335223820302025-04-30T13:02:23.000Z0x6ddd721dc3e49d8c1b0004894c99651055b6c36cbe8611996ddf1f5a3d0e634f
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0xa6ca660f66a28049f4c0fdc70186566fedd39fa1false0x98ef3db9079aa7570d441191e85f4825a78503cf0x0000000000000000000000000000000000000000223223743132025-04-29T11:07:23.000Z0x56ea7b2f30fb54d08b04680e3d87b481152f89597efe4e2de0e6170a7ff25b9d
0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6false0x2eb5b0b7def7b3917c56efe4bbd25f20f3fc7ee20x0000000000000000000000000000000000000000117235448122025-10-10T04:01:35.000Z0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27
0xec11cf537497141ac820615f4f399be4a1638af6false0xfc0b1eef20e4c68b3dcf36c4537cfa7ce46ca70b0x0000000000000000000000000000000000000000169181710892023-09-19T16:16:35.000Z0x17d2e864e058889d89fd26946be37d36cc63ca22aa412f01621af6216a97f6cb
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0x0a82c906e283fe813fa591d104e0bfe75609cd35false0x9ec904cef9effac8f71616b1c9aa2c099de0efad0x0000000000000000000000000000000000000000131200637702024-06-10T20:18:47.000Z0xb11e6badbd32751f4317d07d02892ed616c0bbfbcd636203b59e0f5e2c415c44
0x80fb71436ada2499c0bb20cc3ade942483af41b0false0xb4e6c0652a35f6955f95f2befde087a11cef90510x0000000000000000000000000000000000000000174200635802024-06-10T19:40:47.000Z0xf25ff7528c38e3de10d028e856df745ac07e02fad59ec828bf6093e8871196a0
0xbe053407c6132ed847bb17f1e4c37fca22945e0bfalse0x1655caf3f502cf6c2a15da04b114710daf612bba0x000000000000000000000000000000000000000021223980872025-05-02T19:04:59.000Z0x1949285c7f921e2c165d5bda608c4ced16940901f8e4b3f13c7b7a9cbe69034b
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_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
0x10fce0ea9cf0bddd91103c50b8902e1fe2034442false0x44782fecf9e505ee5d26d60ade9696fba61319900x0000000000000000000000000000000000000000283196121512024-04-08T16:31:47.000Z0x36e43002165a6a6c5a6f0488870d5de2a3a85b0841d695c7a3a560a3120c0f51
0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6false0xc09a0ac3b92686ac41f92314a93ef25753eaa4ce0x0000000000000000000000000000000000000000116235448122025-10-10T04:01:35.000Z0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27
0xddb0529956716def09649339eb8083a03187e90dfalse0x91911127915e3782c20116c7ba2b266d0b1a732a0x000000000000000000000000000000000000000080223264652025-04-22T18:53:23.000Z0xbd23cbfd1da672a6464839304e04d753dabe7721993d65f484951172251b5d9e
Query with partition filter
SELECT *
FROM `tt-contracts.reserve_v3_ethereum.RTokenMain_StRSRSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100