Skip to main content

Tables

IndexToken_MintFeeToReceiver_event

Fee distribution events from Alongside’s IndexToken contract on Ethereum recording protocol fee minting to the designated receiver address. Tracks fee amounts in wei, total supply snapshots, and fee receiver address for analyzing protocol revenue accumulation.
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_feeReceiverSTRINGEthereum address of the recipient receiving the minted fee tokens from this index token contract. Consistently shows the same receiver address (0xc19a…) across all sample transactions.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
in_totalSupplySTRINGTotal supply of the pool or vault token after the event. Numeric string representation of token quantity in smallest denomination.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_timestampin_feeReceiverin_totalSupplyblock_timestamptransaction_hash
0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8dfalse1521631684591823562771686426916792593830xc19a5b6e0a923519603985153515222d59cb3f2e290930365563790353770382023-03-19T20:56:23.000Z0x06623a3e4e973040ddaa43b0fb942195cfcb52d57045a60caaf1dab48bb2926a
0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8dfalse7497310207522945952771687055116793354870xc19a5b6e0a923519603985153515222d59cb3f2e286687862873997876716332023-03-20T18:04:47.000Z0x5eb36005d65fc1180a08904784d3a915dd2134b05ba369da1d78f2479669ceea
0xf17a3fe536f8f7847f1385ec1bc967b2ca9cae8dfalse13148060601285123521871658070116758187910xc19a5b6e0a923519603985153515222d59cb3f2e251386069041592604462692023-02-08T01:13:11.000Z0x0ace3f514b4cc68df1bd99d8896c07068b30ebe2f3a0fef69c3f04bd1503a23c
Query with partition filter
SELECT *
FROM `tt-contracts.alongside_v1_ethereum.IndexToken_MintFeeToReceiver_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Vault_VaultFeeMinted_event

Fee minting events from Alongside Crypto Market Index vault on Ethereum, recording management fee collection through new vault token issuance. Tracks fee recipient addresses and amounts for analyzing protocol revenue and treasury 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_toSTRINGDestination address receiving tokens or assets in the 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_toaddressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xc19a5b6e0a923519603985153515222d59cb3f2e0xf3bcedab2998933c6aad1cb31430d8bab329dd8cfalse30212003155876008636214187362392023-12-07T18:36:11.000Z0xa564cc3d6e06fd008e0262802d298f4a43a98550f1fef2d6941831d7f31d63d9
0xc19a5b6e0a923519603985153515222d59cb3f2e0xf3bcedab2998933c6aad1cb31430d8bab329dd8cfalse19761360189981898712364189158622024-01-01T23:31:59.000Z0x33b9b0e118e82fdd643fd62231070878ddcea32c3ef523d7012efb52d85946f8
Query with partition filter
SELECT *
FROM `tt-contracts.alongside_v1_ethereum.Vault_VaultFeeMinted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100