Skip to main content

Tables

StfxVault_Claimed_event

Reward claim events from STFX vault contracts on Arbitrum, recording when investors withdraw earnings from trading vaults. Tracks claim amounts, investor addresses, and associated vault addresses for analyzing vault performance and withdrawal 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.
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_investorSTRINGAddress of the investor depositing funds into or claiming funds from the vault. Hex-encoded, 0x-prefixed, 42-character string.
in_stfxAddressSTRINGContract address of the STFX fund or vault instance. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_investorblock_numberin_stfxAddressblock_timestamptransaction_hash
0xd974db6393b83274c7da596b5e9541503500d773false47000000010x8cb4c1c8abe7d1e7b4cc9b068206e74b235a83fb584121770x114c8639977369e755dc8aa1d74bc52c8fd1d7532023-02-06T05:27:12.000Z0x75e869e3e30f7fda87b5fd8e57fd45859a02b096a0878f6c4c655277dad7de5c
0xd974db6393b83274c7da596b5e9541503500d773false49844463240x8cb4c1c8abe7d1e7b4cc9b068206e74b235a83fb584116870x29b2691d2896b7e27c393c0687dc0d88324145cc2023-02-06T05:24:58.000Z0x8716608c678110938c11b7e059ad830cb506b6d0b3f329da7e21cededbd0dd1b
0xd974db6393b83274c7da596b5e9541503500d773false300000000120x8cb4c1c8abe7d1e7b4cc9b068206e74b235a83fb584112550x36d2bbfe83ec2a41cdd24777f26d7942644f2cf72023-02-06T05:23:02.000Z0x66ea5d6c1c7d516fe9464ad642229d64482657659eea0907cca24c221adef154
Query with partition filter
SELECT *
FROM `tt-contracts.stfx_v1_arbitrum.StfxVault_Claimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StfxVault_DepositIntoFund_event

Investor deposit events into STFX (Sustainable Trading Foundation eXperience) vault funds on Arbitrum, capturing investor addresses, deposited amounts, and corresponding STFX fund addresses. Used for tracking capital flows and investment patterns across STFX managed trading vaults.
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__stfxAddressSTRINGAddress of the STFX token or fund contract associated with the vault operation. Hex-encoded, 0x-prefixed, 42-character string.
in_investorSTRINGAddress of the investor depositing funds into or claiming funds from the vault. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexin_investorblock_numberblock_timestampin__stfxAddresstransaction_hash
0xd974db6393b83274c7da596b5e9541503500d773false2000000040x44ffd81ff924e193e5735f338967e87164c224ff688571552023-03-11T13:28:36.000Z0xc7e11259a57c950e98d3381c17cb65e9612e33df0x54a77027dc3fd3ea7ce5a2cf1bb6e0f3e4a1545d80e6d367c6d03c75edda2c83
0xd974db6393b83274c7da596b5e9541503500d773false2000000020x27964f7ce0796b3b22178ad86f1ef054f9e4b19e688494462023-03-11T12:52:29.000Z0xf8cd4f28b7e16ffd4d5a2fec7497fedb443956c20xebe297f2ca5d8e1a0440f33fba37bb8da01dc1d887f013286bdc0df0ec4d7730
0xd974db6393b83274c7da596b5e9541503500d773false14650000020x5f023a855586ebb99f6261697363375a7a5e13ab689598232023-03-11T22:02:56.000Z0x6fc705e16920f4fcef19999391778dbd2939d66b0xff583130a831d978b22f1090eb10f44cbb9660171b33fc18b97c7e66d19003c4
Query with partition filter
SELECT *
FROM `tt-contracts.stfx_v1_arbitrum.StfxVault_DepositIntoFund_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StfxVault_FeesTransferred_event

Fee transfer events from STFX protocol vaults on Arbitrum, capturing manager and protocol fee distributions with vault balance snapshots. Useful for analyzing vault fee structures and revenue sharing between vault managers and the protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in__stfxAddressSTRINGAddress of the STFX token or fund contract associated with the vault operation. Hex-encoded, 0x-prefixed, 42-character string.
in__remainingBalanceSTRINGVault balance remaining after manager and protocol fees were transferred, denominated in the smallest unit of the vault’s base token. String-encoded integer value representing the post-fee vault balance.
in__managerFeeSTRINGFee amount charged to the manager for the issuance, redemption, or operation. Numeric string representation in smallest token unit (wei).
in__protocolFeeSTRINGFee amount charged by the protocol for the issuance, redemption, or operation. Numeric string representation in smallest token unit (wei).
addressremovedlog_indexblock_numberin__managerFeeblock_timestampin__protocolFeein__stfxAddresstransaction_hashin__remainingBalance
0xd974db6393b83274c7da596b5e9541503500d773false467295256402023-03-23T21:08:21.000Z00x5c46ef42712a29a4ed40df76c99c706fad7205550x08f18d42cd5d0a22fe744cb8061bb5a0ae3238a5ad7533f734ca3dc9ad9bb8b430119962
0xd974db6393b83274c7da596b5e9541503500d773false17281976702023-03-23T12:24:54.000Z00xbd088b110983c16cc0d6a6838820c63e02a917d40xd9303abff053c6ae5a17fd67626fbd2f2a5f3f8569589c3394ca6596fa2149ab19769507
0xd974db6393b83274c7da596b5e9541503500d773false57282434602023-03-23T12:41:26.000Z00x67942025b536ace2c45b74f3450d8198334b67840xbced934e8e758f5801ab111862a965213311f0f556d4d5bdf6019bcefe846fc919596852
Query with partition filter
SELECT *
FROM `tt-contracts.stfx_v1_arbitrum.StfxVault_FeesTransferred_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StfxVault_NewFundCreated_event

Fund creation events from STFX protocol on Arbitrum capturing leveraged trading vault parameters including manager address, base token (WETH), trade direction, entry/target/liquidation prices, leverage multiples, and fundraising periods. Used for analyzing fund manager strategies and vault performance metrics.
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_baseTokenSTRINGContract address of the base token in a trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_fundraisingPeriodSTRINGDuration in seconds that the fund accepts deposits before trading begins. Typically ranges from 10,800 (3 hours) to 604,800 (7 days) based on sample values.
in_entryPriceSTRINGPrice at which the trading position was entered. String-encoded numeric value representing the entry price in the smallest denomination or with extended precision.
in_targetPriceSTRINGTarget price for the leveraged position, denominated in the smallest unit of the base token (typically wei for ETH). Represents the profit-taking exit level set by the fund manager at creation.
in_liquidationPriceSTRINGPrice level at which the leveraged position will be automatically closed to prevent further losses, denominated in the base token’s smallest unit. Typically zero when no liquidation threshold is set for the fund.
in_leverageSTRINGLeverage multiplier applied to the trading position. String-encoded numeric value representing the multiple of the margin amount used to determine position size.
in_tradeDirectionBOOLTrade position direction where true indicates a long position and false indicates a short position. Based on sample data, this fund protocol appears to primarily support short positions.
in_stfxAddressSTRINGContract address of the STFX fund or vault instance. Hex-encoded, 0x-prefixed, 42-character string.
in_managerSTRINGAddress of the account authorized to manage the pool, vault, or fund. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_managerin_leverageblock_numberin_baseTokenin_entryPricein_stfxAddressin_targetPriceblock_timestamptransaction_hashin_tradeDirectionin_liquidationPricein_fundraisingPeriod
0xd974db6393b83274c7da596b5e9541503500d773false10x6b6e2f7f703b5d8715d8c1047222210b2f56b3b68000000360786420x82af49447d8a07e3bd95bd0d56f35241523fbab117500000000x61951cc9d2d4e6c41d61b56a405838b93d4723f010000000002022-11-07T18:06:39.000Z0x60494a2590b1b6c2d7bec71bd731662c1212af1b77e17053e23d33c460579107false0360000
0xd974db6393b83274c7da596b5e9541503500d773false110x56e9fa99b38333cfd3a370f9eff662bc0283fdc110000000359729930x82af49447d8a07e3bd95bd0d56f35241523fbab115700000000xdddf8680256a9f5c1f609a5550376b92db34090f13000000002022-11-07T09:47:17.000Z0x8d9d53c51153dd53eee85e208dc485b09ed3b6911651bb8c28225f3cd84a59c0false072000
0xd974db6393b83274c7da596b5e9541503500d773false10xfbd8d99e190491d9dc256faef0bf2b49e1b8062910000000359734580x82af49447d8a07e3bd95bd0d56f35241523fbab115700000000x74307b2319903912ca7277fee0b7dbbe4c1bb3ca13000000002022-11-07T09:49:26.000Z0xace258350cbb725e68c957c9a7e31201511ca8dcf15e345a3d718b9ca532a28efalse010800
Query with partition filter
SELECT *
FROM `tt-contracts.stfx_v1_arbitrum.StfxVault_NewFundCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100