Tables
WVIC_Deposit_event
Deposit events from the Wrapped VIC (WVIC) token contract on Viction blockchain, recording when native VIC is wrapped into the ERC-20 equivalent. Tracks depositor addresses and wrapped token amounts for analyzing WVIC adoption and wrapping activity.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_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_value | STRING | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values. |
Sample Data
Sample Data
| in_to | address | removed | in_value | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x063b706c0e1e0aa83ae6cc237e9c0780fa784d83 | 0xc054751bdbd24ae713ba3dc9bd9434abe2abc1ce | false | 241999999999999969356 | 3 | 88016714 | 2024-12-13T23:29:48.000Z | 0x2732ac14d00b3085c31279c1501c0969ae196a28afcfb14dfdc70ed39c9c105d |
| 0x0fe183babc16456c1a47592a64d05d3eabb62433 | 0xc054751bdbd24ae713ba3dc9bd9434abe2abc1ce | false | 187690925681955428 | 2 | 87986817 | 2024-12-13T05:27:26.000Z | 0xb7ab20918393717c47910403a058d4d31a4241b5aa719a0961f6ed43673d3be5 |
| 0x71ebf8972459b01a50cca14ed351cf34213ed742 | 0xc054751bdbd24ae713ba3dc9bd9434abe2abc1ce | false | 2000000000000000000 | 3 | 87987773 | 2024-12-13T06:00:39.000Z | 0x65bfbb1718b3790bdb3aa0366703cfe523e08118f9b5f2d94bdc7dedcc5f7f5a |
Example Query
Example Query
Query with partition filter
WVIC_Withdrawal_event
Withdrawal events from the Wrapped VIC (WVIC) token contract on Viction blockchain, tracking unwrapping transactions where users convert WVIC back to native VIC tokens. Useful for analyzing WVIC liquidity flows and user unwrapping patterns.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_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_value | STRING | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values. |
Sample Data
Sample Data
| address | in_from | removed | in_value | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xc054751bdbd24ae713ba3dc9bd9434abe2abc1ce | 0x71ebf8972459b01a50cca14ed351cf34213ed742 | false | 234381711449165180627 | 8 | 88853846 | 2025-01-04T06:36:44.000Z | 0x040b59f160c553bea809b4b9d4364c3d7d852e6f6c90d072e51640d4d532b540 |
| 0xc054751bdbd24ae713ba3dc9bd9434abe2abc1ce | 0x7d04bb887c882cb30cce66cb492cfa39a0e8bbec | false | 47705173684327175 | 3 | 88856461 | 2025-01-04T08:17:23.000Z | 0xb99add5522950ff66e28563aac307f7a76ceded70f2e68d2c314ac9445814965 |
| 0xc054751bdbd24ae713ba3dc9bd9434abe2abc1ce | 0x7d04bb887c882cb30cce66cb492cfa39a0e8bbec | false | 524724820292577036 | 3 | 88872013 | 2025-01-04T17:38:35.000Z | 0xffd5d5638ee90214c7ffcc16dd761c4a53bbbc5be65dbae1b0920fdc4536f18d |
Example Query
Example Query
Query with partition filter