Skip to main content

Tables

LinearTrueDistributor_Distributed_event

TRU token distribution events from TrueFi V1’s linear distributor contract on Ethereum, recording the amount of tokens distributed to addresses over time. Used for tracking vesting schedules and token unlock patterns for TrueFi protocol participants.
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_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xc7ab606e551bebd69f7611cda1fc473f8e5b8f70false223555555555199133806802021-10-08T21:49:16.000Z0x5a7cd85f463d104f507b697c170919d7943447a8baa3da57da5a6d38f21a18b8
0xc7ab606e551bebd69f7611cda1fc473f8e5b8f70false914618055555596133770192021-10-08T08:04:57.000Z0x4f5951a320c7cf191101ff372b18a51ef2f6456db798d5761c893306dcf83e3f
0xc7ab606e551bebd69f7611cda1fc473f8e5b8f70false1479327256944413133806202021-10-08T21:36:28.000Z0x4a2e30a172ec017326bddf6fe62c99e9b1b2cffcc0a0b71964dd85b47c91f53c
Query with partition filter
SELECT *
FROM `tt-contracts.truefi_v1_ethereum.LinearTrueDistributor_Distributed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Borrow_event

Borrow events emitted when users take loans from lending pools, recording borrower address, borrowed amount, and applicable interest rate. Used for tracking lending protocol utilization and debt positions.
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_borrowerSTRINGAddress of the borrower in the lending or loan transaction. 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_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_amountlog_indexin_borrowerblock_numberblock_timestamptransaction_hash
25000000000000000xa1e72267084192db7387c8cc1328fade470e4149false100000000000000000010x16d02dc67eb237c387023339356b25d1d54b0922113031602020-11-21T18:44:09.000Z0xb96a2f4c99f466b08c72bd572670a768260e682a9b9a4678136739c529ac427b
250000000000000000000000xa1e72267084192db7387c8cc1328fade470e4149false100000000000000000000000001670x16d02dc67eb237c387023339356b25d1d54b0922116614542021-01-15T18:44:16.000Z0x6bf48d10fe219bddd4629a41c3870082701c2125da343883c847067d7c7faf7a
125000000000000000000000xa1e72267084192db7387c8cc1328fade470e4149false5000000000000000000000000940x16d02dc67eb237c387023339356b25d1d54b0922116718622021-01-17T09:20:25.000Z0x085124ede23b8f47e964529b9c9657a60cab89381c6becac74feeecb219b145a
Query with partition filter
SELECT *
FROM `tt-contracts.truefi_v1_ethereum.Pool_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Collected_event

Fee collection events from TrueFi v1 lending pools on Ethereum. Records when protocol fees are collected from pools, including the beneficiary address and amount withdrawn for analyzing protocol revenue distribution.
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_beneficiarySTRINGAddress that receives the tokens, assets, or benefits from 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.
addressremovedin_amountlog_indexblock_numberin_beneficiaryblock_timestamptransaction_hash
0xa1e72267084192db7387c8cc1328fade470e4149false143750002500000000000000247149350630x2a5c94f3f00db7f11d53d1cfbd9ae8a2bbc7bbf02022-06-09T22:41:51.000Z0xc3111369baca5936bb9161802bda0a7f482844a77eacf6717c8d30ac9fd34da2
Query with partition filter
SELECT *
FROM `tt-contracts.truefi_v1_ethereum.Pool_Collected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Exited_event

Withdrawal events from TrueFi V1 lending pools on Ethereum, recording when stakers exit positions by redeeming pool tokens for underlying assets. Used for analyzing liquidity provider behavior and capital flows in TrueFi lending markets.
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_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. 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.
addressremovedin_amountin_stakerlog_indexblock_numberblock_timestamptransaction_hash
0xa1e72267084192db7387c8cc1328fade470e4149false367428177892687865059850x2f5f2223ba5756eb5403d05fd0b9df9fffed253f170123551122021-05-02T13:41:38.000Z0x111206dcf64c44ae866b56072ba4d3b6a5d4a3d7c2f80521fc54faed1ab9fed0
0xa1e72267084192db7387c8cc1328fade470e4149false1635112402553947605890x369052fe460cf5d3ae7e87451c8b4b867bda493b442178934872023-08-11T18:38:59.000Z0x952456b4ce811d61cc124e17578b720da2c379430d585b39573bd2919bbeb82b
0xa1e72267084192db7387c8cc1328fade470e4149false945733254471336714085430x9efab36288565dc343b6909350767cb392aa4f6974113642512020-12-01T03:35:30.000Z0x04e89da97c64860f19150180ea117a27b0bd3f62c3320eb9d632a7afccf5cabf
Query with partition filter
SELECT *
FROM `tt-contracts.truefi_v1_ethereum.Pool_Exited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Joined_event

Deposit events from TrueFi v1 lending pools on Ethereum, capturing user stakes with deposited amounts and corresponding pool share tokens minted. Used for tracking liquidity provider positions and pool entry 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_stakerSTRINGAddress of the account that deposited or staked tokens into the protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_depositedSTRINGAmount of underlying tokens deposited into the TrueFi pool by the staker, denominated in the smallest unit of the token (wei for ETH-based tokens). This raw integer value must be divided by 10^18 to get the human-readable token amount.
in_mintedSTRINGAmount of tokens minted and issued to the user. String-encoded integer value representing the quantity in the smallest unit of the token.
addressremovedin_mintedin_stakerlog_indexblock_numberin_depositedblock_timestamptransaction_hash
0xa1e72267084192db7387c8cc1328fade470e4149false92488296609402390707930x694047845c8df5a193d2baff613971977665ed261621268153599001828306953000000002021-06-22T03:09:14.000Z0x140d285c439e6485afce4fe41e491f5818e97d035a73a0f9e1b34aba1ee5f44e
0xa1e72267084192db7387c8cc1328fade470e4149false685396678938406013952070x36cb763573813990dfae2069c4df4eefba3aec7f7211805226700000000000000000000002021-02-06T21:42:44.000Z0x259885224a98e221f7ac5a1d246865b04eba251d2d66d988d6fd4f5152a78de3
0xa1e72267084192db7387c8cc1328fade470e4149false1958331764665843685325860xf3beff5fcd6aa8d0796097c1e4eb729309055379166118041142000000000000000000000002021-02-06T17:30:58.000Z0x96f516aa7b5677c9b1f04bcc7059f1190a347eb54e68aa9020b3e15d69a04177
Query with partition filter
SELECT *
FROM `tt-contracts.truefi_v1_ethereum.Pool_Joined_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Pool_Repaid_event

Loan repayment events from TrueFi v1 lending pools on Ethereum, capturing payer addresses and repayment amounts. Used to track borrower repayment activity and analyze pool cash flows.
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_payerSTRINGAddress of the account that provided the funds for the repayment or payment transaction. 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.
addressremovedin_payerin_amountlog_indexblock_numberblock_timestamptransaction_hash
0xa1e72267084192db7387c8cc1328fade470e4149false0x16d02dc67eb237c387023339356b25d1d54b0922735308416858884115345639217118204552021-02-09T05:54:55.000Z0xc69cd3ea106219aa9248106b37c5eb2eb89ca64371a0ed1fa87963b676a6da3a
0xa1e72267084192db7387c8cc1328fade470e4149false0x16d02dc67eb237c387023339356b25d1d54b0922685632246346789202958483154117003072021-01-21T18:03:32.000Z0xc12346b2813cbca640ea38b929acf13c4efb10ef1f47e0acc98d6e1f65000bc7
0xa1e72267084192db7387c8cc1328fade470e4149false0x16d02dc67eb237c387023339356b25d1d54b092290958832869731073036531926117003012021-01-21T18:02:25.000Z0xfbd1da167c2d248d550777b7f79a4e2c64fe348709ebc4627c252414aa8627dd
Query with partition filter
SELECT *
FROM `tt-contracts.truefi_v1_ethereum.Pool_Repaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100