Skip to main content

Tables

MiniChef_Harvest_event

Reward claims from MiniChef staking contracts emitted when users harvest accumulated incentive tokens. Contains pool identifier, user address, and harvested token amount for tracking yield farming rewards across liquidity mining programs.
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_userSTRINGAddress of the user account associated with the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
in_pidSTRINGPool identifier referencing a specific staking or liquidity pool within the protocol. Numeric string representation of the pool ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_pidaddressin_userremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
10x8f5bbb2bb8c2ee94639e55d5f41de9b4839c12800x0b372e31e6825349c6c920878726c1350f02deeffalse214951953443949851338180637472022-05-23T22:22:04.000Z0x2abbec38f3f5ffa9f708a1c18b39c3d9762510585a8ade201f7952b082251e7a
10x8f5bbb2bb8c2ee94639e55d5f41de9b4839c12800xc5ed2333f8a2c351fca35e5ebadb2a82f5d254c3false86954241168695412932030180379512022-05-23T00:47:28.000Z0xd83f9a65f81376b04fd6a00ea97eef5ea404871d624becd8db03ab8a0e2c15f5
10x8f5bbb2bb8c2ee94639e55d5f41de9b4839c12800xc5ed2333f8a2c351fca35e5ebadb2a82f5d254c3false86981640563237786852317180523202022-05-23T12:48:28.000Z0x42c940acf9792fb1c5a734e2915793eed3c3a817d4db5796c1d1593bb4d3c97b
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.MiniChef_Harvest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenDeposit_event

TokenDeposit events emitted by Synapse Bridge contracts recording cross-chain token transfers. Contains source token address, transfer amount, destination chain identifier (EIP-155), and recipient address for tracking bridge deposit flows.
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_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_tokenSTRINGToken address involved in the transaction or 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_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestamptransaction_hash
0xaef897aa692840fe94eb4721df9842fcdf8889930xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d1000000000000000000074343114260624002023-02-28T15:34:53.000Z0x39399f6fbd9a096073071cde3c3bf55267de99dc0d5b877c437dc826cb34b2fc
0xf1d3e20844c9c7d717f2749e44c3cadcdfec1f8f0xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xe9e7cea3dedca5984780bafc599bd69add087d56200000000000000000016156249255032023-01-19T15:49:47.000Z0x59b0a73ae79d5a840246b6f54578710249cd8cf475b65a201374e176fb363333
0xae5e6a9998b031b3898535849baedb82225233e40xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xe9e7cea3dedca5984780bafc599bd69add087d56120606114945520382764312000241792482022-12-24T10:54:05.000Z0xe3cd7544a5dea4a5144a2b4f0af9d4629636497db9b6f06a4f0ffceae759edf1
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenDeposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenDepositAndSwap_event

Cross-chain token deposit events where tokens are deposited to the Synapse Bridge and swapped via liquidity pool before being bridged to the destination chain. Contains deposit amount, destination chain ID (EIP-155), recipient address, pool swap parameters (token indexes, minimum output amount), and deadline timestamp for tracking combined deposit-and-swap operations across bridge transfers.
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_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_tokenSTRINGToken address involved in the transaction or 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_tokenIndexFromINT64Index of the source token in the liquidity pool for the swap operation.
in_tokenIndexToINT64Index of the destination token in the liquidity pool for the swap operation.
in_minDySTRINGMinimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenDepositAndSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenMint_event

Token minting events emitted by Synapse Bridge contracts when wrapped tokens are minted on the destination chain during cross-chain transfers. Contains recipient address, token contract, minted amount, bridge fee, and kappa identifier for tracking cross-chain message delivery.
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_tokenSTRINGToken address involved in the transaction or 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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
in_toin_feeaddressremovedin_kappain_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x743c37cec6bb400126ad048d2b21f7320353582d350000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xef75fb12d66903969233b086ca8941eb26715a244ed13c6befe1927c19b6e9780x130025ee738a66e691e6a7a62381cb33c6d9ae83165000000000000000000272150796452022-02-08T15:19:06.000Z0xab28be9ca1d0a35c03c7475b6b9e74cb297bcdd60c82e14c12cc01976a8bde4c
0x0d080a3c3290c98e755d8123908498bce2c5620d10000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xf2b79f67029018e07ef45834ef893a34b67eb4eb13f23e079357bcf99422db3d0xa4080f1778e69467e905b8d6f72f6e441f9e9484368414395464062735620137150783842022-02-08T14:15:32.000Z0x70b93b7e3952dd8825191087b45060716ed5dcbcc0e62298f9f5cc813501930d
0xfbd2fb29719b2372d9b46dff92f1067d3974ca6710000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xe5ffde10677a6f809ce6302ed8da042d097bdc74d4045724a8aa9fa4353140200xa4080f1778e69467e905b8d6f72f6e441f9e94841124405722327146011886150814992022-02-08T16:52:59.000Z0x9e20cb10528d0deb61a3a29571944d8c485536c7330e384161fc16cea521d70b
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenMint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenMintAndSwap_event

Synapse Bridge cross-chain token mint and swap events combining minting on destination chain with automatic token swap execution. Records bridge transaction identifier (kappa), source and destination token indices, swap amounts, slippage parameters, fees, deadlines, and swap success status for cross-chain liquidity 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_tokenSTRINGToken address involved in the transaction or 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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_tokenIndexFromINT64Index of the source token in the liquidity pool for the swap operation.
in_tokenIndexToINT64Index of the destination token in the liquidity pool for the swap operation.
in_minDySTRINGMinimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_swapSuccessBOOLBoolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction.
in_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
in_toin_feeaddressremovedin_kappain_minDyin_tokenin_amountlog_indexin_deadlineblock_numberin_swapSuccessblock_timestampin_tokenIndexTotransaction_hashin_tokenIndexFrom
0x49aeb029966057481eea09752df660891ef91a7420000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xd88b346d258f7b0261f6b381c8908f62b5baf028e730281be3606827767e2e39714126452146298322700x23b891e5c62e0955ae2bd185990103928ab817b371497513820581232793267168121771527255729false2023-04-11T13:13:15.000Z10xd18467e7e437d18de42ca1a091eb5fbd0ae38948b14080225d45dac00ff460220
0xef2539ecc96565063cd744076f705d3c481659c820000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x714601af41e3fae8f4e1d3324ddc01ca59d77cbde59d1ddf5fce10ed114d680a479444043147458299050x23b891e5c62e0955ae2bd185990103928ab817b34800000000000000000043168119966027250818false2023-04-11T09:04:09.000Z10xe3629dd4628e94e620c4444519d8bc6865b982adf3adf0044a5071a75ebe02850
0xf14441ff631bed279f8e18d199098175fea99fe320000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xa94aa796c561cc0097a2328c888e97e98621a98db6639af9a3e789d341aab7c9187375546377848199820x23b891e5c62e0955ae2bd185990103928ab817b318757950696568235617316168118023127249189false2023-04-11T07:42:17.000Z10x1f11e7a814267a60e7ff3ca6f2704e33d3eb02e9eb157a0346b4c14fe42734ab0
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenMintAndSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeem_event

TokenRedeem events emitted by Synapse Bridge contracts when tokens are redeemed from one chain to another. Contains destination chain identifier, recipient address, token address, and amount for tracking cross-chain token redemption 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_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_tokenSTRINGToken address involved in the transaction or 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_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestamptransaction_hash
0xeaeb463d658f26d339f415be7f33ada2d5c6cfae0xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x130025ee738a66e691e6a7a62381cb33c6d9ae8321812900591729265426577444250150665122022-02-08T04:21:23.000Z0x77780c2b6a518d4a1ac1fc3dcf35bc5acf59e4fd02ed4016bb4ad38b4f0c239f
0xccd5e36a8c2dbfcae556a78a266b74ab6096ca960xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x130025ee738a66e691e6a7a62381cb33c6d9ae8343376712191221790832336462250150880932022-02-08T22:22:45.000Z0x5eb8fd8eeda82e3069e77c15d82a1650d31b55b1d79e6bd8658ee5721f67ae4c
0xebaec6481f5a24e3cd9eda221764ba2555d128720xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x130025ee738a66e691e6a7a62381cb33c6d9ae8349369875764636159970325633250150703142022-02-08T07:31:29.000Z0x2bbecec4d15735c60077038757bc7f9dafa100c6a0347e9400ab1688c337c976
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenRedeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeemAndRemove_event

Cross-chain bridge redemption events where synthetic tokens are burned and withdrawn with automatic pool swap execution. Contains source token amounts, destination chain identifiers (EIP-155), recipient addresses, swap parameters including deadline and slippage protection, and target liquidity pool token indices for atomic redeem-and-swap 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_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_tokenSTRINGToken address involved in the transaction or 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_swapTokenIndexINT64Index of the target token within a liquidity pool for the swap operation. Zero-indexed integer identifying which token in the pool will be received.
in_swapMinAmountSTRINGMinimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination.
in_swapDeadlineSTRINGUnix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string.
in_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestampin_swapDeadlinein_swapMinAmounttransaction_hashin_swapTokenIndex
0x498b867f76a9c6a065cc35ebfa7b4baffa9568800xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x23b891e5c62e0955ae2bd185990103928ab817b312846788011674977111012411179617962022-05-20T09:07:03.000Z165312401211781342780xaf7027ec771381ed25fcb3ec27b80189a39a44bd90d011a3c9f4eb6c6de5d01c2
0x4f24af10010c9910c79a6a7bb3fab98cf07021440xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x23b891e5c62e0955ae2bd185990103928ab817b34766524779237804103172091179729842022-05-20T18:27:12.000Z16531576214003728480xdbeb50c90b86367ad959f273117bb00fe463e8cc2730096edf637a340293f48c1
0x79c41b04ebefe105913e112d8b4a1ecf7ea221010xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0x23b891e5c62e0955ae2bd185990103928ab817b3124148768377302894332411621179750932022-05-20T20:13:16.000Z1653163987118716384520x303000aa779617d7f8401501fe236dc934921f285cdd9e530165782ac324abdf1
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenRedeemAndRemove_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeemAndSwap_event

Cross-chain token redemption events that combine bridging with an atomic swap operation. Records bridge transfers where the recipient receives a different token than sent, including source chain identifier, token addresses, pool indices, amounts, slippage parameters, and expiration deadline for tracking Synapse Protocol cross-chain asset conversions.
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_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_tokenSTRINGToken address involved in the transaction or 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_tokenIndexFromINT64Index of the source token in the liquidity pool for the swap operation.
in_tokenIndexToINT64Index of the destination token in the liquidity pool for the swap operation.
in_minDySTRINGMinimum output amount expected from the swap operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_toaddressremovedin_minDyin_tokenin_amountlog_indexin_chainIdin_deadlineblock_numberblock_timestampin_tokenIndexTotransaction_hashin_tokenIndexFrom
0x40efb119647113c7ebbf5d43a9c2bfe0a92bc3ce0xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse633529700x23b891e5c62e0955ae2bd185990103928ab817b375860024764158045660393101651472038174174232022-05-01T06:14:13.000Z10xaea6603a2b52b74f20510358bbb4f8528d63cf231db4910bbf7a4766e1af203d0
0xd3636bb636a1bc7a8efaeef8cc2d595725957dd70xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse2784959330x23b891e5c62e0955ae2bd185990103928ab817b3299564926178022987777991101651497140174256602022-05-01T13:12:26.000Z10xe7b457050e5b32bf4be0dc5dc841ac2822605522791263d5fb523feab338f5350
0xb0aa921e77363846489ebf000c95871edc482f240xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse76713320x23b891e5c62e0955ae2bd185990103928ab817b317975427354534453710623101651502755174275432022-05-01T14:47:40.000Z10xcdba5896286b513b48ef8f1fa8ec718b8ab9f42aab61c1d951caa1631907d40c0
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenRedeemAndSwap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenRedeemV2_event

TokenRedeemV2 events emitted by Synapse Bridge contracts when users redeem tokens on the destination chain of a cross-chain transfer. Records the redeemed token address, amount, recipient address, and target chain identifier for tracking cross-chain asset movement completions.
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_chainIdSTRINGBlockchain network identifier for the destination or target chain in a cross-chain operation. Numeric string representing the chain ID as defined in EIP-155.
in_tokenSTRINGToken address involved in the transaction or 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_toaddressremovedin_tokenin_amountlog_indexin_chainIdblock_numberblock_timestamptransaction_hash
0x0d0714181a1217170c1f150d04150e111e1e000c01100d110904020b080a1b140xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xb7a6c5f0cc98d24cf4b2011842e64316ff6d042c600000079121014925159041062022-03-09T08:42:18.000Z0xb7ebedc4f0a9a25f9f00dc2075128e9e4b804ea196af550fcba8c7f99bb6f5a5
0x0d0714181a1217170c1f150d04150e111e1e000c01100d110904020b080a1b140xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xb7a6c5f0cc98d24cf4b2011842e64316ff6d042c500000096121014925159041332022-03-09T08:43:39.000Z0x5c5ada63fc3b92a7ba60a72dcf3c46b2ea277206e18377b98129cbaba80d81a9
0x0d0714181a1217170c1f150d04150e111e1e000c01100d110904020b080a1b140xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xb7a6c5f0cc98d24cf4b2011842e64316ff6d042c180000046121014925158962842022-03-09T02:10:03.000Z0xab2fcb7400436402c183fa48e374f9b82bbac51c178a223426adeab6cac5678b
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenRedeemV2_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenWithdraw_event

Token withdrawal events from Synapse Bridge contracts recording cross-chain bridge transaction completions. Contains recipient address, token contract, withdrawal amount, bridge fee, and kappa transaction identifier for tracking asset movements between 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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenSTRINGToken address involved in the transaction or 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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
in_toin_feeaddressremovedin_kappain_tokenin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x7b1d3bb271aa9144a0f058553383fb0b696f441b10000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xda8c4331abe79f5e3700a731bd1bf77ac3e15455203c17003bfd861d9d2dd4960xe9e7cea3dedca5984780bafc599bd69add087d561105000000000000000024268786342023-03-29T06:59:07.000Z0x229cf69491253b7067842e661822a129488a232a198418e438656f9369ea1f3e
0x9586d60e8558077438abf7597dbba9137194c7d710000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xef88408ec46be59162c4e90ae438bafad6dedff4dc3336d21332941bf84ec2a10xe9e7cea3dedca5984780bafc599bd69add087d5642884805162706994525527249399352023-01-20T04:03:11.000Z0xea5757fa2062721b35c719e6814e739500a56745fe449759f995928d9693a71a
0xca077a26544657b08508e1f02236fc10bac86bf310000000000000000000xd123f70ae324d34a9e76b67a27bf77593ba8749ffalse0xdae437d559863ec2eef7d76c1f4c4cf3a304ba2b4c056a0a65c85d5af2aad7f90xe9e7cea3dedca5984780bafc599bd69add087d56557000000000000000000128271647592023-04-08T08:47:10.000Z0x9866e4383471430f3dcdc7a58736a16ad27a1ee902335a96d0b942a34490a218
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenWithdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SynapseBridge_TokenWithdrawAndRemove_event

Cross-chain bridge withdrawal events recording token redemptions with integrated liquidity pool removal operations. Contains bridge transaction identifiers (kappa), token amounts, fees, swap parameters including deadline and minimum acceptable output, and swap execution status for tracking Synapse Bridge cross-chain asset transfers.
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_tokenSTRINGToken address involved in the transaction or 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_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_swapTokenIndexINT64Index of the target token within a liquidity pool for the swap operation. Zero-indexed integer identifying which token in the pool will be received.
in_swapMinAmountSTRINGMinimum token amount acceptable from a swap operation. Numeric string representation of token quantity in smallest denomination.
in_swapDeadlineSTRINGUnix timestamp representing the deadline by which a token swap must be executed. Integer value encoded as a string.
in_swapSuccessBOOLBoolean flag indicating whether the token swap operation completed successfully within the cross-chain bridge transaction.
in_kappaSTRINGUnique identifier for the cross-chain bridge transaction. 66-character hex string including 0x prefix.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.synapse_v1_bsc.SynapseBridge_TokenWithdrawAndRemove_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100