Skip to main content

Tables

TRC21Issuer_Apply_event

TRC21 token application events on Viction blockchain recording token issuer registration requests with standardized 10 VIC application fees. Tracks TRC21 token standard implementations including issuer addresses and token contract deployments for analyzing token ecosystem growth.
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_issuerSTRINGAddress of the entity or contract that initiated the issuance or application event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_tokenin_valuein_issuerlog_indexblock_numberblock_timestamptransaction_hash
0x8c0faeb5c6bed2129b8674f262fd45c4e9468beefalse0xa3a4d9c02dce113d465558e0d5128cf7fb7d86b7100000000000000000000xe963af8b8f11351278fda86780f85c36116928571721505102023-11-11T09:37:31.000Z0x7bdbcfdb79a719fea912bec212a15655833ce6ec0f3a77e92fb6524acf1ff888
0x8c0faeb5c6bed2129b8674f262fd45c4e9468beefalse0xaec9777b95e094abe5cc071242dd62199be2dbf1100000000000000000000x9526240d4ffb6479b6e05e403ae658c7ed4f8eff1103872722019-09-13T10:03:21.000Z0x3744dc30f17c0ecbe2f3f54a4bd4155401d90be91408becf63a39e355f81bdbe
0x8c0faeb5c6bed2129b8674f262fd45c4e9468beefalse0x357dde188fe7b6abb0b8b6a4afe917cdf4b7080b100000000000000000000xc65feda62458a8d58ffed67d47f8088aab9265c61103800972019-09-13T05:58:57.000Z0x8a11a4e9bb8a6c943dd8310d3bb27a856987db9587974bc12ca7a655780d5a00
Query with partition filter
SELECT *
FROM `tt-contracts.viction_v1_viction.TRC21Issuer_Apply_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100