Skip to main content

Tables

DefaultCollateral_Deposit_event

Deposit events from Symbiotic v1 protocol’s DefaultCollateral contract on Ethereum, capturing collateral deposits with depositor address, recipient address, and deposit amounts in wei. Used for tracking collateral flows and analyzing user staking behavior in the Symbiotic restaking 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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap 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.
addressremovedin_amountlog_indexblock_numberin_depositorin_recipientblock_timestamptransaction_hash
0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5acfalse24197327950026607383203257500xf25d83d38d8760303194ae76b112bcf17c46c7d00xf25d83d38d8760303194ae76b112bcf17c46c7d02024-07-17T10:47:59.000Z0xc3d6023dc95c6a74ebd0f78b74ddf40d3b8b9d3cd1ec664925b7973b2892d3ec
0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5acfalse5471976757282896671684203229040x9b3b5eb870466e14bcd29cf9702e6671d381d7e20x9b3b5eb870466e14bcd29cf9702e6671d381d7e22024-07-17T01:16:47.000Z0x73d6fa4ae01ccd3a77e880e54c8aa3b2a9c5cf4967d9b4df87b4b941765d1c11
0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5acfalse40455803635863431203284530x177f9cec8946424bb51856edba3625e350911bec0x177f9cec8946424bb51856edba3625e350911bec2024-07-17T19:51:23.000Z0xeeb4f1cada8906d591a40596f8a022b9714c3591a6db47aaa0f155965c9bf927
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateral_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultCollateral_IncreaseLimit_event

Collateral limit increase events from Symbiotic v1 protocol on Ethereum, recording when deposit or staking caps are raised for default collateral contracts. Used for tracking vault capacity expansions and protocol growth 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5acfalse1014993000000000000000090202258332024-07-03T11:58:11.000Z0xfb1a547bd1da10635513779fc7ecfd12d8db3f39593f7538ab77f61484592a3c
0xb26ff591f44b04e78de18f43b46f8b70c6676984false2948586000000000000000088202258332024-07-03T11:58:11.000Z0xfb1a547bd1da10635513779fc7ecfd12d8db3f39593f7538ab77f61484592a3c
0x38b86004842d3fa4596f0b7a0b53de90745ab654false326224000000000000000092202258332024-07-03T11:58:11.000Z0xfb1a547bd1da10635513779fc7ecfd12d8db3f39593f7538ab77f61484592a3c
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateral_IncreaseLimit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultCollateral_IssueDebt_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_issuerSTRINGAddress of the entity or contract that initiated the issuance or application event. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_debtIssuedSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateral_IssueDebt_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultCollateral_RepayDebt_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_issuerSTRINGAddress of the entity or contract that initiated the issuance or application event. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_debtRepaidSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateral_RepayDebt_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultCollateral_SetLimitIncreaser_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_limitIncreaserSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateral_SetLimitIncreaser_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultCollateral_Transfer_event

Transfer events from Symbiotic v1 default collateral contracts on Ethereum, tracking mints (from zero address) and burns (to zero address) of receipt tokens. Used for analyzing collateral deposits, withdrawals, and user position changes in the restaking 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_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
0xc996e134d96fb5067c80a875903ddd87394748220x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac0x0000000000000000000000000000000000000000false30149991932656646219203230332024-07-17T01:42:47.000Z0xacac857f5ee1fe6b011497cc2d0488526f992ed0d2814726aafafc219d784c4a
0xaec780b752ff8af46cdf43f55ee816bbde5827160x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac0x0000000000000000000000000000000000000000false178758542702235307576203230462024-07-17T01:45:23.000Z0xe642ce51546f098591647e826534dfdfe0f5c18e962de2b69bee29b557143de2
0xe9042a56565fed328bc5634c834569b753d42f120x03bf48b8a1b37fbead1ecabcf15b98b924ffa5ac0x0000000000000000000000000000000000000000false17884906054038565297203261912024-07-17T12:16:47.000Z0x655423573749dc6f403bc81ac63c3c21474df45c6fd361be15da8a763ad16ec2
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateral_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultCollateral_Withdraw_event

Withdrawal events from Symbiotic v1 restaking protocol’s default collateral contracts on Ethereum, recording when users unstake assets with withdrawal amounts, recipient addresses, and withdrawer identities. Used for tracking collateral exit flows and analyzing restaking behavior 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_withdrawerSTRINGAddress of the account receiving the withdrawn assets. Hex-encoded, 0x-prefixed, 42-character string.
in_recipientSTRINGAddress designated to receive the output tokens from a swap 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.
addressremovedin_amountlog_indexblock_numberin_recipientin_withdrawerblock_timestamptransaction_hash
0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5acfalse6400000000000000000310203950240xcd54cc88ac8bb4f437937b5dfa9c341570c6169b0xcd54cc88ac8bb4f437937b5dfa9c341570c6169b2024-07-27T02:53:23.000Z0x5fb0f2f7467ed0cf66e9ac637d32e5b726e19339dba84ae076ac5af8bc1ff0a9
0x03bf48b8a1b37fbead1ecabcf15b98b924ffa5acfalse1000000000000000000333203987290xa14feae37d81716c67f6131ba5eac7295c20b0620xa14feae37d81716c67f6131ba5eac7295c20b0622024-07-27T15:17:35.000Z0xb1469cbea081084b052f08772b962d593e3966bf3aeb88b8062ac697617c8213
0x38b86004842d3fa4596f0b7a0b53de90745ab654false340000000000000000198203989100xbe3026eca9dd524401ceb3b703d79724973323250xbe3026eca9dd524401ceb3b703d79724973323252024-07-27T15:54:11.000Z0x88f2aba83b371ca0642f6c3157405a0c0e53d64da1527be3a7d36da7a5fd1cba
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateral_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

DefaultCollateralFactory_AddEntity_event

Entity registration events from Symbiotic’s DefaultCollateralFactory contract on Ethereum. Tracks when new collateral entities are added to the protocol factory for analyzing supported collateral types and 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_entitySTRINGContract address of the entity being added to the Symbiotic collateral factory system. Hex-encoded, 0x-prefixed 40-character Ethereum address representing the registered entity.
addressremovedin_entitylog_indexblock_numberblock_timestamptransaction_hash
0x1bc8fcfbe6aa17e4a7610f51b888f34583d202ecfalse0xe39b5f5638a209c1a6b6cdffe5d37f7ac99fcc84137201261642024-06-19T13:44:35.000Z0x6490397f278162bb44d3223ba759338bcd2834955bb5dcff71141ff26e2cd2e1
0x1bc8fcfbe6aa17e4a7610f51b888f34583d202ecfalse0x19d0d8e6294b7a04a2733fe433444704b791939a139201261642024-06-19T13:44:35.000Z0x6490397f278162bb44d3223ba759338bcd2834955bb5dcff71141ff26e2cd2e1
0x1bc8fcfbe6aa17e4a7610f51b888f34583d202ecfalse0x33d3b87c957d5cd89b0fb980a29718dcf043b66e242200403792024-06-07T13:54:35.000Z0xb614a057d21f68ad87e830ee7940d9c74f0076a69ee71977ba3de7ab8aa1854a
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.DefaultCollateralFactory_AddEntity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultFactory_AddEntity_event

Entity registration events from Symbiotic’s VaultFactory contract on Ethereum, tracking when new vault entities are added to or removed from the factory registry. Used for monitoring vault deployment activity and factory governance 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_entitySTRINGContract address of the entity being added to the Symbiotic VaultFactory registry. Hex-encoded, 0x-prefixed 40-character Ethereum address representing a vault or related protocol component.
addressremovedin_entitylog_indexblock_numberblock_timestamptransaction_hash
0xaeb6bdd95c502390db8f52c8909f703e9af6a346false0xfad1e635fec21813df895a85fc674f880eabb073463231694532025-08-18T17:32:11.000Z0xcf268df26d81a970b99e733be1116c63b3cd318c57b614d5f6ef5d41caadef6e
0xaeb6bdd95c502390db8f52c8909f703e9af6a346false0x388b844870761ad3d6643c3754d00bb50f2a25f5848231702372025-08-18T20:09:11.000Z0x3efcad623cb06742604383c7d65bd19b4b3ccace168fa755c413ce86fb916015
0xaeb6bdd95c502390db8f52c8909f703e9af6a346false0x1989a20cf262b07e873abc3af8ad9e4616205d6258231691022025-08-18T16:21:23.000Z0x3dce154d06bd6f93d0623b30ba54157319cab05999550be48b65424a669476a3
Query with partition filter
SELECT *
FROM `tt-contracts.symbiotic_v1_ethereum.VaultFactory_AddEntity_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100