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
0x94ace08a344efa23ac118aa94a66a8d699e8a1a1Link Sale0000001078{“openAt”:“1679985000”,“token0”:“0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6”,“token1”:“0x7f5c764cbc14f9669b88837ca1490cca17c31607”,“claimAt”:“1680157800”,“closeAt”:“1680157800”,“creator”:“0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab”,“amountTotal0”:“2000000000000000000”,“amountTotal1”:“16000000”}false20x350adfdcdcd3eeef67d7e8559d0f618c856a2aab2842269182023-03-28T06:23:44.000Z0x00000000000000000000000000000000000000000000000000000000000000000x7057c0a4a3fc0df193e2720efe8ed63024aa116be3f09db161744870c0e823d60
0x94ace08a344efa23ac118aa94a66a8d699e8a1a1OP-Sale0000003030{“openAt”:“1679980200”,“token0”:“0x4200000000000000000000000000000000000042”,“token1”:“0x94b008aa00579c1307b0ef2c499ad98a8ce58e58”,“claimAt”:“1680153000”,“closeAt”:“1680153000”,“creator”:“0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab”,“amountTotal0”:“3000000000000000000”,“amountTotal1”:“9000000”}false10x350adfdcdcd3eeef67d7e8559d0f618c856a2aab2842100982023-03-28T05:09:48.000Z0x00000000000000000000000000000000000000000000000000000000000000000x092a99637b16733e443d31b90d50826bae4e6f5422296d0afedd9c1d0c79c3c00
0x94ace08a344efa23ac118aa94a66a8d699e8a1a1OP Sale0000003028{“openAt”:“1679921100”,“token0”:“0x4200000000000000000000000000000000000042”,“token1”:“0x94b008aa00579c1307b0ef2c499ad98a8ce58e58”,“claimAt”:“1679922000”,“closeAt”:“1679922000”,“creator”:“0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab”,“amountTotal0”:“5000000000000000000”,“amountTotal1”:“15000000”}false00x350adfdcdcd3eeef67d7e8559d0f618c856a2aab2840483892023-03-27T12:40:51.000Z0x00000000000000000000000000000000000000000000000000000000000000000x258f5713cc155fbba93e765765cc56d57dcd13ab8e66acf2a80b0fe474ddfac60
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_optimism.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
0x94ace08a344efa23ac118aa94a66a8d699e8a1a1false900x70fee4227d63062064b155c4449e9ceef6d5ed99808100000000000000000001094429552023-09-12T02:11:27.000Z0x57ff84f40edbfe0ae5945f98ec5093b28017a6d028e62ef391acf546de45f487
0x94ace08a344efa23ac118aa94a66a8d699e8a1a1false200x350adfdcdcd3eeef67d7e8559d0f618c856a2aab120000000000000000000850311082023-03-31T04:05:30.000Z0x01875f9a7f013a9f5e92fa86187cef3088ce7824f79c0d66a0495d65d2b7e190
0x94ace08a344efa23ac118aa94a66a8d699e8a1a1false100x350adfdcdcd3eeef67d7e8559d0f618c856a2aab130000000000000000000850278812023-03-31T03:50:23.000Z0x22459e68b52a5212cdedd4f4e9e9adee772536ac9db4c794601d75320ba1449d
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_optimism.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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_optimism.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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_optimism.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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.bouncefinance_v1_optimism.BounceFixedSwap_UserClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100