Tables
WMTStakingContractMainnet_Staked_event
World Mobile Token (WMT) staking deposit events from the mainnet staking contract on Base, capturing user addresses and token amounts staked. Useful for analyzing staking participation, deposit patterns, and stake distribution across the World Mobile Chain network.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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | in_user | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x19705b7ef300ee4fe8da322038ca3e7871d66b8c | 0x10cd90af2092208af1b304fcae947522084c13ab | false | 5871508243 | 228 | 29354839 | 2025-04-24T12:50:25.000Z | 0x1d7885a18f255e6ca4c8f50e0be150c1b2db62d6f134918718153f46e216181b |
| 0x19705b7ef300ee4fe8da322038ca3e7871d66b8c | 0x3da2b41da252d49142462b00f35fd7210e448e5d | false | 5000000000000 | 199 | 29363338 | 2025-04-24T17:33:43.000Z | 0x48a5152daf39b656f7c9417872226413b6ef7ba9e22b74455f9c4586fe5bf4df |
| 0x19705b7ef300ee4fe8da322038ca3e7871d66b8c | 0x3da2b41da252d49142462b00f35fd7210e448e5d | false | 10000000 | 257 | 29357433 | 2025-04-24T14:16:53.000Z | 0x282d39de8a65e37fc3886d2b41e446e441293a63cfd1b06e4ee7a6bb83a742df |
Example Query
Example Query
Query with partition filter
WMTStakingContractMainnet_Unstaked_event
Unstaking events from the World Mobile Token (WMT) staking contract on Base mainnet, recording when users withdraw staked tokens. Contains user addresses, unstaked amounts, and event metadata for analyzing staking behavior and token unlock 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_user | STRING | Address of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount | STRING | Input amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | in_user | removed | in_amount | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x19705b7ef300ee4fe8da322038ca3e7871d66b8c | 0x7aeb6066fb7e79f26e37506f82cbe4f841f30e94 | false | 8247821094 | 337 | 33172567 | 2025-07-21T21:48:01.000Z | 0x970a699182ca8c12bc1c56c3e80dcb6ecc219b341472fb89c1dacd7e372495ea |
| 0x19705b7ef300ee4fe8da322038ca3e7871d66b8c | 0xc376984f4cbb0e78847f6c8e3f5591d1d7865db1 | false | 160840000000 | 47 | 30607014 | 2025-05-23T12:29:35.000Z | 0xa097dd4289aba079fca11f03ae269d29e958781b1dae0aa2d38c22bee3c6eb53 |
| 0x19705b7ef300ee4fe8da322038ca3e7871d66b8c | 0xf42d6645f4c364ddbab0725286137415235b9ee8 | false | 26282615404 | 563 | 33571331 | 2025-07-31T03:20:09.000Z | 0xf3a57129ed9a83dd5d66771d792fc8df5201255f788ba6c8f99507727ee6a3dd |
Example Query
Example Query
Query with partition filter