Tables
Billing_TokensPulled_event
Token withdrawal events from The Graph protocol’s billing contract on Polygon, recording when tokens are pulled from user accounts for service payments. Useful for analyzing billing activity, payment flows, and user spending patterns across The Graph’s decentralized indexing 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 |
|---|---|---|---|---|---|---|---|
| 0xa382f75b375d6a07bfd1af99d4383c6e1d1c4004 | 0xd807c894c31c10dd0cb90714edaa61fbaa4c7002 | false | 10 | 569 | 18458137 | 2021-08-27T17:48:54.000Z | 0x75c68d62f747053da5f2973af1e9825d8867303b13f13c75e61d48dba8a04c89 |
| 0xa382f75b375d6a07bfd1af99d4383c6e1d1c4004 | 0xaef4d0e5f6886431d1ca45c50c9ccba9a657aeb5 | false | 10000000000000 | 567 | 18458137 | 2021-08-27T17:48:54.000Z | 0x75c68d62f747053da5f2973af1e9825d8867303b13f13c75e61d48dba8a04c89 |
| 0xa382f75b375d6a07bfd1af99d4383c6e1d1c4004 | 0x4b1d03731765af61e71518fdcbb7772c699dce0a | false | 1000000000000000000 | 562 | 18458137 | 2021-08-27T17:48:54.000Z | 0x75c68d62f747053da5f2973af1e9825d8867303b13f13c75e61d48dba8a04c89 |
Example Query
Example Query
Query with partition filter