Skip to main content

Tables

Advisor_AssetToAssetSwapExecuted_event

Asset swap execution events from Goldfinch v3 protocol on Base, recording portfolio rebalancing transactions where assets are exchanged between portfolios. Used for tracking automated asset allocation changes and advisor-driven portfolio management 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_rebalanceIdSTRINGUnique identifier for the rebalancing operation. 66-character hex string including 0x prefix.
in_portfolioAIdSTRINGIdentifier for the source portfolio from which asset A was transferred during the swap. Numeric string representing the portfolio ID in the Goldfinch Advisor contract rebalancing system.
in_portfolioBIdSTRINGPortfolio identifier receiving Asset B in the swap operation. Numeric string identifier that pairs with in_portfolioAId to track bilateral asset exchanges between portfolios.
in_assetAIdSTRINGIdentifier for the first asset being swapped in the rebalance operation. Numeric string representing the asset’s unique ID within the Goldfinch protocol.
in_assetAAmountSTRINGAmount of asset A being swapped in the transaction, denominated in the asset’s smallest unit. Values typically range from hundreds of millions, representing token quantities with decimal precision already factored in.
in_assetBIdSTRINGIdentifier of the asset being received (Asset B) in the swap within the Goldfinch Advisor rebalancing system. Numeric string representing the internal asset ID being acquired by the destination portfolio.
in_assetBAmountSTRINGQuantity of asset B exchanged in the swap transaction, denominated in the asset’s smallest unit. Values typically range from hundreds of millions of base units (e.g., 150000000, 834000000).
addressremovedlog_indexin_assetAIdin_assetBIdblock_numberin_rebalanceIdblock_timestampin_assetAAmountin_assetBAmountin_portfolioAIdin_portfolioBIdtransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse183510450121420810x30783031386536336262626664300000000000000000000000000000000000002024-03-22T02:11:49.000Z1500000011500000010380x82b47d5b1abffa9e9bfbc83a54c0bf9fd558ad354d87c5bc82c483b2ea17da0f
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse170508448121420810x30783031386536336262626664300000000000000000000000000000000000002024-03-22T02:11:49.000Z1500000001500000000380x82b47d5b1abffa9e9bfbc83a54c0bf9fd558ad354d87c5bc82c483b2ea17da0f
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse157506446121420810x30783031386536336262626664300000000000000000000000000000000000002024-03-22T02:11:49.000Z1500000001500000000380x82b47d5b1abffa9e9bfbc83a54c0bf9fd558ad354d87c5bc82c483b2ea17da0f
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_AssetToAssetSwapExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_DebtAdded_event

No description available.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_portfolioOwedToIdSTRING-
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_DebtAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_DebtPaid_event

No description available.
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_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_portfolioPaidToIdSTRING-
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_DebtPaid_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_DepositInLoanExecuted_event

No description available.
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_rebalanceIdSTRINGUnique identifier for the rebalancing operation. 66-character hex string including 0x prefix.
in_fromPortfolioIdSTRING-
in_intoLoanSTRING-
in_principalAmountSTRINGAmount of principal repaid, deposited, or allocated in the transaction. String-encoded integer value representing the principal quantity in the smallest unit of the relevant token.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_DepositInLoanExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_FeesClaimed_event

Fee claim events from Goldfinch V3 protocol advisors on Base, recording withdrawal amounts and claiming addresses. Used for tracking advisor compensation and protocol fee 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_bySTRINGAddress that initiated 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_byaddressremovedin_amountlog_indexblock_numberblock_timestamptransaction_hash
0x8c1a49346dd6d6225fc3c492bc046527cedd82380x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse9964919918312235881032024-12-12T01:05:53.000Z0x41d6fc428a3d33de150c5188d068b7e7cb8d661fdcf1720233657c13ff6e1a8e
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_FeesClaimed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioDeposited_event

Deposit events from Goldfinch v3 Advisor contract on Base, recording capital allocations to investment portfolios with unique portfolio IDs and deposit amounts (in USDC 6-decimal format). Used for tracking portfolio funding activity and capital deployment across Goldfinch’s credit pools.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse1000000001210611533192024-02-15T15:53:33.000Z0x541cb1501133fcf73006f1d559f694588c590b9ddd10fb1ed9ff08fae5b73a22
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse2935000000710619421202024-02-15T20:16:29.000Z0x01d4d78b97b0a1e2a50d913f7c7da4cd421e65cd52dbe42c3e9a16e2bd6d0866
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse5000000002110626071212024-02-15T23:58:09.000Z0x92b4a94c80de943596414682a385d45e6b0c37b3f95e0410388855f78f2358ac
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioFeeCharged_event

Portfolio management fees charged by advisors in Goldfinch V3 protocol on Base, grouped by fee batch and portfolio identifier. Used for tracking advisor compensation and analyzing fee structures across lending portfolios.
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_feeBatchIdSTRINGUnique identifier for a batch of fees charged across multiple portfolios in a single transaction. Hex-encoded 32-byte hash that groups related fee events together.
in_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_feeBatchIdin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse66640261169336730x3789a0c14bb4fe409dd25a0c0af6487a42b037cde83745d855d3dbefa1b0ac11492024-07-11T00:11:33.000Z0xfc6ddd8a6f527d3e9080c7b0863a01890f9c5b830dc632fca8a71bd75c9ae068
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse72193219169336730x3789a0c14bb4fe409dd25a0c0af6487a42b037cde83745d855d3dbefa1b0ac11482024-07-11T00:11:33.000Z0xfc6ddd8a6f527d3e9080c7b0863a01890f9c5b830dc632fca8a71bd75c9ae068
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse116620231169336730x3789a0c14bb4fe409dd25a0c0af6487a42b037cde83745d855d3dbefa1b0ac1112024-07-11T00:11:33.000Z0xfc6ddd8a6f527d3e9080c7b0863a01890f9c5b830dc632fca8a71bd75c9ae068
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioFeesTaken_event

Advisory fee collection events from Goldfinch v3 protocol on Base, recording amounts extracted from lending portfolios. Used for tracking advisor compensation and portfolio-level fee analysis across the platform’s credit pools.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse1359616317149131512024-07-15T23:53:29.000Z0x33eb53967134b7d8cdb4375e05ba554183be1e63da5d215f5cff0a4af9716fe8
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse2269720817149131222024-07-15T23:53:29.000Z0x33eb53967134b7d8cdb4375e05ba554183be1e63da5d215f5cff0a4af9716fe8
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse2269717217149131322024-07-15T23:53:29.000Z0x33eb53967134b7d8cdb4375e05ba554183be1e63da5d215f5cff0a4af9716fe8
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioFeesTaken_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioInvestableCashDeposited_event

Cash deposit events into Goldfinch investment portfolios on Base, tracking the amount and portfolio ID for each deposit transaction. Used for monitoring capital inflows and portfolio funding activity in the Goldfinch credit protocol.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse10000000981394996772024-05-02T22:34:41.000Z0x0aabeda5d1fd8d4895b6b26e3a1faf0f9752b4dbe4da685a3d33097e8e1515aa
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse100000001091394126072024-05-02T17:44:27.000Z0xfb7805bc0691faae01d75b4d93d4ba79e656f14ec5b7e1eefef01f95ad0c07b1
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse5806700009513940305332024-05-02T17:12:37.000Z0xaf9b04f1000aab1691c1ff294f21c43d8769724da60f6a58f2fd1c2246abff8d
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioInvestableCashDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioInvestableCashWithdrawn_event

Cash withdrawal events from Goldfinch Advisor portfolios on Base, tracking amounts removed from investable capital pools. Used for monitoring portfolio liquidity management and capital allocation changes across lending portfolios.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse200000006310664329192024-02-16T21:13:25.000Z0x02b3352646a2b5397918ec89a2591c12c6088489f4ff7f1550f9209b27bc5fb0
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse400000005010664329192024-02-16T21:13:25.000Z0x02b3352646a2b5397918ec89a2591c12c6088489f4ff7f1550f9209b27bc5fb0
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse400000003710664329192024-02-16T21:13:25.000Z0x02b3352646a2b5397918ec89a2591c12c6088489f4ff7f1550f9209b27bc5fb0
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioInvestableCashWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioIsReinvestingInterestUpdated_event

Event log tracking changes to interest reinvestment settings for portfolios in Goldfinch v3 Advisor contract on Base. Records when portfolio holders toggle automatic interest compounding on or off for specific portfolio IDs.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_isReinvestingInterestBOOLBoolean flag indicating whether interest earned on the specified portfolio is being automatically reinvested. Toggles between true (reinvesting) and false (not reinvesting) as portfolio settings are updated.
addressremovedlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hashin_isReinvestingInterest
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse619146592672024-08-31T05:35:31.000Z0x3302620d27833c85ef5110a4964bd74bb7f3ec42c88eea087fe27e807d8dacdbfalse
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse14919164165672024-08-31T15:21:17.000Z0x1f0840cd869b67db6a7245420510e0981d3f0ade86f529fd723bf61135b0f9f5true
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse8921321463892024-10-20T13:51:13.000Z0xd3b988bb8a1efa092921771fee3e4c3f27f41f4a1f52f292190a76cfe7b99e99false
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioIsReinvestingInterestUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioIsReinvestingPrincipalUpdated_event

Portfolio principal reinvestment configuration events from Goldfinch Advisor contract on Base, tracking when portfolio managers toggle automatic principal reinvestment on or off. Used for analyzing yield optimization strategies and portfolio management behavior.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_isReinvestingPrincipalBOOLIndicates whether the portfolio is configured to automatically reinvest principal repayments into new loans. Boolean flag that tracks the reinvestment strategy setting for the specified portfolio ID.
addressremovedlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hashin_isReinvestingPrincipal
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse8118400642172024-08-13T23:10:31.000Z0x28d1869a9285eeaf9e6ad98bebb149eb493ed352a8f928ab682f91b5aa33e4ecfalse
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse8018400655172024-08-13T23:10:57.000Z0x01aaa973b988d98a7593f1242c652aba744fc4be9fe5d9ecc9f424a9d3cd438btrue
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse15718402020172024-08-13T23:56:27.000Z0x0e61182fe226a588b125a791a1a84ac79392763ac4af38506a1346a070fd660ftrue
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioIsReinvestingPrincipalUpdated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioNonInvestableCashDeposited_event

Cash deposit events for non-investable reserves in Goldfinch v3 portfolios on Base. Tracks when funds are allocated to portfolio cash positions that are held outside of active lending pools, useful for analyzing portfolio liquidity management and reserve 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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse105022249421126164702024-10-16T01:21:15.000Z0xaba384fce4e348239bf432e7f7fc80ffcaa519eff1bad661d4b7179313e0bb43
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse105000150921126164702024-10-16T01:21:15.000Z0xaba384fce4e348239bf432e7f7fc80ffcaa519eff1bad661d4b7179313e0bb43
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse105000048921126164702024-10-16T01:21:15.000Z0xaba384fce4e348239bf432e7f7fc80ffcaa519eff1bad661d4b7179313e0bb43
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioNonInvestableCashDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioNonInvestableCashWithdrawn_event

Cash withdrawal events from non-investable portfolio balances in Goldfinch’s Advisor contract on Base. Tracks portfolio-specific withdrawals with amounts (in base units) for monitoring portfolio liquidity management and advisor cash flow 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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse011019829322024-02-06T02:18:53.000Z0x012820d71faff60d0c0b6591520c3c999b17e94191e9ff004d91de21e4668fb6
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse011019834732024-02-06T02:20:41.000Z0xcf78929d1b25969ea8d57a51d3d3db1457dcec5acd96a465cea425a88a55e2db
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse011019821312024-02-06T02:16:13.000Z0xa6f0bff8cf1ad1e8f3d5726fa3e29aeae00a1ae53712314c27cbe85133d14cd8
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioNonInvestableCashWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioPoolTokenDeposited_event

Events tracking when pool tokens are deposited into portfolios within Goldfinch’s Advisor contract on Base. Used to analyze portfolio composition changes and token management activity across Goldfinch lending pools.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
addressremovedlog_indexin_tokenIdblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse262611087697602024-02-21T19:21:39.000Z0x0afb0bcee97e6416ab2c11c405f871c2ba27b303d1a1f155b5d3fdf02df042bb
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse522651087697602024-02-21T19:21:39.000Z0x0afb0bcee97e6416ab2c11c405f871c2ba27b303d1a1f155b5d3fdf02df042bb
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse392631087697602024-02-21T19:21:39.000Z0x0afb0bcee97e6416ab2c11c405f871c2ba27b303d1a1f155b5d3fdf02df042bb
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioPoolTokenDeposited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioPoolTokenWithdrawn_event

Portfolio pool token withdrawal events from Goldfinch’s Advisor contract on Base, tracking when pool tokens (NFTs) are removed from managed portfolios. Used to analyze portfolio rebalancing activity and token movement between different portfolio 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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
addressremovedlog_indexin_tokenIdblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse5416975618202024-01-26T20:41:51.000Z0x1ed66a0acb82a330cb68486a1ac434e784fa3e6c502d8973a899103a4d777393
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse4114975618202024-01-26T20:41:51.000Z0x1ed66a0acb82a330cb68486a1ac434e784fa3e6c502d8973a899103a4d777393
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse2618976095002024-01-26T23:20:47.000Z0x269a76103b297bfa45588e5d37eefbdb9639315b263370cd13f00a641f610924
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioPoolTokenWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_PortfolioWithdrawn_event

Withdrawal events from Goldfinch v3 Advisor contract portfolios on Base, capturing amount and portfolio ID for each withdrawal transaction. Enables tracking of capital outflows and portfolio liquidation activity across different Goldfinch lending portfolios.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
addressremovedin_amountlog_indexblock_numberin_portfolioIdblock_timestamptransaction_hash
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse2004147231019821312024-02-06T02:16:13.000Z0xa6f0bff8cf1ad1e8f3d5726fa3e29aeae00a1ae53712314c27cbe85133d14cd8
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse1122809431019834732024-02-06T02:20:41.000Z0xcf78929d1b25969ea8d57a51d3d3db1457dcec5acd96a465cea425a88a55e2db
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse1000000031019829322024-02-06T02:18:53.000Z0x012820d71faff60d0c0b6591520c3c999b17e94191e9ff004d91de21e4668fb6
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_PortfolioWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_rebalance_function

Portfolio rebalancing transactions from Goldfinch v3 Advisor contract on Base, recording swaps between stable and asset portfolios with token amounts and portfolio identifiers. Used for analyzing automated portfolio management and capital allocation across Goldfinch lending pools.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_rebalanceIdSTRINGUnique identifier for the rebalancing operation. 66-character hex string including 0x prefix.
in_stableForAssetSwapsARRAY<STRUCT<stablePortfolioId STRING, assetPortfolioId STRING, tokenId STRING, amount STRING>>Array of swap operations exchanging stablecoin positions for asset positions within the Goldfinch protocol’s rebalancing mechanism. Each swap specifies token ID, amount, and source/destination portfolio IDs for the transaction.
in_depositsARRAY<STRUCT<fromPortfolioId STRING, loan STRING, tranche STRING, amount STRING>>Array of deposit operations included in this rebalance transaction. Empty arrays indicate rebalances that only involved swaps between existing portfolio positions without new capital deposits.
in_assetForAssetSwapsARRAY<STRUCT<portfolioAId STRING, assetAId STRING, portfolioBId STRING, assetBId STRING, amount STRING>>Array of asset-to-asset swap operations executed during portfolio rebalancing, containing tokenId and portfolio identifiers. Typically empty, indicating stablecoin swaps are more common in Goldfinch v3 rebalancing operations.
gasvaluestatusgas_usedsignatureto_addressin_depositsblock_numberfrom_addresstrace_addressin_rebalanceIdblock_timestamptransaction_hashin_assetForAssetSwapsin_stableForAssetSwaps
41777090true17461960xa474b76e0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c[]97621680xedb36057118792c29593ed3a3610e1a5c31642890,00x00000000000000000000000000000000000000000000000000000f84d22365cd2024-01-27T00:01:23.000Z0xdd1f7c6faf27bf4331a22a04944e4341de7f904af8942c22b38e9d1f9e7e523c[][{“amount”:“2333328”,“tokenId”:“27”,“assetPortfolioId”:“3”,“stablePortfolioId”:“0”},{“amount”:“1333327”,“tokenId”:“30”,“assetPortfolioId”:“0”,“stablePortfolioId”:“3”},{“amount”:“1000015”,“tokenId”:“33”,“assetPortfolioId”:“0”,“stablePortfolioId”:“3”}]
32573920true13596560xa474b76e0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c[]97621790xedb36057118792c29593ed3a3610e1a5c31642890,00x00000000000000000000000000000000000000000000000000000f84d22365cb2024-01-27T00:01:45.000Z0x49939d36ea79a999ee641fe656405833d2f44cbd667e4a7360d32c34da408e8c[][{“amount”:“500000”,“tokenId”:“19”,“assetPortfolioId”:“1”,“stablePortfolioId”:“0”},{“amount”:“833327”,“tokenId”:“22”,“assetPortfolioId”:“1”,“stablePortfolioId”:“0”},{“amount”:“1666666”,“tokenId”:“26”,“assetPortfolioId”:“0”,“stablePortfolioId”:“1”},{“amount”:“666662”,“tokenId”:“35”,“assetPortfolioId”:“0”,“stablePortfolioId”:“1”}]
43906530true18354490xa474b76e0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c[]100654540xedb36057118792c29593ed3a3610e1a5c31642890,00x00000000000000000000000000000000000000000000000000000f863b98659e2024-02-03T00:30:55.000Z0x4d300ee15ba85fbb15d64641ebc4a2f5b41c3c1c305ab58b55e737f35c3890bd[][{“amount”:“1333334”,“tokenId”:“40”,“assetPortfolioId”:“0”,“stablePortfolioId”:“4”},{“amount”:“833327”,“tokenId”:“46”,“assetPortfolioId”:“0”,“stablePortfolioId”:“4”},{“amount”:“500006”,“tokenId”:“55”,“assetPortfolioId”:“0”,“stablePortfolioId”:“4”},{“amount”:“1333333”,“tokenId”:“83”,“assetPortfolioId”:“0”,“stablePortfolioId”:“4”}]
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_rebalance_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_RedemptionCredited_event

RedemptionCredited events from Goldfinch V3 Advisor contract on Base, recording principal and interest amounts credited to portfolio token holders upon loan redemptions. Used for tracking portfolio returns and token holder distributions across different portfolio IDs.
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_portfolioIdSTRINGUnique identifier for a portfolio within the Goldfinch Advisor contract. Numeric string representation.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_principalAmountSTRINGAmount of principal repaid, deposited, or allocated in the transaction. String-encoded integer value representing the principal quantity in the smallest unit of the relevant token.
in_interestAmountSTRINGAmount of interest credited to the token holder during this redemption event, denominated in the smallest unit of the relevant token. Values are stored as strings to preserve precision for large token amounts.
addressremovedlog_indexin_tokenIdblock_numberin_portfolioIdblock_timestamptransaction_hashin_interestAmountin_principalAmount
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse1732976140832024-01-26T23:36:03.000Z0x1a86a136069470c27ffe77190308ae66d15627614e334bf544c5e069a7db5ba9140
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse4718921507291602024-05-28T22:26:19.000Z0xe306f6a3c201776cc03a7fb27314ae5f3adc0efe9c168160fa8c04d7dde6c49134069000358404000000
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse14111551507294912024-05-28T22:27:25.000Z0xf2b6f16181fd8bfd3886cad766b7d053ff952ec9f32ba6d123ec0f2a554f047a8166714000000
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_RedemptionCredited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Advisor_StableToAssetSwapExecuted_event

Portfolio rebalancing events from Goldfinch v3 protocol on Base where stablecoins are swapped into asset tokens. Tracks swap amounts, portfolio identifiers, and token IDs for analyzing Advisor contract rebalancing 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_rebalanceIdSTRINGUnique identifier for the rebalancing operation. 66-character hex string including 0x prefix.
in_stablePortfolioIdSTRINGPortfolio identifier for the stablecoin side of the swap transaction in Goldfinch’s portfolio management system. Represents which stablecoin portfolio is involved in the rebalancing operation.
in_assetPortfolioIdSTRINGPortfolio identifier for the asset side of the rebalancing swap in the Goldfinch Advisor contract. Always ‘0’ in the sample data, indicating a default or primary asset portfolio.
in_stableAmountSTRINGAmount of stablecoin swapped in the rebalancing operation, denominated in the token’s smallest unit. Based on sample values, typically represents amounts in the hundreds of millions of base units (e.g., USDC wei).
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_assetAmountSTRINGAmount of asset tokens involved in the operation. Integer value representing token quantity in smallest unit.
addressremovedlog_indexin_tokenIdblock_numberin_assetAmountin_rebalanceIdblock_timestampin_stableAmounttransaction_hashin_assetPortfolioIdin_stablePortfolioId
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse96259108769981660000000x00000000000000000000000000000000000000000000000000009b6301dbfed92024-02-21T19:22:23.000Z1660000000xbc23798137ceda984b8661c04862e07b2c854367e5ec596e448e2576e15c63e6025
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse70255108769981660000000x00000000000000000000000000000000000000000000000000009b6301dbfed92024-02-21T19:22:23.000Z1660000000xbc23798137ceda984b8661c04862e07b2c854367e5ec596e448e2576e15c63e6025
0x62bd519fa2bb53d9e8e29e7657840f4b8167e44cfalse83257108769981670000000x00000000000000000000000000000000000000000000000000009b6301dbfed92024-02-21T19:22:23.000Z1670000000xbc23798137ceda984b8661c04862e07b2c854367e5ec596e448e2576e15c63e6025
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Advisor_StableToAssetSwapExecuted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_BeaconCreated_event

No description available.
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_beaconSTRINGContract address of the beacon proxy implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_implementationSTRINGContract address of the implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Factory_BeaconCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_CallableLoanCreated_event

No description available.
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_loanSTRINGContract address of the loan being created, claimed, funded, or liquidated. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Factory_CallableLoanCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_createCallableLoan_function

No description available.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__limitSTRING-
in__interestAprSTRING-
in__numLockupPeriodsSTRING-
in__scheduleSTRING-
in__lateFeeAprSTRING-
in__fundableAtSTRING-
in__allowedUIDTypesARRAY<STRING>Array of unique identifier type codes permitted for accessing or participating in the loan or pool. String elements representing numeric type identifiers.
out_loanSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Factory_createCallableLoan_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_createPool_function

Function call data for liquidity pool creation through factory contracts, including token pair addresses, fee tiers, and the resulting pool address. Used for tracking DEX (Decentralized Exchange) pool deployments and factory contract interactions.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__juniorFeePercentSTRINGPercentage fee allocated to junior tranche investors in the pool’s waterfall structure, expressed in basis points. Commonly set to 0, indicating no junior fee or default configuration.
in__limitSTRINGMaximum borrowing capacity for the pool in USDC base units (6 decimals). Typical values range from 100M to 350B base units, representing 100to100 to 350,000 loan limits.
in__interestAprSTRINGAnnual percentage rate (APR) for interest on the borrowing pool, encoded as a string representing basis points with 18 decimals (e.g., ‘3650000000000000000’ = 3.65% APR). Values typically range from ~14% to ~365% based on sample pool configurations.
in__scheduleSTRINGContract address of the repayment schedule configuration for the borrower pool. Hex-encoded, 0x-prefixed 40-character address defining payment terms and timing for the loan.
in__lateFeeAprSTRINGLate fee annual percentage rate (APR) for the pool expressed in 18-decimal precision. Typically zero, indicating no late fees charged on overdue payments.
in__fundableAtSTRINGUnix timestamp (in seconds) when the pool becomes available for funding. Typically set to ‘0’ to enable immediate funding upon pool creation.
in__allowedUIDTypesARRAY<STRING>Array of unique identifier type codes permitted for accessing or participating in the loan or pool. String elements representing numeric type identifiers.
in__originationFeesSTRUCT<originator STRING, feeInBps STRING>Structured data containing origination fee parameters for the pool, including fee rate in basis points and the originator’s address. Typically zero fees with null address in sample data.
out_poolSTRINGContract address of the newly created Goldfinch borrower pool on Base chain. Hex-encoded, 0x-prefixed 40-character string representing the pool deployment address.
gasvaluestatusgas_usedout_poolin__limitsignatureto_addressblock_numberfrom_addressin__borrowerin__scheduletrace_addressin__fundableAtin__lateFeeAprblock_timestampin__interestAprtransaction_hashin__allowedUIDTypesin__originationFeesin__juniorFeePercent
43144010true11850720xd30b83ef8004860a91084d67cbd14b84d906e07f1000000000x0771b68e0x2eb556087beb4f25d77222002cbe96cb0fac7e6797606210xa3f4318f9220c796495b9aa4ed1e525b180a5cba0x46cc6418bf12933e4afcf95ae255e8249fffd0d90xa7da355994cf22541d3c76738b290f80bdbd06010,3,0002024-01-26T23:09:49.000Z36500000000000000000xa0167af1db4852072dbc5edc16bced2fc6c4c1f3582dd390161775af74ae5d18[“1”]{“feeInBps”:“0”,“originator”:“0x0000000000000000000000000000000000000000”}0
74153200false11323030x64e9f5c3f788d4d6bd5612cee0d04c58454489171500000000000x0771b68e0x2eb556087beb4f25d77222002cbe96cb0fac7e67101917290x9817fb8db3c1f65feaa07a297dc37580ed5881830x9817fb8db3c1f65feaa07a297dc37580ed5881830x71fb757bd053b7cddfc3740573e925371ed9b2ef0,2,8002024-02-05T22:40:05.000Z1419441830000000000x37c6cb8b2fccb29089a61183823e0ee87bf0951dcf04113d42de2bb6b1495573[“1”]{“feeInBps”:“0”,“originator”:“0x0000000000000000000000000000000000000000”}0
203877290true11323030x64e9f5c3f788d4d6bd5612cee0d04c58454489171500000000000x0771b68e0x2eb556087beb4f25d77222002cbe96cb0fac7e67101918040x9817fb8db3c1f65feaa07a297dc37580ed5881830x9817fb8db3c1f65feaa07a297dc37580ed5881830x71fb757bd053b7cddfc3740573e925371ed9b2ef0,2,8002024-02-05T22:42:35.000Z1419441830000000000x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32[“1”]{“feeInBps”:“0”,“originator”:“0x0000000000000000000000000000000000000000”}0
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Factory_createPool_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_CreditLineCreated_event

Credit line creation events from Goldfinch v3 protocol factory contract on Base. Tracks deployment of new credit line contracts with their addresses for monitoring borrower onboarding and lending pool expansion.
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_creditLineSTRINGContract address of the newly created credit line in the Goldfinch protocol. Hex-encoded, 0x-prefixed 40-character string representing the deployed credit line contract on Base chain.
addressremovedlog_indexblock_numberin_creditLineblock_timestamptransaction_hash
0x2eb556087beb4f25d77222002cbe96cb0fac7e67false797187340x80bf78bfe32c0eaf1e375467820f6214d12f7bd52024-01-25T23:53:35.000Z0xc4c333396ae9e8e268cac7d6a0900cc8c7ed994a7a53278f6a80465956987f5d
0x2eb556087beb4f25d77222002cbe96cb0fac7e67false2396695740x22d93b18667cccc273a0ef3277b3e206de08b9722024-01-24T20:34:55.000Z0x72c6b8fdd76eb8f350ef5dcd8f692dfabab752793b5502a0c2fdc45daf1ed52d
0x2eb556087beb4f25d77222002cbe96cb0fac7e67false42101918040xdb5795eb5651085c88cb146ca0d8f945585f59cf2024-02-05T22:42:35.000Z0x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Factory_CreditLineCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Factory_PoolCreated_event

Factory contract event emitted when a new liquidity pool is created, recording token pairs and pool configuration parameters. Used for tracking DEX pool deployments and liquidity market initialization.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexin_borrowerblock_numberblock_timestamptransaction_hash
0x2eb556087beb4f25d77222002cbe96cb0fac7e670x239865a20edb50f356fdcc798575975e584817effalse520x9817fb8db3c1f65feaa07a297dc37580ed588183101918042024-02-05T22:42:35.000Z0x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32
0x2eb556087beb4f25d77222002cbe96cb0fac7e670x77e91f120d97a5c26dfca7ca96e9228e820b1041false1000x9817fb8db3c1f65feaa07a297dc37580ed588183101918042024-02-05T22:42:35.000Z0x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32
0x2eb556087beb4f25d77222002cbe96cb0fac7e670xb035b0265ead08013117977ee843700d7bc5c0c7false1240x9817fb8db3c1f65feaa07a297dc37580ed588183101918042024-02-05T22:42:35.000Z0x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.Factory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokens_TokenBurned_event

Token burn events from Goldfinch V3 lending pools on Base, recording when liquidity provider NFT positions are destroyed. Tracks pool participation withdrawals with owner addresses and token IDs for analyzing lender exit 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
addressin_poolremovedin_ownerlog_indexin_tokenIdblock_numberblock_timestamptransaction_hash
0x4cdb2b3358add8bd125855da9e52317352ba25de0x5883b5a4c1d209d532523ae71e79122d3edc862ffalse0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c92297621792024-01-27T00:01:45.000Z0x49939d36ea79a999ee641fe656405833d2f44cbd667e4a7360d32c34da408e8c
0x4cdb2b3358add8bd125855da9e52317352ba25de0x16e6fb81c8b0b33cd64472d4e4e0dd79a831f1a4false0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c273597621792024-01-27T00:01:45.000Z0x49939d36ea79a999ee641fe656405833d2f44cbd667e4a7360d32c34da408e8c
0x4cdb2b3358add8bd125855da9e52317352ba25de0x16e6fb81c8b0b33cd64472d4e4e0dd79a831f1a4false0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c92797621682024-01-27T00:01:23.000Z0xdd1f7c6faf27bf4331a22a04944e4341de7f904af8942c22b38e9d1f9e7e523c
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.PoolTokens_TokenBurned_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokens_TokenMinted_event

Token minting events from Goldfinch V3 lending pools on Base, recording when liquidity providers receive pool tokens representing their tranche positions. Used for tracking capital deployment and LP token issuance across junior and senior tranches.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_trancheSTRINGIdentifier for the tranche type within a Goldfinch lending pool, typically distinguishing between senior and junior tranches. Numeric string representation, commonly ‘1’ for senior or ‘2’ for junior.
addressin_poolremovedin_ownerin_amountlog_indexin_tokenIdin_trancheblock_numberblock_timestamptransaction_hash
0x4cdb2b3358add8bd125855da9e52317352ba25de0x5883b5a4c1d209d532523ae71e79122d3edc862ffalse0xa3f4318f9220c796495b9aa4ed1e525b180a5cba100000000196297187342024-01-25T23:53:35.000Z0xc4c333396ae9e8e268cac7d6a0900cc8c7ed994a7a53278f6a80465956987f5d
0x4cdb2b3358add8bd125855da9e52317352ba25de0x5883b5a4c1d209d532523ae71e79122d3edc862ffalse0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c915000002410297189162024-01-25T23:59:39.000Z0xd632ad39614940b2a83cbd870d8a8e1c6c790760d5a75db9ea7f9ed3d2567675
0x4cdb2b3358add8bd125855da9e52317352ba25de0x16e6fb81c8b0b33cd64472d4e4e0dd79a831f1a4false0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c91500000118297189162024-01-25T23:59:39.000Z0xd632ad39614940b2a83cbd870d8a8e1c6c790760d5a75db9ea7f9ed3d2567675
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.PoolTokens_TokenMinted_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokens_TokenPrincipalWithdrawn_event

No description available.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_principalWithdrawnSTRING-
in_trancheSTRINGIdentifier for the tranche type within a Goldfinch lending pool, typically distinguishing between senior and junior tranches. Numeric string representation, commonly ‘1’ for senior or ‘2’ for junior.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.PoolTokens_TokenPrincipalWithdrawn_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokens_TokenRedeemed_event

Token redemption events from Goldfinch V3 lending pools on Base, recording when liquidity providers withdraw principal and interest from pool tranches. Tracks withdrawal amounts by pool, token ID, and tranche for analyzing lender behavior and pool liquidity.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_principalRedeemedSTRINGAmount of principal redeemed from the Goldfinch pool token, denominated in the smallest unit of the underlying asset (typically USDC with 6 decimals). This represents the original investment amount being withdrawn by the token owner.
in_interestRedeemedSTRINGAmount of accrued interest withdrawn by the token holder when redeeming their Goldfinch pool token, denominated in the smallest unit of the pool’s underlying asset (typically USDC with 6 decimals). Values range from small amounts like 20 to over 100,000 units.
in_trancheSTRINGIdentifier for the tranche type within a Goldfinch lending pool, typically distinguishing between senior and junior tranches. Numeric string representation, commonly ‘1’ for senior or ‘2’ for junior.
addressin_poolremovedin_ownerlog_indexin_tokenIdin_trancheblock_numberblock_timestamptransaction_hashin_interestRedeemedin_principalRedeemed
0x4cdb2b3358add8bd125855da9e52317352ba25de0xd30b83ef8004860a91084d67cbd14b84d906e07ffalse0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c44322100588652024-02-02T20:51:17.000Z0xd012b13bb00c8fabc17a3fdb08eee8cc54b8edbfe0c992704d874b95fd67771f62163500929
0x4cdb2b3358add8bd125855da9e52317352ba25de0xd30b83ef8004860a91084d67cbd14b84d906e07ffalse0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c23322100593182024-02-02T21:06:23.000Z0x60b2010c798bc13f869ddba57ea2239f0d69eda08c08976859fc9c80809301e230499072
0x4cdb2b3358add8bd125855da9e52317352ba25de0xd30b83ef8004860a91084d67cbd14b84d906e07ffalse0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c17442100588592024-02-02T20:51:05.000Z0x834996f69b3a72926732335e55402a45e7d0a99e7950ae8bbfb307446c76255b62178500936
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.PoolTokens_TokenRedeemed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

PoolTokens_TokenSplit_event

TokenSplit events from Goldfinch v3 lending pools on Base, tracking when pool token positions are divided into two new tokens with split principal amounts. Used for analyzing liquidity provider position management and token rebalancing 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_newTokenId1STRINGToken identifier for the first newly created pool token resulting from the split operation. Sequential numeric ID issued by the Goldfinch PoolTokens contract when an existing position is divided.
in_newPrincipal1STRINGPrincipal amount allocated to the first newly created pool token after the split operation. Denominated in the smallest unit of the pool’s underlying currency (typically USDC with 6 decimals).
in_newTokenId2STRINGToken identifier (NFT) created for the second position after splitting the original pool token. Each split generates two new token IDs representing proportional ownership stakes in the lending pool.
in_newPrincipal2STRINGPrincipal amount allocated to the second newly created pool token after the split. Denominated in the smallest unit of the pool’s underlying currency (typically USDC with 6 decimals).
addressin_poolremovedin_ownerlog_indexin_tokenIdblock_numberin_newTokenId1in_newTokenId2block_timestampin_newPrincipal1in_newPrincipal2transaction_hash
0x4cdb2b3358add8bd125855da9e52317352ba25de0xd30b83ef8004860a91084d67cbd14b84d906e07ffalse0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c45651006276770712024-02-02T23:01:21.000Z887851941121330x21b88b08c053fe134df2bec2109958ff3e433781924d0d78936ad59b919373d0
0x4cdb2b3358add8bd125855da9e52317352ba25de0x16e6fb81c8b0b33cd64472d4e4e0dd79a831f1a4false0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c1971006276766672024-02-02T23:01:21.000Z8985214101480x21b88b08c053fe134df2bec2109958ff3e433781924d0d78936ad59b919373d0
0x4cdb2b3358add8bd125855da9e52317352ba25de0x5883b5a4c1d209d532523ae71e79122d3edc862ffalse0x62bd519fa2bb53d9e8e29e7657840f4b8167e44c32231006276768692024-02-02T23:01:21.000Z8985167434820x21b88b08c053fe134df2bec2109958ff3e433781924d0d78936ad59b919373d0
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.PoolTokens_TokenSplit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoan_AccountingSnapshotPopped_event

No description available.
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_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
in_cumulativeInterestOwedSTRING-
in_cumulativePrincipalOwedSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoan_AccountingSnapshotPopped_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoan_AccountingSnapshotPushed_event

No description available.
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_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
in_cumulativeInterestOwedSTRING-
in_cumulativePrincipalOwedSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoan_AccountingSnapshotPushed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoan_initialize_function

No description available.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__configSTRING-
in__contractOwnerSTRING-
in__allowedUIDTypesARRAY<STRING>Array of unique identifier type codes permitted for accessing or participating in the loan or pool. String elements representing numeric type identifiers.
in__lenderSTRING-
in__totalPrincipalDepositedSTRING-
out_anon0STRINGActual amount of tokens provided by the maker in the order or swap execution. Numeric string representing the token quantity in its smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoan_initialize_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoan_pay_function

No description available.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_interestPaymentSTRING-
in_principalPaymentSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoan_pay_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoan_PaymentMade_event

No description available.
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_interestSTRINGInterest amount accrued or paid in the transaction. Numeric string representation in the smallest unit of the relevant token.
in_principalSTRINGPrincipal amount borrowed, repaid, or withdrawn in the transaction. Numeric string representation in the smallest unit of the relevant token.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoan_PaymentMade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoan_WithdrawalMade_event

No description available.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_interestSTRINGInterest amount accrued or paid in the transaction. Numeric string representation in the smallest unit of the relevant token.
in_principalSTRINGPrincipal amount borrowed, repaid, or withdrawn in the transaction. Numeric string representation in the smallest unit of the relevant token.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoan_WithdrawalMade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoanFactory_BeaconCreated_event

No description available.
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_beaconSTRINGContract address of the beacon proxy implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
in_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_implementationSTRINGContract address of the implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoanFactory_BeaconCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoanFactory_CallableLoanCreated_event

No description available.
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_loanSTRINGContract address of the loan being created, claimed, funded, or liquidated. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoanFactory_CallableLoanCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoanFactory_CreditLineCreated_event

Event logs capturing credit line creation events from Goldfinch v3 SimpleLoanFactory contract on Base chain. Used to track when new borrower credit facilities are deployed and identify loan origination 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_creditLineSTRINGContract address of the newly created credit line in the Goldfinch protocol. This hex-encoded address represents the deployed credit line contract instance associated with a borrower’s loan facility.
addressremovedlog_indexblock_numberin_creditLineblock_timestamptransaction_hash
0x2eb556087beb4f25d77222002cbe96cb0fac7e67false90101918040x6e4d20484620e22f62df6a02d6ec30b86a3d41502024-02-05T22:42:35.000Z0x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32
0x2eb556087beb4f25d77222002cbe96cb0fac7e67false114101918040x1b7a5c612076cc757896c7fed222f916e5c436f12024-02-05T22:42:35.000Z0x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32
0x2eb556087beb4f25d77222002cbe96cb0fac7e67false42101918040xdb5795eb5651085c88cb146ca0d8f945585f59cf2024-02-05T22:42:35.000Z0x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoanFactory_CreditLineCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoanFactory_PoolCreated_event

Pool creation events from Goldfinch v3 SimpleLoanFactory contract on Base, linking borrower addresses to their newly deployed loan pool contracts. Used for tracking borrower onboarding and analyzing pool deployment patterns across the Goldfinch credit protocol.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedlog_indexin_borrowerblock_numberblock_timestamptransaction_hash
0x2eb556087beb4f25d77222002cbe96cb0fac7e670x5883b5a4c1d209d532523ae71e79122d3edc862ffalse170x46cc6418bf12933e4afcf95ae255e8249fffd0d997187342024-01-25T23:53:35.000Z0xc4c333396ae9e8e268cac7d6a0900cc8c7ed994a7a53278f6a80465956987f5d
0x2eb556087beb4f25d77222002cbe96cb0fac7e670xd30b83ef8004860a91084d67cbd14b84d906e07ffalse200x46cc6418bf12933e4afcf95ae255e8249fffd0d997606212024-01-26T23:09:49.000Z0xa0167af1db4852072dbc5edc16bced2fc6c4c1f3582dd390161775af74ae5d18
0x2eb556087beb4f25d77222002cbe96cb0fac7e670x16e6fb81c8b0b33cd64472d4e4e0dd79a831f1a4false330x46cc6418bf12933e4afcf95ae255e8249fffd0d996695742024-01-24T20:34:55.000Z0x72c6b8fdd76eb8f350ef5dcd8f692dfabab752793b5502a0c2fdc45daf1ed52d
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoanFactory_PoolCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

SimpleLoanFactory_SimpleLoanCreated_event

Loan creation events from Goldfinch v3 protocol on Base, recording when new simple loans are originated with lender, loan contract address, and initial principal deposit amounts. Used for tracking lending activity and capital deployment across the protocol.
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_loanSTRINGContract address of the loan being created, claimed, funded, or liquidated. Hex-encoded, 0x-prefixed, 42-character string.
in_lenderSTRINGAddress of the lender providing funds in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_totalPrincipalDepositedSTRINGTotal principal amount deposited into the loan at creation time, denominated in the loan’s base token with its native decimal precision. Values are string-encoded integers representing the smallest unit of the token (e.g., USDC with 6 decimals).
addressin_loanremovedin_lenderlog_indexblock_numberblock_timestamptransaction_hashin_totalPrincipalDeposited
0x2eb556087beb4f25d77222002cbe96cb0fac7e670xe2b14d198c2a3ceca14133012c45f767c41d61eefalse0x9817fb8db3c1f65feaa07a297dc37580ed588183104121402192024-03-22T01:09:45.000Z0xa39c96eae05ea3dac74bdec8dbc63888d670b684d9fc48c7403aedf9791abf46150000000000
0x2eb556087beb4f25d77222002cbe96cb0fac7e670xf5f0cfa6db5863c30b1bb094ef441f4b0ccd2dc0false0x9817fb8db3c1f65feaa07a297dc37580ed58818390121402192024-03-22T01:09:45.000Z0xa39c96eae05ea3dac74bdec8dbc63888d670b684d9fc48c7403aedf9791abf46250000000000
0x2eb556087beb4f25d77222002cbe96cb0fac7e670x9991684b225cf0b2c5b363b59bf56dd23fd980fdfalse0x9817fb8db3c1f65feaa07a297dc37580ed58818397121402192024-03-22T01:09:45.000Z0xa39c96eae05ea3dac74bdec8dbc63888d670b684d9fc48c7403aedf9791abf46250000000000
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.SimpleLoanFactory_SimpleLoanCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_CreditLineMigrated_event

No description available.
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_oldCreditLineSTRING-
in_newCreditLineSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_CreditLineMigrated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_DepositMade_event

No description available.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_trancheSTRINGIdentifier for the tranche type within a Goldfinch lending pool, typically distinguishing between senior and junior tranches. Numeric string representation, commonly ‘1’ for senior or ‘2’ for junior.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_DepositMade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_depositWithPermit_function

No description available.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in_trancheSTRINGIdentifier for the tranche type within a Goldfinch lending pool, typically distinguishing between senior and junior tranches. Numeric string representation, commonly ‘1’ for senior or ‘2’ for junior.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
in_deadlineSTRINGTimestamp after which the transaction or operation becomes invalid and will revert. Unix timestamp in seconds.
in_vINT64ECDSA signature component v used for cryptographic verification of signed messages or permits. Integer value representing the recovery identifier, typically 27 or 28.
in_rSTRINGECDSA signature component r used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
in_sSTRINGECDSA signature component s used for cryptographic verification of signed messages or permits. 66-character hex string including 0x prefix.
out_tokenIdSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_depositWithPermit_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_DrawdownMade_event

No description available.
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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_DrawdownMade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_initialize_function

TranchedPool initialization transactions from Goldfinch credit protocol on Base, capturing pool configuration parameters including borrower address, credit limits, interest rates (APR), repayment schedules, and origination fees. Used for analyzing new pool deployments and their structured lending terms.
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.
trace_addressSTRINGHierarchical position of the internal call within a transaction’s execution trace. Comma-separated sequence of integers representing the call path, where each number indicates the index of the call at that nesting level, with null representing top-level calls.
statusBOOLTransaction execution outcome indicator. Boolean value where true represents successful execution and false represents failed execution.
from_addressSTRINGAddress that initiated the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
to_addressSTRINGAddress receiving the transaction or contract call. Hex-encoded, 0x-prefixed, 42-character string.
valueFLOAT64Amount of native cryptocurrency sent with the transaction. Floating-point representation in whole units (e.g., ETH, BNB, MATIC).
gas_usedINT64Amount of gas consumed by the transaction execution. Integer representing the actual computational steps used.
gasINT64Gas limit allocated for the transaction execution. Integer representing the maximum computational steps allowed.
signatureSTRINGFunction selector identifying which contract function was called. 10-character hex string including 0x prefix.
in__configSTRINGContract address of the Goldfinch protocol configuration contract being referenced during pool initialization. Hex-encoded, 0x-prefixed 40-character address pointing to the protocol’s core configuration parameters.
in__borrowerSTRINGAddress of the account that borrowed funds or holds the borrowing position. Hex-encoded, 0x-prefixed, 42-character string.
in__juniorFeePercentSTRINGPercentage of interest fees allocated to the junior tranche of the Goldfinch lending pool. Represented as a string-encoded integer, commonly 0 in the sample data indicating no junior fee allocation.
in__limitSTRINGPool borrowing limit denominated in the smallest unit of the lending token (e.g., USDC with 6 decimals). Sample values range from 150 to 500 billion base units, representing the maximum capital available for this tranched pool.
in__interestAprSTRINGAnnual Percentage Rate (APR) for interest on the tranched pool, encoded as a wei-denominated integer representing the interest rate. Sample values around 140-157 trillion wei correspond to interest rates of approximately 14-15.7% annually.
in__scheduleSTRINGContract address of the repayment schedule configuration for this Goldfinch tranched pool. Hex-encoded address defining payment timing and structure for the borrowing arrangement.
in__lateFeeAprSTRINGLate fee annual percentage rate charged on overdue loan payments. Typically 0 or expressed as a high-precision integer representing basis points.
in__fundableAtSTRINGTimestamp when the tranched pool becomes available for funding by lenders. Typically set to zero for immediate funding eligibility.
in__allowedUIDTypesARRAY<STRING>Array of unique identifier type codes permitted for accessing or participating in the loan or pool. String elements representing numeric type identifiers.
in__originationFeesSTRUCT<originator STRING, feeInBps STRING>Origination fee structure applied when the tranched pool is initialized, including fee rate in basis points and originator address. Typically set to zero in sample data, indicating no origination fees charged.
gasvaluestatusgas_usedin__limitsignaturein__configto_addressblock_numberfrom_addressin__borrowerin__scheduletrace_addressin__fundableAtin__lateFeeAprblock_timestampin__interestAprtransaction_hashin__allowedUIDTypesin__originationFeesin__juniorFeePercent
177311160true9429355000000000000x3bde8d440xac91743f4cfdebc1f7a38ecf38a8cf78ef5355f50x23334e85bf9576896039f62568b321118b98fa59101918040x77e91f120d97a5c26dfca7ca96e9228e820b10410x9817fb8db3c1f65feaa07a297dc37580ed5881830x1fc10568ee4bfeb0fc63dc9c8338bdd6450453190,2,12,0,3,1002024-02-05T22:42:35.000Z1520833333300000000x559906ed01511626b5054ed6fd6770b46b8929f4097e40d608ce103b253cec32[“1”]{“feeInBps”:“0”,“originator”:“0x0000000000000000000000000000000000000000”}0
53573360false9429355000000000000x3bde8d440xac91743f4cfdebc1f7a38ecf38a8cf78ef5355f50x23334e85bf9576896039f62568b321118b98fa59101917290x77e91f120d97a5c26dfca7ca96e9228e820b10410x9817fb8db3c1f65feaa07a297dc37580ed5881830x1fc10568ee4bfeb0fc63dc9c8338bdd6450453190,2,12,0,3,1002024-02-05T22:40:05.000Z1520833333300000000x37c6cb8b2fccb29089a61183823e0ee87bf0951dcf04113d42de2bb6b1495573[“1”]{“feeInBps”:“0”,“originator”:“0x0000000000000000000000000000000000000000”}0
22464230false9429352500000000000x3bde8d440xac91743f4cfdebc1f7a38ecf38a8cf78ef5355f50x23334e85bf9576896039f62568b321118b98fa59101917290xa61b41bb3f65c9e11f4b895196afdcdb14ad75560x9817fb8db3c1f65feaa07a297dc37580ed5881830x62d3701e41b4f18705905c53ef36053546b344670,2,20,0,3,1002024-02-05T22:40:05.000Z1572742210000000000x37c6cb8b2fccb29089a61183823e0ee87bf0951dcf04113d42de2bb6b1495573[“1”]{“feeInBps”:“0”,“originator”:“0x0000000000000000000000000000000000000000”}0
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_initialize_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_OriginationFeeCharged_event

No description available.
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_originatorSTRING-
in_feeChargedSTRING-
in_feeInBpsSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_OriginationFeeCharged_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_PaymentApplied_event

No description available.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_interestSTRINGInterest amount accrued or paid in the transaction. Numeric string representation in the smallest unit of the relevant token.
in_principalSTRINGPrincipal amount borrowed, repaid, or withdrawn in the transaction. Numeric string representation in the smallest unit of the relevant token.
in_remainingSTRINGRemaining amount after the operation. Decimal-encoded string representing token quantity or order size left unfilled.
in_reserveSTRINGContract address of the reserve asset in the lending pool operation. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_PaymentApplied_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_ReserveFundsCollected_event

No description available.
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 originating the transfer 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_ReserveFundsCollected_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_TrancheLocked_event

No description available.
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_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_trancheIdSTRING-
in_lockedUntilSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_TrancheLocked_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_VirtualDepositMade_event

No description available.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_trancheSTRINGIdentifier for the tranche type within a Goldfinch lending pool, typically distinguishing between senior and junior tranches. Numeric string representation, commonly ‘1’ for senior or ‘2’ for junior.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_amountSTRINGInput amount for the swap, transaction, or operation. Numeric string representation of token quantity in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_VirtualDepositMade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_VirtualDrawdownMade_event

No description available.
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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_VirtualDrawdownMade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

TranchedPool_WithdrawalMade_event

No description available.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_trancheSTRINGIdentifier for the tranche type within a Goldfinch lending pool, typically distinguishing between senior and junior tranches. Numeric string representation, commonly ‘1’ for senior or ‘2’ for junior.
in_tokenIdSTRINGUnique identifier for a non-fungible token within its contract. Numeric string representation of the token’s ID.
in_interestWithdrawnSTRING-
in_principalWithdrawnSTRING-
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.goldfinch_v3_base.TranchedPool_WithdrawalMade_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100