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
00x2e2e940c7041a2948934175a81908baa8adc6afefalse0xd8183d599e89291e654dbeb30b3e5072198f5038990099301250xcd7bff6051fffcfc68846b4ae2da496ec5ff1d8b0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481713569401682576363912101000001010000010100000100000002023-04-27T06:19:23.000Z999999999990x1df7f58e558b024a05aa51bd019074e504309ea325c214724b62d81471a6a473
00x2e2e940c7041a2948934175a81908baa8adc6afefalse0x42eeff1fba1c3df7f740d88dfc253a457934ac5c997506478260xcd7bff6051fffcfc68846b4ae2da496ec5ff1d8b0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48171429150168266414310131503750353381333044613265480000002023-04-28T06:42:23.000Z14999999999990xbd306dc3cb6d4bbf3575488831c92a8952f7487ef9e7954dc34a902095db64fc
00x2e2e940c7041a2948934175a81908baa8adc6afefalse0xaafcdd316559ed4a0204ebe4ea508e3cfdb398f8990099212190xcd7bff6051fffcfc68846b4ae2da496ec5ff1d8b0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481564618701664541323191010000010100000101000001010000002022-09-30T12:35:23.000Z9999999999990xb6544db19819506ad86fc20422c0253ec23802ddc9e2d5e3b29b49f80fcf5103
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v2_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
5199999990x83208b368c34dac1a0f8b616f278ed42f1ffb8cdfalse0x31eb01ae40a4416490d24c7886626b7fa65dea4298065547550xbf50337ed0ff20fa4d5702bf2da187e2c217d0340xdac17f958d2ee523a2206206994597c13d831ec7141657280164432740152106051567574733214025319810000002022-02-08T13:36:41.000Z1039999999990x8d911848f4784b4f1f6d3e3545bcc76951c907374291c04dcc1c09b46207cef2
4800000000x83208b368c34dac1a0f8b616f278ed42f1ffb8cdfalse0x31eb01ae40a4416490d24c7886626b7fa65dea4298065521040xbf50337ed0ff20fa4d5702bf2da187e2c217d0340xdac17f958d2ee523a2206206994597c13d831ec714165676016443267594297893754684369120638756750000002022-02-08T13:25:59.000Z960000000000x0973981e0760098a2aa899df0d4a5c36931c3892cf18230479aff258284ba997
9699999990x83208b368c34dac1a0f8b616f278ed42f1ffb8cdfalse0x464a3946f609c74a2a77f89c5ab58b6c893e8a2898065533170xbf50337ed0ff20fa4d5702bf2da187e2c217d0340xdac17f958d2ee523a2206206994597c13d831ec7141658850164432943872197826962591329264624154260000002022-02-08T14:10:38.000Z1939999999990x99f8372a3d81f3f3bf75f0c22a5e6bfbb640436f4b678970b00303c55d62cf66
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v2_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
959999990x66e6a6d0220ebd2c1600ddfd82d0daad438bb71bfalse0x77021bf8dc293628d341365b9018d18605b56dd5260000053220xee3a5800392614f18ce3ca82a3ace815c01f2ab40xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4814456271016482222622130769230769230769230762022-03-25T15:31:02.000Z79999999990x66d3dfbd484bbb6b1e6d08538478a6cb1e09146e99b333abf30659db377014a4
293149420x66e6a6d0220ebd2c1600ddfd82d0daad438bb71bfalse0x465b357bbac5f6f3bc78669db6980f9eaa21d0c226000003910xee3a5800392614f18ce3ca82a3ace815c01f2ab40xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481445596401648218295119395814953846153846152022-03-25T14:24:55.000Z24429118870xba1c9087cc54873c06a6f36f11463b7d5e70007dc42a85850882ed05941a3798
300650280x66e6a6d0220ebd2c1600ddfd82d0daad438bb71bfalse0xde4f44441fd1a41eee326c17ae56e94d6da11da326000009830xee3a5800392614f18ce3ca82a3ace815c01f2ab40xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481445847601648252361319636227242307692307692022-03-25T23:52:41.000Z25054190820x72c4697ed5733fc826af5a028cab8f9222f6e43ef56a9b4718fcdf039fa4fee4
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v2_ethereum.InitialVestingOfferingMarket_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
241057690xd91a208995bfbde9d133c39417fbd352e595650bfalse0x16f7a4bb3327b561c64d9694a183cf66cf47c7651450000663310xf97c35c542e0ad32e9b03967b41999a43acbdbe3581370xdac17f958d2ee523a2206206994597c13d831ec71320198501631329698011083112248275862068982021-09-11T03:08:18.000Z16070512760x9f4027481384be1f8fc51ba9a9c7ad65a5cc085d46f01d574f43a78463f9b2c4
1649999990xd91a208995bfbde9d133c39417fbd352e595650bfalse0x6261aa23e013b9a6825eb913398d0415517c32ff1750000651090xf97c35c542e0ad32e9b03967b41999a43acbdbe3351360xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481320122001631319467062857142857142857142852021-09-11T00:17:47.000Z109999999990x2b7d881041cf687e4b42fe5436f49a88d4dbeb8fc1d6cd49aae3ffdda6c928dd
8990638520xd91a208995bfbde9d133c39417fbd352e595650bfalse0x123432244443b54409430979df8333f9308a6040175000065560xf97c35c542e0ad32e9b03967b41999a43acbdbe3351690xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb4813362341016334820270342500515308571428571422021-10-06T01:00:27.000Z599375901780x9f7095c26f81a989d645b8330239040de8fa61f682e6e2550c886eb79eb9454a
Query with partition filter
SELECT *
FROM `tt-contracts.solv_v2_ethereum.SolvICMarket_Traded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100