Skip to main content

Tables

AssetVault_withdraw_function

Withdrawal function calls from StakeStone’s AssetVault contract on Ethereum, capturing user withdrawals with recipient addresses and token amounts in wei. Used for tracking vault outflows and user 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__toSTRINGDestination address for the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__amountSTRINGAmount of tokens involved in the transaction. String-encoded integer representing token quantity in smallest unit (wei for ETH, base units for ERC20 tokens).
gasvaluein__tostatusgas_usedsignaturein__amountto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
49562900x22a956c4755d8c4294b358dc346e74250e175622true77380xf3fef3a3660147467013182064560x9485711f11b17f73f2ccc8561bcae05bdc7e9ad9209639060xa62f9c5af106feee069f38de51098d9d81b905720,2,0,82024-10-14T12:48:59.000Z0xebe0a6d5fbf96a5fec7717c83a24196d6cc8321be73b78e4f7eadf54d37c814c
37165400xe86142af1321eaac4270422081c1eda31eecff0ctrue97380xf3fef3a335594763853898254390x9485711f11b17f73f2ccc8561bcae05bdc7e9ad9209635930xa62f9c5af106feee069f38de51098d9d81b905722,42024-10-14T11:45:35.000Z0xfa1578afffe3e86a48af934cf7d43516dd3771a8ed0639f19faeb16780343c15
1188400x8ac1651162983b6369cdbd86ed345eb3aff18a98true96830xf3fef3a31506013749627488190x9485711f11b17f73f2ccc8561bcae05bdc7e9ad9209662730xa62f9c5af106feee069f38de51098d9d81b9057242024-10-14T20:44:47.000Z0xcc6a1ec2d765e2a0882b47ac7eddb232dd94b15e1dc92f7e77ed44e3990fdfc3
Query with partition filter
SELECT *
FROM `tt-contracts.stakestone_v1_ethereum.AssetVault_withdraw_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StoneVault_Deposit_event

Deposit events from StakeStone’s liquid staking vault on Ethereum, tracking user stakes with deposit amounts, minted receipt tokens, and round identifiers. Used for analyzing vault inflows, user participation patterns, and stake distribution across deposit rounds.
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.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_mintSTRINGAddress of the token mint or contract being created, deposited, or transferred. Base58-encoded Solana public key or hex-encoded EVM address.
in_roundSTRINGSequential identifier for vault or auction rounds. Numeric string representing the round number in the protocol’s lifecycle.
addressin_mintremovedin_roundin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0xa62f9c5af106feee069f38de51098d9d81b905722000000000000000000false120000000000000000004170xc061594b5e90220fb65b644774ec7a7d73fd7a7d182125662023-09-25T11:41:11.000Z0xe1e99e34438d0e4202f6b6d3f65bf6ae9e29c4f56d4e29b02103d71994d069f9
0xa62f9c5af106feee069f38de51098d9d81b90572150000000000000000false11500000000000000003620xd46ae63ee79f409397f6cdf7eaf6145e63690e08182146132023-09-25T18:33:59.000Z0xb776bb7dabb6b89394caf2bb70e843aa726d72cfb45e3aa996ceed5b5fd5ea99
0xa62f9c5af106feee069f38de51098d9d81b90572100000000000000000false11000000000000000002480xc1364ad857462e1b60609d9e56b5e24c5c21a312182115112023-09-25T08:08:23.000Z0x2be84b946751128f8e28fba1c61c23e76b19d3005c853473d25a5ac915cbdc12
Query with partition filter
SELECT *
FROM `tt-contracts.stakestone_v1_ethereum.StoneVault_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

StoneVault_RollToNextRound_event

StakeStone vault round transition events on Ethereum recording when the StoneVault contract advances to a new operational round with updated share prices and vault balances. Tracks sequential round progressions with incoming vault amounts and corresponding share price valuations for analyzing StakeStone’s liquid staking vault performance 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_roundSTRINGSequential identifier for vault or auction rounds. Numeric string representing the round number in the protocol’s lifecycle.
in_vaultInSTRINGAmount of tokens deposited into the vault during this round transition, denominated in the smallest unit (wei). This value represents incoming deposits being rolled forward into the new round period.
in_vaultOutSTRINGAmount of vault tokens withdrawn or moved out during the round transition, denominated in wei. Typically zero in StakeStone vault rounds, indicating no outflows during rollover events.
in_sharePriceSTRINGPrice per vault share denominated in wei (18 decimals) at the time of the round transition. Values typically hover around 1e18 (1.0) with small variations indicating accrued yield or losses.
addressremovedin_roundlog_indexin_vaultInin_vaultOutblock_numberin_sharePriceblock_timestamptransaction_hash
0xa62f9c5af106feee069f38de51098d9d81b90572false9186157316374772227530072901889711510030022571820234872023-12-30T08:20:59.000Z0x171fba9e69f7c1a5d07aadcf47191ba329ef89cc669519beb02b701a4aa0b92f
0xa62f9c5af106feee069f38de51098d9d81b90572false1278100000000000000001820445910000000000000000002023-09-24T08:27:11.000Z0xaa51e38dd3614aa1218e550472497108f044b53435c5077cdf1bdea5b8b6b738
0xa62f9c5af106feee069f38de51098d9d81b90572false6143087838553230577335949301881931710021138626719154922023-12-19T10:09:59.000Z0xdd791fcf7240ec1fba1ca36712e5103386cc7411cfdfa4c2d4b8951ba5eacbc2
Query with partition filter
SELECT *
FROM `tt-contracts.stakestone_v1_ethereum.StoneVault_RollToNextRound_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100