Skip to main content

Tables

ERC20_Transfer_event

ERC-20 token transfer events decoded from transaction logs, containing sender address, recipient address, and token amount. Primary source for tracking fungible token flows and wallet holdings across EVM-compatible blockchains.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the 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.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
TLYnqGBqeHmJLQz6Yw7R9v1nRhP5ZaY3RCfalse70138385972019-10-22T16:39:03.000Z0x2fb3aed70999ac6f836518b8eef0a5b6999ab239fd1df95419a73bcd5ccd8f8f
TLYnqGBqeHmJLQz6Yw7R9v1nRhP5ZaY3RCfalse33138390892019-10-22T17:03:39.000Z0x3af5256c140f508cd29e0faa33b674a4ec46df1275bdecea698e09ecc673d478
TLYnqGBqeHmJLQz6Yw7R9v1nRhP5ZaY3RCfalse56138386282019-10-22T16:40:36.000Z0x9fc76aff536a6aca32f87d82224e670acd1de847b625398b9fb93b82d27903bb
Query with partition filter
SELECT *
FROM `tt-contracts.tron_v1_tron.ERC20_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100