Tables
BackedFactory_NewToken_event
Token deployment events from the Backed Factory contract recording the creation of new tokenized real-world assets. Emitted when the factory deploys a new token contract with its name, symbol, and address for tracking tokenized securities, bonds, and equity instruments.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_newToken | STRING | Contract address of the newly created token. Hex-encoded, 0x-prefixed, 42-character string. |
in_name | STRING | Name or label identifier for the entity being created, registered, or updated in the event. |
in_symbol | STRING | Symbol of the token involved in the transaction or event. |
Sample Data
Sample Data
| address | in_name | removed | in_symbol | log_index | in_newToken | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7 | Backed Alphabet Inc | false | bGOOGL | 264 | 0xebee37aaf2905b7bda7e3b928043862e982e8f32 | 20010932 | 2024-06-03T11:15:35.000Z | 0xf78447c2bfa885102d451e5d35d07907b965086290998b7fbc86641b7e040db5 |
| 0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7 | Backed GameStop Corp | false | bGME | 277 | 0x7212088a11b4d8f6fc90fbb3dfe793b45dd72323 | 20010910 | 2024-06-03T11:11:11.000Z | 0xd89f6a7c885032780c9d3d95de4fee22486f314defc4cb309172cafa6f1d1348 |
| 0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7 | Backed NVIDIA Corp | false | bNVDA | 365 | 0xa34c5e0abe843e10461e2c9586ea03e55dbcc495 | 20010859 | 2024-06-03T11:00:59.000Z | 0x19bb4f6767824ee2f8ee5d07bed6d8346b87a50d74c811f4466c33014559665d |
Example Query
Example Query
Query with partition filter
BackedxStocksAutoFeeTokenFactory_NewToken_event
No description available.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | - |
block_number | INT64 | - |
transaction_hash | STRING | - |
log_index | INT64 | - |
address | STRING | - |
removed | BOOL | - |
in_newToken | STRING | - |
in_name | STRING | - |
in_symbol | STRING | - |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter