Skip to main content

Tables

EthGenesisVault_Deposited_event

ETH deposit events into StakeWise V3 Genesis Vault on Ethereum, recording deposited assets (wei), minted shares, caller/receiver addresses, and optional referrer. Used for tracking vault deposit activity and analyzing the ETH-to-share conversion rate 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_callerSTRINGAddress that initiated or requested the contract function call. 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_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.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetsin_callerin_shareslog_indexin_receiverin_referrerblock_numberblock_timestamptransaction_hash
0xac0f906e433d58fa868f936e8a43230473652885false36791100000000000000xf2cd8a3ce157fd375525226919e1009c527b5b4736627406094097653131730xf2cd8a3ce157fd375525226919e1009c527b5b470x0000000000000000000000000000000000000000189847192024-01-11T15:57:35.000Z0x2283da24e5d1dd6acdd77bb5f4022dc3ebb96c1dda070098de985c59bb0aa64c
0xac0f906e433d58fa868f936e8a43230473652885false49000000000000000000xc3166d45c6d48be8a8a05a6653d780ea3e39931548784241147289608521040xc3166d45c6d48be8a8a05a6653d780ea3e3993150x0000000000000000000000000000000000000000189824112024-01-11T08:10:35.000Z0x300cd730aea4c4fd7e4cbbab0555ff2642662f76beb0b3a0d2fbc6ef1a50ff84
0xac0f906e433d58fa868f936e8a43230473652885false250000000000000000x14d4cf2091cb98570fc32dd95f7097b267e15982248899189526987803170x14d4cf2091cb98570fc32dd95f7097b267e159820x0000000000000000000000000000000000000000189809492024-01-11T03:14:47.000Z0xb0848a420af07c32c054decd40bf72ac4324d16ee09d49eedf8e8f863c985bef
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthGenesisVault_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EthGenesisVault_ExitQueueEntered_event

Exit queue entry events from StakeWise V3 Genesis Vault on Ethereum, recording when stakers request withdrawals with their vault share amounts and assigned position tickets. Used for tracking withdrawal demand and queue positions for unstaking ETH.
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_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_positionTicketSTRINGUnique position identifier assigned to the staker when entering the exit queue. Numeric string representing the queue position ticket for tracking withdrawal order in the StakeWise V3 vault.
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_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hashin_positionTicket
0xac0f906e433d58fa868f936e8a43230473652885false0xe5c193042e4ab4408396317481c08076942aee8710547878102197475223060xe5c193042e4ab4408396317481c08076942aee87187832522023-12-14T08:40:35.000Z0xc9f1af1799e58d11d94e56b3b0f1cb78e06af075938d28a112733d39c08f246917308717357308860489899
0xac0f906e433d58fa868f936e8a43230473652885false0xbbbbbbbd828a167a058ecc1c429fc563c40a7acd22764785161550519632890xbbbbbbbd828a167a058ecc1c429fc563c40a7acd187850102023-12-14T14:36:23.000Z0x5a996818956872c81c6ba1a3c009bfc77250c4c36f20213a5d4ca4ac344f46a017315862019357102100996
0xac0f906e433d58fa868f936e8a43230473652885false0x53d1987434de7ff987121eadeddcbcd53dc15e4522093899831694413541380x53d1987434de7ff987121eadeddcbcd53dc15e45187809122023-12-14T00:47:59.000Z0x97451a67530594036c9afff27e836868c098a8163664e124ac0a31d363b2ec4717306507967325691048545
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthGenesisVault_ExitQueueEntered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EthGenesisVault_Migrated_event

Migration events from StakeWise V3’s Genesis Vault on Ethereum, recording transfers of staked ETH positions with asset amounts, vault share allocations, and recipient addresses. Used for tracking vault migration flows and analyzing the conversion between ETH assets and vault shares during StakeWise protocol upgrades.
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_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. 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_assetsin_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hash
0xac0f906e433d58fa868f936e8a43230473652885false295579299689732706829545465427161617422560xfa9cd1f30dc8462a930b9f13d47a0c96ef58b6b3186900902023-12-01T07:30:59.000Z0x94bc61102621c3e7ac68945e6cd4aaead8a7611ee0b10432efc99ce3762021bb
0xac0f906e433d58fa868f936e8a43230473652885false522099642337233898552187947357614025022580x5772981b6df6c4c8abc1dcfe3d8d0557812f181d186906782023-12-01T09:29:35.000Z0x13e06fc06202700cc9707da37b8614742a4f59299aa5141477f2e44cf101d59e
0xac0f906e433d58fa868f936e8a43230473652885false200903761114539452220081904025170639232680x731b7fac1d1d6fac048365876a70e5247cd0c984186906672023-12-01T09:27:23.000Z0x61d465a21276c413c1abb3eede12e4901a0459650d68b76c5da455b58b2f96d0
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthGenesisVault_Migrated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EthVault_Deposited_event

ETH deposit events from StakeWise V3 vaults on Ethereum, recording staked ETH amounts and vault shares issued to depositors. Used for tracking vault deposits, share exchange rates, and user staking activity across different vault 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_callerSTRINGAddress that initiated or requested the contract function call. 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_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.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetsin_callerin_shareslog_indexin_receiverin_referrerblock_numberblock_timestamptransaction_hash
0x302be829c61c287787030888bbcf11115ecd5773false64213050783707310xbf66ae125f81b3606ccc8fd5334a6fbfef33cf0d64112632037705491870xbf66ae125f81b3606ccc8fd5334a6fbfef33cf0d0x0000000000000000000000000000000000000000188792992023-12-27T20:14:23.000Z0x989c6813739169e55973e7c72b82e12e0cb1c2c8347d7004bda54d5b61d4274c
0x3f2f7424074bac9337ddca38e83e1518436e0ed0false30000000000000000000xbe5a45757883de0e230c3df1c2ecb0446df2f48529922486149975009412700xbe5a45757883de0e230c3df1c2ecb0446df2f4850x0000000000000000000000000000000000000000188758972023-12-27T08:45:35.000Z0xce123ffb3010623dc88881644b81610ae7a0a2883eae458125d819c4c6974f92
0x3f2f7424074bac9337ddca38e83e1518436e0ed0false2400000000000000000x19bfaac96796139457b474ac085fc841032c93b42393798891998000762070x19bfaac96796139457b474ac085fc841032c93b40x0000000000000000000000000000000000000000188741542023-12-27T02:53:23.000Z0xb9d7c61ec480a26e1106c1d225aaaa63e95508e08cc40049eff48b88d31f21ee
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthVault_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EthVault_ExitQueueEntered_event

StakeWise V3 Ethereum vault exit queue entry events tracking when stakers request to withdraw their shares, recording owner addresses, share amounts, and position tickets. Used for analyzing withdrawal demand patterns and tracking exit queue positions across different 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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_positionTicketSTRINGPosition ticket identifier assigned to track this exit request in the vault’s exit queue. Large integer value that serves as a unique reference for the withdrawal position.
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_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hashin_positionTicket
0x8a93a876912c9f03f88bc9114847cf5b63c89f56false0x89301133da161e851325e257d1bfdf7dafdc7d151997633862376072682470x89301133da161e851325e257d1bfdf7dafdc7d15187719652023-12-12T18:43:35.000Z0xa146995c4f4b7900a041a4d83a1dd7c752b18563728e1f23efd33edd11d5b23e99999999999999999
0x64f2907f92631619ed7ea510982835f9e1024767false0x34aeebd1f93dd050f7bf188e581a7a44414ff47c38904643263332229162420x34aeebd1f93dd050f7bf188e581a7a44414ff47c189747112024-01-10T06:18:47.000Z0x0d60be44e7b9350b35b2886d10c9ee3915cd08350a77340d5cb52538b1e688d154866528031392703872
0x64f2907f92631619ed7ea510982835f9e1024767false0x34aeebd1f93dd050f7bf188e581a7a44414ff47c44891595245154909672840x34aeebd1f93dd050f7bf188e581a7a44414ff47c189710642024-01-09T18:02:59.000Z0x6154b9eea366133b8785104ee65167ee9bef73fa23f88c3f1de92e85061d137a50377368506877212905
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthVault_ExitQueueEntered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EthVaultFactory_VaultCreated_event

New vault deployment events from StakeWise V3 ETH Vault Factory on Ethereum, capturing vault contract addresses, admin addresses, MEV (Maximal Extractable Value) escrow configurations, and initialization parameters for tracking liquid staking vault creation and governance setup.
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_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
in_ownMevEscrowSTRINGContract address of the vault’s dedicated MEV (Maximal Extractable Value) escrow contract, if configured. Zero address (0x000…000) indicates the vault uses a shared MEV escrow instead of its own.
in_paramsSTRINGAdditional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations.
addressremovedin_adminin_vaultin_paramslog_indexblock_numberblock_timestampin_ownMevEscrowtransaction_hash
0xdada5a8e3703b1e3ea2bae5ab704627eb2659fccfalse0x842e9bd5ae00b0cc54173391333049c39e8b5a540x256c83c37aa88bc0fd2057ce54743255e8e55ba60x0000000000000000000000000000000000000000000000000000000000000020ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000000001f40000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000003b6261666b72656963737563373664693779657672787a7370706964706f62627178787373766a75767a70646d756b74627871687834626d656876650000000000361186194662023-11-21T10:12:59.000Z0x00000000000000000000000000000000000000000x22f1b4f69fc6bdf8e4448792cef3861ea56a5b3c285bdd52638e7eb2d6403056
0xdada5a8e3703b1e3ea2bae5ab704627eb2659fccfalse0xb444bd85414fe979cd723423908d303ccaefdb5f0xe2d8f982708ce1e3814c8986cbab624ca926288a0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000003635c9adc5dea00000000000000000000000000000000000000000000000000000000000000000001900000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000003b6261666b726569653376646c766e6e666367787233336c746c667661326e71373776717834736c6b617864336a756f69326f76776f6b7372763434000000000067186190612023-11-21T08:51:23.000Z0x00000000000000000000000000000000000000000x27ce3d9de1a3914764406f9c4d87e97617f4a9c3836fa7ea9e70a35884c7ec92
0xdada5a8e3703b1e3ea2bae5ab704627eb2659fccfalse0xe7db0d2384587956ef9d47304e96236022cce3af0x8216e50b1dd76faeb1ff4cafaba6790ea71910df0x0000000000000000000000000000000000000000000000000000000000000020ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000000003e80000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000003b6261666b726569663265736c78757a6d72696470667563616c7077776e79676c72686f686b64367336676777326f636477646d6d73366765783369000000000089186164252023-11-20T23:58:59.000Z0xa7f5646b8133a1651ccd453480269e25724d59550x0854a39fe249e15d598a8cb5a161c8ad649c6fefd70551e06c8939cc47af2de0
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthVaultFactory_VaultCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EthVaultTest_Deposited_event

ETH deposit events from StakeWise V3 vaults on Ethereum, capturing when users stake ETH and receive vault shares in return. Tracks deposit amounts, share conversions, caller/receiver addresses, and optional referrers for analyzing staking flows and vault growth.
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_callerSTRINGAddress that initiated or requested the contract function call. 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_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.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetsin_callerin_shareslog_indexin_receiverin_referrerblock_numberblock_timestamptransaction_hash
0x089a97a8bc0c0f016f89f9cf42181ff06afb2daffalse50000000000000000000xf506187dc3f5c4c9c91cff1d1ad7eaf9e305242f50000000000000000001280xf506187dc3f5c4c9c91cff1d1ad7eaf9e305242f0x0000000000000000000000000000000000000000188332792023-12-21T09:14:23.000Z0xb643e99ebd24c161fb3dc8af274ea66e61dc859236e0d8b39c799b14f12e4e99
0x3f2f7424074bac9337ddca38e83e1518436e0ed0false5800000000000000000x9c82b53e54a58d60de384761504984d54bfdbdd15786583468631996651950x9c82b53e54a58d60de384761504984d54bfdbdd10x0000000000000000000000000000000000000000188340112023-12-21T11:42:23.000Z0xaf9e9747a69f10b29cd01133f8d4bbee89fef5e6e92b00d0c38e4a86cdf54dc7
0x3f2f7424074bac9337ddca38e83e1518436e0ed0false1000000000000000000x5eda2dc136986fc88d4df5696bc464f96a20268a997719701771488681180x5eda2dc136986fc88d4df5696bc464f96a20268a0x0000000000000000000000000000000000000000188331282023-12-21T08:43:47.000Z0xdd92ca5d11ac4c280b89510691dcfa2b1968861e161beb4989f835152b8a6af2
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthVaultTest_Deposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EthVaultTest_ExitQueueEntered_event

Exit queue entry events from StakeWise V3 Ethereum vaults tracking withdrawal requests with vault shares, owner addresses, and position tickets. Used for analyzing withdrawal demand patterns and liquidity exit flows from liquid staking 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. 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_positionTicketSTRINGUnique identifier for the position in the exit queue, represented as a numeric string. Used to track and reference specific withdrawal requests within the StakeWise V3 vault’s exit queue 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_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hashin_positionTicket
0x5610297eb32542b8f13378fe7d783dcb1ac3b1a1false0x0e8ea44d0b2a00c33b94b2bf426fb20a0c8593be22358653687027481633640x0e8ea44d0b2a00c33b94b2bf426fb20a0c8593be188725632023-12-26T21:32:35.000Z0x58763b65dade8c9fe393f3823d03a84c24a59af69c0678ea4c2c54962fd4ae5713389465911455636089
0x5610297eb32542b8f13378fe7d783dcb1ac3b1a1false0x1abc03835c3925fb20ca79e7ffbb50f8540564f744900177501824110001200x1abc03835c3925fb20ca79e7ffbb50f8540564f7187856102023-12-14T16:36:59.000Z0x0924668809789fc4bf3ae600fb84ffedc8f7cc788b14e96010449086287403be1103048882618656158
0x5610297eb32542b8f13378fe7d783dcb1ac3b1a1false0x123354e633e563265f0599b4244f9b017c433db82692930718980750552900x123354e633e563265f0599b4244f9b017c433db8188002762023-12-16T18:02:59.000Z0x93fbca64ec5a859d7b5f2b0cbd8414bf52928b9d1a985b5cc52799a4831264325593066632801067158
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.EthVaultTest_ExitQueueEntered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OsTokenVaultController_StateUpdated_event

StakeWise V3 vault controller state update events on Ethereum tracking accumulated profit, treasury assets, and treasury shares in wei units for analyzing protocol revenue accrual and treasury position changes.
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_profitAccruedSTRINGAccumulated profit denominated in osToken base units (wei) since the vault controller’s last state update. Values represent 18-decimal precision amounts tracking StakeWise V3 vault earnings over time.
in_treasurySharesSTRINGNumber of vault shares held by the StakeWise V3 treasury at the time of the state update, denominated in the vault’s smallest unit (wei-equivalent). This value tracks the treasury’s ownership stake in the vault and typically increases alongside treasury assets.
in_treasuryAssetsSTRINGTotal assets held in the vault’s treasury, denominated in the smallest unit of the underlying token (wei for ETH). This value tracks the treasury’s asset balance at the time of each state update event.
addressremovedlog_indexblock_numberblock_timestampin_profitAccruedtransaction_hashin_treasuryAssetsin_treasuryShares
0x2a261e60fb14586b474c208b1b7ac6d0f5000306false113188384032023-12-22T02:26:11.000Z1805029778634481140xcfdcc059f9cbe01e0b4d0fb00ef407f7e19435a93bb3d2e07e3debb8db02628490251488931724059000420837603714
0x2a261e60fb14586b474c208b1b7ac6d0f5000306false613188403362023-12-22T08:56:35.000Z2528151818286873990x4c61f93a746e1c95a83fb082e255d4bc6fd2ace696b5027a189a7d985a1f91381264075909143436912605849023126400
0x2a261e60fb14586b474c208b1b7ac6d0f5000306false111188396132023-12-22T06:30:23.000Z4222644567760619330x0057781b8c560108a778fa2bff1fde8892e8988daadf68f6c3f8b37a46590d002111322283880309621055086683622956
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.OsTokenVaultController_StateUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultsRegistry_VaultAdded_event

Vault registration events from StakeWise V3 protocol on Ethereum, capturing when new staking vaults are added to the registry with vault addresses and caller information. Used for tracking vault deployment activity and analyzing protocol growth.
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_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_vaultSTRINGContract address of the vault. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_vaultin_callerlog_indexblock_numberblock_timestamptransaction_hash
0x3a0008a588772446f6e656133c2d5029cc4fc20efalse0x05e393ec11d0197a88d84457908edd4ff235f3230xdada5a8e3703b1e3ea2bae5ab704627eb2659fcc218187334462023-12-07T09:13:11.000Z0x3b5db340c90322a6aaabeddfb26a869fae414856589b3d1b7ccc74368b811f23
0x3a0008a588772446f6e656133c2d5029cc4fc20efalse0x9c29c571847a68a947acec8bacd303e36bc72ec50x6ddc10eeeebbbcf00e784ba44fe4b038af26cb53274187333802023-12-07T08:59:47.000Z0x88b540deae7c4e44222adc40d8dad6fd3d9b3ae5797d0e89831c157f1fb8bbac
0x3a0008a588772446f6e656133c2d5029cc4fc20efalse0xe2d8f982708ce1e3814c8986cbab624ca926288a0xdada5a8e3703b1e3ea2bae5ab704627eb2659fcc66186190612023-11-21T08:51:23.000Z0x27ce3d9de1a3914764406f9c4d87e97617f4a9c3836fa7ea9e70a35884c7ec92
Query with partition filter
SELECT *
FROM `tt-contracts.stakewise_v3_ethereum.VaultsRegistry_VaultAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100