Skip to main content

Tables

ETHGateway_LogBurn_event

Burn events from RenVM’s ETH gateway on Avalanche recording wrapped ETH being released back to Ethereum. Captures burn amounts, sequential nonces, and destination addresses encoded as hex strings for cross-chain bridge analytics.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_burnNonceSTRINGUnique sequential identifier for each burn event in the RenVM bridge system. Increments with each burn transaction and is used to prevent duplicate processing of cross-chain transfers.
in_indexedToSTRINGKeccak-256 hash of the destination address (in_to) used for efficient event indexing and filtering. This indexed field enables faster queries for tracking burn events to specific destination addresses across chains.
in_toaddressremovedin_amountlog_indexblock_numberin_burnNoncein_indexedToblock_timestamptransaction_hash
0x74316659454351344e64444579457170676e434848766d76424c6b325846394a6e356e0x7986568375af35b427f3f51389d73196967c356afalse3347925176348349140xc3485177d5468665876bf4b759c149c018a2475d264fefe077a40f4124000c832021-10-31T15:27:33.000Z0x52d17b036446f1b077f9c472a462c3927288fc860f091da7cc3918ccc0a58a54
0x626331713276796773766b6c3332357a6a73746865347a6e656a32337533617177393366637a713730360x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20false54259512176885233690xb970edefca861feda7f87e992a251a9c0ce396cedb1679a00cace9745bc9a2cc2022-10-31T09:45:26.000Z0x804f470f6786c7bad64fc3282ac908c3fd5adda060aa92e591434411b139e74a
0x33383756647737476672397431587a6365464d416a577a5658686a59734a485339510x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20false5961312452207535780x47a74f6853f134ed0c901d71f0dc1a58fac6664ec3238efc24034b6c5b47f8fc2023-01-04T20:46:25.000Z0x50cc28dd47e5990b8acf3d79dbdc358fa22acdccc7d25b5495cfb6ddb6cd7b0e
Query with partition filter
SELECT *
FROM `tt-contracts.ren_v1_avalanche.ETHGateway_LogBurn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ETHGateway_LogMint_event

Ethereum mint events from RenVM v1 bridge gateway on Avalanche, recording cross-chain ETH transfers into the Avalanche network with cryptographic signatures and recipient addresses. Used for tracking bridge volume, analyzing cross-chain liquidity flows, and auditing RenVM minting operations.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_sigHashSTRINGSignature hash identifier for the RenVM cross-chain mint transaction. Appears to be a short numeric string used to uniquely identify the mint operation within the Ren protocol.
in_nHashSTRINGHash of minting parameters used by RenVM to prevent duplicate mints in the cross-chain bridge protocol. Hex-encoded 32-byte value unique to each bridging transaction.
in_toaddressremovedin_nHashin_amountlog_indexin_sigHashblock_numberblock_timestamptransaction_hash
0xac23817f7e9ec7eb6b7889bdd2b50e04a44470c50x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20false0x37cc343b1e526749da6c41f8d7f6331251d633a072739c66650a35771663e20f805850312642153834352022-05-30T18:10:13.000Z0x8d6c14fa1118599bfa74f1e201a2347a41941a50c83e15062876152943c0384f
0xac23817f7e9ec7eb6b7889bdd2b50e04a44470c50x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20false0x70e5742ab0b59b959996693fbb30bae13f1dfded53530df309c1089c5882c4341961628112640153646982022-05-30T07:41:05.000Z0xfba66a47138c26580b67a8e46c7ec7f9c36252def7d60d3f39392f2e8372d1b9
0xac23817f7e9ec7eb6b7889bdd2b50e04a44470c50x05cadbf3128bcb7f2b89f3dd55e5b0a036a49e20false0xe71e2ddeeec70c6eff00909003f837e908cc0f6f6f771c047041de6a7aaa757e8077598162641153684102022-05-30T09:45:27.000Z0x5f299873968c6e4e17723c8bd5cb33ad8b4acccaec6f9af0b2f6101270f3cdf4
Query with partition filter
SELECT *
FROM `tt-contracts.ren_v1_avalanche.ETHGateway_LogMint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100