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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_main | STRING | Contract address of the main protocol component deployed during RToken creation. Hex-encoded, 0x-prefixed, 42-character string. |
in_rToken | STRING | Contract address of the RToken deployed during creation. Hex-encoded, 0x-prefixed, 42-character string. |
in_stRSR | STRING | Contract address of the staked RSR token (stRSR) deployed during RToken creation. Hex-encoded, 0x-prefixed, 42-character string. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_version | STRING | Version identifier for the contract or event schema. String or integer value indicating the initialization or state version. |
Sample Data
Sample Data
| address | in_main | removed | in_owner | in_stRSR | in_rToken | log_index | in_version | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x43587caa7de69c3c2ad0fb73d4c9da67a8e35b0b | 0xb436459251b144e6cfeda33f8b814fff450053b2 | false | 0x3312507bc3f22430b34d5841a472c767dc5c36e4 | 0x08c04056af7b8bd7c75e5179afe6b0a99d067c50 | 0x78da5799cf427fee11e9996982f4150ece7a99a7 | 384 | 3.0.1 | 19441526 | 2024-03-15T16:26:11.000Z | 0x46681aa837fedc013d85078698772bfbd662c8c23fe4c664be08bfbbe167ad34 |
| 0x2204ec97d31e2c9ee62ead9e6e2d5f7712d3f1bf | 0xeb448914d6d1c8d11727e8931ade7b4f69f34bf3 | false | 0x1d94290f82d0b417b088d9f5db316b11c9cf220c | 0xf540ea97f38ca608035b28b87cd7cda15b678d97 | 0xfae9c2657d0cb32e7a54535f5b3f681567e2865f | 142 | 3.4.0 | 20149435 | 2024-06-22T19:49:47.000Z | 0x02235319a5625c826c4dc7ae56255b6177b1924117c9fc7bd8c79f10d5e7367c |
| 0x43587caa7de69c3c2ad0fb73d4c9da67a8e35b0b | 0x81117e3e98910c3dcf956b5fc97a7212e047acf4 | false | 0x3312507bc3f22430b34d5841a472c767dc5c36e4 | 0x55230b05d4c1f4a0b4f804dc52919f06355dfbf8 | 0x0d86883faf4ffd7aeb116390af37746f45b6f378 | 218 | 3.0.1 | 19577960 | 2024-04-03T21:34:47.000Z | 0x7ba6c0cceaf1128657fbec893901497dda77d316810387b7296bd3f5154cef61 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xbe053407c6132ed847bb17f1e4c37fca22945e0b | false | 0xda0a25a88505886d1d2bf00e9298e2a2e9695af0 | 0x0000000000000000000000000000000000000000 | 22 | 22398087 | 2025-05-02T19:04:59.000Z | 0x1949285c7f921e2c165d5bda608c4ced16940901f8e4b3f13c7b7a9cbe69034b |
| 0xeb448914d6d1c8d11727e8931ade7b4f69f34bf3 | false | 0x2209f91ad3d59d3c9492e0022ad71610009552ff | 0x0000000000000000000000000000000000000000 | 92 | 20149435 | 2024-06-22T19:49:47.000Z | 0x02235319a5625c826c4dc7ae56255b6177b1924117c9fc7bd8c79f10d5e7367c |
| 0x8c93ad9149e413ddce4b7ab3b3ec361d89d6ef60 | false | 0x61b5f64b65eb956790012ba6f3dd7c5aa1b7562a | 0x0000000000000000000000000000000000000000 | 22 | 23175455 | 2025-08-19T13:35:35.000Z | 0xc7d616610a324dac32e8de20ce3dc3f57f7489738fbd34149fa1fd2f2dbaec10 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6 | false | 0xfdf86982e30b67e0226c7a6749a43ea86605a2bf | 0x0000000000000000000000000000000000000000 | 108 | 23544812 | 2025-10-10T04:01:35.000Z | 0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27 |
| 0xf2ad62920d8b211294b2b046aa331c8808b6d5ca | false | 0xadeedab6b2c5d21d20e39466ff1bdbc77236c247 | 0x0000000000000000000000000000000000000000 | 333 | 22382030 | 2025-04-30T13:02:23.000Z | 0x6ddd721dc3e49d8c1b0004894c99651055b6c36cbe8611996ddf1f5a3d0e634f |
| 0x10fce0ea9cf0bddd91103c50b8902e1fe2034442 | false | 0xa19f7004ab3c50495464c34dbe911792ffe99abb | 0x0000000000000000000000000000000000000000 | 275 | 19612151 | 2024-04-08T16:31:47.000Z | 0x36e43002165a6a6c5a6f0488870d5de2a3a85b0841d695c7a3a560a3120c0f51 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x10fce0ea9cf0bddd91103c50b8902e1fe2034442 | false | 0xabdfa0febb648ac655e19a0f2bd18080b46d0d1e | 0x0000000000000000000000000000000000000000 | 276 | 19612151 | 2024-04-08T16:31:47.000Z | 0x36e43002165a6a6c5a6f0488870d5de2a3a85b0841d695c7a3a560a3120c0f51 |
| 0xddb0529956716def09649339eb8083a03187e90d | false | 0xa07d395c70a1f2c4202748ff78dab7a698408416 | 0x0000000000000000000000000000000000000000 | 73 | 22326465 | 2025-04-22T18:53:23.000Z | 0xbd23cbfd1da672a6464839304e04d753dabe7721993d65f484951172251b5d9e |
| 0x4fc8e4a46ce8d1683852abb85a99490f7b0a10a8 | false | 0x6529d01ced9c5c14d95435ac2fdf93562bd4ae83 | 0x0000000000000000000000000000000000000000 | 308 | 22172415 | 2025-04-01T06:58:11.000Z | 0xe917925f9f883f77fe6a3438ca0ce69b200fceeb16bab5474a5c3650ea61e554 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xc376168c8470c6e0f4854a7d450874c30a0973d7 | false | 0x352560740af6dbd83c6211e06ef9a8b7196ccfe5 | 0x0000000000000000000000000000000000000000 | 347 | 19834567 | 2024-05-09T19:26:35.000Z | 0x2c297a6f770b9d38216d3d6e3f2b1b5a61e0b26abcf7ed1e5aaf736fc574c25c |
| 0x4fc8e4a46ce8d1683852abb85a99490f7b0a10a8 | false | 0xb7a26a303a1c2216a3fef1b12d4805990623dc7e | 0x0000000000000000000000000000000000000000 | 314 | 22172415 | 2025-04-01T06:58:11.000Z | 0xe917925f9f883f77fe6a3438ca0ce69b200fceeb16bab5474a5c3650ea61e554 |
| 0xe92f5efc03d54c5752f4a189d812b34b747022b5 | false | 0x74b65d236f76a4604fb63b6298c00c874a1366e2 | 0x0000000000000000000000000000000000000000 | 127 | 21034564 | 2024-10-24T09:28:59.000Z | 0x1692b5510d9e5efefc06784ba2d2e7719dfd8129775935212102902ef79f205b |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xf8d2c43703987409cf63b73dd1baad05690d4244 | false | 0x599f1c8067afd5c24db6dc4fc8f6745d2befb3c7 | 0x0000000000000000000000000000000000000000 | 369 | 23519182 | 2025-10-06T13:59:35.000Z | 0x7ca4136a48a0de985ab11b8f2d1aa4c361fb8226cf30587c305d2fa2d9ca7684 |
| 0x81117e3e98910c3dcf956b5fc97a7212e047acf4 | false | 0xce08bab702cc1b041eeb151281ac01da3f8698c8 | 0x0000000000000000000000000000000000000000 | 169 | 19577960 | 2024-04-03T21:34:47.000Z | 0x7ba6c0cceaf1128657fbec893901497dda77d316810387b7296bd3f5154cef61 |
| 0xb436459251b144e6cfeda33f8b814fff450053b2 | false | 0x6f3803ee819579f385caea44978e2b6d15d823c4 | 0x0000000000000000000000000000000000000000 | 335 | 19441526 | 2024-03-15T16:26:11.000Z | 0x46681aa837fedc013d85078698772bfbd662c8c23fe4c664be08bfbbe167ad34 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xa6ca660f66a28049f4c0fdc70186566fedd39fa1 | false | 0x3f161eae83d5fbccb1230c78bebf81480bda9193 | 0x0000000000000000000000000000000000000000 | 220 | 22374313 | 2025-04-29T11:07:23.000Z | 0x56ea7b2f30fb54d08b04680e3d87b481152f89597efe4e2de0e6170a7ff25b9d |
| 0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6 | false | 0xd8c5fb4ef16d9bd46a505bae369540e9eedc2e61 | 0x0000000000000000000000000000000000000000 | 114 | 23544812 | 2025-10-10T04:01:35.000Z | 0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27 |
| 0xf2ad62920d8b211294b2b046aa331c8808b6d5ca | false | 0x45e37934832ccd9e214b1bc3800e62e54f233683 | 0x0000000000000000000000000000000000000000 | 339 | 22382030 | 2025-04-30T13:02:23.000Z | 0x6ddd721dc3e49d8c1b0004894c99651055b6c36cbe8611996ddf1f5a3d0e634f |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xf8d2c43703987409cf63b73dd1baad05690d4244 | false | 0xcd590c5adfdbe5003ade427d865ecc02e3f30f37 | 0x0000000000000000000000000000000000000000 | 366 | 23519182 | 2025-10-06T13:59:35.000Z | 0x7ca4136a48a0de985ab11b8f2d1aa4c361fb8226cf30587c305d2fa2d9ca7684 |
| 0xa6ca660f66a28049f4c0fdc70186566fedd39fa1 | false | 0xcbe865e2ec9732e1c05b6f8a752dc61a76980f3f | 0x0000000000000000000000000000000000000000 | 216 | 22374313 | 2025-04-29T11:07:23.000Z | 0x56ea7b2f30fb54d08b04680e3d87b481152f89597efe4e2de0e6170a7ff25b9d |
| 0xf2ad62920d8b211294b2b046aa331c8808b6d5ca | false | 0x3e4568fcb7a0af27b1e605aa4cc5351f1990eb66 | 0x0000000000000000000000000000000000000000 | 335 | 22382030 | 2025-04-30T13:02:23.000Z | 0x6ddd721dc3e49d8c1b0004894c99651055b6c36cbe8611996ddf1f5a3d0e634f |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xa6ca660f66a28049f4c0fdc70186566fedd39fa1 | false | 0x98ef3db9079aa7570d441191e85f4825a78503cf | 0x0000000000000000000000000000000000000000 | 223 | 22374313 | 2025-04-29T11:07:23.000Z | 0x56ea7b2f30fb54d08b04680e3d87b481152f89597efe4e2de0e6170a7ff25b9d |
| 0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6 | false | 0x2eb5b0b7def7b3917c56efe4bbd25f20f3fc7ee2 | 0x0000000000000000000000000000000000000000 | 117 | 23544812 | 2025-10-10T04:01:35.000Z | 0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27 |
| 0xec11cf537497141ac820615f4f399be4a1638af6 | false | 0xfc0b1eef20e4c68b3dcf36c4537cfa7ce46ca70b | 0x0000000000000000000000000000000000000000 | 169 | 18171089 | 2023-09-19T16:16:35.000Z | 0x17d2e864e058889d89fd26946be37d36cc63ca22aa412f01621af6216a97f6cb |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x0a82c906e283fe813fa591d104e0bfe75609cd35 | false | 0x9ec904cef9effac8f71616b1c9aa2c099de0efad | 0x0000000000000000000000000000000000000000 | 131 | 20063770 | 2024-06-10T20:18:47.000Z | 0xb11e6badbd32751f4317d07d02892ed616c0bbfbcd636203b59e0f5e2c415c44 |
| 0x80fb71436ada2499c0bb20cc3ade942483af41b0 | false | 0xb4e6c0652a35f6955f95f2befde087a11cef9051 | 0x0000000000000000000000000000000000000000 | 174 | 20063580 | 2024-06-10T19:40:47.000Z | 0xf25ff7528c38e3de10d028e856df745ac07e02fad59ec828bf6093e8871196a0 |
| 0xbe053407c6132ed847bb17f1e4c37fca22945e0b | false | 0x1655caf3f502cf6c2a15da04b114710daf612bba | 0x0000000000000000000000000000000000000000 | 21 | 22398087 | 2025-05-02T19:04:59.000Z | 0x1949285c7f921e2c165d5bda608c4ced16940901f8e4b3f13c7b7a9cbe69034b |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_oldVal | STRING | Previous value before the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
in_newVal | STRING | New value being set in the configuration change. Hex-encoded, 0x-prefixed, 42-character contract address. |
Sample Data
Sample Data
| address | removed | in_newVal | in_oldVal | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x10fce0ea9cf0bddd91103c50b8902e1fe2034442 | false | 0x44782fecf9e505ee5d26d60ade9696fba6131990 | 0x0000000000000000000000000000000000000000 | 283 | 19612151 | 2024-04-08T16:31:47.000Z | 0x36e43002165a6a6c5a6f0488870d5de2a3a85b0841d695c7a3a560a3120c0f51 |
| 0x6cecb1b21951e669cf6fefbebeff0af7a72ecdd6 | false | 0xc09a0ac3b92686ac41f92314a93ef25753eaa4ce | 0x0000000000000000000000000000000000000000 | 116 | 23544812 | 2025-10-10T04:01:35.000Z | 0xd10f967fe5467dc65518ee4b16dd6d9f5443fa9b2dc2aceb3227e0fd03535f27 |
| 0xddb0529956716def09649339eb8083a03187e90d | false | 0x91911127915e3782c20116c7ba2b266d0b1a732a | 0x0000000000000000000000000000000000000000 | 80 | 22326465 | 2025-04-22T18:53:23.000Z | 0xbd23cbfd1da672a6464839304e04d753dabe7721993d65f484951172251b5d9e |
Example Query
Example Query
Query with partition filter