Skip to main content

Tables

CoveredCallEthA_Deposit_event

Deposit events from Thetanuts Finance’s ETH covered call vault on Ethereum, tracking user deposits with amounts, depositor addresses, and vault epoch identifiers. Used for analyzing vault participation patterns and capital inflows across different option-selling 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__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
0x3ba337f3167ea35910e6979d5bc3b0aee60e7d59148073605false0xcec4707748d9118fb65e321a7a83ac206868d8cd42308175819920xcec4707748d9118fb65e321a7a83ac206868d8cd2023-06-29T02:29:35.000Z0x70918ce303bc51a6d44059fe0c52f6ab140e9a48b462173bba2e2f2ff5bdcb80
0x248038fdb6f00f4b636812ca6a7f06b81a195ab813950760false0xcec4707748d9118fb65e321a7a83ac206868d8cd30318175819920xcec4707748d9118fb65e321a7a83ac206868d8cd2023-06-29T02:29:35.000Z0x70918ce303bc51a6d44059fe0c52f6ab140e9a48b462173bba2e2f2ff5bdcb80
0xe1c93de547cc85cbd568295f6cc322b1dbbcf8ae78965561false0xcec4707748d9118fb65e321a7a83ac206868d8cd31313175819920xcec4707748d9118fb65e321a7a83ac206868d8cd2023-06-29T02:29:35.000Z0x70918ce303bc51a6d44059fe0c52f6ab140e9a48b462173bba2e2f2ff5bdcb80
Query with partition filter
SELECT *
FROM `tt-contracts.thetanuts_v1_ethereum.CoveredCallEthA_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CoveredCallEthA_NewEpoch_event

Epoch initialization events from Thetanuts Finance covered call vaults on Ethereum, recording strike prices, premiums, and minimum vault sizes for ETH option strategies. Used for tracking vault configuration changes and analyzing covered call product parameters across different vault addresses.
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
0xb466a23c77df358b8b1e86514411c5fe0d613896false0x629538d6030de25417a67bbd748510e271c7a6ff28211473030400017313490183000002023-05-22T07:55:47.000Z0xa9afed34258b7f89114cf0c35e6105422da9ec2db9eae56bb61e394526aa3a70406406400000
0x9014f8e90423766343ed4fe41668563526df6715false0x629538d6030de25417a67bbd748510e271c7a6ff371905225000000000000001731370119750000002023-05-22T08:38:47.000Z0xbfe8257cb68ca64d0f451a154b72d6a864b692058ddf194f7007ee8e7c4955f1275000000000000000000
0x60a4422b6b52aef50647c67f29d6a7e6dac3ccbcfalse0x629538d6030de25417a67bbd748510e271c7a6ff37189424270017313687291500000002023-05-22T08:35:59.000Z0x979cbfb58781e2708c94d380d87e41e97db3edde6a94e06833fa75f64e5824992090000000
Query with partition filter
SELECT *
FROM `tt-contracts.thetanuts_v1_ethereum.CoveredCallEthA_NewEpoch_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CoveredCallEthA_Withdraw_event

Withdrawal events from Thetanuts Finance ETH covered call vault on Ethereum, tracking user redemptions by epoch with amount and account details. Useful for analyzing vault outflows and user behavior in DeFi (decentralized finance) structured products.
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
0x60a4422b6b52aef50647c67f29d6a7e6dac3ccbc106015785false0xc17006b6f0957a6ea2bb446361eed5eca0383b8928144168470350xc17006b6f0957a6ea2bb446361eed5eca0383b892023-03-17T10:47:47.000Z0xb059dea0e4694cfedfa6539b1c41abbea12d80886ba2fe3976c29bb35f57eabf
0x60a4422b6b52aef50647c67f29d6a7e6dac3ccbc35072329false0x55452c8ffa2434bf5e738d752c5581b409e6633d1332161085730x55452c8ffa2434bf5e738d752c5581b409e6633d2022-12-04T02:50:23.000Z0xc5012fe18d9068d3e6823e28c46f2586397714859a361baf57a10a76467d266a
0x6d2cdb589be6037df1aea5dc433829ad5af30013801512034false0x01e198818a895f01562e0a087595e5b1c7bb8d5c46230177539210x01e198818a895f01562e0a087595e5b1c7bb8d5c2023-07-23T06:06:47.000Z0x5380d824b3d8e5887000c21eeb2be78b41adc1c24931dd0b3dac54bdb5d6a2e2
Query with partition filter
SELECT *
FROM `tt-contracts.thetanuts_v1_ethereum.CoveredCallEthA_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100