Tables
AssetTokenFactory_AssetTokenDeployed_event
Asset token deployment events from Swarm Markets protocol on Polygon, recording when new tokenized assets (stocks, liquid staking derivatives) are created via the factory contract. Tracks deployer addresses and token contract addresses for analyzing asset issuance activity and product launches.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__name | STRING | Human-readable name for the pool, token, or asset being created. String identifier used for display and reference purposes. |
in__assetTokenAddress | STRING | Contract address of the newly deployed asset token on Polygon. Represents tokenized real-world assets or liquid staking positions created through the AssetTokenFactory contract. |
in__deployer | STRING | Address of the account that deployed the new asset token through the factory contract. Always 0x5c573e7ee69926b79be8283e4c421ccca288bc06 in these samples, indicating a controlled deployment process. |
Sample Data
Sample Data
| address | removed | in__name | log_index | block_number | in__deployer | block_timestamp | transaction_hash | in__assetTokenAddress |
|---|---|---|---|---|---|---|---|---|
| 0xc49fd4d1aee74baca0ffd19f4aaea04190f1f1b1 | false | APPLE INC. | 85 | 42249458 | 0x5c573e7ee69926b79be8283e4c421ccca288bc06 | 2023-05-03T08:51:14.000Z | 0x344cba07195adf1e7587095693a8ade8db6e1f702aacd95b4d9123ace4dfd84e | 0xa13e07b145cd28294447dd271ea0f158727976be |
| 0xc49fd4d1aee74baca0ffd19f4aaea04190f1f1b1 | false | Polkadot Liquid Staking | 134 | 42250037 | 0x5c573e7ee69926b79be8283e4c421ccca288bc06 | 2023-05-03T09:13:04.000Z | 0x3e3cf5e7bedaabf11ceb09091d760a8893fa82df09227d569e4823f8f8c6e4ea | 0x02ba39888444c6277f7a6dfcb9a58b64fb3beff3 |
| 0xc49fd4d1aee74baca0ffd19f4aaea04190f1f1b1 | false | Blackrock Inc | 143 | 42265857 | 0x5c573e7ee69926b79be8283e4c421ccca288bc06 | 2023-05-03T18:46:54.000Z | 0x78988670ac929a559f84ed4ba82076df55e318d330f939d6c3ef8f9239c321e4 | 0x7f72de249ed11d8d33845b8459105caf6ac604a5 |
Example Query
Example Query
Query with partition filter