Skip to main content

Tables

BounceFixedSwap_Created_event

Fixed-price token swap pool creation events from Bounce Finance protocol. Contains pool configuration including token pairs, swap amounts, trading window timestamps, creator address, optional whitelist merkle root, and per-wallet purchase limits.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRUCT<creator STRING, token0 STRING, token1 STRING, amountTotal0 STRING, amountTotal1 STRING, openAt STRING, closeAt STRING, claimAt STRING>Contract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_whitelistRootSTRINGMerkle tree root hash for whitelist verification in the fixed swap pool. 66-character hex string including 0x prefix. A value of ‘0x0000000000000000000000000000000000000000000000000000000000000000’ indicates no whitelist is enforced.
in_maxAmount1PerWalletSTRINGMaximum amount of token1 that can be purchased per wallet address in the fixed swap pool. Numeric string representation in the token’s smallest unit (wei for ETH, base units for ERC20 tokens). A value of ‘0’ indicates no per-wallet limit is enforced.
addressin_namein_poolremovedin_indexin_senderlog_indexblock_numberblock_timestampin_whitelistRoottransaction_hashin_maxAmount1PerWallet
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eeBlack Finance{“openAt”:“1676984580”,“token0”:“0x9c39c8163693db6fa45f6955bccfad4ba7888b22”,“token1”:“0x0000000000000000000000000000000000000000”,“claimAt”:“1677592800”,“closeAt”:“1677592800”,“creator”:“0x58eae5eca3d582fd490da59ae7373db7bbe3c3a0”,“amountTotal0”:“23187600000000000000000”,“amountTotal1”:“2318760000000000000”}false170x58eae5eca3d582fd490da59ae7373db7bbe3c3a0168166769362023-02-21T12:40:35.000Z0x00000000000000000000000000000000000000000000000000000000000000000x267e5363dd849c8014fefa3e9eb8ca663ffafc124e281a9682d396f6981e43160
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eeDOGE/ETH{“openAt”:“1682956800”,“token0”:“0x754b66949ed6bed65e4a56c9279d032529d3df03”,“token1”:“0x0000000000000000000000000000000000000000”,“claimAt”:“1703952000”,“closeAt”:“1703952000”,“creator”:“0x490b4b64285e45b3b83b0ff53a099399c467ba2c”,“amountTotal0”:“30845157000000000000000000”,“amountTotal1”:“987045024000000000000”}false270x490b4b64285e45b3b83b0ff53a099399c467ba2c303171611822023-04-30T20:16:59.000Z0x00000000000000000000000000000000000000000000000000000000000000000xbf3eef2217997b5008a9f85de864df97d43b41478f072858083f24f3656a27970
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eeDOGE/ETH{“openAt”:“1682956800”,“token0”:“0x754b66949ed6bed65e4a56c9279d032529d3df03”,“token1”:“0x0000000000000000000000000000000000000000”,“claimAt”:“1703995200”,“closeAt”:“1703995200”,“creator”:“0x490b4b64285e45b3b83b0ff53a099399c467ba2c”,“amountTotal0”:“18181818000000000000000000”,“amountTotal1”:“999999990000000000000”}false260x490b4b64285e45b3b83b0ff53a099399c467ba2c207171611702023-04-30T20:14:35.000Z0x00000000000000000000000000000000000000000000000000000000000000000x825c51d42b131c611150ecc6f9e03afb708b162f96025299730e01a2090f70190
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_ethereum.BounceFixedSwap_Created_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BounceFixedSwap_CreatorClaimed_event

Event emitted when a creator claims proceeds and unsold tokens from a Bounce Finance fixed-price swap pool. Contains swap identifier, creator address, token amounts claimed, and transaction fee deducted by the protocol.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_txFeeSTRINGTransaction fee amount collected by the protocol. Numeric string representation of fee quantity in smallest denomination.
addressremovedin_indexin_txFeein_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse2800xdb3622af8faa16f3c6b2708fad503f6c08a26fd11142000000000000000000000000000000176766352023-07-12T09:37:47.000Z0x05ad0948c6cbce2d86cc01a25189d3cdb7d3821f023ee7288e05a6ebf02b263d
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse2400x6cb51d84ab399291e1db3b5289089efed3923944210200000000169446742023-03-31T04:01:11.000Z0xa3d3799e6db08c1039100d3a7cb1495f7474d008d57ddc935879a0ad399bfbbe
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse2600x490b4b64285e45b3b83b0ff53a099399c467ba2c288181818180000000000000000000171611982023-04-30T20:20:11.000Z0x7d2bfa996e74cfcd3c580c2a865805f0d21041d441345c79efd8d1f2fcedc8c9
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_ethereum.BounceFixedSwap_CreatorClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BounceFixedSwap_Reversed_event

Reversal events from Bounce Finance fixed-price swap auctions, recording cancellations or reversals of swap positions. Contains swap index identifier, sender address, and bidirectional token amounts returned to participants.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_indexin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse100xe567fc8a6d2d918c50c8d2c3e96ecc0a13430f171805000000000000000010000165712572023-02-06T17:31:35.000Z0xb5e5cb62d47e079630c40cda92d85accbf7716b29e30aeef1a8a7639a6840cc2
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse740x322f482b77ecee57e9b7a6d47877e822ee710be87917064846416382252559721000000000000000000208117242024-09-23T07:14:11.000Z0x1d895b2bd9dc2cdd8604787ec8f61d344fab75bfcf1922725d368f044323d2ce
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_ethereum.BounceFixedSwap_Reversed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BounceFixedSwap_Swapped_event

Fixed-price token swap execution events from Bounce Finance protocol contracts. Records sender address, auction index, and bidirectional token amounts exchanged in completed fixed-swap transactions.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
in_amount1STRINGAmount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_indexin_senderlog_indexin_amount0in_amount1block_numberblock_timestamptransaction_hash
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse320xb10393453df4d543bad5d211fb864dbaabb9d7241681162790697500000000000000179663532023-08-21T23:22:35.000Z0x2001864c0bd42e38bbf569b38cd01f4234f85776679becc20bec7140ceb316ba
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse320x24554ac1a6bedf6fc6e63a1326568d7f84af39dd24323255813951000000000000000179656222023-08-21T20:55:59.000Z0xeae709b51879e94573e5b3623e42f3bedba60a54ace96ca70c75b1b2cea0eca2
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse110xe567fc8a6d2d918c50c8d2c3e96ecc0a13430f17215500000000000000000100000165712612023-02-06T17:32:23.000Z0xda3c14172b31bc5aa7af1539aee8f2d9d32619eaa7e085c6a82ef32f518afa9c
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_ethereum.BounceFixedSwap_Swapped_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

BounceFixedSwap_UserClaimed_event

User claim events from Bounce Finance fixed-price token swap auctions. Records successful claims with pool index, claimer address, and token amount received from completed fixed-swap offerings.
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_indexSTRINGLiquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27).
in_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amount0STRINGAmount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_indexin_senderlog_indexin_amount0block_numberblock_timestamptransaction_hash
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse290x9f8c5ec6564096d2108958b06b253b77771f201640515091504251206896551724180499812023-09-02T16:20:23.000Z0x43baf2eecca9bda32852600738e722a7f5ab29a15f768f6539e1fde3db7e47e8
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse300x97e3aed7d21db0887067ead03474488c702c332d2736638667622961538461538180454862023-09-02T01:12:35.000Z0x1d068c7cd7e6144a99bc23bd8682946619dad666d4a7f5118b5a8fe7491e38ec
0x9e2c12d9240bf267fbebd510d47ac3abd4d9d9eefalse100xe567fc8a6d2d918c50c8d2c3e96ecc0a13430f17264950000000000000000165740912023-02-07T03:01:35.000Z0xeb5b1657403cb1301b0b7e0a186269f461d6a84586af15ceb38cb1c8536e3d21
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_ethereum.BounceFixedSwap_UserClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100