Skip to main content

Tables

CErc20_AccrueInterest_event

Interest accrual events from Compound v2 ERC-20 token markets on Ethereum, recording borrowIndex updates, total borrows, and accumulated interest per market block-by-block. Used for tracking lending market interest rates and calculating historical borrowing costs across Compound cToken markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_interestAccumulatedSTRINGInterest accrued during the period since the last interest calculation. Denominated in the smallest unit of the underlying token.
in_borrowIndexSTRINGCumulative borrow interest index for the market. Scaled by 1e18, representing the accumulated interest per unit borrowed since market inception.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexblock_numberin_borrowIndexblock_timestampin_totalBorrowstransaction_hashin_interestAccumulated
0x39aa39c021dfbae8fac545936693ac917d5e7563false72776469510029285133328538022019-05-15T11:37:56.000Z24063343540xaa6e65720bd6bc297038fc5f579375523f13ef0432ad117224813a6cdd29ab15225833
0x39aa39c021dfbae8fac545936693ac917d5e7563false52776707110030245859686566452019-05-15T20:26:58.000Z40007173180x35ded1aaf1fe83d8e231c5163cef2b8dcf448f200e3d1c74d06986f88303bb3355161
0x39aa39c021dfbae8fac545936693ac917d5e7563false107776625610029918322337758072019-05-15T17:24:53.000Z40005866770xf134e76d28f55b39bdbe124aa5d2d65652552ff26bc7f7bdf50745ba1eed6139251972
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20_Borrow_event

Borrow events from Compound V2 ERC20 lending markets on Ethereum, tracking when users take out loans against collateral. Records individual borrow transactions with amount borrowed, account debt balances, and protocol-wide total borrows for analyzing lending activity and risk metrics.
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_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexin_borrowerblock_numberblock_timestampin_borrowAmountin_totalBorrowstransaction_hashin_accountBorrows
0x39aa39c021dfbae8fac545936693ac917d5e7563false1130x0297acbe62ac90c4d79654eece1aeeea3b2bcf9a128713602021-07-21T18:22:16.000Z5355248362529266803789175870x6e7b94f9f57ea0d40eaf45642184976a9d28851303ee42bc2ac841191ee4068a98221801809
0x39aa39c021dfbae8fac545936693ac917d5e7563false3220x0439f130c8505637626f88c0a8417a61f9f511ec128681402021-07-21T06:16:51.000Z2000000000029384698477471750xc851c77fadd76c4c731ee3dd169c4d14c92c726de910f63f2d2b5ba532e93e8f59117166582
0x39aa39c021dfbae8fac545936693ac917d5e7563false1180x04bd950f42f6e77a394e2dbde19192f478efa5e4128666152021-07-21T00:32:52.000Z20100000000029364383742766210x8dda45fdd213538fb142b0d292b42b00326d41baa496cbdba8d0237ee4132ef8201000000000
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20_Mint_event

Mint event logs from Compound V2 (version 2) ERC-20 lending markets on Ethereum, capturing when users supply underlying assets and receive cTokens in return. Used for tracking supply-side liquidity flows and cToken mint rate analysis across different markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_mintAmountSTRINGQuantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination.
in_mintTokensSTRINGQuantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination.
addressremovedin_minterlog_indexblock_numberin_mintAmountin_mintTokensblock_timestamptransaction_hash
0x39aa39c021dfbae8fac545936693ac917d5e7563false0x1344a36a1b56144c3bc62e7757377d288fde036996148412461889484483268358128019205062022-05-25T10:02:09.000Z0x9d6ec6415acc23e17c3aeef6f326cfcc960a674ad8994f6ca0550304de1748e6
0x39aa39c021dfbae8fac545936693ac917d5e7563false0x1344a36a1b56144c3bc62e7757377d288fde03694571484191265722442129072230981542022-05-25T12:39:58.000Z0xbe89b267472ceaa5d5b4b1a430ade84093fb528c2cc0c36e914648eab6867ef3
0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407false0x1b7a9c831b4f2088fa6eae337088ae2fc9913ef511814839283932502515200000000004531240008492022-05-25T02:28:54.000Z0x15a88508bb7e9f69d082023df962884a3135a37fe4dcbb4bf81bcb0281eca554
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20_NewReserveFactor_event

Reserve factor parameter changes for Compound V2 cToken markets on Ethereum. Tracks governance adjustments to protocol revenue allocation, with mantissa values representing the percentage of interest reserved for the protocol (e.g., 250000000000000000 = 25%).
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_oldReserveFactorMantissaSTRINGPrevious reserve factor for the lending market before the update. 18-decimal fixed-point integer stored as string.
in_newReserveFactorMantissaSTRINGUpdated reserve factor for the lending market. 18-decimal fixed-point integer stored as string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newReserveFactorMantissain_oldReserveFactorMantissa
0x6c8c6b02e7b2be14d4fa6022dfd6d75921d90e4efalse157114385762020-12-12T14:10:16.000Z0x72198c8f10a1958aa97b2f1408700209a14e026e81fabba866e03668e5879c8d250000000000000000500000000000000000
0xb3319f5d18bc0d84dd1b4825dcde5d5f7266d407false160114385762020-12-12T14:10:16.000Z0x72198c8f10a1958aa97b2f1408700209a14e026e81fabba866e03668e5879c8d250000000000000000500000000000000000
0xc11b1268c1a384e55c48c2391d8d480264a3a7f4false154114385762020-12-12T14:10:16.000Z0x72198c8f10a1958aa97b2f1408700209a14e026e81fabba866e03668e5879c8d200000000000000000100000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20_Redeem_event

Withdrawal events from Compound v2 ERC20 lending markets (cTokens) on Ethereum, capturing when users redeem cTokens for underlying assets with corresponding amounts and exchange rates. Used for tracking liquidity withdrawals, market outflows, and calculating user position changes across Compound 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_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redeemTokensSTRINGAmount of interest-bearing pool tokens burned during the redemption transaction. String-encoded integer representing the quantity of cTokens or equivalent derivative tokens exchanged for underlying assets.
addressremovedlog_indexin_redeemerblock_numberblock_timestampin_redeemAmountin_redeemTokenstransaction_hash
0x39aa39c021dfbae8fac545936693ac917d5e7563false1370x10f69553c7b482536155cdc8d904ae833ed55f98140465732022-01-21T03:40:14.000Z20000000000890068020405940x43f22e9097040dad579030d3b705ca1f3127034276b614644bfef88270e2de94
0x39aa39c021dfbae8fac545936693ac917d5e7563false3660x10f69553c7b482536155cdc8d904ae833ed55f98140470932022-01-21T05:30:31.000Z300000000001335093910183040x684bba0fac04f7721e518a799e0190310a94d9dfe40cd82f64bf9ce8e2a5c1cc
0x39aa39c021dfbae8fac545936693ac917d5e7563false3140x1344a36a1b56144c3bc62e7757377d288fde0369140498792022-01-21T16:03:30.000Z917306148864082167597142050x4ff96d450128212700ec6461eeac8500c46a020ac3b900356452b5f6655e0a1e
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20_RepayBorrow_event

Borrow repayment events from Compound V2 cToken (CErc20) contracts on Ethereum, recording when users repay ERC-20 token loans. Contains payer and borrower addresses, repayment amounts, and updated total/account borrow balances for analyzing loan lifecycle and debt 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_payerSTRINGAddress of the account that provided the funds for the repayment or payment transaction. 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.
in_repayAmountSTRINGAmount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedin_payerlog_indexin_borrowerblock_numberin_repayAmountblock_timestampin_totalBorrowstransaction_hashin_accountBorrows
0x39aa39c021dfbae8fac545936693ac917d5e7563false0x0f1dfef1a40557d279d0de6e49ab306891a638b890x0f1dfef1a40557d279d0de6e49ab306891a638b81787103740001314581952023-08-08T15:16:11.000Z2397585678486740x3f0aa7d209ebba03d2bedb09f6899863f5f41d32630913e33de2c84dc909544b0
0x39aa39c021dfbae8fac545936693ac917d5e7563false0x171c53d55b1bcb725f660677d9e8bad7fd0842822400x171c53d55b1bcb725f660677d9e8bad7fd0842821787355114896221703782023-08-08T23:44:11.000Z2384021260340540x916ebe3f8dfa0c5c891a9e4fde8aa91ac1c1a52029b0ba52187a1123eb0868b60
0x39aa39c021dfbae8fac545936693ac917d5e7563false0x6eaba52965fab0b404bebbda594a2ba72bdb6288680x6eaba52965fab0b404bebbda594a2ba72bdb628817868630107223052023-08-08T07:11:47.000Z2267527558700440xae762a3536793d90c38502dbf0ce94bd10fc4e57e8fefd41e1369d923a67766a0
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20_RepayBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20_ReservesReduced_event

Reserve withdrawal events from Compound V2 cToken (CErc20) contracts on Ethereum, tracking when protocol admins reduce reserve balances. Records admin address, withdrawal amount, and updated total reserves for analyzing protocol treasury management and reserve accumulation patterns.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_reduceAmountSTRINGAmount of reserves withdrawn from the lending market contract. String-encoded integer representing the token amount in smallest denomination.
in_newTotalReservesSTRINGUpdated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination.
addressremovedin_adminlog_indexblock_numberblock_timestampin_reduceAmounttransaction_hashin_newTotalReserves
0x39aa39c021dfbae8fac545936693ac917d5e7563false0x6d903f6003cca6255d85cca4d3b5e5146dc3392583121403902021-03-30T11:38:04.000Z270000000000x88c07d09327092bf912d7ce81846f75293d6d5d0d7e52d2f5f9eaaf23223b0e43021200238289
0xf5dce57282a584d2746faf1593d3121fcac444dcfalse0x6d903f6003cca6255d85cca4d3b5e5146dc33925289109069672020-09-21T16:46:14.000Z6220000000000000000000xb69b01e163aac95559e6fc6ffd496820191c0dd40fd6f278da06df78efdb738326049791206409313906138
0xf5dce57282a584d2746faf1593d3121fcac444dcfalse0x6d903f6003cca6255d85cca4d3b5e5146dc339256191332152019-12-20T00:48:47.000Z1000000000000000000000000x0c8054c3c2cc3825cdb5322ef56c95056a86dd458c9921980a135db4e8eba4d825770079704105919224120
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20_ReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_AccrueInterest_event

Interest accrual events from Compound v2 cToken (CErc20Delegator) markets on Ethereum, recording cash reserves, total borrows, borrow index updates, and accumulated interest per block. Used for tracking lending market state changes and calculating historical interest rates across different asset markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_cashPriorSTRINGCash balance in the market prior to the interest accrual event. Denominated in the smallest unit of the underlying token.
in_interestAccumulatedSTRINGInterest accrued during the period since the last interest calculation. Denominated in the smallest unit of the underlying token.
in_borrowIndexSTRINGCumulative borrow interest index for the market. Scaled by 1e18, representing the accumulated interest per unit borrowed since market inception.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexblock_numberin_cashPriorin_borrowIndexblock_timestampin_totalBorrowstransaction_hashin_interestAccumulated
0x041171993284df560249b57358f931d9eb7b925dfalse218180033772340159701826551285763410753605204018645242023-08-27T03:40:11.000Z101114461505829282416910x2f08ba84bab40c76f4ef4d094071672a710ecaee104ddf1e93b74005eaa42a8e3743983019543127905
0x12392f67bdf24fae0af363c24ac620a2f67dad86false41800371746479984793865707218116711071346571413464392023-08-27T04:48:11.000Z4174027490909645137341840xea940514d410915784a677fc7f0e3d4148dd9c46e3acfef32cd6020a059e37db132320211377807775149
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643false344180082738137839329995185453428141411844020410741750592023-08-27T20:06:59.000Z1369811676159000175172352310x9de162bc8839e9b4ff51f745244182cde4f1a893e87c98a568ab8010dcf340741437297843119045044475
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_Borrow_event

Borrow events from Compound v2 cToken (CErc20Delegator) contracts on Ethereum, capturing individual borrow transactions with amounts, borrower addresses, and updated account/total borrow balances. Used for tracking lending market utilization, borrower behavior, and calculating interest accrual across different cToken markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexin_borrowerblock_numberblock_timestampin_borrowAmountin_totalBorrowstransaction_hashin_accountBorrows
0x35a18000230da775cac24873d00ff85bccded550false860x9f9ebce72c0715cdbad4d589986eb22f6782a1ce143320792022-03-06T07:44:39.000Z300146186673678000006395313347876944325512250x0677022d10776097396846816635d17c1b040c7fe9434f7fbe38b519c89f6e8830014618667367800000
0x35a18000230da775cac24873d00ff85bccded550false2030x7da957bfa534a593618ce9a16216a1ea57b8e941143356752022-03-06T21:19:30.000Z16106527638594256395777009808173313268940xa7a35ce40aae44860131cc12eac7d065ca013e2229301dd2f89379f64dd0735a67256266784061910118650
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643false3280x3a0dc3fc4b84e2427ced214c9ce858ea218e97d9143329982022-03-06T11:16:12.000Z600000000000000000000000013847322057224784901688392520xcb701fa73748c7fcab2a1195dfc6a6579a63c8f0753a8ae0a5cae132286a902b6000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_Mint_event

Mint event logs from Compound V2 ERC-20 token markets on Ethereum, capturing when users supply underlying assets to receive cTokens (Compound interest-bearing tokens). Used for tracking lending activity, liquidity provision patterns, and calculating market supply metrics.
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_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_mintAmountSTRINGQuantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination.
in_mintTokensSTRINGQuantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination.
addressremovedin_minterlog_indexblock_numberin_mintAmountin_mintTokensblock_timestamptransaction_hash
0x35a18000230da775cac24873d00ff85bccded550false0x17966f7e987a42d00a633fa0219fded049682406393132411163857265179901801596255190681230810652021-09-17T04:31:59.000Z0xbc2d6e8bb2cd89a8ed0bf36942ed5a16e136e34f99d6c938c2b124c8fb3dd230
0x35a18000230da775cac24873d00ff85bccded550false0xe82bc6a5364d16d23645054cda1e694f8b69f688341132424711000000000000000004943421812021-09-17T09:43:44.000Z0xe25718c6e42b4fd203a5d4562bac3cb154ba44315aefe189d53b5f37d0b93064
0x35a18000230da775cac24873d00ff85bccded550false0x4717867ccaed2718bdac25f3486861ff87b58eff87132414415073227905950338844250791397362021-09-17T05:44:38.000Z0xa4896c2523c45dbbbbcab7c8361c09fea97bff72f6fc287e7ef073ac8368e8fd
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_NewReserveFactor_event

Reserve factor adjustment events for Compound V2 cToken markets on Ethereum, capturing governance changes to protocol fee percentages (mantissa values represent 18-decimal fractions). Used to track historical reserve policy changes across lending markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_oldReserveFactorMantissaSTRINGPrevious reserve factor for the lending market before the update. 18-decimal fixed-point integer stored as string.
in_newReserveFactorMantissaSTRINGUpdated reserve factor for the lending market. 18-decimal fixed-point integer stored as string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newReserveFactorMantissain_oldReserveFactorMantissa
0x70e36f6bf80a52b3b46b3af8e106cc0ed743e8e4false97110725722020-10-17T09:17:06.000Z0xedb643b35ea58bb570489c205ba122ae9d9412ce117714f38507fbb65e7841602000000000000000000
0xccf4429db6322d5c611ee964527d42e5d685dd6afalse59120698672021-03-19T14:54:14.000Z0xa9d9a710ec465fb742346bff8169acf3defae1722b6ca61589006dd6b7e9c3742000000000000000000
0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9false111103165762020-06-22T16:11:52.000Z0x7ce0617eb9476200d145a46a0fec88435a86fba136bfa82723505164a454c4c71000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_Redeem_event

Redemption events from Compound V2 cToken (CErc20Delegator) contracts on Ethereum, recording when users withdraw underlying assets by burning cTokens. Contains redeemer addresses, amounts of both cTokens burned and underlying assets received for tracking lending market withdrawals.
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_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redeemTokensSTRINGAmount of interest-bearing pool tokens burned during the redemption transaction. String-encoded integer representing the quantity of cTokens or equivalent derivative tokens exchanged for underlying assets.
addressremovedlog_indexin_redeemerblock_numberblock_timestampin_redeemAmountin_redeemTokenstransaction_hash
0x35a18000230da775cac24873d00ff85bccded550false1860xdb0950c877db658e17a8120e89b4f2ffc4dd6e05141584342022-02-07T10:36:41.000Z6287459552607355910310545575000x8b2fe25ef9ece1bd613bd284419d17896b303c0686b45598aba88dfb27d0d40d
0x35a18000230da775cac24873d00ff85bccded550false4960x11b50686d3983c14c0d0972a5e46e38e0d9b2e14141580082022-02-07T08:58:07.000Z510000000000000000000002518955163102710xfcec2244946be247d2e26f43b1f2ffc9dbb4ff21468895a4fc3103fb4e69b7cc
0x35a18000230da775cac24873d00ff85bccded550false1910xdb0950c877db658e17a8120e89b4f2ffc4dd6e05141584342022-02-07T10:36:41.000Z3553464767498317021282175510116646000x8b2fe25ef9ece1bd613bd284419d17896b303c0686b45598aba88dfb27d0d40d
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_RepayBorrow_event

Borrow repayment events from Compound v2 ERC-20 lending markets on Ethereum, capturing when users pay down debt positions. Contains repayment amounts, borrower addresses, and updated borrow balances for analyzing deleveraging activity and protocol debt dynamics.
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_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_repayAmountSTRINGAmount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedin_payerlog_indexin_borrowerblock_numberin_repayAmountblock_timestampin_totalBorrowstransaction_hashin_accountBorrows
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643false0x023746e8dcdc250ebba98aaa82ce81e27597cbbe740x023746e8dcdc250ebba98aaa82ce81e27597cbbe102353727757546770539544723562020-06-10T02:51:15.000Z106561499166020679352805550x984ea940838c944407f351df7a144e8298636422ca77a37ff7293dd74e2424cf0
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643false0xed92630f3ffeb8630a255c000f6b7d38a078fa161330xed92630f3ffeb8630a255c000f6b7d38a078fa161024095350287333492819495598002020-06-10T23:41:40.000Z108379760354191172171678310xe60bfbbbcaf9f3f3590a68625e927d0e0db20eb5704df388a7535e8de1c3e0560
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643false0xba3481444e4d9df34fb9f4c2aed1ee6435d0bb041060xba3481444e4d9df34fb9f4c2aed1ee6435d0bb0410235830681089999999999918082020-06-10T04:38:07.000Z106561865953992739992506370xc64584b7898ce92cfcd0b9015243f2305702538f8104e6b117a6f887e5512e05747504992045752
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_RepayBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_ReservesAdded_event

Reserve accumulation events from Compound V2 cToken markets on Ethereum, tracking protocol fee accrual with amounts and running totals. Used for analyzing protocol revenue and reserve growth across different asset markets.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_benefactorSTRINGAddress of the account that provided or contributed the reserves being added to the lending market contract. Hex-encoded, 0x-prefixed, 42-character string.
in_addAmountSTRINGAmount of reserves added to the lending market contract. String-encoded integer representing the token amount in smallest denomination.
in_newTotalReservesSTRINGUpdated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination.
addressremovedlog_indexblock_numberin_addAmountin_benefactorblock_timestamptransaction_hashin_newTotalReserves
0xe65cdb6479bac1e22340e4e755fae7e509ecd06cfalse15015247415321229848504873520xe65cdb6479bac1e22340e4e755fae7e509ecd06c2022-07-31T01:52:04.000Z0x6142ea315ab3209b5e301ce5e5378a6b83e18cbda39bfc8e8a4a113ff996574d141322481826111478747
0xe65cdb6479bac1e22340e4e755fae7e509ecd06cfalse26515248125363937350421263790xe65cdb6479bac1e22340e4e755fae7e509ecd06c2022-07-31T04:31:33.000Z0x53fad23cd11633ae91cbea8c5ebabdef4914172353c88037e0d8fab8d57d4294141393240703086218771
0x35a18000230da775cac24873d00ff85bccded550false297152481254504910854730183440x35a18000230da775cac24873d00ff85bccded5502022-07-31T04:31:33.000Z0xf225182de7134c87d4cbf35af874397d98f64800600a53bf6211ec25a06fc5b960806142890095792094830
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_ReservesAdded_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_ReservesReduced_event

Reserve withdrawal events from Compound v2 ERC-20 lending markets on Ethereum, recording when protocol admin reduces reserves from cToken contracts. Tracks reduction amounts and resulting reserve balances for analyzing protocol treasury management and revenue extraction.
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_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_reduceAmountSTRINGAmount of reserves withdrawn from the lending market contract. String-encoded integer representing the token amount in smallest denomination.
in_newTotalReservesSTRINGUpdated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination.
addressremovedin_adminlog_indexblock_numberblock_timestampin_reduceAmounttransaction_hashin_newTotalReserves
0x5d3a536e4d6dbd6114cc1ead35777bab948e3643false0x6d903f6003cca6255d85cca4d3b5e5146dc33925155132449622021-09-17T18:51:34.000Z68177979610616261448741700xf3074d39296f482e8c8d934e569b02393aab78da90abf98492c3db2e5d7293a810896698946415366291589222
0x7713dd9ca933848f6819f38b8352d9a15ea73f67false0x6d903f6003cca6255d85cca4d3b5e5146dc3392531161958572022-12-16T07:46:59.000Z63243404994746161046420xe161f98e4f51f712dceaefd65d8d25641440bd1270dac6dd9fadb51249f6bead10107112629494332952
0xf650c3d88d12db855b8bf7d11be6c55a4e07dcc9false0x6d903f6003cca6255d85cca4d3b5e5146dc3392552201395162024-06-21T10:31:47.000Z95000000000x7fe4157e4e7fa2d789b7a22d48fe11c84c5545c52eaf18394c8293391c9e235f4593995273011
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_ReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CErc20Delegator_seize_function

Collateral seizure function calls from Compound V2 lending protocol on Ethereum, executed during liquidations to transfer cToken collateral from borrowers to liquidators. Used for analyzing liquidation mechanics, collateral transfers, and protocol risk 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.
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_liquidatorSTRINGAddress of the account executing the liquidation operation. 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.
in_seizeTokensSTRINGQuantity of collateral tokens seized from the borrower during liquidation. Numeric string representing the amount in the smallest unit of the collateral token.
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.
gasvaluestatusgas_usedout_anon0signatureto_addressin_borrowerblock_numberfrom_addressin_liquidatortrace_addressin_seizeTokensblock_timestamptransaction_hash
4367570true8823900xb2a02ff10x70e36f6bf80a52b3b46b3af8e106cc0ed743e8e40x1c230f1b9deb1ce6c68fda7152d6a725ae08b8e2222872740x5d3a536e4d6dbd6114cc1ead35777bab948e36430xbfe1364efb0a1e01241f058a6039f43fea88cfc54,2,2,0,1115363087582025-04-17T07:38:47.000Z0x072c27811907039f0bd688f73100f4cb3e8eb54875dfe0a282b2cd9148b09ec8
3933710true8520000xb2a02ff10x5d3a536e4d6dbd6114cc1ead35777bab948e36430x5b99680bbc3045b82cb009332bdb01fcd3deaaef222854360x35a18000230da775cac24873d00ff85bccded5500xbfe1364efb0a1e01241f058a6039f43fea88cfc54,2,2,0,11491636184102025-04-17T01:28:11.000Z0xdf7c3b0b697da8007e873f19189bd96327e818f8b7947a431ba9057669c76abf
2877690true8515500xb2a02ff10x5d3a536e4d6dbd6114cc1ead35777bab948e36430x152490ebe10209f8a4028b1747406605be2885c2222869060xccf4429db6322d5c611ee964527d42e5d685dd6a0xbfe1364efb0a1e01241f058a6039f43fea88cfc54,2,2,0,11529996107512025-04-17T06:24:59.000Z0xbf5ebd600b6a7819e34d32b6a77218621144799a8c1b950a78d6ece33dfb9740
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CErc20Delegator_seize_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CEther_AccrueInterest_event

Interest accrual events from Compound v2’s cETH (Compound Ether) market on Ethereum, capturing when interest is calculated and applied to total borrows. Used for tracking lending pool interest rate mechanics, borrower cost accumulation, and protocol revenue generation over time.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_interestAccumulatedSTRINGInterest accrued during the period since the last interest calculation. Denominated in the smallest unit of the underlying token.
in_borrowIndexSTRINGCumulative borrow interest index for the market. Scaled by 1e18, representing the accumulated interest per unit borrowed since market inception.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexblock_numberin_borrowIndexblock_timestampin_totalBorrowstransaction_hashin_interestAccumulated
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false1251800341311255357533987769282023-08-27T03:47:23.000Z88557252959186652641090x6ccbbfd36fc8ce361187dcaf4acf05923d02fd04794e20f6d25617fa05becf5282893797307216846
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false971800461911255497316271316072023-08-27T07:49:23.000Z88566352810438296861290xb93cf80009b1d0f34d436e115b75e64c886ae6199227f9c456b7e465ad43836f38123587764981608
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false2221800610411255669577129415902023-08-27T12:48:47.000Z88567708282835935291610xe47be2deaf57f4b99a53498bc6096faf5f0fcbebf49b2cdad544c53135247c330
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CEther_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CEther_Borrow_event

ETH borrow events from Compound V2 protocol on Ethereum, tracking when users take out ETH loans with borrower address, amount borrowed, and cumulative protocol borrow totals. Used for analyzing borrowing activity, leverage trends, and individual account debt positions.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_borrowAmountSTRINGAmount borrowed in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedlog_indexin_borrowerblock_numberblock_timestampin_borrowAmountin_totalBorrowstransaction_hashin_accountBorrows
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false2670xbbedafd5f399be88dac7222ce1caa9dd7cfd7481109323422020-09-25T14:25:22.000Z1170000000000000000736736550471972590120510x5fcc1109f1009428c62f7fd2597cff5e29776c5c9dc7498a8a0f8d07a7bb5ba21170000000000000000
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false1400x7b39d66aa826f025e6f4f8f89df0675fe6e4f59c109289002020-09-25T01:40:35.000Z4000000000000000000649308849036547170015100xd2c4dc86569fa05c48554fde89a0933ffb1bfc8ed9c58422c5043a8b074581234000000000000000000
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false1080xd3675438ff47c7812ba5ab17ae1e59533d83578d109290732020-09-25T02:19:13.000Z4000000000000000000649320370694976124639560x247aa1abdc046ed925cb17dc9b252e8ec00c49315bfcb1e7b47e930d160edcb14000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CEther_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CEther_Mint_event

Mint events from Compound V2’s cEther market on Ethereum, recording when users deposit ETH and receive cETH tokens in return. Tracks the minter address, ETH amount supplied, and cTokens minted for analyzing lending activity and market utilization.
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_minterSTRINGAddress authorized to mint tokens in the operation. Hex-encoded, 0x-prefixed, 42-character string for EVM chains; 66-character hex string for Aptos.
in_mintAmountSTRINGQuantity of underlying asset deposited into the lending protocol. Numeric string representing token amount in smallest denomination.
in_mintTokensSTRINGQuantity of protocol-specific interest-bearing tokens minted to the depositor. Numeric string representing token amount in smallest denomination.
addressremovedin_minterlog_indexblock_numberin_mintAmountin_mintTokensblock_timestamptransaction_hash
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false0x0046cfd55e0047d6a7f096efeb3bf0ed00bf8c8c74933300080000000000000000039977710112020-01-22T18:21:26.000Z0x73328730f5b38a245bc935490c865e4d6e97764a57d5598065ac9a3f147d3da4
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false0x22a3d3b69f0e3640acf1d5a2382b9344b7fc5c437593303325999000000000000000299782923062020-01-22T08:37:09.000Z0x6d8aa1f07f446f0a8ce4105b941e598db27c470b0e61b22e643894df45f09848
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false0x2d19f32620f647d08fa8b9a0fa5206fae15c0ed56693297856000000000000000000299832908122020-01-22T06:36:13.000Z0x15e76b5f9c19322259ebcbf33675b73478b5f5d3da4ffa8403a4a191079f05fd
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CEther_Mint_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CEther_NewReserveFactor_event

Reserve factor parameter changes for Compound v2’s cETH market on Ethereum, tracking governance adjustments to the protocol’s reserve allocation percentage. Events show old and new reserve factor values (in mantissa format, 18 decimals) used for analyzing fee structure evolution.
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_oldReserveFactorMantissaSTRINGPrevious reserve factor for the lending market before the update. 18-decimal fixed-point integer stored as string.
in_newReserveFactorMantissaSTRINGUpdated reserve factor for the lending market. 18-decimal fixed-point integer stored as string.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newReserveFactorMantissain_oldReserveFactorMantissa
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false1977107692019-05-07T01:27:33.000Z0x993f40d11754d20296538074d6ca256f4a7d6b41c1082f9317033ef1df18e5a21000000000000000000
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false151114385762020-12-12T14:10:16.000Z0x72198c8f10a1958aa97b2f1408700209a14e026e81fabba866e03668e5879c8d200000000000000000100000000000000000
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false172239694532025-12-08T17:04:11.000Z0xf79dd9f698bd041f665f19d176ad2b57d9a316099cf523e3818007b2d87a88a21000000000000000000200000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CEther_NewReserveFactor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CEther_Redeem_event

Redemption events from Compound V2’s cETH market on Ethereum, recording when users withdraw ETH by burning cETH tokens. Contains redeemer addresses, underlying ETH amounts, and cToken quantities burned for analyzing lending market withdrawals and liquidity flows.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_redeemerSTRINGAddress of the account that initiated the redemption transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_redeemAmountSTRINGAmount of underlying asset tokens withdrawn from the lending pool during redemption.
in_redeemTokensSTRINGAmount of interest-bearing pool tokens burned during the redemption transaction. String-encoded integer representing the quantity of cTokens or equivalent derivative tokens exchanged for underlying assets.
addressremovedlog_indexin_redeemerblock_numberblock_timestampin_redeemAmountin_redeemTokenstransaction_hash
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false110x00000000af5a61acaf76190794e3fdf1289288a188304882019-10-28T22:47:23.000Z129937507175055486064936405920xeab57547ce320c5bdb6309627f2f5f49ec4366c948665b0d0c48aabbdf48694a
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false210x0006e4548aed4502ec8c844567840ce6ef1013f588286832019-10-28T15:43:09.000Z46000297847272076904322988704886410x61749db7624f86c223fffb16e7978e2f98673035a13e67f2ff99acd2b0e6fd4d
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false100x08072a5fbc90eed1ca4fb863c1df8aa1fec61cfa88257202019-10-28T04:31:15.000Z50000000000000000024987574430x29be58dcc6ba954ff0698cfcdc2dba1138869434d74c5b4914e76248ab984e25
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CEther_Redeem_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CEther_RepayBorrow_event

ETH borrow repayment events from Compound v2 on Ethereum, tracking when users or liquidators repay ETH debts including payer, borrower, repayment amounts, and updated account/total borrow balances.
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_borrowerSTRINGAddress of the borrower in the lending or loan transaction. Hex-encoded, 0x-prefixed, 42-character string.
in_repayAmountSTRINGAmount of debt repaid in the transaction. Denominated in the smallest unit of the underlying token.
in_accountBorrowsSTRINGTotal amount currently borrowed by the individual account. Denominated in the smallest unit of the underlying token.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
addressremovedin_payerlog_indexin_borrowerblock_numberin_repayAmountblock_timestampin_totalBorrowstransaction_hashin_accountBorrows
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false0x650858987c1c9dede58db385c50649668e817887100x568238900d9e830fed95610f0c94a029cf18f559854821324393104212272200002019-09-14T14:14:24.000Z72179729137583775348620x415bc3394816e3ac73d2110e4f1e83d557e3e163d2a15d7d307208f5a878827d2439311049613694049
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false0x9b4e28020b94b28f9f09ede87f588e89c283cffd920x1261cf753c2006ab2455fb8fdf45c549553984d48548682253000000000000002019-09-14T16:08:49.000Z74111007570160806575710xea41d0e184a678f40d2826c480bebb04e27bf64cc4f2cecaff2a26542bff2b3c25903446377444864
0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5false0xc479501d96f67c1adc7ed30e0ee5b3ab890a23a8400xc479501d96f67c1adc7ed30e0ee5b3ab890a23a885479721032039809230669492019-09-14T13:18:30.000Z72153918632468334735430x4b1b54882c42b443ed43a6e838897fff9aa0570effad6e62512b9adc6e455b0c0
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CEther_RepayBorrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CEther_ReservesReduced_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_adminSTRINGAddress of the administrator or privileged account that initiated or authorized the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_reduceAmountSTRINGAmount of reserves withdrawn from the lending market contract. String-encoded integer representing the token amount in smallest denomination.
in_newTotalReservesSTRINGUpdated total reserves held by the lending market contract after reserves are added or reduced. String-encoded integer representing the token amount in smallest denomination.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CEther_ReservesReduced_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_DistributedBorrowerComp_event

COMP governance token reward distributions to borrowers on Compound V2 lending markets on Ethereum. Tracks the amount of COMP earned per borrower per cToken market with accumulator index for calculating accrued rewards.
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_cTokenSTRINGContract address of the cToken representing a money market on the Compound protocol. 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.
in_compDeltaSTRINGAmount of COMP governance tokens distributed to the user in this event. Integer value denominated in the smallest token unit (wei).
in_compBorrowIndexSTRINGIndex representing the cumulative COMP accrued per unit of borrow for the specified cToken market. Used to calculate borrower rewards between distribution events in Compound v2.
addressremovedin_cTokenlog_indexin_borrowerblock_numberin_compDeltablock_timestamptransaction_hashin_compBorrowIndex
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x5d3a536e4d6dbd6114cc1ead35777bab948e36432390x05f67b8b7a2a8bb065d89c9f7fa41775612f683b1420735302022-02-15T00:01:51.000Z0x7f7fa8cdaf681e2839db7123f2b98622c8a6b4fd42ceef1b1847c5ff692e7e03335111019855500552512654688948643
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x39aa39c021dfbae8fac545936693ac917d5e75632390x0b498ff89709d3838a063f1dfa463091f9801c2b142097058256491997417001022022-02-15T08:42:59.000Z0x0936a273893d2b2c6bb67d85f2289e1baf31c40aa84d4ba9b3dc35a3786e6dff411424074130254734654414056028638932869331753
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x39aa39c021dfbae8fac545936693ac917d5e7563460x0b498ff89709d3838a063f1dfa463091f9801c2b1420744923460528836200545362022-02-15T00:23:38.000Z0x15d1784fea9ac54066ca24357f00a0e36b8005c670567f1b3369c17834c7aaf3411305014195130270950341645184619558867834922
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.Comptroller_DistributedBorrowerComp_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_DistributedSupplierComp_event

COMP token distribution events to suppliers in Compound v2 lending markets on Ethereum. Tracks governance token rewards earned by liquidity providers, including the reward amount (compDelta), recipient address, and cToken market where interest was supplied.
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_cTokenSTRINGContract address of the cToken representing a money market on the Compound protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_supplierSTRINGAddress of the user who supplied assets to the lending protocol and is receiving reward tokens. Hex-encoded, 0x-prefixed, 42-character string.
in_compDeltaSTRINGAmount of COMP governance tokens distributed to the user in this event. Integer value denominated in the smallest token unit (wei).
in_compSupplyIndexSTRINGIndex tracking the cumulative COMP token distribution rate per unit of supplied assets in the specified cToken market. This high-precision value is used to calculate individual supplier rewards based on their supply positions.
addressremovedin_cTokenlog_indexin_supplierblock_numberin_compDeltablock_timestamptransaction_hashin_compSupplyIndex
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x4ddc2d193948926d02f9b1fe9e1daa0718270ed5190x6455c07be90f40d51b041e128b2c4b00c56de508105929552585346926431352020-08-04T11:22:12.000Z0x03fcec10885cb9d4ea5350790f1886c49158fa8a4410dab1c6d37be38dfafc88244722432943830496904295216782290748317551
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x4ddc2d193948926d02f9b1fe9e1daa0718270ed52200xea19eed544377de75dfd5b9dc59811e70b7b8963105950991007133631881260902020-08-04T19:10:36.000Z0xf4be2551938ca934a9935a0ef549465108c9bcc78b32ce471cac6cf6ea23b93e247203120636515185431469202914689361907823
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x5d3a536e4d6dbd6114cc1ead35777bab948e3643440x58a51ef05523a03924be1d223718709d4249d9db105929297097589981183752020-08-04T11:16:32.000Z0xb8fbf49e5d0a089e824f478cce0e93517b618d5a057d1f505c7bde65fc2d6b2f13441549588364783416262368837879314974155
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.Comptroller_DistributedSupplierComp_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_MarketEntered_event

Event logs emitted when an account enters a lending market in a Compound-based protocol, enabling the account to use deposited assets as collateral for borrowing. Records the account address and market token address (cToken, mToken, or vToken) for tracking collateral activation across lending protocols.
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_cTokenSTRINGContract address of the cToken representing a money market on the Compound protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_cTokenlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x158079ee67fce2f58472a96584a73c7ab9ac95c180xd3b1e0e3f28b362267e2e555c70947e3125264d1113277192020-11-25T13:17:55.000Z0xdc75e17ee8c646529a63978615766a2ae277dcaef45937685d44aab498258b1a
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x35a18000230da775cac24873d00ff85bccded5503290xf9f3f6a90c6630f22c631b5e4caf56c5c011044c113249232020-11-25T02:43:27.000Z0x70521425d6eafdcdb0dbf3a4e8e65e9b87f083a07e6bde74516f35e7277efc3f
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x35a18000230da775cac24873d00ff85bccded550960x2a69ad681b4914d0401a764745b057fee6f1abed113303922020-11-25T23:07:39.000Z0xadab43bf9c3cd69cddd7484b6ed4af79f3df3e765a0cf4872ed867bf0bb570af
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.Comptroller_MarketEntered_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Comptroller_MarketExited_event

Event logs recording when an account exits a lending market in the Comptroller contract. Contains account address and corresponding token market (cToken or vToken) that was exited.
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_cTokenSTRINGContract address of the cToken representing a money market on the Compound protocol. Hex-encoded, 0x-prefixed, 42-character string.
in_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_cTokenlog_indexin_accountblock_numberblock_timestamptransaction_hash
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0xccf4429db6322d5c611ee964527d42e5d685dd6a3110x5d5f7249db5f5fe6dba66bbe378695ccabd188a0146759712022-04-29T00:13:34.000Z0x23f0390d54b5f222d5abfaa2c9b5a49b6962155d2830c9f9db97318d20944353
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x4ddc2d193948926d02f9b1fe9e1daa0718270ed51980xdd34e8b806de4f98309bb272eca1c36c6ddcf3b8146815962022-04-29T21:22:13.000Z0x785223f47fe82a52eb0ddf2e93cb790f563559d5fb253b85d2f9bdee479d35ce
0x3d9819210a31b4961b30ef54be2aed79b9c9cd3bfalse0x35a18000230da775cac24873d00ff85bccded5504690x491766626a77edf814f8ec13bb41372552621918137008882021-11-28T06:45:03.000Z0x7411fd63cdf92bc7c630eb8402a21ea4d72c1e7c64ccc880c5acfe8d16278081
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.Comptroller_MarketExited_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CToken_Transfer_event

cToken transfer events from Compound V2 lending protocol on Ethereum, tracking movements of interest-bearing tokens (cDAI, cUSDC, etc.) between addresses. Used for analyzing lending positions, collateral movements, and liquidity provider 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_fromSTRINGAddress originating the transfer or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0x0af5d0723708587ff94ad29f937d6da5d357748f0x5d3a536e4d6dbd6114cc1ead35777bab948e36430x307d2635ce077719364d572239459d142a8e78c3false174859748432228109590862020-09-29T18:58:39.000Z0x84e831e7141e44082622e122fe816b47ddc9be7a5ddc60e9e8f68159fca18981
0x0cfe7968e7c34a51217a7c9b9dc1690f416e027e0x5d3a536e4d6dbd6114cc1ead35777bab948e36430x213353406af8bc04023e497a9997903509615718false369267838967537151109574002020-09-29T12:24:28.000Z0x18159d6eae915a1d22253ad67f6d55dc075eca2c1e598ffeb267683ff4ba5f6e
0x0cfe7968e7c34a51217a7c9b9dc1690f416e027e0x5d3a536e4d6dbd6114cc1ead35777bab948e36430x213353406af8bc04023e497a9997903509615718false787055882252398224109571402020-09-29T11:30:13.000Z0x7a50e08ad1a26a7949f072960ad18524490c90ab5025a1cb886e5f360e8b59f6
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CToken_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

CTokenCollateral_Transfer_event

Transfer events of cToken collateral in Compound v2 lending protocol on Ethereum, tracking movement of interest-bearing tokens between addresses. Used for analyzing collateral flows, liquidations, and lending position changes.
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_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_valueSTRINGAmount of tokens transferred, minted, or burned in the operation. Numeric string representation preserving precision for large integer values.
in_toaddressin_fromremovedin_valuelog_indexblock_numberblock_timestamptransaction_hash
0xe67fc443fa1d4927bd9611b8cf50745618b12a040x0000000000085d4780b73119b644ae5ecd22b3760x1bac08001d761c303901d5e32273a24c07d3f3dafalse1000000000000000000000322177200652023-07-18T12:17:47.000Z0xa506c08210c0f587dab28f3cdfb2451d87989bd1153aa8636acb9b6683714b4d
0x39529e96c28807655b5856b3d342c6225111770e0x0000000000085d4780b73119b644ae5ecd22b3760x22f9dcf4647084d6c31b2765f6910cd85c178c18false120255669635813813511713177228972023-07-18T21:51:11.000Z0x2f7f680baacd72cb8d74a968aa1cb493b6ab82d4815b483ae1a2535ea700c943
0x22f9dcf4647084d6c31b2765f6910cd85c178c180x0000000000085d4780b73119b644ae5ecd22b3760x18fe535e28888754720e1aec1443c7a736961823false120255669635813813511710177228972023-07-18T21:51:11.000Z0x2f7f680baacd72cb8d74a968aa1cb493b6ab82d4815b483ae1a2535ea700c943
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.CTokenCollateral_Transfer_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

Liquidator_setTreasuryPercent_function

Administrative function calls to adjust treasury fee percentages on Compound V2 Ethereum liquidator contracts. Used for tracking governance changes to protocol revenue allocation from liquidation events.
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.
valueNUMERICAmount 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_newTreasuryPercentMantissaSTRINGNew treasury percentage value being set, expressed in mantissa format (scaled by 1e18) where 100 represents 100e-18 or 0.0000000000000001%. Specified as input parameter when updating the protocol’s treasury fee allocation.
gasvaluestatusgas_usedsignatureto_addressblock_numberfrom_addresstrace_addressblock_timestamptransaction_hashin_newTreasuryPercentMantissa
9788080true54660x89a2bc250x2f6081e3552b1c86ce4479b80062a1dda8ef23e3118088560x89a359a3d37c3a857e62cde9715900441b47acec2021-02-07T10:59:02.000Z0x37b0be2c439b030bd736f3387dd9b54b22201c65a8ed2606346111fc816318e90
9608300true26980x89a2bc250xdc170f6d2d09dec9e10f3b9dfd053e2d7b35f864118088560x2f6081e3552b1c86ce4479b80062a1dda8ef23e302021-02-07T10:59:02.000Z0x37b0be2c439b030bd736f3387dd9b54b22201c65a8ed2606346111fc816318e90
282480true117640x89a2bc250x2c196bd817134696f23ebf6a7368527cc59b658f153647820xc2c3b789dcabe082c7e37029a847acd8301b8f042022-08-18T11:38:38.000Z0x86a939d18aaa146e9ccc39635fe7831d54dd19883468fa45c60ac74f0682b937100
Query with partition filter
SELECT *
FROM `tt-contracts.compound_v2_ethereum.Liquidator_setTreasuryPercent_function`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100