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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_index | STRING | Liquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27). |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_pool | STRUCT<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_name | STRING | Name or label identifier for the entity being created, registered, or updated in the event. |
in_whitelistRoot | STRING | Merkle 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_maxAmount1PerWallet | STRING | Maximum 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. |
Sample Data
Sample Data
| address | in_name | in_pool | removed | in_index | in_sender | log_index | block_number | block_timestamp | in_whitelistRoot | transaction_hash | in_maxAmount1PerWallet |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x94ace08a344efa23ac118aa94a66a8d699e8a1a1 | Link Sale0000001078 | {“openAt”:“1679985000”,“token0”:“0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6”,“token1”:“0x7f5c764cbc14f9669b88837ca1490cca17c31607”,“claimAt”:“1680157800”,“closeAt”:“1680157800”,“creator”:“0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab”,“amountTotal0”:“2000000000000000000”,“amountTotal1”:“16000000”} | false | 2 | 0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab | 2 | 84226918 | 2023-03-28T06:23:44.000Z | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x7057c0a4a3fc0df193e2720efe8ed63024aa116be3f09db161744870c0e823d6 | 0 |
| 0x94ace08a344efa23ac118aa94a66a8d699e8a1a1 | OP-Sale0000003030 | {“openAt”:“1679980200”,“token0”:“0x4200000000000000000000000000000000000042”,“token1”:“0x94b008aa00579c1307b0ef2c499ad98a8ce58e58”,“claimAt”:“1680153000”,“closeAt”:“1680153000”,“creator”:“0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab”,“amountTotal0”:“3000000000000000000”,“amountTotal1”:“9000000”} | false | 1 | 0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab | 2 | 84210098 | 2023-03-28T05:09:48.000Z | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x092a99637b16733e443d31b90d50826bae4e6f5422296d0afedd9c1d0c79c3c0 | 0 |
| 0x94ace08a344efa23ac118aa94a66a8d699e8a1a1 | OP Sale0000003028 | {“openAt”:“1679921100”,“token0”:“0x4200000000000000000000000000000000000042”,“token1”:“0x94b008aa00579c1307b0ef2c499ad98a8ce58e58”,“claimAt”:“1679922000”,“closeAt”:“1679922000”,“creator”:“0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab”,“amountTotal0”:“5000000000000000000”,“amountTotal1”:“15000000”} | false | 0 | 0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab | 2 | 84048389 | 2023-03-27T12:40:51.000Z | 0x0000000000000000000000000000000000000000000000000000000000000000 | 0x258f5713cc155fbba93e765765cc56d57dcd13ab8e66acf2a80b0fe474ddfac6 | 0 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_index | STRING | Liquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27). |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount0 | STRING | Amount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination. |
in_amount1 | STRING | Amount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination. |
in_txFee | STRING | Transaction fee amount collected by the protocol. Numeric string representation of fee quantity in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_index | in_txFee | in_sender | log_index | in_amount0 | in_amount1 | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x94ace08a344efa23ac118aa94a66a8d699e8a1a1 | false | 9 | 0 | 0x70fee4227d63062064b155c4449e9ceef6d5ed99 | 80 | 81000000000000000000 | 0 | 109442955 | 2023-09-12T02:11:27.000Z | 0x57ff84f40edbfe0ae5945f98ec5093b28017a6d028e62ef391acf546de45f487 |
| 0x94ace08a344efa23ac118aa94a66a8d699e8a1a1 | false | 2 | 0 | 0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab | 1 | 2000000000000000000 | 0 | 85031108 | 2023-03-31T04:05:30.000Z | 0x01875f9a7f013a9f5e92fa86187cef3088ce7824f79c0d66a0495d65d2b7e190 |
| 0x94ace08a344efa23ac118aa94a66a8d699e8a1a1 | false | 1 | 0 | 0x350adfdcdcd3eeef67d7e8559d0f618c856a2aab | 1 | 3000000000000000000 | 0 | 85027881 | 2023-03-31T03:50:23.000Z | 0x22459e68b52a5212cdedd4f4e9e9adee772536ac9db4c794601d75320ba1449d |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_index | STRING | Liquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27). |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount0 | STRING | Amount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination. |
in_amount1 | STRING | Amount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_index | STRING | Liquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27). |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount0 | STRING | Amount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination. |
in_amount1 | STRING | Amount of token1 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_index | STRING | Liquidity index at the time of the event. Numeric string representation of the scaled interest rate accumulator in ray units (1e27). |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_amount0 | STRING | Amount of token0 involved in the liquidity pool operation. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter