Skip to main content

Tables

CoveredCallAvax_Deposit_event

Deposit events from Thetanuts Finance covered call vaults on Avalanche, tracking AVAX deposits by users into option-writing strategies. Records depositor addresses, amounts (in wei for AVAX, smallest units for stablecoins), and epoch identifiers for analyzing vault participation and deposit 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__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__epochSTRINGEpoch identifier for the vault or contract cycle. String-encoded integer representing the sequential period number.
in__amtSTRINGAmount of tokens involved in the transaction. String-encoded integer representing the token quantity in its smallest unit.
in__msgSenderSTRINGAddress of the account that called the contract function. Hex-encoded, 0x-prefixed, 42-character string.
addressin__amtremovedin__fromin__epochlog_indexblock_numberin__msgSenderblock_timestamptransaction_hash
0xd06bd68d58ed40cc2031238a3993b99172ea37ca30000000000000000false0x66a3719b28f1bfb49797f78b30797c6685d5ee8a1719297905410x66a3719b28f1bfb49797f78b30797c6685d5ee8a2023-05-09T09:26:50.000Z0x0f3b691d1cadbc5fa654f7553f66885bd9ed414204a704d2cfe730ce35690d8c
0xd06bd68d58ed40cc2031238a3993b99172ea37ca20000000000000000false0x0e437c109a4c1e15172c4da557e77724d7243f711775297897760x0e437c109a4c1e15172c4da557e77724d7243f712023-05-09T09:01:05.000Z0x48ce4eb3b55622963f0e92a37f128ebcbe63ed248d5537656337ea5bf882ca9b
0xa84aa41b6287afe467cce688f3796a2205198f07813false0x61ee3ca7448fb3c096729b58c536b1f310e346071760298133380x61ee3ca7448fb3c096729b58c536b1f310e346072023-05-09T22:17:08.000Z0xf29ac50c76cc0b02f1c9abe7512c2d1657ecaac62fb29fda360357b1ecf9a6c8
Query with partition filter
SELECT *
FROM `tt-contracts.thetanuts_v1_avalanche.CoveredCallAvax_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CoveredCallAvax_NewEpoch_event

New epoch initialization events from Thetanuts covered call vaults on Avalanche, capturing strike prices, premiums, and vault parameters for each options selling period. Used to analyze vault strategy configuration and premium generation over time.
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__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__epochSTRINGEpoch identifier for the vault or contract cycle. String-encoded integer representing the sequential period number.
in__strikeX1e6STRINGOption strike price scaled by one million. String-encoded integer representing the strike price with six decimal places of precision implied by the 1e6 multiplier.
in__premiumSTRINGPremium received from selling covered call options for the epoch. String-encoded integer representing the option premium amount in the vault’s base asset smallest denomination.
in__minSizeOfVaultSTRINGMinimum total value locked in the vault for the epoch. String-encoded integer representing the vault’s base asset amount in smallest denomination.
addressremovedin__fromin__epochlog_indexin__premiumblock_numberin__strikeX1e6block_timestamptransaction_hashin__minSizeOfVault
0xd06bd68d58ed40cc2031238a3993b99172ea37cafalse0x4e81b871c1dce8bfa0b3050703716a9176c77a35873247440000000000000024302624122000002022-12-30T14:37:03.000Z0x8027f41198eb2ea91156c22433bf091c772016a6cc4ddcac263a5bc4e1b9419a11598000000000000000000
0xa84aa41b6287afe467cce688f3796a2205198f07false0x4a4c7c5549359b9fff0137bb3ec4d48c4aa79cc782986738212429450993000002022-12-30T10:01:36.000Z0xdd614897a2e1d26da35fb36595780a1debcd1f13e186aabc754447550bd27df519118052841
0xd06bd68d58ed40cc2031238a3993b99172ea37cafalse0x950a1d93c9d51409a6d537c49ad34cf42e01d31a12294750000000000000000026678409227000002023-02-24T15:07:39.000Z0x1356656a4e6cfc3ce67d089083ff536e1401d2ad444b1c52a3cd82ec8e2d37fe1900000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.thetanuts_v1_avalanche.CoveredCallAvax_NewEpoch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CoveredCallAvax_Withdraw_event

Withdrawal events from Thetanuts Finance covered call vaults on Avalanche, tracking user redemptions with withdrawal amounts and epoch identifiers. Used for analyzing vault liquidity flows and user withdrawal patterns across option selling 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__fromSTRINGAddress initiating the transaction or transfer. Hex-encoded, 0x-prefixed, 42-character string.
in__epochSTRINGEpoch identifier for the vault or contract cycle. String-encoded integer representing the sequential period number.
in__amtSTRINGAmount of tokens involved in the transaction. String-encoded integer representing the token quantity in its smallest unit.
in__msgSenderSTRINGAddress of the account that called the contract function. Hex-encoded, 0x-prefixed, 42-character string.
addressin__amtremovedin__fromin__epochlog_indexblock_numberin__msgSenderblock_timestamptransaction_hash
0xd06bd68d58ed40cc2031238a3993b99172ea37ca3714244851950116011false0xa5bc6a65d927b70a7dcd1f76233eb2c31649a9b91011256915610xa5bc6a65d927b70a7dcd1f76233eb2c31649a9b92023-02-01T11:30:06.000Z0x2789877f300b2935340cbbacf69c0eebbed2feef9a8626168c48120c078f24ee
0xa84aa41b6287afe467cce688f3796a2205198f0710206367189false0xd3aa34a9e80d62d937e26ee77921396f70211a44396213599000xd3aa34a9e80d62d937e26ee77921396f70211a442022-10-21T18:24:25.000Z0xde9cf16f6bbbb4cde7443c2f8d21cd3af0c56673ff5b92367699a3c6abc99a39
0xd06bd68d58ed40cc2031238a3993b99172ea37ca41613459079180844879false0xbc9e59f9fbb048f7d0faa593a0d197d420653572111261298860xbc9e59f9fbb048f7d0faa593a0d197d4206535722023-02-11T17:53:34.000Z0xd9074c47bd7b610d8f1b02a77404b495060f9ca760206a11623e8049002321fb
Query with partition filter
SELECT *
FROM `tt-contracts.thetanuts_v1_avalanche.CoveredCallAvax_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100