Tables
VaultManager_InterestAccumulatorUpdated_event
Interest accumulator update events emitted by Angle Protocol vault managers tracking cumulative interest calculations. Records timestamp and accumulated interest value for debt tracking in collateralized debt positions (CDPs).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_value | STRING | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values. |
in_timestamp | STRING | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch. |
Sample Data
Sample Data
| address | removed | in_value | log_index | block_number | in_timestamp | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x16cd38b1b54e7abf307cb2697e2d9321e843d5aa | false | 1005257001470644306129411267 | 178 | 107425045 | 1690448867 | 2023-07-27T09:07:47.000Z | 0xc46721c7059f5dc2054eb99ee5c8f54c2c55ff237ce3a4186c3f4f47ac8ddd70 |
| 0x16cd38b1b54e7abf307cb2697e2d9321e843d5aa | false | 1005255561064406660746277073 | 45 | 107420515 | 1690439807 | 2023-07-27T06:36:47.000Z | 0x4d45eb971301188fc9ff86fe92adb6f36a998f5059edc0fcf0250096453367d0 |
| 0x16cd38b1b54e7abf307cb2697e2d9321e843d5aa | false | 1005260445735163820993934717 | 34 | 107435877 | 1690470531 | 2023-07-27T15:08:51.000Z | 0x69078cbffe90fa93934f6f9b654e645d6de530138effbbdc8510d2c02e8249be |
Example Query
Example Query
Query with partition filter
VaultManager_InternalDebtUpdated_event
Debt position updates for collateralized vaults in Angle Protocol, recording changes to internal debt amounts. Contains vault identifier, debt amount delta, and direction flag (increase or decrease) for tracking borrowing activity and liquidation events.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_vaultID | STRING | Unique identifier for the vault position within the Angle Protocol VaultManager contract. Numeric string representation of an integer ID. |
in_internalAmount | STRING | Internal debt amount denominated in the smallest unit of the stablecoin. Numeric string representation of wei-equivalent units. |
in_isIncrease | INT64 | Boolean flag indicating whether the internal debt update represents an increase or decrease. Integer encoded as 1 for increase, 0 for decrease. |
Sample Data
Sample Data
| address | removed | log_index | in_vaultID | block_number | in_isIncrease | block_timestamp | transaction_hash | in_internalAmount |
|---|---|---|---|---|---|---|---|---|
| 0xcf5a2934fe43666c24823dfd455c617edff78bb6 | false | 24 | 103 | 106513001 | 0 | 2023-07-06T06:26:19.000Z | 0x96912147fad2da9198135cbe35ba3257d211e90477aba18bc86c95a4e807859c | 497738931961624378485 |
| 0xcf5a2934fe43666c24823dfd455c617edff78bb6 | false | 34 | 103 | 106511826 | 1 | 2023-07-06T05:47:09.000Z | 0x37159b3348f6a74236f4b9f3d4f4600728ab1d7f13246c93d741eab763ece6a3 | 497739116952179158146 |
| 0xcf5a2934fe43666c24823dfd455c617edff78bb6 | false | 58 | 104 | 106516466 | 1 | 2023-07-06T08:21:49.000Z | 0xc88af35c0100be3aba193c7c3deaa10296d9d6217592fc4889a6b7fcabe5e147 | 816290953756165968437 |
Example Query
Example Query
Query with partition filter