Skip to main content

Tables

SiloFactory_NewSiloCreated_event

Silo protocol factory deployment events on Ethereum tracking creation of new isolated lending markets (silos) for specific collateral assets. Each record captures the silo contract address, underlying asset address, and protocol version for monitoring Silo’s market expansion.
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_siloSTRINGContract address of the Silo instance. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressin_siloremovedin_assetlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x4d919cecfd4793c0d47866c8d0a02a09507375890x465aaace8fa54bef7f6c8c33774f42213b4c5986false0x1f9840a85d5af5bf1d1762f925bdaddc4201f9842561158233732022-10-25T06:41:59.000Z0xb9c6d09940300484881b8dcb37a5c12ef80642b48f324128a7d57d8113491579
0x4d919cecfd4793c0d47866c8d0a02a09507375890xcb357b59f0711373fe077df1255ecd253ad7d49ffalse0x0f5d2fb29fb7d3cfee444a200298f468908cc9422601158231672022-10-25T06:00:23.000Z0xc2b50c7dfb4e9c18474d377099f87af21665b7a07aadb760fef188069d5c8907
0x4d919cecfd4793c0d47866c8d0a02a09507375890x00c64ae39df498b8e77355d2085b8f968f0e3954false0xf4d2888d29d722226fafa5d9b24f9164c092421e2631158231332022-10-25T05:53:35.000Z0x5dd31371936d8daa82904cac02fc0990b33279d6e1cd150b7b9289f50a52ba52
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloFactory_NewSiloCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloFactoryV1_NewSiloCreated_event

Silo Finance protocol factory deployment events on Ethereum, recording each new isolated lending market (silo) created for a specific collateral asset. Tracks silo contract addresses paired with their underlying asset tokens for monitoring protocol expansion and supported collateral types.
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_siloSTRINGContract address of the Silo instance. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressin_siloremovedin_assetlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x4d919cecfd4793c0d47866c8d0a02a09507375890x465aaace8fa54bef7f6c8c33774f42213b4c5986false0x1f9840a85d5af5bf1d1762f925bdaddc4201f9842561158233732022-10-25T06:41:59.000Z0xb9c6d09940300484881b8dcb37a5c12ef80642b48f324128a7d57d8113491579
0x4d919cecfd4793c0d47866c8d0a02a09507375890xcb357b59f0711373fe077df1255ecd253ad7d49ffalse0x0f5d2fb29fb7d3cfee444a200298f468908cc9422601158231672022-10-25T06:00:23.000Z0xc2b50c7dfb4e9c18474d377099f87af21665b7a07aadb760fef188069d5c8907
0x4d919cecfd4793c0d47866c8d0a02a09507375890x00c64ae39df498b8e77355d2085b8f968f0e3954false0xf4d2888d29d722226fafa5d9b24f9164c092421e2631158231332022-10-25T05:53:35.000Z0x5dd31371936d8daa82904cac02fc0990b33279d6e1cd150b7b9289f50a52ba52
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloFactoryV1_NewSiloCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloFactoryV2_NewSiloCreated_event

Silo protocol factory event logs recording creation of new lending markets on Ethereum, with each silo representing an isolated lending pool for a specific asset. Used for tracking Silo market deployments and analyzing protocol growth across different collateral types.
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_siloSTRINGContract address of the Silo instance. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressin_siloremovedin_assetlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x2c0fa05281730efd3ef71172d8992500b36b56ea0x076ad078ce2b22f208ded6812e4d5de4a3ee4088false0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d1421178186612023-08-01T07:29:11.000Z0x5888900277761e556d965f8dc9d034c806b1cad26331472d4906f85a9773dedc
0x2c0fa05281730efd3ef71172d8992500b36b56ea0xa56d5162a4e3bc6ed6395b05765e18edaa3cedfefalse0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481131178210192023-08-01T15:22:35.000Z0x833370b0fcb6d6738e02242ccda52573a20744f8675d70dbcec20ea0606e42d7
0x2c0fa05281730efd3ef71172d8992500b36b56ea0x5128fb075c5f770bfc53152abb37a62bb9dbf723false0xc011a73ee8576fb46f5e1c5751ca3b9fe0af2a6f1021178198352023-08-01T11:24:47.000Z0xde50afefa81c77205975c4d4aeff61b6008e16c6e7bfdffd6e4bf92160c9fe39
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloFactoryV2_NewSiloCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloFactoryV3_NewSiloCreated_event

New Silo lending market creation events from the Silo Finance protocol factory contract on Ethereum. Records deployment of isolated lending markets with their contract addresses, underlying collateral assets, and version numbers for tracking protocol expansion.
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_siloSTRINGContract address of the Silo instance. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_versionSTRINGVersion identifier for the contract or event schema. String or integer value indicating the initialization or state version.
addressin_siloremovedin_assetlog_indexin_versionblock_numberblock_timestamptransaction_hash
0x6d4a256695586f61b77b09bc3d28333a91114d5a0x339666a930fd79c190e824dd9d9df0393b8bd196false0x470f9f350642edf3cb3f2a6eb4569c0219386f0b1182175123682023-06-19T07:40:47.000Z0x8256520455c027ccb76d6e4b336d9d78dfaa9f283b442179b6e6a859b1c2c245
0x6d4a256695586f61b77b09bc3d28333a91114d5a0x03ff864f65a69e6c025f68f5695fa243f8d2d61bfalse0x041dfd7e8497b3b47b2260fc0ced9443c67c9ed2832173929442023-06-02T12:07:11.000Z0xa9989118b043a93845d3ac416f07025dc8e8d4f5d7133bafd825a9109daaa137
0x6d4a256695586f61b77b09bc3d28333a91114d5a0x74a633b156b55711d0c91e64fa7de3b7af87470afalse0xa600df1fb4c79a668c4d9e3016504d28bfaaff1a1152173930352023-06-02T12:25:47.000Z0xe2611f9636f10dcf61e34a5f8c3dc7e94035693bbf7e4eaa1be845c785343894
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloFactoryV3_NewSiloCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloIncentivesControllerV1_RewardsClaimed_event

Incentive reward claim events from Silo Finance V1 lending protocol on Ethereum, recording when users claim their accumulated rewards with claimer, recipient, and token amount details. Useful for analyzing reward distribution patterns and user engagement with Silo’s incentive programs.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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_claimerSTRINGAddress of the account initiating the claim transaction. 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_toaddressin_userremovedin_amountlog_indexin_claimerblock_numberblock_timestamptransaction_hash
0x6a7dbffd83c6808651223efcaf7ea88161290e2b0x6c1603ab6cecf89dd60c24530dde23f97da3c2290x6a7dbffd83c6808651223efcaf7ea88161290e2bfalse12475407595466087091022430x6a7dbffd83c6808651223efcaf7ea88161290e2b185013812023-11-04T21:34:59.000Z0x36d07bca2841ebbc1dba8231ab9944498a6c786bf1ac16724382416ec88c75e8
0xb5be97c440d573e81ea3d2257432eb2ae646e2650x6c1603ab6cecf89dd60c24530dde23f97da3c2290xb5be97c440d573e81ea3d2257432eb2ae646e265false42354352491484686237933080xb5be97c440d573e81ea3d2257432eb2ae646e265185015952023-11-04T22:18:11.000Z0xd08d3df2e05446252363f4f0de1ad8e927ba16cadf5bb7417be022959334b5f4
0x9b8b04b6f82cd5e1dae58ca3614d445f93defc5c0x6c1603ab6cecf89dd60c24530dde23f97da3c2290x9b8b04b6f82cd5e1dae58ca3614d445f93defc5cfalse50047777530837814905061250x9b8b04b6f82cd5e1dae58ca3614d445f93defc5c173444602023-05-26T16:29:35.000Z0x825a797ca53fd55daa7f00e84b4f359043dbe963dc7dace36318feb6678f0e5d
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloIncentivesControllerV1_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloIncentivesControllerV2_RewardsClaimed_event

Reward claim events from Silo Finance V2 incentives controller on Ethereum, tracking when users claim incentive tokens with claimer, recipient, and token amounts. Used for analyzing user participation in Silo’s liquidity mining programs and reward distribution 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_userSTRINGAddress of the user account associated with the transaction or protocol 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_claimerSTRINGAddress of the account initiating the claim transaction. 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_toaddressin_userremovedin_amountlog_indexin_claimerblock_numberblock_timestamptransaction_hash
0x46a83dc1a264bff133db887023d28841670948370x361384a0d755f972e5eea26e4f4efbaf976b64610x46a83dc1a264bff133db887023d2884167094837false17955268731174022364042050x46a83dc1a264bff133db887023d2884167094837184924512023-11-03T15:32:47.000Z0x70b339036a863275372a8a25eb43c4a51976d76066be554f36ea3b107a21da06
0x5dd596c901987a2b28c38a9c1dfbf86fffc15d770x361384a0d755f972e5eea26e4f4efbaf976b64610x5dd596c901987a2b28c38a9c1dfbf86fffc15d77false1876277433802470609575580x5dd596c901987a2b28c38a9c1dfbf86fffc15d77184887942023-11-03T03:15:35.000Z0xbdc60ecb50b5053666e1dea9795df672394970ab01eb403f89d765be759207b0
0xbdfa4f4492dd7b7cf211209c4791af8d52bf5c500x361384a0d755f972e5eea26e4f4efbaf976b64610xbdfa4f4492dd7b7cf211209c4791af8d52bf5c50false2487795014351006454082520xbdfa4f4492dd7b7cf211209c4791af8d52bf5c50184887772023-11-03T03:12:11.000Z0x2be2a760e3c3d7617361b36e0fb1a5088dcdcc7f3655c1abefdc99e803bad205
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloIncentivesControllerV2_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloModule_SiloModuleWithdraw_event

Withdrawal events from Silo Protocol v1 lending markets on Ethereum, recording XAI token amounts withdrawn from specific silo addresses. Used for tracking liquidity removals and user withdrawal patterns across different lending pools.
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_siloSTRINGContract address of the Silo instance. Hex-encoded, 0x-prefixed, 42-character string.
in_xaiAmountSTRINGAmount of XAI tokens withdrawn from the Silo, denominated in wei (18 decimals). Values typically range from hundreds to millions of tokens in their smallest unit representation.
addressin_siloremovedlog_indexblock_numberin_xaiAmountblock_timestamptransaction_hash
0xb98bc3e3b9ea8d86f6ee321737fa23710737f1af0x0bce613ef6a197e8c56be525cf173c27b49ac47dfalse248174782511500000000000000000000002023-06-14T12:42:59.000Z0x9511775d3fc9314b64ca5b978bbb4f1a1059cb0587d53126965a704a1c16193e
0xb98bc3e3b9ea8d86f6ee321737fa23710737f1af0xaeafe7ba306ca37cb7c69f6a2822541a28c116e8false243174782511500000000000000000000002023-06-14T12:42:59.000Z0x9511775d3fc9314b64ca5b978bbb4f1a1059cb0587d53126965a704a1c16193e
0xb98bc3e3b9ea8d86f6ee321737fa23710737f1af0x4872428c93bc52450c435223bece8b4a622b4252false253174782511500000000000000000000002023-06-14T12:42:59.000Z0x9511775d3fc9314b64ca5b978bbb4f1a1059cb0587d53126965a704a1c16193e
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloModule_SiloModuleWithdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloModule_withdrawRevenue_function

Revenue withdrawal function calls from Silo v1 lending protocol on Ethereum. Tracks attempts to extract protocol fees from individual silo markets, useful for analyzing revenue collection patterns and transaction success rates across different lending pools.
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__siloSTRINGContract address of the specific Silo lending market from which revenue is being withdrawn. Hex-encoded, 0x-prefixed Ethereum address identifying the individual Silo vault instance.
gasvaluestatusgas_usedin__silosignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hash
79798450false5493800x339666a930fd79c190e824dd9d9df0393b8bd1960x5e420f4c0xb98bc3e3b9ea8d86f6ee321737fa23710737f1af222829750xe8e8041cb5e3158a0829a19e014ca1cf910985540,4,62025-04-16T17:13:23.000Z0x111b0962040682588ef1ddf68141f6e0d2e23a730d6bc22d3d893db2ee6e5ed5
94485400false2948210xcd888c9bd53c1ca49b9251f74cc93c73e22963fa0x5e420f4c0xb98bc3e3b9ea8d86f6ee321737fa23710737f1af222829750xe8e8041cb5e3158a0829a19e014ca1cf910985540,4,02025-04-16T17:13:23.000Z0x111b0962040682588ef1ddf68141f6e0d2e23a730d6bc22d3d893db2ee6e5ed5
73000500false2831200x4f5717f1efdec78a960f08871903b394e7ea95ed0x5e420f4c0xb98bc3e3b9ea8d86f6ee321737fa23710737f1af222829750xe8e8041cb5e3158a0829a19e014ca1cf910985540,4,82025-04-16T17:13:23.000Z0x111b0962040682588ef1ddf68141f6e0d2e23a730d6bc22d3d893db2ee6e5ed5
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloModule_withdrawRevenue_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV1_Borrow_event

Borrow transaction events from Silo Finance V1 lending protocol on Ethereum, tracking user addresses, borrowed asset contracts, and loan amounts. Used for analyzing borrowing activity, position sizes, and asset utilization across different Silo markets.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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.
addressin_userremovedin_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x67b2d089c39c59a49f8fbdea43f5878b3a3f65c30x1ba67f30e25fc43863b50047d7fd4bd63b9c59ecfalse0xc0c293ce456ff0ed870add98a0828dd4d2903dbf23000000000000000000000194160765682022-11-29T15:33:23.000Z0x9186c482d198f1c11ebdab6df4ba3fe32dbde3b7dda714dc815dbe78bed09f1e
0x67b2d089c39c59a49f8fbdea43f5878b3a3f65c30xa68444587ea4d3460bbc11d5aebc1c817518d648false0xc0c293ce456ff0ed870add98a0828dd4d2903dbf137754117261872064153197160786542022-11-29T22:33:47.000Z0x8db54112001f1568aa063c841df179ef076b21380856ca93138cd2bdac5f2c47
0x67b2d089c39c59a49f8fbdea43f5878b3a3f65c30xa68444587ea4d3460bbc11d5aebc1c817518d648false0xc0c293ce456ff0ed870add98a0828dd4d2903dbf1114363742309106781462203160786692022-11-29T22:36:47.000Z0x7615b7ed0a63eeb2d7ff1c9881f44db8ec2ae6d5f93e7d1a4421924f3e758fb4
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV1_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV1_Deposit_event

Deposit events from Silo Finance V1 lending protocol on Ethereum, capturing depositor addresses, asset tokens, amounts, and collateral-only flags. Used for analyzing liquidity provision patterns and user deposit behavior across different Silo markets.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. 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_collateralOnlyBOOLBoolean flag indicating whether the deposited or withdrawn asset is restricted to use as collateral only and cannot be borrowed against.
addressremovedin_assetin_amountlog_indexblock_numberin_depositorblock_timestamptransaction_hashin_collateralOnly
0x4f5717f1efdec78a960f08871903b394e7ea95edfalse0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca013861521768491038097349159517860x0a4ea2fdfad07d035fa20cf13b7e8813ac5dca222022-11-12T05:16:35.000Z0x28dd4c717f47ff8b5f3111206c756a99cbcf09c0e8548bcf75060efd03ab0039false
0x4f5717f1efdec78a960f08871903b394e7ea95edfalse0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0627887125406746499618236185554360xa53a13a80d72a855481de5211e7654fabdfe35262023-11-12T11:08:35.000Z0x4ea40eaa293f1ba80f9a204738585306f1f2c4beafa7191c7f60b31e8ec4bf5atrue
0x629b9e70a7d32c718318d691dda5da585e468b82false0x6dea81c8171d0ba574754ef6f8b412f2ed88c54d4406081231268679227936288185579900x357dfdc34f93388059d2eb09996d80f233037cba2023-11-12T19:42:59.000Z0x6006b009c840c77b4d36a8943f65f9b13a3f3e796a6eec10a074eb7913ce0736true
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV1_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV1_Repay_event

Debt repayment events from Silo Finance V1 lending markets on Ethereum. Tracks borrowers repaying loans with asset address, repaid amount, and associated user for analyzing lending protocol debt management and liquidation avoidance 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_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_userSTRINGAddress of the user account associated with the transaction or protocol 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.
addressin_userremovedin_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x92e7e77163ffed918421e3cb6e0a22f2fe8b37fa0x2bc6ace742d7a1b9ad15d09a150687f042f9f185false0xba100000625a3754423978a60c9317c58a424e3d1270000000000000000000354161811562022-12-14T06:29:59.000Z0x91981b9b8b43e7381f7264dad67ae5a5aef34c8b8aa89df55d1d203e44e1fcd8
0x92e7e77163ffed918421e3cb6e0a22f2fe8b37fa0x2bc6ace742d7a1b9ad15d09a150687f042f9f185false0xba100000625a3754423978a60c9317c58a424e3d220529900747954587607242161862402022-12-14T23:32:23.000Z0x3438af1932597525fea88858eb15c02e6c902c219cde3607055df99e0ca12f60
0x2eaf84b425822edf450fc5fdeec085f2e5ada98b0x791d1ec51d931186c1d4b80e753b7155dd98f741false0xbe9895146f7af43049ca1c1ae358b0541ea497047010000000000000121161839282022-12-14T15:48:23.000Z0xa52c8835db5efbc4a0515b876658107fb79c2a772be6b964cbf89a0b77eed910
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV1_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV1_Withdraw_event

Withdrawal events from Silo Finance V1 lending markets on Ethereum, tracking asset removals with depositor, receiver, and collateral-only flag distinctions. Used for analyzing liquidity flows and user redemption patterns across isolated lending pools.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_collateralOnlyBOOLBoolean flag indicating whether the deposited or withdrawn asset is restricted to use as collateral only and cannot be borrowed against.
addressremovedin_assetin_amountlog_indexin_receiverblock_numberin_depositorblock_timestamptransaction_hashin_collateralOnly
0xac3333401e69574d433307b31f43a7826eb6f8fdfalse0x4a220e6096b25eadb88358cb44068a3248254675200000000000000000000530xb2374f84b3ceeff6492943df613c9bcf45322a0c161894820x0ccfaac13324f34d59d63a7578fe3ac3c57347262022-12-15T10:25:11.000Z0x5b5a211e588e86a20bfbadfb467f4c561fc641ae01fc0a6e7cf152a0bd58c522true
0xac3333401e69574d433307b31f43a7826eb6f8fdfalse0x4a220e6096b25eadb88358cb44068a32482546751000000000000000000001300xb2374f84b3ceeff6492943df613c9bcf45322a0c161891580x0ccfaac13324f34d59d63a7578fe3ac3c57347262022-12-15T09:19:47.000Z0x3ebc72e6a0a6af80370ccc01f4d1d0e97a8919f0043c58a13ad47c68c0f518edtrue
0xc8cd77d4cd9511f2822f24ad14fe9e3c97c57836false0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2750000000000000000001060xb2374f84b3ceeff6492943df613c9bcf45322a0c161873710x2a86d975c2b490cac6cf9259a4e7824bf93ce02d2022-12-15T03:19:59.000Z0x14949b8dcc8cf3b61fbcd358a977abf3e6b1b51cc78af66e798f444272732302true
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV1_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV2_Borrow_event

Borrow event records from Silo Finance V1 lending protocol on Ethereum, capturing when users borrow assets with borrower address, asset token, and borrowed amount. Used for analyzing borrowing activity, debt positions, and protocol utilization across different collateral markets.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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.
addressin_userremovedin_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb90x1e2cd9d97dced12fdd6e09087fdb3ccf82f9a34efalse0xd533a949740bb3306d119cc777fa900ba034cd5210000000000000000000000532185241372023-11-08T02:03:35.000Z0x3440c1230477ba37ad8512f31eca639c0b7be9d17fbeeb541459e4ba21967922
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb90x32d03db62e464c9168e41028ffa6e9a05d8c6451false0xf939e0a03fb07f59a73314e73794be0e57ac1b4e950000000000000000000000462185285872023-11-08T17:00:11.000Z0xcf6f23cbdb4375cb2f812b83c2eca86f3bf1c7b8339492b56e03b1c26d063bc0
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb90x32d03db62e464c9168e41028ffa6e9a05d8c6451false0xf939e0a03fb07f59a73314e73794be0e57ac1b4e950000000000000000000000296185286302023-11-08T17:08:47.000Z0x372694a29f5fcbec1d70a69eda070ee1eaff8cbf9d80565af392505398f19021
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV2_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV2_Deposit_event

Deposit events from Silo V2 lending protocol on Ethereum, recording asset deposits into lending pools with depositor addresses, asset amounts, and collateral-only flags. Used for analyzing lending behavior, capital flows, and collateral composition across different Silo markets.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. 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_collateralOnlyBOOLBoolean flag indicating whether the deposited or withdrawn asset is restricted to use as collateral only and cannot be borrowed against.
addressremovedin_assetin_amountlog_indexblock_numberin_depositorblock_timestamptransaction_hashin_collateralOnly
0xc9ae642d3a2792c429219ba641c4a2a8fb8f7dc5false0xd33526068d116ce69f19a9ee46f0bd304f21a51f269606991915166456679179112730x8f0a35f3b9c3afb0ff67af81af67af97e900ea392023-08-14T06:24:23.000Z0xe91a60c5541219540fa2d8862ce6ba7ea7015345397ecdbe456dc1343630944ftrue
0x4f11d892fd89cf16651fc1a2526ccfbdded3e616false0x1f9840a85d5af5bf1d1762f925bdaddc4201f9849880165651425158726681184012990xbb2fee3323bcd5d0d70271585d06567792decb3b2023-10-21T21:14:47.000Z0xff1b70197bedf2ae1e4123ecf4ecba7a4f90c5bc718766803d627a4bed9ae032false
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb9false0xf939e0a03fb07f59a73314e73794be0e57ac1b4e1429488185523029911435856183977720xe05082b184a34668cd8a904d85fa815802bbb04c2023-10-21T09:24:35.000Z0xad7cb699b7f475fe99722a5fba19c624813fdf353a8cc04dbb12fe6da13a9439false
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV2_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV2_Repay_event

Debt repayment events from Silo V2 lending protocol on Ethereum, recording when users repay borrowed assets. Useful for tracking loan activity, calculating outstanding debt positions, and analyzing borrower behavior across different asset markets.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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.
addressin_userremovedin_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb90x62115d7710c22829c8f042a14a4804eb059392e6false0xd533a949740bb3306d119cc777fa900ba034cd526374356340237082855599292185714092023-11-14T16:42:47.000Z0x78d2cdba39c0495e8c685c56259ef77440b21776f48e87bc449bc8d6599407c0
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb90x62115d7710c22829c8f042a14a4804eb059392e6false0xd533a949740bb3306d119cc777fa900ba034cd52232979976687255144880646213185713852023-11-14T16:37:59.000Z0xd5f62a250b7a3c17147f5541d8cfeec8e7f91c236b6126bfeaf05ea05067eef0
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb90x154001a2f9f816389b2f6d9e07563ce0359d813dfalse0xd533a949740bb3306d119cc777fa900ba034cd524985370653330795051649292184993392023-11-04T14:43:11.000Z0x10caebab472aea602c25343eeafb1dc1e4d7861d9c5e75c5a02f21c5c6387e07
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV2_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV2_Withdraw_event

Withdrawal events from Silo Finance V2 lending protocol on Ethereum, tracking asset withdrawals with depositor, receiver, amount, and collateral-only flag. Used for analyzing lending activity, user behavior, and protocol liquidity movements.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_collateralOnlyBOOLBoolean flag indicating whether the deposited or withdrawn asset is restricted to use as collateral only and cannot be borrowed against.
addressremovedin_assetin_amountlog_indexin_receiverblock_numberin_depositorblock_timestamptransaction_hashin_collateralOnly
0xb0823c25cdf531a58e581ee14f160c290fef5722false0x0bc529c00c6401aef6d220be8c6ea1667f6ad93e625000000000000000001510xf380f025675a868ed5614a1dd77c6b05f4147004184166740x2f8742738e55b7e15d8c1aa213af1ff9289c7c6b2023-10-24T00:53:35.000Z0xf9e72ecd1b34da8870e5127f9c9d5b3ca2d98e711f98d34cd851d40b65410727true
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb9false0xf939e0a03fb07f59a73314e73794be0e57ac1b4e80000000000000000000004590xf380f025675a868ed5614a1dd77c6b05f4147004184177010x154001a2f9f816389b2f6d9e07563ce0359d813d2023-10-24T04:21:35.000Z0x010b6ba8a9fcbc7807645e1f97f447f2f2f301ed3418993ba059883a23dc772ffalse
0x96efdf95cc47fe90e8f63d2f5ef9fb8b180daeb9false0xf939e0a03fb07f59a73314e73794be0e57ac1b4e15000000000000000000000003440xf380f025675a868ed5614a1dd77c6b05f4147004184220260xa53a13a80d72a855481de5211e7654fabdfe35262023-10-24T18:53:11.000Z0xb5739d5f93ed3134629bea25503f5539875a2828388d1ddff4724bc33e178696false
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV2_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV3_Borrow_event

Borrow event records from Silo V1 lending protocol on Ethereum, capturing user borrowing activity with asset addresses and borrowed amounts. Used to analyze borrowing patterns, debt positions, and liquidity utilization across Silo lending markets.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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.
addressin_userremovedin_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x339666a930fd79c190e824dd9d9df0393b8bd1960xb734ec7a75d65406fde5bcf9156cab673ba1e1c5false0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc27000000000000000000297175766272023-06-28T08:28:11.000Z0x4a29aa4ee22d57986736fc05841b7a49d78f1e62f9160ab51be6a98471fae5fd
0x74a633b156b55711d0c91e64fa7de3b7af87470a0xad3d0a6868124f3f28fc746132bc32608f0e6a60false0xd7c9f0e536dc865ae858b0c0453fe76d13c3beac1510000000000000000000394174216552023-06-06T13:18:59.000Z0x033144b711aed1bba9b2732309fe07f1262a7a2e73d3fea59dc1e50e83c1a42b
0x03ff864f65a69e6c025f68f5695fa243f8d2d61b0x2daaf15e6017099a28a64e37d32df5671408a63bfalse0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc240000000000000000000247175024722023-06-17T22:21:23.000Z0x8f28176839320a4735cdf75dc14daff10d544e8cbc19bb5cc39860a395199218
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV3_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV3_Deposit_event

Deposit event logs from Silo Finance V1 lending protocol on Ethereum, capturing asset deposits with amounts, depositor addresses, and collateral-only flags. Used for tracking lending activity, TVL (Total Value Locked) calculations, and analyzing user deposit behavior across different Silo markets.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. 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_collateralOnlyBOOLBoolean flag indicating whether the deposited or withdrawn asset is restricted to use as collateral only and cannot be borrowed against.
addressremovedin_assetin_amountlog_indexblock_numberin_depositorblock_timestamptransaction_hashin_collateralOnly
0x339666a930fd79c190e824dd9d9df0393b8bd196false0x470f9f350642edf3cb3f2a6eb4569c0219386f0b31807867524384520000130177610530x53e213da8c28d85dc6663c3b5e35bb0ffbb057522023-07-24T06:03:11.000Z0x792262afc7763d26a5e454a477e0a0ff7ce125d75351bf722cfe7d6b520b8770true
0x74a633b156b55711d0c91e64fa7de3b7af87470afalse0xd7c9f0e536dc865ae858b0c0453fe76d13c3beac350000000000000000000000341174782510xb98bc3e3b9ea8d86f6ee321737fa23710737f1af2023-06-14T12:42:59.000Z0x9511775d3fc9314b64ca5b978bbb4f1a1059cb0587d53126965a704a1c16193efalse
0x03ff864f65a69e6c025f68f5695fa243f8d2d61bfalse0xd7c9f0e536dc865ae858b0c0453fe76d13c3beac350000000000000000000000330174782510xb98bc3e3b9ea8d86f6ee321737fa23710737f1af2023-06-14T12:42:59.000Z0x9511775d3fc9314b64ca5b978bbb4f1a1059cb0587d53126965a704a1c16193efalse
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV3_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV3_Repay_event

Debt repayment events from Silo Finance V3 lending protocol on Ethereum, capturing user addresses, repaid asset addresses, and repayment amounts. Used for analyzing borrower behavior, debt reduction patterns, and protocol repayment activity across different Silo markets.
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_userSTRINGAddress of the user account associated with the transaction or protocol 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.
addressin_userremovedin_assetin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x339666a930fd79c190e824dd9d9df0393b8bd1960xb734ec7a75d65406fde5bcf9156cab673ba1e1c5false0xd7c9f0e536dc865ae858b0c0453fe76d13c3beac66621848798505970159297182661952023-10-02T23:40:35.000Z0xb0a1a78d4e509e634cb04d5421d4cef9f4b925980e5418c32ed7b49a4562a202
0x339666a930fd79c190e824dd9d9df0393b8bd1960xb734ec7a75d65406fde5bcf9156cab673ba1e1c5false0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc212200000000000000231182662052023-10-02T23:42:35.000Z0xe59a1f4e9a420d94297a9d57ed034ac7068b496efad484b9dfd0b56768bd8e28
0x339666a930fd79c190e824dd9d9df0393b8bd1960xb734ec7a75d65406fde5bcf9156cab673ba1e1c5false0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc230000000000000000441178223502023-08-01T19:50:11.000Z0x6d8bb0a8ceab155708229430960af6b5501eed4e49acdd054fe1c35e6b9bbb44
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV3_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloV3_Withdraw_event

Withdrawal events from Silo Finance V3 lending protocol on Ethereum, tracking asset removals with depositor, receiver, amount, and collateral-only flag. Used for analyzing user withdrawal patterns and liquidity movements across isolated lending markets.
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_depositorSTRINGAddress of the user who initiated the deposit or cross-chain transfer. 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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_collateralOnlyBOOLBoolean flag indicating whether the deposited or withdrawn asset is restricted to use as collateral only and cannot be borrowed against.
addressremovedin_assetin_amountlog_indexin_receiverblock_numberin_depositorblock_timestamptransaction_hashin_collateralOnly
0x339666a930fd79c190e824dd9d9df0393b8bd196false0xd7c9f0e536dc865ae858b0c0453fe76d13c3beac50085919139901637602925520x8658047e48cc09161f4152c79155dac1d710ff0a181692240x9b8b04b6f82cd5e1dae58ca3614d445f93defc5c2023-09-19T10:00:11.000Z0xf8651b01a015a58c12053ee7f1985c1b1993c01b76b05c62e7844cb54395915efalse
0x339666a930fd79c190e824dd9d9df0393b8bd196false0x470f9f350642edf3cb3f2a6eb4569c0219386f0b12000000000000000002220x8658047e48cc09161f4152c79155dac1d710ff0a175838380xad3d0a6868124f3f28fc746132bc32608f0e6a602023-06-29T08:42:35.000Z0x7488271d7c71ba06b92038573ac4e4721c9ae600d5c0433ae26cec45bdd09091true
0x03ff864f65a69e6c025f68f5695fa243f8d2d61bfalse0x041dfd7e8497b3b47b2260fc0ced9443c67c9ed230000000000000000003600x8658047e48cc09161f4152c79155dac1d710ff0a175838280xad3d0a6868124f3f28fc746132bc32608f0e6a602023-06-29T08:40:35.000Z0xa0d03024d725aae5cecb0d289c99a880198bbb138f9d722ec7ca1ab761634c16true
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_ethereum.SiloV3_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100