Skip to main content

Tables

Silo_Borrow_event

Borrow events from Silo Finance lending protocol on Base, recording when users take out loans against collateral with borrower address, asset borrowed, and amount. Used for analyzing borrowing activity, protocol utilization, and debt positions 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
0x839aa8b0641b77db2c9effec724dd2df46290fa20xc693b4ffb338579467a541b2bf267b1955870920false0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec221600000000000000000562229867172024-11-28T02:59:41.000Z0xe392b232c2bf8fc38aa8650937788be4531df43c4b7f774346be03b0b17f24dd
0x839aa8b0641b77db2c9effec724dd2df46290fa20xe56cfad394121c46e908f33533a9c15de430bb55false0x42000000000000000000000000000000000000061700000000000000000147230112472024-11-28T16:37:21.000Z0x603ecd7497c211716caaaf2fe76f10ddd5b45c1638fd3ae0e43c5b65667f2153
0x839aa8b0641b77db2c9effec724dd2df46290fa20xe56cfad394121c46e908f33533a9c15de430bb55false0x42000000000000000000000000000000000000061500000000000000000580230113482024-11-28T16:40:43.000Z0x78822a8bcd8c43f135c0bec880fa40d1efc1d56a85c000ae03b4654d3c4623d2
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_base.Silo_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Silo_Deposit_event

Deposit events from Silo Finance lending protocol on Base, capturing user deposits of collateral assets with depositor addresses, amounts, and collateral-only flags. Used for tracking lending market supply activity and user position building.
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
0x8095806d8753c0443c118d1c5e5eec472e30bfecfalse0x04c0599ae5a44757c0af6f9ec3b93da8976c150a37668908306193337243865610x1cda722859e128dcf40141bc7f06ada4b6f967f02024-12-30T12:41:09.000Z0xac344323f34537ed9b1e973e61c9ecc01b1b0b4a5cddcd9c2f78a827f9a36b80false
0x8095806d8753c0443c118d1c5e5eec472e30bfecfalse0x04c0599ae5a44757c0af6f9ec3b93da8976c150a391912041293048727214243914710x983601f85a8f842b549110d4349a5fc3fdef43602024-12-30T15:24:49.000Z0x08c2a4cab1a0e4ec790ef55ff560700568e8e4887a39a6e1cffefbd77a6ebee0false
0xd54a83d47934d889364dd5af2d6855dcf05745c3false0x2416092f143378750bb29b79ed961ab195cceea5485546454544488857175243857190xb44e0a5d944a05e86ee3fa9469f186b083cf55042024-12-30T12:13:05.000Z0xa074890208c203e5bce0e5657882a9ae005cf63f3be38108235a132cfe916a81false
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_base.Silo_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Silo_Repay_event

Loan repayment events from Silo Finance lending protocol on Base, recording borrower addresses, repaid asset tokens, and repayment amounts. Used for tracking debt reduction activity and analyzing borrower 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_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
0x839aa8b0641b77db2c9effec724dd2df46290fa20x136ea1a4965fbe2587cfdb26d08c7afdee0da608false0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec2233000000000000000082198896802024-09-17T10:25:07.000Z0x344ef04ed1935db152c63fe7b1940aafb8562f7d4fd11ca411e55d73446d70e2
0x839aa8b0641b77db2c9effec724dd2df46290fa20x136ea1a4965fbe2587cfdb26d08c7afdee0da608false0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec227000018677844237155198898122024-09-17T10:29:31.000Z0x381eb481d68596e928ef8afa2df9322a0dd10974cc6280b3791e1823a576e36b
0x839aa8b0641b77db2c9effec724dd2df46290fa20xb12728628ca10cf6a582c7162877a4233288dee9false0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec2252408037594518586040198743032024-09-17T01:52:33.000Z0xd6c708d7ca309ab5bbfc118cc5fc7a5425cf45c14f5b835ad6216ed54e38b04a
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_base.Silo_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Silo_Withdraw_event

Withdrawal event records from Silo lending protocol on Base, capturing asset withdrawals with depositor, receiver, amount, and collateral-only flag. Used to track user fund movements, lending position changes, and protocol liquidity flows.
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
0x190e5c6aabb2bec4eb0b9b2274e9b62cdaedf356false0x42000000000000000000000000000000000000064130873697843748870x3e698a1fafb1a57750d49bc3e3d7c460e0733811217141410x3e698a1fafb1a57750d49bc3e3d7c460e07338112024-10-29T16:00:29.000Z0x1506f3cf8967d105200995e9e6f347f27aef9a4a4f9e062f769a4e3d8b944dfdfalse
0x190e5c6aabb2bec4eb0b9b2274e9b62cdaedf356false0x4200000000000000000000000000000000000006248359592011535170x3e698a1fafb1a57750d49bc3e3d7c460e0733811216883950x3e698a1fafb1a57750d49bc3e3d7c460e07338112024-10-29T01:42:17.000Z0x01c369116fb1995a230c05cda88a5da429cbfa087bae5bd8e61886f18c8f6f29false
0x190e5c6aabb2bec4eb0b9b2274e9b62cdaedf356false0x420000000000000000000000000000000000000626305746647706240246250x757748e1a208f23bfeb08b925fac64971ef0584e216959450x621b099df65461a15ad50946e5ed1b60ad075a9f2024-10-29T05:53:57.000Z0x6189af279f197a83856dd7c2f7e3e63de6ad51a5051f154eab380cc019f12407false
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_base.Silo_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloFactory_NewSiloCreated_event

Silo lending market deployment events from Silo Finance protocol on Base, recording each new isolated lending market (silo) created for a specific collateral asset. Used to track protocol expansion and identify available lending markets by asset and version.
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
0x408822e4e8682413666809b0655161093cd36f2b0x63617ef707843cde49ccb2dec7ad62b8e7976f5cfalse0xcc7ff230365bd730ee4b352cc2492cedac49383e3131207500572024-10-07T08:24:21.000Z0x8793804939f887a2b2b5898e856973a36aadceac93a32972e17192b3fc8b66c2
0x408822e4e8682413666809b0655161093cd36f2b0x190e5c6aabb2bec4eb0b9b2274e9b62cdaedf356false0x7fcd174e80f264448ebee8c88a7c4476aaf58ea61081207757052024-10-07T22:39:17.000Z0x171413d354a217db7a96135c94717a36ff4580afa76767590df11dfa4ba9dffd
0x408822e4e8682413666809b0655161093cd36f2b0x459b353da108851ea3779c5399f3148a45e1bb90false0xe31ee12bdfdd0573d634124611e85338e2cbf0cf3431207500462024-10-07T08:23:59.000Z0x60e01352fc5fe2f568f81f25dfa448e63e6e2f78a65c5ec8d6e05c2b72bd8773
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_base.SiloFactory_NewSiloCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SiloIncentivesController_RewardsClaimed_event

Incentive reward claim events from Silo Finance lending protocol on Base, tracking when users claim accumulated rewards with claimer, recipient, and token amount details. Used for analyzing reward distribution patterns and user claim behavior in Silo’s liquidity mining 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
0x085413dea073999c9f75c66ac519ce8cc34ff2350x626e6a8d4eb33d77a8b631abfe2e98da69e3100e0x085413dea073999c9f75c66ac519ce8cc34ff235false69382722765846335972290x085413dea073999c9f75c66ac519ce8cc34ff235236429802024-12-13T07:35:07.000Z0xff09d95821908047a9be939d0793721626461f34240a33ec0afd5dac861a6630
0x1cda722859e128dcf40141bc7f06ada4b6f967f00x626e6a8d4eb33d77a8b631abfe2e98da69e3100e0x1cda722859e128dcf40141bc7f06ada4b6f967f0false29711743779003256482690x1cda722859e128dcf40141bc7f06ada4b6f967f0236557912024-12-13T14:42:09.000Z0x58d4dac92fd8f3f4d3109ad0f531f237f5d044523fbe836125adb62d57a634fe
0x236b8c9b10f31e40947088b56f5209f8b23047f10x626e6a8d4eb33d77a8b631abfe2e98da69e3100e0x236b8c9b10f31e40947088b56f5209f8b23047f1false14432992906408582420x236b8c9b10f31e40947088b56f5209f8b23047f1236368772024-12-13T04:11:41.000Z0x338a2e2d26af6a2fd23f339eb787b68afe71e5e47707f94715f3930e93de9cb3
Query with partition filter
SELECT *
FROM `tt-contracts.silo_v1_base.SiloIncentivesController_RewardsClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100