Skip to main content

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.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_newTokenSTRINGContract address of the newly created token. Hex-encoded, 0x-prefixed, 42-character string.
in_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_symbolSTRINGSymbol of the token involved in the transaction or event.
addressin_nameremovedin_symbollog_indexin_newTokenblock_numberblock_timestamptransaction_hash
0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7Backed Alphabet IncfalsebGOOGL1640xebee37aaf2905b7bda7e3b928043862e982e8f32618941032024-09-16T12:10:45.000Z0x9e198866339b672dd0387dc015b36d05e196dc12b0ffe45ed0ce8fe05fb32c1b
0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7Backed MicroStrategy IncfalsebMSTR1910xac28c9178acc8ba4a11a29e013a3a2627086e422618940782024-09-16T12:09:51.000Z0xd9df66e6b27479ed42f8dad85219567a15ac70d6eb6e61f28c29fdf6ff6f47f4
0x66287339fb0dd3f3a89d41cdf103ee8f1f90cbe7Backed Tesla IncfalsebTSLA1660x14a5f2872396802c3cc8942a39ab3e4118ee5038618940402024-09-16T12:08:31.000Z0x1323c6fa0069b6f04fefdee3089a9e0868dcb95ac2dc4259b7d2c2b696e8772a
Query with partition filter
SELECT *
FROM `tt-contracts.backed_v1_polygon.BackedFactory_NewToken_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100