Tables
AutopoolETH_AddedToRemovalQueue_event
No description available.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_destination | STRING | Target address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_Approval_event
ERC-20 token approval events from Tokemak v1’s AutopoolETH vault on Base, tracking owner-spender allowance changes with approval amounts. Used for monitoring vault token spending permissions and analyzing approvals for automated strategies or third-party integrations.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_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_spender | STRING | Address authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string. |
in_value | STRING | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values. |
Sample Data
Sample Data
| address | removed | in_owner | in_value | log_index | in_spender | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x09618943342c016a85ac0f98fd005479b3cec571 | 10000000000000000 | 199 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 22061127 | 2024-11-06T16:46:41.000Z | 0x01809b672886d05ffdce4bbc8938fb4d947f6ddeac1475315786a54bdf38376d |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x09618943342c016a85ac0f98fd005479b3cec571 | 1492594751950589 | 258 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 22061827 | 2024-11-06T17:10:01.000Z | 0x4d23f181b4a6fdb5dc286bea1b1f6785cbbf9ff2da8895444e47b5afa6f34a17 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x09618943342c016a85ac0f98fd005479b3cec571 | 0 | 155 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 22061156 | 2024-11-06T16:47:39.000Z | 0x56be7c9b31a473d5fc17860abe564d1609008370f8e947933d892d96f6e485f4 |
Example Query
Example Query
AutopoolETH_Deposit_event
Deposit events from Tokemak v1 AutopoolETH vault on Base, recording ETH deposits with deposited asset amounts and corresponding vault share amounts minted to depositors. Useful for tracking liquidity provider activity and vault share pricing dynamics.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_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
in_shares | STRING | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_owner | in_assets | in_sender | in_shares | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x09618943342c016a85ac0f98fd005479b3cec571 | 447761794835293 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 447835332768011 | 635 | 22277320 | 2024-11-11T16:53:07.000Z | 0x83de97b6797743b301e13d675b0a91e387f5a9dca2cad117c7658a0a42101f11 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x123cc4afa59160c6328c0152cf333343f510e5a3 | 90000000000000000000 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 90022669480775934972 | 234 | 22182517 | 2024-11-09T12:13:01.000Z | 0xd82fa9504ff76f91bb243e13e5e7b4b7acfd5a223ed8ecddf62e366e8335dc0e |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x09618943342c016a85ac0f98fd005479b3cec571 | 1000000000000000 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 1000000000000000 | 69 | 21417939 | 2024-10-22T19:27:05.000Z | 0xb00590b29e59ccd29ec875904dc1dcc00e0a792ea2994f6df9b05cce0cb76883 |
Example Query
Example Query
AutopoolETH_deposit_function
Deposit transactions into Tokemak v1 AutopoolETH vault on Base, recording asset amounts deposited and vault shares minted to receivers. Used for analyzing liquidity provider behavior and vault share issuance rates.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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
out_shares | STRING | Number of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| gas | value | status | gas_used | in_assets | signature | out_shares | to_address | in_receiver | block_number | from_address | trace_address | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 435907 | 0 | true | 161370 | 2000000000000000000 | 0x6e553f65 | 1949229946789007283 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0xa18b89225491230fdb1883cfbda65e7931606931 | 27913746 | 0xa18b89225491230fdb1883cfbda65e7931606931 | 3,0 | 2025-03-22T04:13:59.000Z | 0x7be54837df018a357ea00b0788e209e35e706bb3e1d89bcaf89730c53105450f |
| 290165 | 0 | true | 149070 | 4350000000000000000 | 0x6e553f65 | 4239558552787321883 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x3a43aec53490cb9fa922847385d82fe25d0e9de7 | 27941980 | 0x3a43aec53490cb9fa922847385d82fe25d0e9de7 | 0,0,0,4 | 2025-03-22T19:55:07.000Z | 0xcff8f9f42596f1afc92049dafaeaa91c28042707023cd55dad701c40cb9c4fd6 |
| 301083 | 0 | true | 182886 | 81000000000000000 | 0x6e553f65 | 77603637491808830 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x5e0de38c0e5633d66ccf54b13c6cedba5a4197b6 | 35566878 | 0x5e0de38c0e5633d66ccf54b13c6cedba5a4197b6 | 2025-09-15T07:58:23.000Z | 0xf294d4f0f6e28ef7ae287b09cecf7f3863d9a922f57a48e808fdfe34becc6247 |
Example Query
Example Query
AutopoolETH_DestinationDebtReporting_event
No description available.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_destination | STRING | Target address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_debtValue | STRING | - |
in_claimed | STRING | Amount of tokens or rewards claimed in the transaction. String-encoded integer representing the claimed value in smallest token units. |
in_claimGasUsed | STRING | - |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_DestinationVaultAdded_event
Events recording when new destination vaults are added to Tokemak v1 AutopoolETH contracts on Base. Tracks vault configurations for analyzing liquidity deployment strategies and autopool composition changes over time.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_destination | STRING | Target address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_destination | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 329 | 22027040 | 0xa6efb95b7393cb419b48a933273f49b6bb48dd5d | 2024-11-05T21:50:27.000Z | 0x64437b93efb7d58c0593e51d90f69737ff6631b6dfea1a020b675f9618759c65 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 331 | 22027040 | 0x945a4f719018edba445ca67bda43663c815835ad | 2024-11-05T21:50:27.000Z | 0x64437b93efb7d58c0593e51d90f69737ff6631b6dfea1a020b675f9618759c65 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 330 | 22027040 | 0xb3723e69d6e4553239d7daf514bf8ff7998500e0 | 2024-11-05T21:50:27.000Z | 0x64437b93efb7d58c0593e51d90f69737ff6631b6dfea1a020b675f9618759c65 |
Example Query
Example Query
AutopoolETH_DestinationVaultRemoved_event
Destination vault configuration changes for Tokemak v1 AutopoolETH contracts on Base, tracking vault addresses added or removed from the autopool’s allocation strategy. Used to monitor vault composition updates and rebalancing decisions over time.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_destination | STRING | Target address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_destination | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 378 | 22326389 | 0xa94031ed4b316b043464fdd5482877f42a39845a | 2024-11-12T20:08:45.000Z | 0x823de9bfaa8b556c24a3805db616e05181287d7d453ae2bead1a7a29bf85f0ab |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 377 | 22326389 | 0x58c2233399b85b53c5506f78eaaae9b0dba1ed3e | 2024-11-12T20:08:45.000Z | 0x823de9bfaa8b556c24a3805db616e05181287d7d453ae2bead1a7a29bf85f0ab |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 379 | 22326389 | 0xd18db4dd6af6a7536ad7f863c136463681e0cdad | 2024-11-12T20:08:45.000Z | 0x823de9bfaa8b556c24a3805db616e05181287d7d453ae2bead1a7a29bf85f0ab |
Example Query
Example Query
AutopoolETH_FeeCollected_event
Fee collection events from Tokemak v1 AutopoolETH vault on Base, recording profit-based fee assessments with corresponding share minting to the fee sink address. Tracks vault performance through total assets under management and protocol revenue extraction in ETH-denominated values.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_fees | STRING | Array of fee amounts charged in the transaction. Numeric string representations in smallest token denomination. |
in_feeSink | STRING | Address of the fee sink contract that receives collected fees. Hex-encoded, 0x-prefixed, 42-character string. |
in_mintedShares | STRING | Number of shares minted in the operation. String-encoded integer representing share amounts in the smallest denomination. |
in_profit | STRING | Profit amount generated by the protocol operation or position. String-encoded integer representing token amounts in the smallest denomination. |
in_totalAssets | STRING | Total value of all assets held in the Autopool vault at the time of fee collection, denominated in wei (smallest unit). Represents the pool’s aggregate holdings used to calculate profit and fee shares. |
Sample Data
Sample Data
| address | in_fees | removed | in_profit | log_index | in_feeSink | block_number | in_totalAssets | block_timestamp | in_mintedShares | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 31530467466689981 | false | 3153046746668998051455 | 52 | 0x4c0169b48c5a22503f1c3b871b921d55024a5939 | 23973730 | 1059505158887707086807 | 2024-12-20T23:20:07.000Z | 31278751762494946 | 0xbd1799ce9d716abf28e2467592fa353061fda9134c133cb73d1c765c3af5606a |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 9548503592111174 | false | 954850359211117314543 | 176 | 0x4c0169b48c5a22503f1c3b871b921d55024a5939 | 24044749 | 962660308509146691360 | 2024-12-22T14:47:25.000Z | 9471131654021018 | 0x7a62bba8147e8ea9c546ea69016983dd120abdb899f614c55152be9d2388d1c2 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 27290441532064868 | false | 2729044153206486782703 | 87 | 0x4c0169b48c5a22503f1c3b871b921d55024a5939 | 24067250 | 917366383498268778423 | 2024-12-23T03:17:27.000Z | 27062628009356613 | 0x121164899717b2d4c3325ff00c7af143e1097dc6aea0d335db72d656499cf984 |
Example Query
Example Query
AutopoolETH_flashRebalance_function
Flash rebalance transactions for Tokemak v1 AutopoolETH vault on Base, capturing atomic token swaps between pool destinations with input/output amounts and receiver addresses. Used for analyzing vault rebalancing strategies and liquidity management operations.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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_rebalanceParams | STRUCT<destinationIn STRING, tokenIn STRING, amountIn STRING, destinationOut STRING, tokenOut STRING, amountOut STRING> | Structured parameters defining the token swap executed during a flash rebalance operation, including input/output tokens, amounts, and destination addresses. Null when the transaction failed or input data could not be decoded. |
in_data | STRING | Encoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data. |
Sample Data
Sample Data
| gas | value | status | in_data | gas_used | signature | to_address | in_receiver | block_number | from_address | trace_address | block_timestamp | transaction_hash | in_rebalanceParams |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2440564 | 0 | true | 0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000000e095ea7b3010001ffffffffff4200000000000000000000000000000000000006e3547335000082ffffffffff3365f460fa21f5ac9c2f3d2c3b822aa85e6eab8d70a082310103ffffffffff0204c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff004200000000000000000000000000000000000006fbc6d1cb000402ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9afbc6d1cb000500ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9a1ae4396240000000000000ffd35d77f7e0444d8669962724b02fb163e938ea9a06040502000708ffffffffffffffffffffffffffffffffffffffffffffffffff70a082310103ffffffffff0004c0599ae5a44757c0af6f9ec3b93da8976c150a095ea7b3010600ffffffffff04c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff034200000000000000000000000000000000000006095ea7b3010603ffffffffff420000000000000000000000000000000000000666e1d1ef000003ffffffff83f53450e8770dcfbc7978b11aaf2873931fa88fc324042872000683090909ffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000056000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005e00000000000000000000000000000000000000000000000000000000000000620000000000000000000000000000000000000000000000000000000000000066000000000000000000000000000000000000000000000000000000000000006a000000000000000000000000000000000000000000000000000000000000006e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000001ff3684f28c67538d4d072c227340000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000f5d8a5c3c9671000000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000003442213bc0b000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da80000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000f5d8a5c3c9671000000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da800000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000002641fff991f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0bc6ab7a14c03e9583c0e7ccc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000144c3608b9d000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c14e97c65815c079477327bade3b32123e68c804d445728bc7171f838282052fdc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000f5d8a5c3c9671000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000677394920000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000e7a1b5f3a8cc0a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c1000000000000000000000000000000000000000000000000000000000000002000000000000000000000000004c0599ae5a44757c0af6f9ec3b93da8976c150a00000000000000000000000000000000000000000000000000000000000000200000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002000000000000000000000000091f0f34916ca4e2cce120116774b0e4fa0cdcaa80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000e66be01d16520d0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000f3250a89fc26c9d700000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000 | 1991003 | 0xdc47c23a | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0xfbe1cefb85716c0e43ecfd399372996646b992c1 | 24419141 | 0xfbe1cefb85716c0e43ecfd399372996646b992c1 | 0 | 2024-12-31T06:47:09.000Z | 0x30f93cc6e90a9b7e5eda31c423efdbdde1371b9a695c7ee5848efaa11c231dfd | {“tokenIn”:“0x91f0f34916ca4e2cce120116774b0e4fa0cdcaa8”,“amountIn”:“17205757586171367424”,“tokenOut”:“0x4200000000000000000000000000000000000006”,“amountOut”:“35417799532297748480”,“destinationIn”:“0x945a4f719018edba445ca67bda43663c815835ad”,“destinationOut”:“0xaadf01dd90ae0a6bb9eb908294658037096e0404”} |
| 2310147 | 0 | true | 0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000000e095ea7b3010001ffffffffff4200000000000000000000000000000000000006e3547335000082ffffffffff3365f460fa21f5ac9c2f3d2c3b822aa85e6eab8d70a082310103ffffffffff0204c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff004200000000000000000000000000000000000006fbc6d1cb000402ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9afbc6d1cb000500ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9a1ae4396240000000000000ffd35d77f7e0444d8669962724b02fb163e938ea9a06040502000708ffffffffffffffffffffffffffffffffffffffffffffffffff70a082310103ffffffffff0004c0599ae5a44757c0af6f9ec3b93da8976c150a095ea7b3010600ffffffffff04c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff034200000000000000000000000000000000000006095ea7b3010603ffffffffff420000000000000000000000000000000000000666e1d1ef000003ffffffff83f53450e8770dcfbc7978b11aaf2873931fa88fc324042872000683090909ffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000056000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005e00000000000000000000000000000000000000000000000000000000000000620000000000000000000000000000000000000000000000000000000000000066000000000000000000000000000000000000000000000000000000000000006a000000000000000000000000000000000000000000000000000000000000006e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000001ff3684f28c67538d4d072c227340000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000b88d54eb20f65800000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000003442213bc0b000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da80000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000b88d54eb20f65800000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da800000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000002641fff991f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0c9ee726d6ed8b986fefbc9750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000144c3608b9d000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c14e97c65815c079477327bade3b32123e68c804d445728bc7171f838282052fdc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000b88d54eb20f658000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006774445d0000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000ade4acecb0d075a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c1000000000000000000000000000000000000000000000000000000000000002000000000000000000000000004c0599ae5a44757c0af6f9ec3b93da8976c150a00000000000000000000000000000000000000000000000000000000000000200000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002000000000000000000000000091f0f34916ca4e2cce120116774b0e4fa0cdcaa80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000acfc1280db1b408f0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000b66456d6e3284e0000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000 | 1883993 | 0xdc47c23a | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0xfbe1cefb85716c0e43ecfd399372996646b992c1 | 24441642 | 0xfbe1cefb85716c0e43ecfd399372996646b992c1 | 0 | 2024-12-31T19:17:11.000Z | 0x7fab7b5f8c2b1bab9a2b2f0bba68f2c14c52ca95fdee48d451684468ef9d5b1d | {“tokenIn”:“0x91f0f34916ca4e2cce120116774b0e4fa0cdcaa8”,“amountIn”:“12907118984306069504”,“tokenOut”:“0x4200000000000000000000000000000000000006”,“amountOut”:“26577845212756250624”,“destinationIn”:“0x945a4f719018edba445ca67bda43663c815835ad”,“destinationOut”:“0xaadf01dd90ae0a6bb9eb908294658037096e0404”} |
| 4886809 | 0 | false | 2351224 | 0xdc47c23a | 0x9c6864105aec23388c89600046213a44c384c831 | 32647268 | 0xfff19270583bb6a37e023a3fd499caa5cea3a304 | 0 | 2025-07-09T17:58:03.000Z | 0x5f7c2d65684ed9513e7f54fe72f4b8b0edd426c1ac39df40f7c1c0d5fe8195ed |
Example Query
Example Query
AutopoolETH_initialize_function
Initialization transactions for Tokemak V1 AutopoolETH vaults on Base, capturing vault deployment parameters including strategy addresses, token symbols, and description prefixes. Used for tracking vault creation events and identifying autopool configurations.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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_strategy | STRING | Contract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string. |
in_symbolSuffix | STRING | Token symbol suffix appended to the vault name, typically indicating the underlying asset or chain (e.g., “baseETH” for Base network ETH). This value is set during the Autopool initialization and forms part of the complete token symbol. |
in_descPrefix | STRING | Description prefix used during Autopilot vault initialization to construct the human-readable vault description. Combined with other metadata to form the complete vault identifier on Base chain. |
in_anon3 | STRING | Sequential counter tracking the total number of pairs created by the factory contract. |
Sample Data
Sample Data
| gas | value | status | gas_used | in_anon3 | signature | to_address | in_strategy | block_number | from_address | in_descPrefix | trace_address | block_timestamp | in_symbolSuffix | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2086185 | 0 | true | 407421 | 0x | 0x267eb9ed | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0xe72a466d426f735bfee91db19dc509735b65b8dc | 21241103 | 0x78a7c45e3cc7b9567b4803aeaf9b33bc8c898451 | Tokemak baseETH | 10 | 2024-10-18T17:12:33.000Z | baseETH | 0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4 |
Example Query
Example Query
AutopoolETH_Initialized_event
Initialization events for Tokemak v1 AutopoolETH vault contracts on Base, recording when new autopool instances are deployed with their version number. Used for tracking vault deployment history and identifying active autopool addresses.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_version | INT64 | Version identifier for the contract or event schema. String or integer value indicating the initialization or state version. |
Sample Data
Sample Data
| address | removed | log_index | in_version | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 339 | 1 | 21241103 | 2024-10-18T17:12:33.000Z | 0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4 |
| 0x9c6864105aec23388c89600046213a44c384c831 | false | 838 | 1 | 30310652 | 2025-05-16T15:50:51.000Z | 0x65dfc35c3df689eec23fe8ca1fe57612934dbf027a9a6ec891f2fe1154d6f031 |
| 0xeb042dee6f7ff3b45ef0a71686653d168fb02477 | false | 749 | 1 | 33811934 | 2025-08-05T17:00:15.000Z | 0xb6b82b326434e2415558c211b2009b1eb7d5e90b29ede3be4bf896cae1ade5cf |
Example Query
Example Query
AutopoolETH_Nav_event
Net Asset Value (NAV) snapshots for Tokemak v1 AutopoolETH vault on Base, tracking debt positions, idle funds, and total supply. Used for analyzing vault composition changes and calculating share prices over time.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_idle | STRING | Amount of idle or undeployed capital in the vault. Numeric string representation in smallest token denomination. |
in_debt | STRING | Amount of debt outstanding in the protocol position or vault. Numeric string representation in smallest token denomination. |
in_totalSupply | STRING | Total supply of the pool or vault token after the event. Numeric string representation of token quantity in smallest denomination. |
Sample Data
Sample Data
| address | in_debt | in_idle | removed | log_index | block_number | in_totalSupply | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 1499652191421987885 | 758584997185257 | false | 199 | 22082980 | 1500337106427017044 | 2024-11-07T04:55:07.000Z | 0x00fe4ef3c02b45e1b2a81ef231b415aecc872ec99d48ab155b62fbfa4f509147 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 1499462845329809488 | 868757103015996 | false | 847 | 22104730 | 1500099982197086069 | 2024-11-07T17:00:07.000Z | 0xaa9613253956dd5d9ef2268951020cb13c326ee810ddfa10c2810618a3f48d26 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 328063113621261900263 | 401146673059028022602 | false | 1100 | 22551955 | 727911293274754067342 | 2024-11-18T01:27:37.000Z | 0xdc145f7ed3b82f9bfaa7518c34dc90fb069280b9f2ae9a36d2ba6306ea2cf1e7 |
Example Query
Example Query
AutopoolETH_Paused_event
No description available.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_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_PeriodicFeeCollected_event
No description available.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_fees | STRING | Array of fee amounts charged in the transaction. Numeric string representations in smallest token denomination. |
in_feeSink | STRING | Address of the fee sink contract that receives collected fees. Hex-encoded, 0x-prefixed, 42-character string. |
in_mintedShares | STRING | Number of shares minted in the operation. String-encoded integer representing share amounts in the smallest denomination. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_permit_function
ERC-2612 permit function calls for Tokemak AutopoolETH vault on Base, enabling gasless token approvals via signatures (v, r, s parameters). Records owner-spender allowances with deadline timestamps for analyzing approval patterns and integration with aggregators.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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_spender | STRING | Address authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string. |
in_value | STRING | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values. |
in_deadline | STRING | Timestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds. |
in_v | INT64 | ECDSA signature component v used for cryptographic verification of signed messages or permits. Integer value representing the recovery identifier, typically 27 or 28. |
in_r | STRING | ECDSA signature component r used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix. |
in_s | STRING | ECDSA signature component s used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| gas | in_r | in_s | in_v | value | status | gas_used | in_owner | in_value | signature | in_spender | to_address | in_deadline | block_number | from_address | trace_address | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 416314 | 0xe963609ceabf96bf3586a39ccd29e61050afc3f25936a8696554994e2efa90d9 | 0x07298ecbc698e44e1c6b8b7b11c1d8ec11fa8e0bdf4d5eceb3f6c8bd75c6701e | 28 | 0 | true | 64197 | 0xc0ef9b0ebfa5770d6ed554da6f2ee3fc69472359 | 25469863730632227895305 | 0xd505accf | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 0x9c6864105aec23388c89600046213a44c384c831 | 1754518503 | 33864146 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 0,0 | 2025-08-06T22:00:39.000Z | 0xe05a021270345e9773b14482ff7ed52b9a3766fb68c205384e93940fff976c0a |
| 332981 | 0xf369b4a5ce65534b488628bf146d792519e7686073ca800efe32379603e4daf3 | 0x32b8c9beaa4b2e28ed62261d20e1764aa57e66f748036ea0e17829cd32b4a6d4 | 28 | 0 | true | 64197 | 0xb8b173cc0e4e44edb5f1fe4e1865c5dcd124050e | 9824891693641466228 | 0xd505accf | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 0x9c6864105aec23388c89600046213a44c384c831 | 1754472310 | 33841042 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 0,0 | 2025-08-06T09:10:31.000Z | 0xc0dcee4256312099b37ba68415227c46ef9192acdb75e4484638c81b81a7c66b |
| 424154 | 0x9ccac3a00eaa68875c236936218af820fb0a0d1935c3756526539e9fbb27275e | 0x04a2d47229d9bd975617d820b24745e0667eee230751f6554e82cb6f6557dbcb | 27 | 0 | true | 64197 | 0x63dfa06e95f05fbca64b2d56cb102fcf687dda51 | 9845748403026409298051 | 0xd505accf | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 0x9c6864105aec23388c89600046213a44c384c831 | 1754491886 | 33850826 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 0,0 | 2025-08-06T14:36:39.000Z | 0x35a237db60d7db3997835d8de0bfd4c5ab9ddc3f8c04f54e6e0a3c185a24db97 |
Example Query
Example Query
AutopoolETH_recover_function
No description available.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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_tokens | ARRAY<STRING> | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_amounts | ARRAY<STRING> | Array of token amounts involved in the operation. String-encoded integers representing amounts in the token’s smallest unit (e.g., wei for ETH). |
in_destinations | ARRAY<STRING> | Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_redeem_function
Redemption transactions from Tokemak v1 AutopoolETH vault on Base, capturing withdrawals where users burn vault shares to receive underlying ETH assets. Contains share amounts, asset outputs, and transaction execution details for analyzing vault outflows and redemption patterns.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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_shares | STRING | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
out_assets | STRING | Amount of underlying assets returned from redeeming shares. String-encoded integer representing token quantity in the token’s smallest unit. |
Sample Data
Sample Data
| gas | value | status | gas_used | in_owner | in_shares | signature | out_assets | to_address | in_receiver | block_number | from_address | trace_address | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 199501 | 0 | true | 181308 | 0x7c001e0e3a53091c5bdca940c31a7024fb054367 | 1187612222662955999 | 0xba087652 | 1230973869602201743 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 32646522 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 2,0 | 2025-07-09T17:33:11.000Z | 0xa6974036809d6bd7c150f5931524915c7a723dd45692743d4809069525fc9dcc |
| 194111 | 0 | true | 176508 | 0x81f01fed84a5bb03813aade01c6182a0ad8e57f6 | 2224885087878573331 | 0xba087652 | 2306162838323893513 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 32652653 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 2,0 | 2025-07-09T20:57:33.000Z | 0xb1bf4e12601d8b3801e68e91362807f1ccef1225454a8e586aae0dd790238644 |
| 304870 | 0 | true | 170984 | 0x66c0d9152209b51977047b9dc3b0b5bf2339b67c | 168000000000000000000 | 0xba087652 | 169633727 | 0x9c6864105aec23388c89600046213a44c384c831 | 0x66c0d9152209b51977047b9dc3b0b5bf2339b67c | 32618756 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 2,0 | 2025-07-09T02:07:39.000Z | 0x99e772e6d74a8870642e029ada199a6383562fc8cb7ffe4ea43db17a7acda30a |
Example Query
Example Query
AutopoolETH_RemovedFromRemovalQueue_event
No description available.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_destination | STRING | Target address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_RewarderSet_event
Rewarder contract assignment changes for Tokemak v1 AutopoolETH vaults on Base, tracking when reward distribution contracts are updated from old to new addresses. Used for monitoring liquidity mining program modifications and reward mechanism governance.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_newRewarder | STRING | Contract address of the newly assigned rewarder for the Tokemak AutopoolETH vault. Hex-encoded, 0x-prefixed address that replaces the previous rewarder contract responsible for distributing rewards to vault participants. |
in_oldRewarder | STRING | Contract address of the previous rewarder contract before the update, typically zero address (0x000…000) when setting the first rewarder. Hex-encoded, 0x-prefixed 40-character string for EVM chains. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_newRewarder | in_oldRewarder | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 340 | 21241103 | 0xb592c1539ac22edd9784ea4d6a22199c16314498 | 0x0000000000000000000000000000000000000000 | 2024-10-18T17:12:33.000Z | 0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4 |
| 0x9c6864105aec23388c89600046213a44c384c831 | false | 839 | 30310652 | 0x4103a467166bbbda3694ab739b391db6c6630595 | 0x0000000000000000000000000000000000000000 | 2025-05-16T15:50:51.000Z | 0x65dfc35c3df689eec23fe8ca1fe57612934dbf027a9a6ec891f2fe1154d6f031 |
| 0xeb042dee6f7ff3b45ef0a71686653d168fb02477 | false | 750 | 33811934 | 0x69a63ddb162a0251248f6c7d22902083ca3e0522 | 0x0000000000000000000000000000000000000000 | 2025-08-05T17:00:15.000Z | 0xb6b82b326434e2415558c211b2009b1eb7d5e90b29ede3be4bf896cae1ade5cf |
Example Query
Example Query
AutopoolETH_Shutdown_event
No description available.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_reason | INT64 | Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_StreamingFeeSet_event
Streaming fee update events from Tokemak v1’s AutopoolETH vault on Base, tracking changes to the protocol’s continuous fee percentage (measured in basis points). Used for analyzing fee structure modifications and their timing relative to vault performance.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_newFee | STRING | Updated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%. |
Sample Data
Sample Data
| address | removed | in_newFee | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 1000 | 279 | 23625853 | 2024-12-12T22:04:13.000Z | 0x4886b81d6c7a1700abe66a62f5a836d01227735136c0274dcf1e43625bae5511 |
Example Query
Example Query
AutopoolETH_SymbolAndDescSet_event
No description available.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_symbol | STRING | Symbol of the token involved in the transaction or event. |
in_desc | STRING | Swap operation parameters struct containing source and destination token addresses, receiver addresses, token amounts, minimum return amount, execution flags, and permit signature data. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_TokensPulled_event
No description available.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_tokens | ARRAY<STRING> | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_amounts | ARRAY<STRING> | Array of token amounts involved in the operation. String-encoded integers representing amounts in the token’s smallest unit (e.g., wei for ETH). |
in_destinations | ARRAY<STRING> | Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_TokensRecovered_event
No description available.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_tokens | ARRAY<STRING> | Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings. |
in_amounts | ARRAY<STRING> | Array of token amounts involved in the operation. String-encoded integers representing amounts in the token’s smallest unit (e.g., wei for ETH). |
in_destinations | ARRAY<STRING> | Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_Transfer_event
Transfer events for Tokemak V1 AutopoolETH vault tokens on Base, tracking mints (from zero address), burns (to zero address), and transfers between accounts. Used for analyzing vault share movements, deposits, withdrawals, and liquidity provider activity.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_from | STRING | Address originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_to | STRING | Destination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_value | STRING | Amount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values. |
Sample Data
Sample Data
| in_to | address | in_from | removed | in_value | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|
| 0xb592c1539ac22edd9784ea4d6a22199c16314498 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | false | 94883782917262561640 | 193 | 22393603 | 2024-11-14T09:29:13.000Z | 0x32bfd5e143221e89afe1bde554a3f1cbba327242f8d6d32894b779f9ae4f5ee2 |
| 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x0000000000000000000000000000000000000000 | false | 94883782917262561640 | 186 | 22393603 | 2024-11-14T09:29:13.000Z | 0x32bfd5e143221e89afe1bde554a3f1cbba327242f8d6d32894b779f9ae4f5ee2 |
| 0xaa1483ffb01308074757c0fff28982eb8b3188bb | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x0000000000000000000000000000000000000000 | false | 1059176447886762630 | 321 | 22378501 | 2024-11-14T01:05:49.000Z | 0x15b3f13682b5f2096eb897826aff8f60b2b842c3e2310ad7024e246d7dc50dc4 |
Example Query
Example Query
AutopoolETH_Unpaused_event
No description available.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_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolETH_Withdraw_event
Withdrawal events from Tokemak v1 AutopoolETH vault on Base, recording redemptions of vault shares for underlying ETH assets. Tracks share-to-asset conversions with owner, sender, and receiver addresses for analyzing vault outflows and liquidity provider behavior.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_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
in_shares | STRING | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_owner | in_assets | in_sender | in_shares | log_index | in_receiver | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x7d7fa10263707b88900de8cd865e902019f94165 | 999996132963140 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 1000277096160224 | 360 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 22316193 | 2024-11-12T14:28:53.000Z | 0x196f29880b69f55cd66128129aa7f542dcbdfae7802db10386659ccfa1ff342a |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x5013725853c272a08ca424736436dcc041bae29f | 4499539102757608 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 4500000000000000 | 599 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 22291669 | 2024-11-12T00:51:25.000Z | 0x0f223621e41187dfaf5c3e0585f88fb2f1ebc61435c745bf1355ac7c8c8a6312 |
| 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | false | 0x09618943342c016a85ac0f98fd005479b3cec571 | 11479901342365096 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 11492594751950589 | 214 | 0x71761bf6512bc76fb7169d3fa25e83ef5c85f816 | 22066756 | 2024-11-06T19:54:19.000Z | 0x36a171cbe5aa2ea6f2f1f23f5726f239118083f456322de5880001117bb3c5c9 |
Example Query
Example Query
AutopoolETH_withdraw_function
Withdrawal transaction records from Tokemak v1 AutopoolETH vaults on Base, capturing users redeeming vault shares for underlying ETH assets. Contains share amounts burned, assets received, and account addresses for analyzing vault liquidity flows and redemption patterns.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. |
trace_address | STRING | Hierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls. |
status | BOOL | Transaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution. |
from_address | STRING | Address that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
to_address | STRING | Address receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string. |
value | FLOAT64 | Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC). |
gas_used | INT64 | Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used. |
gas | INT64 | Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed. |
signature | STRING | Function selector identifying which contract function was called. 10-character hex string including 0x prefix. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
out_shares | STRING | Number of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| gas | value | status | gas_used | in_owner | in_assets | signature | out_shares | to_address | in_receiver | block_number | from_address | trace_address | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 171828 | 0 | true | 164295 | 0xbd37f551ceb90369dcf1e46ddb60937b0adee107 | 336351 | 0xb460af94 | 323574363814791245 | 0x9c6864105aec23388c89600046213a44c384c831 | 0xbd37f551ceb90369dcf1e46ddb60937b0adee107 | 37859296 | 0xbd37f551ceb90369dcf1e46ddb60937b0adee107 | 3,1 | 2025-11-07T09:32:19.000Z | 0x8249aafa97d5b839f7af4d5dee80fd86fa2683e87340c36b556104038902863c |
| 703804 | 0 | true | 671161 | 0x0000000f2eb9f69274678c76222b35eec7588a65 | 565537481866 | 0xb460af94 | 549999925436771816677327 | 0x9c6864105aec23388c89600046213a44c384c831 | 0x0000000f2eb9f69274678c76222b35eec7588a65 | 35934933 | 0x0000000f2eb9f69274678c76222b35eec7588a65 | 0,1,0,2 | 2025-09-23T20:26:53.000Z | 0x00bc475459fbd69feff6c7b3afda7c42fb371ffc15f02e4ee7e38acfb8798a79 |
| 181983 | 0 | true | 175851 | 0x30ba9c99bf5f25c022e1ebf20508c87342fe5911 | 10 | 0xb460af94 | 10 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 0x30ba9c99bf5f25c022e1ebf20508c87342fe5911 | 33322105 | 0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df | 0 | 2025-07-25T08:52:37.000Z | 0x143e7405ce71d81e4f969934d90178e794b527b410c620dd6308a8fd763bf72f |
Example Query
Example Query
AutopoolETH_WithdrawalQueueSet_event
No description available.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_destinations | ARRAY<STRING> | Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings. |
Sample Data
Sample Data
Example Query
Example Query
AutopoolRegistry_VaultAdded_event
Vault registration events from Tokemak v1 protocol on Base, tracking when new autopools (automated liquidity vaults) are added to the registry with their underlying asset addresses. Used for monitoring vault deployment activity and mapping vault-to-asset relationships in the Tokemak ecosystem.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_asset | STRING | Contract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string. |
in_vault | STRING | Contract address of the vault. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_asset | in_vault | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x4fe7916a10b15dadefc59d06ac81757112b1fece | false | 0x4200000000000000000000000000000000000006 | 0xaadf01dd90ae0a6bb9eb908294658037096e0404 | 342 | 21241103 | 2024-10-18T17:12:33.000Z | 0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4 |
| 0x4fe7916a10b15dadefc59d06ac81757112b1fece | false | 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913 | 0x9c6864105aec23388c89600046213a44c384c831 | 840 | 30310652 | 2025-05-16T15:50:51.000Z | 0x65dfc35c3df689eec23fe8ca1fe57612934dbf027a9a6ec891f2fe1154d6f031 |
| 0x4fe7916a10b15dadefc59d06ac81757112b1fece | false | 0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42 | 0xeb042dee6f7ff3b45ef0a71686653d168fb02477 | 751 | 33811934 | 2025-08-05T17:00:15.000Z | 0xb6b82b326434e2415558c211b2009b1eb7d5e90b29ede3be4bf896cae1ade5cf |
Example Query
Example Query