Skip to main content

Tables

AutopoolETH_AddedToRemovalQueue_event

No description available.
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_destinationSTRINGTarget address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_AddedToRemovalQueue_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_spenderSTRINGAddress authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
addressremovedin_ownerin_valuelog_indexin_spenderblock_numberblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x09618943342c016a85ac0f98fd005479b3cec571100000000000000001990x71761bf6512bc76fb7169d3fa25e83ef5c85f816220611272024-11-06T16:46:41.000Z0x01809b672886d05ffdce4bbc8938fb4d947f6ddeac1475315786a54bdf38376d
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x09618943342c016a85ac0f98fd005479b3cec57114925947519505892580x71761bf6512bc76fb7169d3fa25e83ef5c85f816220618272024-11-06T17:10:01.000Z0x4d23f181b4a6fdb5dc286bea1b1f6785cbbf9ff2da8895444e47b5afa6f34a17
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x09618943342c016a85ac0f98fd005479b3cec57101550x71761bf6512bc76fb7169d3fa25e83ef5c85f816220611562024-11-06T16:47:39.000Z0x56be7c9b31a473d5fc17860abe564d1609008370f8e947933d892d96f6e485f4
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Approval_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexblock_numberblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x09618943342c016a85ac0f98fd005479b3cec5714477617948352930x71761bf6512bc76fb7169d3fa25e83ef5c85f816447835332768011635222773202024-11-11T16:53:07.000Z0x83de97b6797743b301e13d675b0a91e387f5a9dca2cad117c7658a0a42101f11
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x123cc4afa59160c6328c0152cf333343f510e5a3900000000000000000000x71761bf6512bc76fb7169d3fa25e83ef5c85f81690022669480775934972234221825172024-11-09T12:13:01.000Z0xd82fa9504ff76f91bb243e13e5e7b4b7acfd5a223ed8ecddf62e366e8335dc0e
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x09618943342c016a85ac0f98fd005479b3cec57110000000000000000x71761bf6512bc76fb7169d3fa25e83ef5c85f816100000000000000069214179392024-10-22T19:27:05.000Z0xb00590b29e59ccd29ec875904dc1dcc00e0a792ea2994f6df9b05cce0cb76883
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
out_sharesSTRINGNumber of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
gasvaluestatusgas_usedin_assetssignatureout_sharesto_addressin_receiverblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
4359070true16137020000000000000000000x6e553f6519492299467890072830xaadf01dd90ae0a6bb9eb908294658037096e04040xa18b89225491230fdb1883cfbda65e7931606931279137460xa18b89225491230fdb1883cfbda65e79316069313,02025-03-22T04:13:59.000Z0x7be54837df018a357ea00b0788e209e35e706bb3e1d89bcaf89730c53105450f
2901650true14907043500000000000000000x6e553f6542395585527873218830xaadf01dd90ae0a6bb9eb908294658037096e04040x3a43aec53490cb9fa922847385d82fe25d0e9de7279419800x3a43aec53490cb9fa922847385d82fe25d0e9de70,0,0,42025-03-22T19:55:07.000Z0xcff8f9f42596f1afc92049dafaeaa91c28042707023cd55dad701c40cb9c4fd6
3010830true182886810000000000000000x6e553f65776036374918088300xaadf01dd90ae0a6bb9eb908294658037096e04040x5e0de38c0e5633d66ccf54b13c6cedba5a4197b6355668780x5e0de38c0e5633d66ccf54b13c6cedba5a4197b62025-09-15T07:58:23.000Z0xf294d4f0f6e28ef7ae287b09cecf7f3863d9a922f57a48e808fdfe34becc6247
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_deposit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_DestinationDebtReporting_event

No description available.
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_destinationSTRINGTarget address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_debtValueSTRING-
in_claimedSTRINGAmount of tokens or rewards claimed in the transaction. String-encoded integer representing the claimed value in smallest token units.
in_claimGasUsedSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_DestinationDebtReporting_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_destinationSTRINGTarget address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_destinationblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false329220270400xa6efb95b7393cb419b48a933273f49b6bb48dd5d2024-11-05T21:50:27.000Z0x64437b93efb7d58c0593e51d90f69737ff6631b6dfea1a020b675f9618759c65
0xaadf01dd90ae0a6bb9eb908294658037096e0404false331220270400x945a4f719018edba445ca67bda43663c815835ad2024-11-05T21:50:27.000Z0x64437b93efb7d58c0593e51d90f69737ff6631b6dfea1a020b675f9618759c65
0xaadf01dd90ae0a6bb9eb908294658037096e0404false330220270400xb3723e69d6e4553239d7daf514bf8ff7998500e02024-11-05T21:50:27.000Z0x64437b93efb7d58c0593e51d90f69737ff6631b6dfea1a020b675f9618759c65
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_DestinationVaultAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_destinationSTRINGTarget address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_destinationblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false378223263890xa94031ed4b316b043464fdd5482877f42a39845a2024-11-12T20:08:45.000Z0x823de9bfaa8b556c24a3805db616e05181287d7d453ae2bead1a7a29bf85f0ab
0xaadf01dd90ae0a6bb9eb908294658037096e0404false377223263890x58c2233399b85b53c5506f78eaaae9b0dba1ed3e2024-11-12T20:08:45.000Z0x823de9bfaa8b556c24a3805db616e05181287d7d453ae2bead1a7a29bf85f0ab
0xaadf01dd90ae0a6bb9eb908294658037096e0404false379223263890xd18db4dd6af6a7536ad7f863c136463681e0cdad2024-11-12T20:08:45.000Z0x823de9bfaa8b556c24a3805db616e05181287d7d453ae2bead1a7a29bf85f0ab
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_DestinationVaultRemoved_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_feesSTRINGArray of fee amounts charged in the transaction. Numeric string representations in smallest token denomination.
in_feeSinkSTRINGAddress of the fee sink contract that receives collected fees. Hex-encoded, 0x-prefixed, 42-character string.
in_mintedSharesSTRINGNumber of shares minted in the operation. String-encoded integer representing share amounts in the smallest denomination.
in_profitSTRINGProfit amount generated by the protocol operation or position. String-encoded integer representing token amounts in the smallest denomination.
in_totalAssetsSTRINGTotal 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.
addressin_feesremovedin_profitlog_indexin_feeSinkblock_numberin_totalAssetsblock_timestampin_mintedSharestransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e040431530467466689981false3153046746668998051455520x4c0169b48c5a22503f1c3b871b921d55024a59392397373010595051588877070868072024-12-20T23:20:07.000Z312787517624949460xbd1799ce9d716abf28e2467592fa353061fda9134c133cb73d1c765c3af5606a
0xaadf01dd90ae0a6bb9eb908294658037096e04049548503592111174false9548503592111173145431760x4c0169b48c5a22503f1c3b871b921d55024a5939240447499626603085091466913602024-12-22T14:47:25.000Z94711316540210180x7a62bba8147e8ea9c546ea69016983dd120abdb899f614c55152be9d2388d1c2
0xaadf01dd90ae0a6bb9eb908294658037096e040427290441532064868false2729044153206486782703870x4c0169b48c5a22503f1c3b871b921d55024a5939240672509173663834982687784232024-12-23T03:17:27.000Z270626280093566130x121164899717b2d4c3325ff00c7af143e1097dc6aea0d335db72d656499cf984
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_FeeCollected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_rebalanceParamsSTRUCT<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_dataSTRINGEncoded input data for the contract function call. Hex-encoded byte string representing function parameters and additional call data.
gasvaluestatusin_datagas_usedsignatureto_addressin_receiverblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin_rebalanceParams
24405640true0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000000e095ea7b3010001ffffffffff4200000000000000000000000000000000000006e3547335000082ffffffffff3365f460fa21f5ac9c2f3d2c3b822aa85e6eab8d70a082310103ffffffffff0204c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff004200000000000000000000000000000000000006fbc6d1cb000402ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9afbc6d1cb000500ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9a1ae4396240000000000000ffd35d77f7e0444d8669962724b02fb163e938ea9a06040502000708ffffffffffffffffffffffffffffffffffffffffffffffffff70a082310103ffffffffff0004c0599ae5a44757c0af6f9ec3b93da8976c150a095ea7b3010600ffffffffff04c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff034200000000000000000000000000000000000006095ea7b3010603ffffffffff420000000000000000000000000000000000000666e1d1ef000003ffffffff83f53450e8770dcfbc7978b11aaf2873931fa88fc324042872000683090909ffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000056000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005e00000000000000000000000000000000000000000000000000000000000000620000000000000000000000000000000000000000000000000000000000000066000000000000000000000000000000000000000000000000000000000000006a000000000000000000000000000000000000000000000000000000000000006e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000001ff3684f28c67538d4d072c227340000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000f5d8a5c3c9671000000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000003442213bc0b000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da80000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000f5d8a5c3c9671000000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da800000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000002641fff991f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0bc6ab7a14c03e9583c0e7ccc0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000144c3608b9d000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c14e97c65815c079477327bade3b32123e68c804d445728bc7171f838282052fdc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000f5d8a5c3c9671000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000677394920000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000e7a1b5f3a8cc0a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c1000000000000000000000000000000000000000000000000000000000000002000000000000000000000000004c0599ae5a44757c0af6f9ec3b93da8976c150a00000000000000000000000000000000000000000000000000000000000000200000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002000000000000000000000000091f0f34916ca4e2cce120116774b0e4fa0cdcaa80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000e66be01d16520d0a0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000f3250a89fc26c9d70000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000019910030xdc47c23a0xaadf01dd90ae0a6bb9eb908294658037096e04040xfbe1cefb85716c0e43ecfd399372996646b992c1244191410xfbe1cefb85716c0e43ecfd399372996646b992c102024-12-31T06:47:09.000Z0x30f93cc6e90a9b7e5eda31c423efdbdde1371b9a695c7ee5848efaa11c231dfd{“tokenIn”:“0x91f0f34916ca4e2cce120116774b0e4fa0cdcaa8”,“amountIn”:“17205757586171367424”,“tokenOut”:“0x4200000000000000000000000000000000000006”,“amountOut”:“35417799532297748480”,“destinationIn”:“0x945a4f719018edba445ca67bda43663c815835ad”,“destinationOut”:“0xaadf01dd90ae0a6bb9eb908294658037096e0404”}
23101470true0x00000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000220000000000000000000000000000000000000000000000000000000000000000e095ea7b3010001ffffffffff4200000000000000000000000000000000000006e3547335000082ffffffffff3365f460fa21f5ac9c2f3d2c3b822aa85e6eab8d70a082310103ffffffffff0204c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff004200000000000000000000000000000000000006fbc6d1cb000402ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9afbc6d1cb000500ffffffffffd35d77f7e0444d8669962724b02fb163e938ea9a1ae4396240000000000000ffd35d77f7e0444d8669962724b02fb163e938ea9a06040502000708ffffffffffffffffffffffffffffffffffffffffffffffffff70a082310103ffffffffff0004c0599ae5a44757c0af6f9ec3b93da8976c150a095ea7b3010600ffffffffff04c0599ae5a44757c0af6f9ec3b93da8976c150a70a082310103ffffffffff034200000000000000000000000000000000000006095ea7b3010603ffffffffff420000000000000000000000000000000000000666e1d1ef000003ffffffff83f53450e8770dcfbc7978b11aaf2873931fa88fc324042872000683090909ffff0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c0000000000000000000000000000000000000000000000000000000000000056000000000000000000000000000000000000000000000000000000000000005a000000000000000000000000000000000000000000000000000000000000005e00000000000000000000000000000000000000000000000000000000000000620000000000000000000000000000000000000000000000000000000000000066000000000000000000000000000000000000000000000000000000000000006a000000000000000000000000000000000000000000000000000000000000006e000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000001ff3684f28c67538d4d072c227340000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000b88d54eb20f65800000000000000000000000000000000000000000000000000000000000000038000000000000000000000000000000000000000000000000000000000000003442213bc0b000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da80000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000b88d54eb20f65800000000000000000000000000bc3c5ca50b6a215edf00815965485527f26f5da800000000000000000000000000000000000000000000000000000000000000a000000000000000000000000000000000000000000000000000000000000002641fff991f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0c9ee726d6ed8b986fefbc9750000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000144c3608b9d000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c14e97c65815c079477327bade3b32123e68c804d445728bc7171f838282052fdc00000000000000000000000000000000000000000000000000000000000000000000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000b88d54eb20f658000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000006774445d0000000000000000000000000000000000000000000000000000000000000120000000000000000000000000000000000000000000000000ade4acecb0d075a000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000fbe1cefb85716c0e43ecfd399372996646b992c1000000000000000000000000000000000000000000000000000000000000002000000000000000000000000004c0599ae5a44757c0af6f9ec3b93da8976c150a00000000000000000000000000000000000000000000000000000000000000200000000000000000000000004200000000000000000000000000000000000006000000000000000000000000000000000000000000000000000000000000002000000000000000000000000091f0f34916ca4e2cce120116774b0e4fa0cdcaa80000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000acfc1280db1b408f0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000b66456d6e3284e000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000018839930xdc47c23a0xaadf01dd90ae0a6bb9eb908294658037096e04040xfbe1cefb85716c0e43ecfd399372996646b992c1244416420xfbe1cefb85716c0e43ecfd399372996646b992c102024-12-31T19:17:11.000Z0x7fab7b5f8c2b1bab9a2b2f0bba68f2c14c52ca95fdee48d451684468ef9d5b1d{“tokenIn”:“0x91f0f34916ca4e2cce120116774b0e4fa0cdcaa8”,“amountIn”:“12907118984306069504”,“tokenOut”:“0x4200000000000000000000000000000000000006”,“amountOut”:“26577845212756250624”,“destinationIn”:“0x945a4f719018edba445ca67bda43663c815835ad”,“destinationOut”:“0xaadf01dd90ae0a6bb9eb908294658037096e0404”}
48868090false23512240xdc47c23a0x9c6864105aec23388c89600046213a44c384c831326472680xfff19270583bb6a37e023a3fd499caa5cea3a30402025-07-09T17:58:03.000Z0x5f7c2d65684ed9513e7f54fe72f4b8b0edd426c1ac39df40f7c1c0d5fe8195ed
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_flashRebalance_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_strategySTRINGContract address of the strategy or strategy contract being referenced. Hex-encoded, 0x-prefixed, 42-character string.
in_symbolSuffixSTRINGToken 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_descPrefixSTRINGDescription 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_anon3STRINGSequential counter tracking the total number of pairs created by the factory contract.
gasvaluestatusgas_usedin_anon3signatureto_addressin_strategyblock_numberfrom_addressin_descPrefixtrace_addressblock_timestampin_symbolSuffixtransaction_hash
20861850true4074210x0x267eb9ed0xaadf01dd90ae0a6bb9eb908294658037096e04040xe72a466d426f735bfee91db19dc509735b65b8dc212411030x78a7c45e3cc7b9567b4803aeaf9b33bc8c898451Tokemak baseETH102024-10-18T17:12:33.000ZbaseETH0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_initialize_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_versionINT64Version identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressremovedlog_indexin_versionblock_numberblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false3391212411032024-10-18T17:12:33.000Z0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4
0x9c6864105aec23388c89600046213a44c384c831false8381303106522025-05-16T15:50:51.000Z0x65dfc35c3df689eec23fe8ca1fe57612934dbf027a9a6ec891f2fe1154d6f031
0xeb042dee6f7ff3b45ef0a71686653d168fb02477false7491338119342025-08-05T17:00:15.000Z0xb6b82b326434e2415558c211b2009b1eb7d5e90b29ede3be4bf896cae1ade5cf
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Initialized_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_idleSTRINGAmount of idle or undeployed capital in the vault. Numeric string representation in smallest token denomination.
in_debtSTRINGAmount of debt outstanding in the protocol position or vault. Numeric string representation in smallest token denomination.
in_totalSupplySTRINGTotal supply of the pool or vault token after the event. Numeric string representation of token quantity in smallest denomination.
addressin_debtin_idleremovedlog_indexblock_numberin_totalSupplyblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e04041499652191421987885758584997185257false1992208298015003371064270170442024-11-07T04:55:07.000Z0x00fe4ef3c02b45e1b2a81ef231b415aecc872ec99d48ab155b62fbfa4f509147
0xaadf01dd90ae0a6bb9eb908294658037096e04041499462845329809488868757103015996false8472210473015000999821970860692024-11-07T17:00:07.000Z0xaa9613253956dd5d9ef2268951020cb13c326ee810ddfa10c2810618a3f48d26
0xaadf01dd90ae0a6bb9eb908294658037096e0404328063113621261900263401146673059028022602false1100225519557279112932747540673422024-11-18T01:27:37.000Z0xdc145f7ed3b82f9bfaa7518c34dc90fb069280b9f2ae9a36d2ba6306ea2cf1e7
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Nav_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_Paused_event

No description available.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Paused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_PeriodicFeeCollected_event

No description available.
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_feesSTRINGArray of fee amounts charged in the transaction. Numeric string representations in smallest token denomination.
in_feeSinkSTRINGAddress of the fee sink contract that receives collected fees. Hex-encoded, 0x-prefixed, 42-character string.
in_mintedSharesSTRINGNumber of shares minted in the operation. String-encoded integer representing share amounts in the smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_PeriodicFeeCollected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_spenderSTRINGAddress authorized to spend tokens on behalf of the owner. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_vINT64ECDSA signature component v used for cryptographic verification of signed messages or permits. Integer value representing the recovery identifier, typically 27 or 28.
in_rSTRINGECDSA signature component r used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
in_sSTRINGECDSA signature component s used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
gasin_rin_sin_vvaluestatusgas_usedin_ownerin_valuesignaturein_spenderto_addressin_deadlineblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
4163140xe963609ceabf96bf3586a39ccd29e61050afc3f25936a8696554994e2efa90d90x07298ecbc698e44e1c6b8b7b11c1d8ec11fa8e0bdf4d5eceb3f6c8bd75c6701e280true641970xc0ef9b0ebfa5770d6ed554da6f2ee3fc69472359254698637306322278953050xd505accf0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df0x9c6864105aec23388c89600046213a44c384c8311754518503338641460x4d2b87339b1f9e480aa84c770fa3604d7d40f8df0,02025-08-06T22:00:39.000Z0xe05a021270345e9773b14482ff7ed52b9a3766fb68c205384e93940fff976c0a
3329810xf369b4a5ce65534b488628bf146d792519e7686073ca800efe32379603e4daf30x32b8c9beaa4b2e28ed62261d20e1764aa57e66f748036ea0e17829cd32b4a6d4280true641970xb8b173cc0e4e44edb5f1fe4e1865c5dcd124050e98248916936414662280xd505accf0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df0x9c6864105aec23388c89600046213a44c384c8311754472310338410420x4d2b87339b1f9e480aa84c770fa3604d7d40f8df0,02025-08-06T09:10:31.000Z0xc0dcee4256312099b37ba68415227c46ef9192acdb75e4484638c81b81a7c66b
4241540x9ccac3a00eaa68875c236936218af820fb0a0d1935c3756526539e9fbb27275e0x04a2d47229d9bd975617d820b24745e0667eee230751f6554e82cb6f6557dbcb270true641970x63dfa06e95f05fbca64b2d56cb102fcf687dda5198457484030264092980510xd505accf0x4d2b87339b1f9e480aa84c770fa3604d7d40f8df0x9c6864105aec23388c89600046213a44c384c8311754491886338508260x4d2b87339b1f9e480aa84c770fa3604d7d40f8df0,02025-08-06T14:36:39.000Z0x35a237db60d7db3997835d8de0bfd4c5ab9ddc3f8c04f54e6e0a3c185a24db97
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_permit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_recover_function

No description available.
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.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_amountsARRAY<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_destinationsARRAY<STRING>Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_recover_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
out_assetsSTRINGAmount of underlying assets returned from redeeming shares. String-encoded integer representing token quantity in the token’s smallest unit.
gasvaluestatusgas_usedin_ownerin_sharessignatureout_assetsto_addressin_receiverblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
1995010true1813080x7c001e0e3a53091c5bdca940c31a7024fb05436711876122226629559990xba08765212309738696022017430xaadf01dd90ae0a6bb9eb908294658037096e04040x4d2b87339b1f9e480aa84c770fa3604d7d40f8df326465220x4d2b87339b1f9e480aa84c770fa3604d7d40f8df2,02025-07-09T17:33:11.000Z0xa6974036809d6bd7c150f5931524915c7a723dd45692743d4809069525fc9dcc
1941110true1765080x81f01fed84a5bb03813aade01c6182a0ad8e57f622248850878785733310xba08765223061628383238935130xaadf01dd90ae0a6bb9eb908294658037096e04040x4d2b87339b1f9e480aa84c770fa3604d7d40f8df326526530x4d2b87339b1f9e480aa84c770fa3604d7d40f8df2,02025-07-09T20:57:33.000Z0xb1bf4e12601d8b3801e68e91362807f1ccef1225454a8e586aae0dd790238644
3048700true1709840x66c0d9152209b51977047b9dc3b0b5bf2339b67c1680000000000000000000xba0876521696337270x9c6864105aec23388c89600046213a44c384c8310x66c0d9152209b51977047b9dc3b0b5bf2339b67c326187560x4d2b87339b1f9e480aa84c770fa3604d7d40f8df2,02025-07-09T02:07:39.000Z0x99e772e6d74a8870642e029ada199a6383562fc8cb7ffe4ea43db17a7acda30a
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_redeem_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_RemovedFromRemovalQueue_event

No description available.
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_destinationSTRINGTarget address receiving tokens, funds, or messages in the operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_RemovedFromRemovalQueue_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_newRewarderSTRINGContract 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_oldRewarderSTRINGContract 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.
addressremovedlog_indexblock_numberin_newRewarderin_oldRewarderblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false340212411030xb592c1539ac22edd9784ea4d6a22199c163144980x00000000000000000000000000000000000000002024-10-18T17:12:33.000Z0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4
0x9c6864105aec23388c89600046213a44c384c831false839303106520x4103a467166bbbda3694ab739b391db6c66305950x00000000000000000000000000000000000000002025-05-16T15:50:51.000Z0x65dfc35c3df689eec23fe8ca1fe57612934dbf027a9a6ec891f2fe1154d6f031
0xeb042dee6f7ff3b45ef0a71686653d168fb02477false750338119340x69a63ddb162a0251248f6c7d22902083ca3e05220x00000000000000000000000000000000000000002025-08-05T17:00:15.000Z0xb6b82b326434e2415558c211b2009b1eb7d5e90b29ede3be4bf896cae1ade5cf
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_RewarderSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_Shutdown_event

No description available.
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_reasonINT64Enumerated code indicating the cause or category of the operation or state change. Non-negative integer value representing different reason types defined by the protocol.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Shutdown_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
addressremovedin_newFeelog_indexblock_numberblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false1000279236258532024-12-12T22:04:13.000Z0x4886b81d6c7a1700abe66a62f5a836d01227735136c0274dcf1e43625bae5511
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_StreamingFeeSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_SymbolAndDescSet_event

No description available.
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_symbolSTRINGSymbol of the token involved in the transaction or event.
in_descSTRINGSwap operation parameters struct containing source and destination token addresses, receiver addresses, token amounts, minimum return amount, execution flags, and permit signature data.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_SymbolAndDescSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_TokensPulled_event

No description available.
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_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_amountsARRAY<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_destinationsARRAY<STRING>Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_TokensPulled_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_TokensRecovered_event

No description available.
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_tokensARRAY<STRING>Array of token contract addresses involved in the operation. Hex-encoded, 0x-prefixed, 42-character strings.
in_amountsARRAY<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_destinationsARRAY<STRING>Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_TokensRecovered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0xb592c1539ac22edd9784ea4d6a22199c163144980xaadf01dd90ae0a6bb9eb908294658037096e04040x71761bf6512bc76fb7169d3fa25e83ef5c85f816false94883782917262561640193223936032024-11-14T09:29:13.000Z0x32bfd5e143221e89afe1bde554a3f1cbba327242f8d6d32894b779f9ae4f5ee2
0x71761bf6512bc76fb7169d3fa25e83ef5c85f8160xaadf01dd90ae0a6bb9eb908294658037096e04040x0000000000000000000000000000000000000000false94883782917262561640186223936032024-11-14T09:29:13.000Z0x32bfd5e143221e89afe1bde554a3f1cbba327242f8d6d32894b779f9ae4f5ee2
0xaa1483ffb01308074757c0fff28982eb8b3188bb0xaadf01dd90ae0a6bb9eb908294658037096e04040x0000000000000000000000000000000000000000false1059176447886762630321223785012024-11-14T01:05:49.000Z0x15b3f13682b5f2096eb897826aff8f60b2b842c3e2310ad7024e246d7dc50dc4
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_Unpaused_event

No description available.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Unpaused_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hash
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x7d7fa10263707b88900de8cd865e902019f941659999961329631400x71761bf6512bc76fb7169d3fa25e83ef5c85f81610002770961602243600x71761bf6512bc76fb7169d3fa25e83ef5c85f816223161932024-11-12T14:28:53.000Z0x196f29880b69f55cd66128129aa7f542dcbdfae7802db10386659ccfa1ff342a
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x5013725853c272a08ca424736436dcc041bae29f44995391027576080x71761bf6512bc76fb7169d3fa25e83ef5c85f81645000000000000005990x71761bf6512bc76fb7169d3fa25e83ef5c85f816222916692024-11-12T00:51:25.000Z0x0f223621e41187dfaf5c3e0585f88fb2f1ebc61435c745bf1355ac7c8c8a6312
0xaadf01dd90ae0a6bb9eb908294658037096e0404false0x09618943342c016a85ac0f98fd005479b3cec571114799013423650960x71761bf6512bc76fb7169d3fa25e83ef5c85f816114925947519505892140x71761bf6512bc76fb7169d3fa25e83ef5c85f816220667562024-11-06T19:54:19.000Z0x36a171cbe5aa2ea6f2f1f23f5726f239118083f456322de5880001117bb3c5c9
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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.
trace_addressSTRINGHierarchical 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.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
out_sharesSTRINGNumber of shares issued or burned as a result of the transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
gasvaluestatusgas_usedin_ownerin_assetssignatureout_sharesto_addressin_receiverblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
1718280true1642950xbd37f551ceb90369dcf1e46ddb60937b0adee1073363510xb460af943235743638147912450x9c6864105aec23388c89600046213a44c384c8310xbd37f551ceb90369dcf1e46ddb60937b0adee107378592960xbd37f551ceb90369dcf1e46ddb60937b0adee1073,12025-11-07T09:32:19.000Z0x8249aafa97d5b839f7af4d5dee80fd86fa2683e87340c36b556104038902863c
7038040true6711610x0000000f2eb9f69274678c76222b35eec7588a655655374818660xb460af945499999254367718166773270x9c6864105aec23388c89600046213a44c384c8310x0000000f2eb9f69274678c76222b35eec7588a65359349330x0000000f2eb9f69274678c76222b35eec7588a650,1,0,22025-09-23T20:26:53.000Z0x00bc475459fbd69feff6c7b3afda7c42fb371ffc15f02e4ee7e38acfb8798a79
1819830true1758510x30ba9c99bf5f25c022e1ebf20508c87342fe5911100xb460af94100xaadf01dd90ae0a6bb9eb908294658037096e04040x30ba9c99bf5f25c022e1ebf20508c87342fe5911333221050x4d2b87339b1f9e480aa84c770fa3604d7d40f8df02025-07-25T08:52:37.000Z0x143e7405ce71d81e4f969934d90178e794b527b410c620dd6308a8fd763bf72f
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_withdraw_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

AutopoolETH_WithdrawalQueueSet_event

No description available.
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_destinationsARRAY<STRING>Array of destination addresses for token transfers or operations. Hex-encoded, 0x-prefixed, 42-character strings.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolETH_WithdrawalQueueSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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.
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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetin_vaultlog_indexblock_numberblock_timestamptransaction_hash
0x4fe7916a10b15dadefc59d06ac81757112b1fecefalse0x42000000000000000000000000000000000000060xaadf01dd90ae0a6bb9eb908294658037096e0404342212411032024-10-18T17:12:33.000Z0xadf67a3dd1b7bb8c59f818d7f04e65f7f90963c90bce13384d49066455a808b4
0x4fe7916a10b15dadefc59d06ac81757112b1fecefalse0x833589fcd6edb6e08f4c7c32d4f71b54bda029130x9c6864105aec23388c89600046213a44c384c831840303106522025-05-16T15:50:51.000Z0x65dfc35c3df689eec23fe8ca1fe57612934dbf027a9a6ec891f2fe1154d6f031
0x4fe7916a10b15dadefc59d06ac81757112b1fecefalse0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb420xeb042dee6f7ff3b45ef0a71686653d168fb02477751338119342025-08-05T17:00:15.000Z0xb6b82b326434e2415558c211b2009b1eb7d5e90b29ede3be4bf896cae1ade5cf
Query with partition filter
SELECT *
FROM `tt-contracts.tokemak_v1_base.AutopoolRegistry_VaultAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100