Skip to main content

Tables

InitialBondOfferingMarket_Traded_event

Trade execution events from Solv Protocol’s Initial Bond Offering (IBO) marketplace contracts, recording buyer purchases of bond vouchers with payment currency, pricing details, and associated fees.
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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_offeringIdSTRINGUnique identifier for the token offering or sale event in the marketplace contract. Numeric string representation assigned to each distinct offering.
in_voucherSTRINGContract address of the voucher token representing the purchased asset or position in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_voucherIdSTRINGToken identifier for the voucher NFT issued to the buyer. Numeric string representation assigned to the specific voucher created in the trade.
in_tradeIdSTRINGSequential identifier for the trade within the marketplace contract. Numeric string representation incrementing with each executed trade.
in_tradeTimeSTRINGTimestamp when the trade was executed. Unix epoch format, second precision.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_priceTypeINT64Enumerated identifier indicating the pricing method or denomination type for the trade. Integer value representing the price calculation or display format used in the transaction.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_tradedUnitsSTRINGQuantity of units or tokens acquired by the buyer in the trade. String-encoded integer value representing the amount in the smallest unit or with extended precision for the asset being traded.
in_tradedAmountSTRINGAmount of currency paid for the asset or units in the trade. String-encoded integer value representing the payment in the smallest unit of the currency token.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedin_buyerin_pricelog_indexin_tradeIdin_voucherin_currencyblock_numberin_priceTypein_tradeTimein_voucherIdin_offeringIdin_tradedUnitsblock_timestampin_tradedAmounttransaction_hash
00x2e2e940c7041a2948934175a81908baa8adc6afefalse0x43242843fbcb7076e2ec62d4452297e18e28cc2f98151499180x5af543536e0e68352764d7b8bded3c2ff1cdfc510xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481499600201655720254273112456776531969997371407850000002022-06-20T10:17:34.000Z30549199005610x609d5e2b5ffaf738b478ed02caef10451c08b1c666b01acb4267ae799170b7f1
00x2e2e940c7041a2948934175a81908baa8adc6afefalse0xcec2336cb64c1990a7c3ce01a6fb328d642d5b9f997229916897506982296110x5297e4fd4d103289bfd2ce1f835e63659d3c5ba90xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2148163230165312319862250694444444444430167390033312022-05-21T08:53:18.000Z2499999999999999999990x71f7d3464cfd32e6caa1543691a82ce8d3c1cc984335c328f901232854945e39
00x2e2e940c7041a2948934175a81908baa8adc6afefalse0xaafcdd316559ed4a0204ebe4ea508e3cfdb398f8990099212190xcd7bff6051fffcfc68846b4ae2da496ec5ff1d8b0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481564618701664541323191010000010100000101000001010000002022-09-30T12:35:23.000Z9999999999990xb6544db19819506ad86fc20422c0253ec23802ddc9e2d5e3b29b49f80fcf5103
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.InitialBondOfferingMarket_Traded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

InitialConvertibleOfferingMarket_Traded_event

Trade execution events from Solv Protocol’s Initial Convertible Offering (ICO) marketplace contract. Records buyer address, voucher NFT issuance, traded units and currency amounts, price and price type, fees, and execution timestamps for each completed offering purchase.
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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_offeringIdSTRINGUnique identifier for the token offering or sale event in the marketplace contract. Numeric string representation assigned to each distinct offering.
in_voucherSTRINGContract address of the voucher token representing the purchased asset or position in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_voucherIdSTRINGToken identifier for the voucher NFT issued to the buyer. Numeric string representation assigned to the specific voucher created in the trade.
in_tradeIdSTRINGSequential identifier for the trade within the marketplace contract. Numeric string representation incrementing with each executed trade.
in_tradeTimeSTRINGTimestamp when the trade was executed. Unix epoch format, second precision.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_priceTypeINT64Enumerated identifier indicating the pricing method or denomination type for the trade. Integer value representing the price calculation or display format used in the transaction.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_tradedUnitsSTRINGQuantity of units or tokens acquired by the buyer in the trade. String-encoded integer value representing the amount in the smallest unit or with extended precision for the asset being traded.
in_tradedAmountSTRINGAmount of currency paid for the asset or units in the trade. String-encoded integer value representing the payment in the smallest unit of the currency token.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedin_buyerin_pricelog_indexin_tradeIdin_voucherin_currencyblock_numberin_priceTypein_tradeTimein_voucherIdin_offeringIdin_tradedUnitsblock_timestampin_tradedAmounttransaction_hash
27597899990x83208b368c34dac1a0f8b616f278ed42f1ffb8cdfalse0x70ab756806eb5358783fc6fc53ab4932db7642cb983827106150x2d53f42b2edf8907bcaa4d3f28e6f76bd95334e30xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48142244310164511204253467526302896749123575587980000002022-02-17T15:34:02.000Z4599649999990x8881169aefff2264629bd4e4a7edfca4b0c54e4eef3b4d687d34fd8abe5e779a
63274825170x83208b368c34dac1a0f8b616f278ed42f1ffb8cdfalse0x7603ca381c5c0a5731b9320c7d7a49357849c1fb98382789120x2d53f42b2edf8907bcaa4d3f28e6f76bd95334e30xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481422384801645103638231071916525508041556086588390000002022-02-17T13:13:58.000Z10545804195400x7bbf976b54c94e5b30c742a11de0aac8ab154e2d47fc8425618d1b7af63f42ff
17999999990x83208b368c34dac1a0f8b616f278ed42f1ffb8cdfalse0xf2a66463bf485bc53d6a23717e20f59dceed5c77983827539130x2d53f42b2edf8907bcaa4d3f28e6f76bd95334e30xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48142239120164510456133304931659732859537296699520000002022-02-17T13:29:21.000Z2999999999990x3556f331deddb35ee56862c0660ccc396de9afe3b06a64b2d54e8a4df891a2a9
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.InitialConvertibleOfferingMarket_Traded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

InitialVestingOfferingMarket_Traded_event

Traded events from Solv Protocol’s Initial Vesting Offering (IVO) marketplace capturing purchase transactions where buyers acquire vesting voucher tokens with payment currency. Records buyer address, offering identifier, trade units and amount, price and fee details, and voucher NFT issuance for tracking IVO marketplace 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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_offeringIdSTRINGUnique identifier for the token offering or sale event in the marketplace contract. Numeric string representation assigned to each distinct offering.
in_voucherSTRINGContract address of the voucher token representing the purchased asset or position in the trade. Hex-encoded, 0x-prefixed, 42-character string.
in_voucherIdSTRINGToken identifier for the voucher NFT issued to the buyer. Numeric string representation assigned to the specific voucher created in the trade.
in_tradeIdSTRINGSequential identifier for the trade within the marketplace contract. Numeric string representation incrementing with each executed trade.
in_tradeTimeSTRINGTimestamp when the trade was executed. Unix epoch format, second precision.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_priceTypeINT64Enumerated identifier indicating the pricing method or denomination type for the trade. Integer value representing the price calculation or display format used in the transaction.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_tradedUnitsSTRINGQuantity of units or tokens acquired by the buyer in the trade. String-encoded integer value representing the amount in the smallest unit or with extended precision for the asset being traded.
in_tradedAmountSTRINGAmount of currency paid for the asset or units in the trade. String-encoded integer value representing the payment in the smallest unit of the currency token.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedin_buyerin_pricelog_indexin_tradeIdin_voucherin_currencyblock_numberin_priceTypein_tradeTimein_voucherIdin_offeringIdin_tradedUnitsblock_timestampin_tradedAmounttransaction_hash
93600000x66e6a6d0220ebd2c1600ddfd82d0daad438bb71bfalse0x7813d37cb9d88a42c9a97b6deee1951eb5c08a21260000021260xee3a5800392614f18ce3ca82a3ace815c01f2ab40xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481446245001648306032613000000000000000000002022-03-26T14:47:12.000Z7800000000xe4307c6c6932469f4387b80c8e336fdd2fab5eefd54f9ce3c535af31f86c790d
193790110x66e6a6d0220ebd2c1600ddfd82d0daad438bb71bfalse0xb3313b023e68cda95d7b625200e1b0fe6335a0c2260000017650xee3a5800392614f18ce3ca82a3ace815c01f2ab40xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481446162501648294927516211221511538461538462022-03-26T11:42:07.000Z16149175920x941e88dc21cc80750c73a64c8c5db467d58ce9d0b355cac43d1bf612993bc45a
18784020x66e6a6d0220ebd2c1600ddfd82d0daad438bb71bfalse0xce5a9c9775e47c6df3ef4eac865ae3741d11fa33260000014890xee3a5800392614f18ce3ca82a3ace815c01f2ab40xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48144647610164833713691602052169230769230762022-03-26T23:25:36.000Z1565335630x08fcb3119302c2675774378c0a8862b676b528c8a3dd8c9a3b33837abc01187c
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.InitialVestingOfferingMarket_Traded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OpenFundMarket_CreatePool_event

Event emitted when a new fund pool is created in the OpenFundMarket contract, recording pool configuration including SFT (Semi-Fungible Token) addresses, fee structures, manager roles, subscription limits, vault details, and fundraising parameters. Used for tracking fund pool initialization across DeFi protocols.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_sftSTRINGContract address of the Semi-Fungible Token (SFT) in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_poolInfo_STRUCT<poolSFTInfo STRUCT<openFundShare STRING, openFundRedemption STRING, openFundShareSlot STRING, latestRedeemSlot STRING>, poolFeeInfo STRUCT<carryRate STRING, carryCollector STRING, latestProtocolFeeSettleTime STRING>, managerInfo STRUCT<poolManager STRING, subscribeNavManager STRING, redeemNavManager STRING>, subscribeLimitInfo STRUCT<hardCap STRING, subscribeMin STRING, subscribeMax STRING, fundraisingStartTime STRING, fundraisingEndTime STRING>, vault STRING, currency STRING, navOracle STRING, valueDate STRING, permissionless BOOL, fundraisingAmount STRING>Structured data containing comprehensive pool configuration and state information for an open fund. Includes nested structs for SFT token details (openFundShare, openFundRedemption, slot identifiers), fee parameters (carryRate, carryCollector, settlement timestamps), manager addresses (poolManager, NAV managers), subscription limits (hardCap, min/max amounts, fundraising period), vault address, currency token, NAV oracle, value date, permissionless flag, and total fundraising amount.
in_sftaddressremovedin_poolIdlog_indexin_currencyblock_numberin_poolInfo_block_timestamptransaction_hash
0x982d50f8557d57b748733a3fc3d55aef40c467560x57bb6a8563a8e8478391c79f3f433c6ba077c567false0xa336828fb006403bd08709b3dd2fa7f1b142d9ec46c7a8b380bdf2f3deb4ee412100x7a56e1c57c7475ccf742a1832b028f0456652f9721542131{“vault”:“0xc98c7bb5fd8baa1a64b1558f393a00e00109a599”,“currency”:“0x7a56e1c57c7475ccf742a1832b028f0456652f97”,“navOracle”:“0x8c29858319614380024093dbee553f9337665756”,“valueDate”:“1736121600”,“managerInfo”:{“poolManager”:“0x2c1fa5f5e49d781637a5be8e692031778ccaf264”,“redeemNavManager”:“0x41875981fb656e3787c463d15e01230340694958”,“subscribeNavManager”:“0x41875981fb656e3787c463d15e01230340694958”},“poolFeeInfo”:{“carryRate”:“0”,“carryCollector”:“0x228466de8341977e2c47fcfc653a7176c6d7d298”,“latestProtocolFeeSettleTime”:“1736121600”},“poolSFTInfo”:{“openFundShare”:“0x982d50f8557d57b748733a3fc3d55aef40c46756”,“latestRedeemSlot”:“0”,“openFundShareSlot”:“14373501204713645571429805632318849823719301554473645038877008124244216272236”,“openFundRedemption”:“0x1d0db695f3033875d1b6a0155c38b3ee2aed3082”},“permissionless”:true,“fundraisingAmount”:“0”,“subscribeLimitInfo”:{“hardCap”:“100000000000000000000000”,“subscribeMax”:“115792089237316195423570985008687907853269984665640564039457584007913129639935”,“subscribeMin”:“0”,“fundraisingEndTime”:“1862352000”,“fundraisingStartTime”:“1735884766”}}2025-01-03T06:21:47.000Z0xb2cc554bdd6c74852f4a1b6a2ca64622442996234ec32d00fcd5326c2976bf26
0x1d0db695f3033875d1b6a0155c38b3ee2aed30820x57bb6a8563a8e8478391c79f3f433c6ba077c567false0x8f9dc8b4106316f407d7f301a8087db11a01705f8a41c35c08f2f9b42bd49a5e150x2260fac5e5542a773aa44fbcfedf7c193bc2c59921694029{“vault”:“0xc40210f5751e41b9da4cfae78d7f50efb72c4ec5”,“currency”:“0x2260fac5e5542a773aa44fbcfedf7c193bc2c599”,“navOracle”:“0x0812a85551a3ab1296c893291366207b3e4f7f26”,“valueDate”:“1727313313”,“managerInfo”:{“poolManager”:“0xc40210f5751e41b9da4cfae78d7f50efb72c4ec5”,“redeemNavManager”:“0x16f10b947008f8423fa7a09e09764797b79b40da”,“subscribeNavManager”:“0x16f10b947008f8423fa7a09e09764797b79b40da”},“poolFeeInfo”:{“carryRate”:“1000”,“carryCollector”:“0x16f10b947008f8423fa7a09e09764797b79b40da”,“latestProtocolFeeSettleTime”:“1727313313”},“poolSFTInfo”:{“openFundShare”:“0x1d0db695f3033875d1b6a0155c38b3ee2aed3082”,“latestRedeemSlot”:“0”,“openFundShareSlot”:“2370665384744342933087807509644646037891567639574778387949462739027335439478”,“openFundRedemption”:“0x1d0db695f3033875d1b6a0155c38b3ee2aed3082”},“permissionless”:true,“fundraisingAmount”:“0”,“subscribeLimitInfo”:{“hardCap”:“100000000000000000000000”,“subscribeMax”:“1766847064778384329583297500742918515827483896875618958121606201292619775”,“subscribeMin”:“1”,“fundraisingEndTime”:“1768785313”,“fundraisingStartTime”:“1696209313”}}2025-01-24T11:21:23.000Z0x6aed79b992ccb783ce2dc27a1e89d623f88a99cb7df67f24b1553b8f4e10c758
0x982d50f8557d57b748733a3fc3d55aef40c467560x57bb6a8563a8e8478391c79f3f433c6ba077c567false0x7213c9a8b57376668a0dd79c4abfd2d3df1266ae62ce0cd58b18d39d2be697c92810x2260fac5e5542a773aa44fbcfedf7c193bc2c59920541967{“vault”:“0x6c0fe76da5b8c3b24125830f127037bf16bca46c”,“currency”:“0x2260fac5e5542a773aa44fbcfedf7c193bc2c599”,“navOracle”:“0x8c29858319614380024093dbee553f9337665756”,“valueDate”:“1724457600”,“managerInfo”:{“poolManager”:“0x2e51f039fc2de139af3d5a4bd6898d67c3442bb0”,“redeemNavManager”:“0x41875981fb656e3787c463d15e01230340694958”,“subscribeNavManager”:“0x41875981fb656e3787c463d15e01230340694958”},“poolFeeInfo”:{“carryRate”:“0”,“carryCollector”:“0x228466de8341977e2c47fcfc653a7176c6d7d298”,“latestProtocolFeeSettleTime”:“1724457600”},“poolSFTInfo”:{“openFundShare”:“0x982d50f8557d57b748733a3fc3d55aef40c46756”,“latestRedeemSlot”:“0”,“openFundShareSlot”:“51514566892407555397009708021388281273766695948604159071726269952549078432959”,“openFundRedemption”:“0x1d0db695f3033875d1b6a0155c38b3ee2aed3082”},“permissionless”:true,“fundraisingAmount”:“0”,“subscribeLimitInfo”:{“hardCap”:“100000000000000000000000”,“subscribeMax”:“115792089237316195423570985008687907853269984665640564039457584007913129639935”,“subscribeMin”:“0”,“fundraisingEndTime”:“1977523200”,“fundraisingStartTime”:“1723819745”}}2024-08-16T15:03:59.000Z0x9dd96a0adc0c8e1be488b189adcf0ddd425c494b95048bed27e7a435dda4db97
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.OpenFundMarket_CreatePool_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

OpenFundMarket_Subscribe_event

Subscription events emitted when buyers purchase tokens from open-ended fund pools on Solv Protocol. Records buyer address, payment currency, payment amount, NAV (Net Asset Value), token amount received, pool identifier, and minted NFT token ID for tracking fund share issuance.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_navSTRINGNet Asset Value (NAV) per share at the time of the subscription transaction. Numeric string representation preserving precision for financial calculations.
in_paymentSTRINGAmount paid by the buyer in the transaction. Numeric string representation in smallest token denomination.
in_navaddressremovedin_buyerin_valuein_poolIdlog_indexin_paymentin_tokenIdin_currencyblock_numberblock_timestamptransaction_hash
1000000000x57bb6a8563a8e8478391c79f3f433c6ba077c567false0xa3c5e4d471df75447dcb1256ef1ada80eeb806b31150000000000000x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d5811500500xc96de26018a54d51c097160568752c4e3bd6c364203455542024-07-20T05:08:35.000Z0xed835183e5611b04dda57898e34d1901f333f38e05dfc696172ca4252f0b16ef
1000000000x57bb6a8563a8e8478391c79f3f433c6ba077c567false0xa3c5e4d471df75447dcb1256ef1ada80eeb806b31100200000000000x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d5811002570xc96de26018a54d51c097160568752c4e3bd6c364203460712024-07-20T06:51:59.000Z0x9f70fc3d09d99a510c5233ca7894ac471f674703d39e51d63ff2f018221f0357
1000000000x57bb6a8563a8e8478391c79f3f433c6ba077c567false0xa3c5e4d471df75447dcb1256ef1ada80eeb806b31098500000000000x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d7110985580xc96de26018a54d51c097160568752c4e3bd6c364203461902024-07-20T07:15:59.000Z0x0ed7d74cc8b9edc8b887923a70c9481dd43b1a9daf0e6c3c3f6db4c0a2f702ba
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.OpenFundMarket_Subscribe_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SolvBTCLSTRouter_CreateRedemption_event

Redemption initiation events emitted by the SolvBTC Liquid Staking Token Router contract when users create withdrawal requests. Records redeemer address, redemption amount, pool identifier, SolvBTC token contract, and assigned redemption ID for tracking withdrawal lifecycle.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_solvBTCSTRINGContract address of the SolvBTC token involved in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redemptionIdSTRINGUnique identifier assigned to the redemption transaction when it is created.
addressremovedin_poolIdlog_indexin_solvBTCin_redeemerblock_numberblock_timestampin_redeemAmountin_redemptionIdtransaction_hash
0x01024aaed5561fa6237c0ad4073417576c591261false0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df931890xd9d920aa40f578ab794426f5c90f6c731d159def0xaed0a189fe381d5bb35da6fa925ac36e54d84607216542612025-01-18T22:08:47.000Z1427024656554391343760x71f7b39e84281f11d035b157367e0105531459e0eb72afc3babfa901afb70a50
0x01024aaed5561fa6237c0ad4073417576c591261false0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df932840xd9d920aa40f578ab794426f5c90f6c731d159def0x2bd6da5b31162e0fd53cdd3cf01b1057249d6811216493942025-01-18T05:51:23.000Z120528411523278023730x24b9f05cc6bc5123ce697a84367c9b9abd223938e3ec6eed63b80b52a4d5fa3f
0x01024aaed5561fa6237c0ad4073417576c591261false0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df933010xd9d920aa40f578ab794426f5c90f6c731d159def0xa139ee8244e005fd21aedcab38bb4d51ee0bc01a216477022025-01-18T00:09:59.000Z2093388800000000003690xb400168533c3425ffc95ad9d4632aeae28ab8f78df922ee493925d6c8d1eb089
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.SolvBTCLSTRouter_CreateRedemption_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SolvBTCLSTRouter_CreateSubscription_event

CreateSubscription events emitted by SolvBTC LST (Liquid Staking Token) Router contracts when users subscribe to SolvBTC pools by depositing currency tokens in exchange for SolvBTC tokens. Records subscriber address, pool identifier, deposited currency amount, and received SolvBTC amount.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_subscriberSTRINGWallet address of the account receiving the subscription tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_solvBTCSTRINGContract address of the SolvBTC token involved in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_subscribeAmountSTRINGAmount of SolvBTC tokens to be received by the subscriber in the subscription. Numeric string representation of the token quantity in its smallest unit.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_currencyAmountSTRINGAmount of currency tokens involved in the transaction. Numeric string representation of the token quantity in its smallest unit.
addressremovedin_poolIdlog_indexin_solvBTCin_currencyblock_numberin_subscriberblock_timestamptransaction_hashin_currencyAmountin_subscribeAmount
0x01024aaed5561fa6237c0ad4073417576c591261false0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df93690xd9d920aa40f578ab794426f5c90f6c731d159def0x7a56e1c57c7475ccf742a1832b028f0456652f97207094830x5bd5c8207f1976a9f03b60971986706011b4625c2024-09-09T00:31:11.000Z0x06c76c08a8b3fb3b12203856a241ba73087fccee08a7a729f3281549f3cec2a619500700000000001950070000000000
0x01024aaed5561fa6237c0ad4073417576c591261false0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df932420xd9d920aa40f578ab794426f5c90f6c731d159def0x7a56e1c57c7475ccf742a1832b028f0456652f97207101780x940235597bcfe0d1af848b34789d3d93c1e543162024-09-09T02:50:23.000Z0x05678943be482aa9e0d63aa7fa5b02086c8388a564358c110a6c3665a1edf74350000000000000005000000000000000
0x01024aaed5561fa6237c0ad4073417576c591261false0xefcca1eb946cdc7b56509489a56b45b75aff74b8bb84dad5b893012157e0df931750xd9d920aa40f578ab794426f5c90f6c731d159def0x7a56e1c57c7475ccf742a1832b028f0456652f97207097250x7f1d18e37e8fbde9534d5856f90d21a05b0945392024-09-09T01:19:47.000Z0x4c1e6d2385cb276f5b35578ebc80764c8932313febeda9fe4bb4ee15604efb0726990500000000002699050000000000
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.SolvBTCLSTRouter_CreateSubscription_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SolvBTCRouter_CreateRedemption_event

Event emitted when a user initiates a SolvBTC token redemption request through the SolvBTCRouter contract. Records the redeemer address, redemption amount, pool identifier, SolvBTC token contract, and assigned redemption identifier for tracking withdrawal requests.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_solvBTCSTRINGContract address of the SolvBTC token involved in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redemptionIdSTRINGUnique identifier assigned to the redemption transaction when it is created.
addressremovedin_poolIdlog_indexin_solvBTCin_redeemerblock_numberblock_timestampin_redeemAmountin_redemptionIdtransaction_hash
0x1ff7d7c0a7d8e94046708c611dec5056a9d2b823false0x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d1570x7a56e1c57c7475ccf742a1832b028f0456652f970xdd5ae96db35709ae9762becb357150c3a5e4a57f205173822024-08-13T04:41:35.000Z104184370000000560x520f6ebbd0200e621e75dc35504054f34d84205fa4329a5985f6df146d69b94a
0x1ff7d7c0a7d8e94046708c611dec5056a9d2b823false0x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d1880x7a56e1c57c7475ccf742a1832b028f0456652f970x2daafbcb69c136c94a4702411333860b50c79022205167312024-08-13T02:31:11.000Z45580000000000550x5e44e93050a193ee74b60394b24554bf1b22ede983f3469b5afa17ab6ecad305
0x1ff7d7c0a7d8e94046708c611dec5056a9d2b823false0x2dc130e46b5958208155546bd4049d5b3319798063a8c4180b4b2b82f3ebdc3d4210x7a56e1c57c7475ccf742a1832b028f0456652f970xcb46c929d37527f89cea7ad4cdedb79e9d400d28205196292024-08-13T12:13:47.000Z302094119962000000580x66a49c08507f0ee9639ca8ea8be2a75d6358c2b0d6d4e5781317fbd4ad0d32ae
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.SolvBTCRouter_CreateRedemption_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SolvBTCRouter_CreateSubscription_event

Emitted when a user subscribes to a SolvBTC pool by depositing a currency token in exchange for SolvBTC tokens. Records the pool identifier, input currency and amount, output SolvBTC token and amount, and subscriber address for tracking Bitcoin-backed token subscription transactions.
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_poolIdSTRINGUnique identifier for the liquidity pool or staking pool. 66-character hex string including 0x prefix.
in_subscriberSTRINGWallet address of the account receiving the subscription tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_solvBTCSTRINGContract address of the SolvBTC token involved in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_subscribeAmountSTRINGAmount of SolvBTC tokens to be received by the subscriber in the subscription. Numeric string representation of the token quantity in its smallest unit.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_currencyAmountSTRINGAmount of currency tokens involved in the transaction. Numeric string representation of the token quantity in its smallest unit.
addressremovedin_poolIdlog_indexin_solvBTCin_currencyblock_numberin_subscriberblock_timestamptransaction_hashin_currencyAmountin_subscribeAmount
0x1ff7d7c0a7d8e94046708c611dec5056a9d2b823false0x716db7dc196abe78d5349c7166896f674ab978af26ada3e5b3ea74c5a1b483072050x7a56e1c57c7475ccf742a1832b028f0456652f970x2260fac5e5542a773aa44fbcfedf7c193bc2c599210778750x18f92f0673e46cf247a13703f5e403493b7c17ce2024-10-30T10:30:59.000Z0x55ad8676db15abba1cf635d4c6de633d921848ee1a24e3ad71642c185002a97f7301637301630000000000
0x1ff7d7c0a7d8e94046708c611dec5056a9d2b823false0x716db7dc196abe78d5349c7166896f674ab978af26ada3e5b3ea74c5a1b483075130x7a56e1c57c7475ccf742a1832b028f0456652f970x2260fac5e5542a773aa44fbcfedf7c193bc2c599210769850x4c02a171fbef3485368037dff53ce1a8a930cdf82024-10-30T07:31:35.000Z0x3079927b4f3a3d251b4b3e19f5b2f9ee7cad636ae56e09d8d1da9883b47b01be9068079068070000000000
0x1ff7d7c0a7d8e94046708c611dec5056a9d2b823false0x716db7dc196abe78d5349c7166896f674ab978af26ada3e5b3ea74c5a1b483072490x7a56e1c57c7475ccf742a1832b028f0456652f970x2260fac5e5542a773aa44fbcfedf7c193bc2c599210804690x20479d2ed614c49375cce290015d7b3102e38cdb2024-10-30T19:13:59.000Z0xaaffabd3782c5594b7071a36b79237db8e737875ae44f99eec5059c678456cba123000012300000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.SolvBTCRouter_CreateSubscription_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SolvConvertibleMarket_Traded_event

Trade execution events from Solv Protocol’s convertible token marketplace on Ethereum, recording buyer addresses, traded amounts, prices, fees, and token IDs. Used for analyzing secondary market activity and pricing dynamics of tokenized convertible instruments.
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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_saleIdSTRINGUnique identifier for the sale listing or offering within the marketplace contract. Numeric string representation.
in_icTokenSTRINGContract address of the initial coin offering token being traded. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_tradeIdSTRINGSequential identifier for the trade within the marketplace contract. Numeric string representation incrementing with each executed trade.
in_tradeTimeSTRINGTimestamp when the trade was executed. Unix epoch format, second precision.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_priceTypeINT64Enumerated identifier indicating the pricing method or denomination type for the trade. Integer value representing the price calculation or display format used in the transaction.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_tradedUnitsSTRINGQuantity of units or tokens acquired by the buyer in the trade. String-encoded integer value representing the amount in the smallest unit or with extended precision for the asset being traded.
in_tradedAmountSTRINGAmount of currency paid for the asset or units in the trade. String-encoded integer value representing the payment in the smallest unit of the currency token.
in_feePayTypeINT64Enumerated identifier indicating the payment method for the transaction fee. Integer value representing whether the fee is paid in the trade currency, the traded asset, or another specified token.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedin_buyerin_pricein_saleIdlog_indexin_icTokenin_tokenIdin_tradeIdin_currencyblock_numberin_priceTypein_tradeTimein_feePayTypein_tradedUnitsblock_timestampin_tradedAmounttransaction_hash
45000003000x962e18f89d27cfc84c8ffa2ec7c90b3d933ad685false0xf7701575f489376b2c646d66e7205fd57bd0be6196774224320x2d53f42b2edf8907bcaa4d3f28e6f76bd95334e31020xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4814542698016493876160310000000000000000000000000000002022-04-08T03:13:36.000Z3000000200000xe2aaef3b28713226e849023c341d1f63a5d58c3e3d024a2803e0c7666dd1b3b6
749990x962e18f89d27cfc84c8ffa2ec7c90b3d933ad685false0xe72452a9935758c9d3651eee9f84a56634b6456c95000012170xbf50337ed0ff20fa4d5702bf2da187e2c217d0341170xdac17f958d2ee523a2206206994597c13d831ec7157963220166635335905263157894736842105260000002022-10-21T11:55:59.000Z49999990x30b475d94a645a2465777c9f92ddb2349e70dc454741434a79f098a90eafbb36
300000x962e18f89d27cfc84c8ffa2ec7c90b3d933ad685false0x48b742b9d935fdaeade1a48cd7c5e4aec4360b0c95000014460xbf50337ed0ff20fa4d5702bf2da187e2c217d0341110xdac17f958d2ee523a2206206994597c13d831ec7144290120164785657402105263157894736842110000002022-03-21T09:56:14.000Z20000000x8c67b61e017973d843b0f4b187ad951b516b5b730b4a898e6a4c5db2d430b997
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.SolvConvertibleMarket_Traded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SolvICMarket_Traded_event

Trade execution events from Solv Protocol’s Initial Convertible (IC) marketplace contract containing buyer address, token identifiers, traded units and amounts, price, fees, and execution timestamp. Primary source for tracking IC token secondary market activity and price discovery.
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_buyerSTRINGAddress of the account purchasing tokens or assets in the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_saleIdSTRINGUnique identifier for the sale listing or offering within the marketplace contract. Numeric string representation.
in_icTokenSTRINGContract address of the initial coin offering token being traded. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_tradeIdSTRINGSequential identifier for the trade within the marketplace contract. Numeric string representation incrementing with each executed trade.
in_tradeTimeSTRINGTimestamp when the trade was executed. Unix epoch format, second precision.
in_currencySTRINGContract address of the currency token used in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_priceTypeINT64Enumerated identifier indicating the pricing method or denomination type for the trade. Integer value representing the price calculation or display format used in the transaction.
in_priceSTRINGPrice of the asset or position in the transaction or event. Numeric string representation in smallest denomination or with extended precision.
in_tradedUnitsSTRINGQuantity of units or tokens acquired by the buyer in the trade. String-encoded integer value representing the amount in the smallest unit or with extended precision for the asset being traded.
in_tradedAmountSTRINGAmount of currency paid for the asset or units in the trade. String-encoded integer value representing the payment in the smallest unit of the currency token.
in_feePayTypeINT64Enumerated identifier indicating the payment method for the transaction fee. Integer value representing whether the fee is paid in the trade currency, the traded asset, or another specified token.
in_feeSTRINGFee amount charged for the transaction or operation. String-encoded integer value representing the fee in the smallest unit of the relevant token or currency.
in_feeaddressremovedin_buyerin_pricein_saleIdlog_indexin_icTokenin_tokenIdin_tradeIdin_currencyblock_numberin_priceTypein_tradeTimein_feePayTypein_tradedUnitsblock_timestampin_tradedAmounttransaction_hash
30000000xd91a208995bfbde9d133c39417fbd352e595650bfalse0xec6792bab73bec96a1d6fe5a27f78f311162be351000000762070x705d6b0c912a33a8643b5f7e42b5c7ca386a3b3291820xdac17f958d2ee523a2206206994597c13d831ec7137325280163852004302000000000000000000002021-12-03T08:27:23.000Z2000000000x11298079bb8771e6a402299a45bcb4e09e85322255a47330c216a2dae4218d9e
299990xd91a208995bfbde9d133c39417fbd352e595650bfalse0x8a9c930896e453ca3d87f1918996423a589dd52988000068920xadb9ab302ecd551264a718d43ae6b3c255a8afa5524060xdac17f958d2ee523a2206206994597c13d831ec71585110501667014967022727272727272727272022-10-29T03:42:47.000Z19999990x8a0808b3623b64f18a4cbd6185b793975ec6f8b6df2459f089fb807f7659a681
37425000000xd91a208995bfbde9d133c39417fbd352e595650bfalse0xd186a553b40210cabf18c9f251504ddffbdc4ac8250000000001255750x30fda944075c1b7e92498ce6358bcef1284febfa42910xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48152189340165884962209980000002022-07-26T15:33:42.000Z2495000000000xc5894c0a70c49c092726d6a19eaa0c6733c4d777d22458247f21ded239277801
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v1_ethereum.SolvICMarket_Traded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100