Skip to main content

Tables

MarginPool_TransferToPool_event

Asset deposits into Ribbon Finance margin pools emitted when users transfer collateral to the pool contract. Records user address, asset contract address, and deposit amount for tracking collateral movements in options vault strategies.
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
0xccf6629aeab734e621cc59ebb0297196774fdb9d0x0e987cd3a4baa82d79f073ca4b2062ba78891027false0xb31f66aa3c1e785363f0875a1b74e27b85fd66c781500000000000000009140959142022-04-30T14:13:31.000Z0x5ed96f70b21dc842fa1b4e0c89606660881e5ec324fc46d6cfa4684dea8defe0
0xccf6629aeab734e621cc59ebb0297196774fdb9d0x4a678dfa01d3ef6378c99cdcc7eb5fb9defde36ffalse0xb31f66aa3c1e785363f0875a1b74e27b85fd66c760000000000000000007141036562022-04-30T18:40:55.000Z0xa59df984e0059a42d757a33e413f78801576267df0fe608cdf54da237ac0d1cb
0xccf6629aeab734e621cc59ebb0297196774fdb9d0x4a678dfa01d3ef6378c99cdcc7eb5fb9defde36ffalse0xb31f66aa3c1e785363f0875a1b74e27b85fd66c768753000000000000003141032902022-04-30T18:28:12.000Z0x97d77d8a8d2cbb00b6c6b126a2cb6f42c4dbccacbe23f9b1c3b9a6bb61121285
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.MarginPool_TransferToPool_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MarginPool_TransferToUser_event

Asset transfer events from Ribbon Finance margin pool contracts recording withdrawals to user accounts. Contains user address, asset token address, and transfer amount for tracking collateral movements and liquidity operations.
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
0xccf6629aeab734e621cc59ebb0297196774fdb9d0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be817491702739141268543241176534612022-07-22T09:10:09.000Z0x8adc4f220fca1222bf99f4ecbe00663a7c61d6471bed6595acc3324ad4eb6dec
0xccf6629aeab734e621cc59ebb0297196774fdb9d0x8cef7243992d3f04dc14bf99cd34f337bbdfa59afalse0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be61992822406578543265259176554692022-07-22T10:17:27.000Z0x7756274b6c504bc4280b6ac828c919660fa62179f6bbddff800dfe771a8fe290
0xccf6629aeab734e621cc59ebb0297196774fdb9d0x98d03125c62dae2328d9d3cb32b7b969e6a87787false0xb31f66aa3c1e785363f0875a1b74e27b85fd66c7691409541500018574585873176585232022-07-22T11:59:51.000Z0xd72dd8796736a866fa556c278a9078a3a1ccf440a2bfba38f8f57872bb1ff832
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.MarginPool_TransferToUser_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

RibbonThetaVaultWithSwap_PerformanceFeeSet_event

Performance fee configuration changes for Ribbon V2 theta vaults on Avalanche. Tracks historical adjustments to vault performance fees (stored as basis points with 8 decimals: 10000000 = 10%) for analyzing fee structure evolution and vault economics.
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_performanceFeeSTRINGPrevious performance fee rate for the vault. Numeric string representation where the value is basis points divided by 100 to yield the percentage.
in_newPerformanceFeeSTRINGNew performance fee rate for the vault. Decimal representation stored as string, where the value divided by 1e10 yields the percentage (e.g., ‘100000000000000000’ equals 10%).
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_performanceFeein_newPerformanceFee
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false8295685472023-05-04T03:51:53.000Z0xf4f8ba4a02f466183db47264912a2fe8a022b176ea66cd31f47579fc03741f9d010000000
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false7176580442022-07-22T11:43:54.000Z0x4e61d05283fc8d3f8d52249f6b29d9eaa812bd76988f7264ded37287f480dca1100000000
0x9dd6be071b4292cc88b8190ab718329adea3e3a3false8170495282022-07-08T07:33:33.000Z0x07beedf7b1fcc663eda25ce08a255a26f5c5eb583de4217c5f9cefcd8c10ae1f100000000
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.RibbonThetaVaultWithSwap_PerformanceFeeSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Swap_Swap_event

Executed swap events recording bilateral token exchanges between sender and signer wallets. Contains token addresses, exchange amounts, nonces for replay protection, and optional protocol fees or affiliate compensation depending on contract 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_swapIdSTRINGUnique identifier for the swap or offer within the protocol. Numeric string representation without leading zeros.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_signerWalletSTRINGWallet address of the order signer in the swap transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_signerAmountSTRINGAmount of tokens provided by the order signer in the swap. Numeric string representation without decimals, denominated in the smallest unit of the signer token.
in_sellerAmountSTRINGAmount of tokens provided by the seller in the swap transaction. Numeric string representation without decimals, denominated in the smallest unit of the seller token.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
addressremovedin_noncein_swapIdlog_indexin_referrerblock_numberin_feeAmountblock_timestampin_sellerAmountin_signerAmountin_signerWallettransaction_hash
0x15988cea1f11d62e63baa02b0e8b3046942983c0false23543193413860xcf12070dd7a51304f8abdc3916998262c26890ca3550994417478556938635000002023-09-22T10:43:27.000Z822520326524139828455509080000000xf12e3d50ee7d2a9b79a4f337b0aa63658a1d32680xbbd18d06cf2637f2d827652fa485f2c8ab44971edfe6295d5dae3e2f421862ed
0x15988cea1f11d62e63baa02b0e8b3046942983c0false84124233513740xcf12070dd7a51304f8abdc3916998262c26890ca3550980528551981765876750002023-09-22T10:38:47.000Z1136397284214228415854127014000000xeb7a22bd0f61fc6e15dc850df4bdc878d231dd3e0x20231a68f68980e7e1fde541bc1abd01333fe32e7ea26835295479f532f0e481
0x15988cea1f11d62e63baa02b0e8b3046942983c0false52890654511860xcf12070dd7a51304f8abdc3916998262c26890ca3258731232983996623960000002023-07-14T10:12:27.000Z824599915599321593967083610000000xf12e3d50ee7d2a9b79a4f337b0aa63658a1d32680xea208a2bbce9c65eb04116df118bb7bf451b273c713bdfc5224ff7105c7bebf3
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.Swap_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SwapV1_Swap_event

Swap execution events from Ribbon Finance v2 vaults on Avalanche, capturing bilateral token exchanges with signer and seller amounts, nonce tracking, and referral addresses. Used for analyzing vault trading activity, fee structures, and referral-driven swap volume.
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_swapIdSTRINGUnique identifier for the swap or offer within the protocol. Numeric string representation without leading zeros.
in_nonceSTRINGUnique numeric identifier for an order, transaction, or operation used to prevent replay attacks. Numeric string representation without leading zeros.
in_signerWalletSTRINGWallet address of the order signer in the swap transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_signerAmountSTRINGAmount of tokens provided by the order signer in the swap. Numeric string representation without decimals, denominated in the smallest unit of the signer token.
in_sellerAmountSTRINGAmount of tokens provided by the seller in the swap transaction. Numeric string representation without decimals, denominated in the smallest unit of the seller token.
in_referrerSTRINGAddress that referred the user to the protocol or facilitated the transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_feeAmountSTRINGFee amount charged for the flash loan or transaction. Numeric string representation of fee quantity in smallest denomination.
addressremovedin_noncein_swapIdlog_indexin_referrerblock_numberin_feeAmountblock_timestampin_sellerAmountin_signerAmountin_signerWallettransaction_hash
0x907a3535ee5275e4af7e6c8a642c0f9443da1dc2false403382504530xcf12070dd7a51304f8abdc3916998262c26890ca1703723602022-07-08T00:41:02.000Z20000000002000000000000000x422f7bb366608723c8fe61ac6d923023dccbc3d70x63c67982e0e0d6d9afb048bb8eff7b0000cae54777b192f49d464fa6b5727b4a
0x907a3535ee5275e4af7e6c8a642c0f9443da1dc2false606073448530xcf12070dd7a51304f8abdc3916998262c26890ca1703720102022-07-08T00:39:51.000Z100000000100000000000000x422f7bb366608723c8fe61ac6d923023dccbc3d70xd0ade1ad91feb327a5413d10d884de9e4af28a83b685a391db0514a0e1e1e5ff
0x907a3535ee5275e4af7e6c8a642c0f9443da1dc2false629796028730xcf12070dd7a51304f8abdc3916998262c26890ca1705825802022-07-08T12:26:12.000Z85907921338754553119830953750000000xce04f810442757d671a40d187929e6a154fe07880xc255b0b0a71f5c2ec52af8254ebc20b6cb97859522104aebf93360dc617b5953
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.SwapV1_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThetaVault_CloseShort_event

Option position closure events from Ribbon Finance v2 Theta Vaults on Avalanche, recording when vaults settle short option positions with withdrawal amounts and option contract addresses. Used for tracking vault performance and options strategy execution cycles.
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_optionsSTRINGConfiguration parameters for LayerZero message execution. Hex-encoded byte string specifying gas limits, executor settings, and delivery options for cross-chain message handling.
in_withdrawAmountSTRINGAmount of collateral withdrawn from the options position when closing the short, denominated in the smallest unit of the underlying token. Values can be zero if no withdrawal occurs or very large integers representing token amounts with native decimals.
in_managerSTRINGAddress of the account authorized to manage the pool, vault, or fund. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_managerin_optionsblock_numberblock_timestamptransaction_hashin_withdrawAmount
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false30x55e4b3e3226444cd4de09778844453ba9fe9cd7c0x81f7b436cbb6885921b416bca64f199683c381e1340726692023-08-18T09:10:11.000Z0xf7b9d43306eab88a7417eb78c84651e12ccb009261306e6d08d00fcd7757e14211460132496238087000583
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false110x55e4b3e3226444cd4de09778844453ba9fe9cd7c0xc81648deb47236720e75452fa834fc20639efb64340726692023-08-18T09:10:11.000Z0x2cb035a271270d055c35dfb110fae57880c71458f991c6a189a8502e6ed1e7468420565242326767107242
0x9dd6be071b4292cc88b8190ab718329adea3e3a3false60x55e4b3e3226444cd4de09778844453ba9fe9cd7c0x35b56c8648f973f40867853c7c06707e4c4d2860131495212022-04-08T11:20:36.000Z0x21ee2b0c61c696dc2f5f660c828440f5c2a53a7128ebfab7825d4e5ce2cc79f8996069219665
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.ThetaVault_CloseShort_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThetaVault_CollectVaultFees_event

Fee collection events from Ribbon Finance ThetaVault options selling vaults on Avalanche, tracking management and performance fees charged per round. Used for analyzing vault economics, fee recipient changes, and revenue generation across different vault strategies.
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_performanceFeeSTRINGPrevious performance fee rate for the vault. Numeric string representation where the value is basis points divided by 100 to yield the percentage.
in_vaultFeeSTRINGManagement fee amount collected by the Ribbon ThetaVault contract, denominated in the vault’s base token and represented in smallest units (wei). Values are often zero when no fees were charged for that round.
in_roundSTRINGSequential identifier for vault or auction rounds. Numeric string representing the round number in the protocol’s lifecycle.
in_feeRecipientSTRINGAddress designated to receive fees collected from the transaction or protocol operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_roundlog_indexin_vaultFeeblock_numberblock_timestampin_feeRecipienttransaction_hashin_performanceFee
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false21025323379160000000081734542021-12-13T06:26:57.000Z0xd4816d144c005b29df24c8eb1865fb8a1e79fdde0xaf3d2778a2eefb98244f5d27d832bc713d93835bc88a95fb781639293661124f11000000000000000
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false3510176585672022-07-22T12:01:20.000Z0x939cbb6babaad2b0533c2caca8a4afec3ae064920x4c64cd7f75a0cd16161c585bca46cd21e4b74d37c570ca6aab7c3d274f93c3410
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false34100176534602022-07-22T09:10:06.000Z0x939cbb6babaad2b0533c2caca8a4afec3ae064920x0c383fd57a928711b93ea4b89662ad09b29427f69ec4aca477e6659663c550340
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.ThetaVault_CollectVaultFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThetaVault_Deposit_event

Deposit events from Ribbon Finance ThetaVault options strategy vaults on Avalanche, tracking user capital allocations into vault rounds with depositor addresses and amounts. Used for analyzing vault participation patterns, capital inflows, and user behavior across vault epochs.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_roundSTRINGSequential identifier for vault or auction rounds. Numeric string representing the round number in the protocol’s lifecycle.
addressremovedin_roundin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false422812397486481496600x0ee1470a9f05f402da26c42fd737df66bd41cbb2233702302022-12-08T12:30:40.000Z0x49fafab9437f85510de19f48e6a2e723244544b6179fe9f23eea957714347e07
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false42300000000000000x0f5d2dc5278b411b4084329eaa122c016a9e8a11233661812022-12-08T10:13:25.000Z0x4997d5e4cef1f982faaa1efd16aa95f06731d522f08a418fb6dfd3137f6c5992
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false429000000000000000000x73f809c0b3cf18d40463d05ba4b95067cb51393b233789942022-12-08T17:27:07.000Z0x7fd1e7acc076cc76405955d30ad6882e2efc7f0d36f09933f0035a581753c7c2
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.ThetaVault_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThetaVault_InstantWithdraw_event

Instant withdrawal events from Ribbon Finance V2 ThetaVault options strategy vaults on Avalanche, capturing immediate fund withdrawals with account addresses, amounts, and round numbers. Used for analyzing vault liquidity patterns and user exit behavior across vault epochs.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_roundSTRINGSequential identifier for vault or auction rounds. Numeric string representing the round number in the protocol’s lifecycle.
addressremovedin_roundin_amountlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false101631453049613003121580xc5602f7ab972cd93967c576df6c12f29f941d9c4138976662022-04-25T22:03:02.000Z0x4e3cfefe62bdeae0826652a78885730df5f003d7c3f3355e15f8cad915bb0b88
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false3313436577214453633350x0de0c29c82656802874abe625b49ec0bf4fd43aa205857332022-10-03T08:10:57.000Z0xe96980ef6410c3ad08f614e364238b7e89cb6832d7b313c53ce0a57a9f8c3e4b
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false339597357065911355800x92ff9e4b6bafa6b7a5607f1b5ab1795cb15360b1205984762022-10-03T15:30:11.000Z0x4b15cc9b8a14e24e43ed2627fe3e1b341f69d768faf106b3ce99bed4462e669e
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.ThetaVault_InstantWithdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThetaVault_OpenShort_event

Event logs from Ribbon Finance V2 theta vaults on Avalanche recording short option position openings, capturing vault address, options contract, manager, and deposit amount for tracking covered call and put selling strategies.
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_optionsSTRINGConfiguration parameters for LayerZero message execution. Hex-encoded byte string specifying gas limits, executor settings, and delivery options for cross-chain message handling.
in_depositAmountSTRINGAmount of tokens deposited into the liquidity pool or vault. String-encoded integer representing the value in the smallest denomination of the token (wei for ETH, atomic units for other tokens).
in_managerSTRINGAddress of the account authorized to manage the pool, vault, or fund. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_managerin_optionsblock_numberblock_timestampin_depositAmounttransaction_hash
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false00x55e4b3e3226444cd4de09778844453ba9fe9cd7c0xd329b2f2ab97b56480ae6aa691f63677a8fd3c61213447812022-10-21T09:52:40.000Z1370469249567039527235490x9c4c7e2a030b46ac4f233abff40b3fe369a03d178ed5fab6f293326b9956aeb0
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false00x55e4b3e3226444cd4de09778844453ba9fe9cd7c0x1427086e3237d3bd6da38da3ed9b1a53cec99236213447822022-10-21T09:52:42.000Z152656514919228726318960xd868de311055471202dc060b887ceb89400ec66d73bc16d2361a2263f6667120
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false00x55e4b3e3226444cd4de09778844453ba9fe9cd7c0x179bcf74fe96c881d08a7cc7dec49a9d3986e1e4352137692023-09-15T10:34:57.000Z83261690796969813918840x3a0a22831b5d5372cca5780a53e80842667374e4fead986007b73dda853dd431
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.ThetaVault_OpenShort_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThetaVault_PerformanceFeeSet_event

Performance fee configuration changes for Ribbon Finance V2 theta vaults on Avalanche. Captures fee adjustments with old and new values (in basis points) for tracking vault economics and fee structure evolution.
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_performanceFeeSTRINGPrevious performance fee rate for the vault. Numeric string representation where the value is basis points divided by 100 to yield the percentage.
in_newPerformanceFeeSTRINGNew performance fee rate for the vault. Decimal representation stored as string, where the value divided by 1e10 yields the percentage (e.g., ‘100000000000000000’ equals 10%).
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_performanceFeein_newPerformanceFee
0x9dd6be071b4292cc88b8190ab718329adea3e3a3false8170495282022-07-08T07:33:33.000Z0x07beedf7b1fcc663eda25ce08a255a26f5c5eb583de4217c5f9cefcd8c10ae1f100000000
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false7176580442022-07-22T11:43:54.000Z0x4e61d05283fc8d3f8d52249f6b29d9eaa812bd76988f7264ded37287f480dca1100000000
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false8295685472023-05-04T03:51:53.000Z0xf4f8ba4a02f466183db47264912a2fe8a022b176ea66cd31f47579fc03741f9d010000000
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.ThetaVault_PerformanceFeeSet_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

ThetaVault_Withdraw_event

Withdrawal events from Ribbon Finance v2 ThetaVault options strategies on Avalanche, tracking user redemptions with vault share amounts and underlying asset values. Used for analyzing vault liquidity flows and user exit 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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_amountin_shareslog_indexin_accountblock_numberblock_timestamptransaction_hash
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false1406600812704777305614322610293855336312550x709c0f8d660406a3e5be1e12ef60da8a71f31a12107409792022-02-10T15:13:59.000Z0x2e40272518582fcb32f5b8dfaadea3ea83162f78997a0a5952c8cab23bd4a138
0x98d03125c62dae2328d9d3cb32b7b969e6a87787false1224815327064537921305564040405334133970x1a247288c2c33701ec69d6e61db10f1d17f7a1a1297482402023-05-08T09:37:08.000Z0x2f5f4161179291f05dd113aec75375d586ebd2e7d2db2b7879f15d23bfb22abc
0x6bf686d99a4ce17798c45d09c21181fac29a9fb3false832418194179504345957574103485874184150x736766b9a41aceea10c89aa93468d93b1aae1907297545592023-05-08T13:11:58.000Z0x3094d7e24294d5c3db2bc7215d3c141914fc54bd04ce29beb9dedf56f288c559
Query with partition filter
SELECT *
FROM `tt-contracts.ribbon_v2_avalanche.ThetaVault_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100