Skip to main content

Tables

EVault_Borrow_event

Borrow events emitted by Euler V2 vault contracts recording debt increases. Contains borrower account address and borrowed asset quantity for tracking lending protocol liabilities.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
addressremovedin_assetslog_indexin_accountblock_numberblock_timestamptransaction_hash
0x0d10591241f67449102acf05cd9c480cfe43154cfalse144558670719140x16f037a3ddf53da1b047a926e1833219f0a8e1fe28072692025-10-06T07:40:51.000Z0x9d0e000d113615e4c54ccb83a9b7b981b20b9c041b74dd14ff36874c9f942aaa
0x0d10591241f67449102acf05cd9c480cfe43154cfalse30637572909420x16f037a3ddf53da1b047a926e1833219f0a8e1fe28071432025-10-06T07:38:45.000Z0x9b8d3640885e024ddfa97e3d27c91d5ce75c241df8e1b4f09384d94c2bc24386
0x0d10591241f67449102acf05cd9c480cfe43154cfalse169954180875100x6d3b90747dbf5883bf88ff7eb5fcc86f408b540828120712025-10-06T09:00:53.000Z0x42595dd1a8b6ab33a2e0fb1f64c01055cda3f9992c5103084af376472775201f
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVault_Borrow_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_ConvertFees_event

Fee conversion event emitted when accumulated protocol and governance fees are converted to vault shares. Records the sender address, share amounts allocated to protocol and governance receivers, and their respective recipient addresses for fee distribution tracking in Euler V2 vaults.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_protocolReceiverSTRINGAddress designated to receive protocol fee shares. Hex-encoded, 0x-prefixed, 42-character string.
in_governorReceiverSTRINGAddress designated to receive governance fee shares. Hex-encoded, 0x-prefixed, 42-character string.
in_protocolSharesSTRINGQuantity of vault shares allocated to the protocol fee receiver. Numeric string representing the share amount in smallest denomination.
in_governorSharesSTRINGQuantity of vault shares allocated to the governance fee receiver. Numeric string representing the share amount in smallest denomination.
addressremovedin_senderlog_indexblock_numberblock_timestamptransaction_hashin_governorSharesin_protocolSharesin_governorReceiverin_protocolReceiver
0xb0004ad99f0e383cc413ba69acff7c229d930112false0x730a68b4dfd36b804a6466678059b838632f1cf13520608092025-09-27T16:19:51.000Z0x11b922cd4e77980996c2aabce872e2b05d0534f07b27dc2d4eb3e194ee6343fd0396261570x00000000000000000000000000000000000000000xbcc714f3ce3f56ab4a85a10d593cf9c93ed6ed9e
0x4718484ac9dc07fbbc078561e8f8ef29e2a369cdfalse0x730a68b4dfd36b804a6466678059b838632f1cf15320608092025-09-27T16:19:51.000Z0x11b922cd4e77980996c2aabce872e2b05d0534f07b27dc2d4eb3e194ee6343fd03035950x00000000000000000000000000000000000000000xbcc714f3ce3f56ab4a85a10d593cf9c93ed6ed9e
0xfa00abff8e404b4fe939115409035f708a109842false0x730a68b4dfd36b804a6466678059b838632f1cf14720608092025-09-27T16:19:51.000Z0x11b922cd4e77980996c2aabce872e2b05d0534f07b27dc2d4eb3e194ee6343fd026945680x00000000000000000000000000000000000000000xbcc714f3ce3f56ab4a85a10d593cf9c93ed6ed9e
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVault_ConvertFees_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_Deposit_event

Deposit events emitted by Euler V2 EVault contracts recording asset contributions and corresponding share minting. Contains sender, owner, asset amounts, and share quantities for tracking vault 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_senderSTRINGAddress that initiated the transaction or operation. 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_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexblock_numberblock_timestamptransaction_hash
0x0a39a99f1639a9e26ed9f7c096165a41fdeb5e63false0x34bbf3b83f82342f16ac3c5d7d3256f9be9441bd3510358550000000000000x34bbf3b83f82342f16ac3c5d7d3256f9be9441bc351035855000000000000829969792025-10-08T12:22:41.000Z0x8e1de60497891adb58df0c61d3ed89cc20318829f3a90c1989f07f68b8ee159e
0x0a39a99f1639a9e26ed9f7c096165a41fdeb5e63false0x547110cc9a9f1c1afbb548b81133a66952a6134a27704964184710000000000000x547110cc9a9f1c1afbb548b81133a66952a6134b2770496418471000000000000530135862025-10-08T16:59:28.000Z0xfa1ec6d565d9b2460ef3d114eeeb9ccf25ca568f290bd082ab1e2e09fee2f62d
0x0a39a99f1639a9e26ed9f7c096165a41fdeb5e63false0xc25d35024dd497d3825115828994bb08d12a3aa6500000000000000000000000xc25d35024dd497d3825115828994bb08d12a3aa750000000000000000000000630298792025-10-08T21:31:01.000Z0x84b9448fca1ff5e39cbb50149e56128c69794aea18a2936705c0428e3c2c5fc3
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVault_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_GovSetInterestFee_event

Governance event emitted when the interest fee parameter is updated for an Euler V2 vault (EVault). Contains the new fee value expressed in basis points where 1000 equals 10%.
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_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
addressremovedin_newFeelog_indexblock_numberblock_timestamptransaction_hash
0x57c582346b7d49a46af3745a8278917d1c1311b8false1750716833932025-09-23T07:24:13.000Z0x57fcab5f891f256e1bb8beee6389f7248952807163baaab5abdfa57e35ec0dd3
0x138c289bb8b855cf271305c8bcf91dc31ba30194false17503116833932025-09-23T07:24:13.000Z0x57fcab5f891f256e1bb8beee6389f7248952807163baaab5abdfa57e35ec0dd3
0x36e62e73df0fe8e68280a93ad2f2d20ca25d0ef3false2000917061132025-09-23T13:42:53.000Z0x88da4facb440a8a0b3a75630e7fd46eb8428931eec9ce8d0eeb5350387942f8e
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVault_GovSetInterestFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_Repay_event

Debt repayment events from Euler V2 lending vaults recording account addresses and asset amounts returned to reduce borrower liabilities. Used for tracking lending protocol repayment activity and loan balance reconciliation.
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_accountSTRINGAccount address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
addressremovedin_assetslog_indexin_accountblock_numberblock_timestamptransaction_hash
0x141a6f77ca186861bfb323b07012e80ef4e09041false500000000040x65e8416f317b6601641046c2ccb5863bd4c53d8b20479082025-09-27T12:44:50.000Z0xe189ff47514f0d18d419264519f1bf60a16baacdbb0f80b8b913f2d9a0d1932d
0x141a6f77ca186861bfb323b07012e80ef4e09041false420000000040x65e8416f317b6601641046c2ccb5863bd4c53d8b20482842025-09-27T12:51:06.000Z0xb5d8884eba6e64332584d07145b7c6f285b823317b8cd61ca8ec2dcc97071a0e
0x141a6f77ca186861bfb323b07012e80ef4e09041false390000000040x65e8416f317b6601641046c2ccb5863bd4c53d8b20482012025-09-27T12:49:43.000Z0x65ba8a75c530f274a45cdd2e6bdbac5f61d833393a40b777b7216ef9a0779386
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVault_Repay_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_VaultStatus_event

Vault state snapshot events emitted by Euler V2 (EVault) lending markets recording cash reserves, total borrows, total shares, interest rates, accumulated fees, and interest accumulator at each state change. Used for tracking vault health, interest accrual, and lending market 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_totalSharesSTRINGTotal number of shares outstanding in the vault. Numeric string representation of share tokens in the smallest unit.
in_totalBorrowsSTRINGTotal amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token.
in_accumulatedFeesSTRINGCumulative fees accrued by the vault or position. Denominated in the smallest unit of the underlying token.
in_cashSTRINGAmount of underlying token assets available in the vault for withdrawals and borrows. Numeric string representation denominated in the smallest unit of the underlying token.
in_interestAccumulatorSTRINGCumulative interest multiplier used to calculate accrued interest on borrows. Numeric string representation with 27 decimal places of precision.
in_interestRateSTRINGAnnual interest rate applied to borrows. Numeric string representation with 18 decimal places of precision.
in_timestampSTRINGUnix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch.
addressin_cashremovedlog_indexblock_numberin_timestampin_totalSharesblock_timestampin_interestRatein_totalBorrowstransaction_hashin_accumulatedFeesin_interestAccumulator
0xe220d93e73d22e72cb3f7b2496b4c2e6dfed8b720false31561018175848987802025-09-21T21:24:38.000Z000xf24d152779bbfeb1a340188ea4bce6ca5b7c211881de05596df97dd2b774f0b801000000000000000000000000000
0x5097daacd8198a164257b6aab66951323e53ee530false31561020175848988002025-09-21T21:24:40.000Z000xa42d29199268e678932d4cff60a43a1ffd8d73ff58ffa32e93dffd3c6f6708b301000000000000000000000000000
0xfee02e3904dfcf323851163e3b8847952f168b2e0false31561024175848988402025-09-21T21:24:44.000Z000xbf96eaea00b100516f20a73ade38bc205a0c00ebbdc3a7947966a7eb06a0cf0e01000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVault_VaultStatus_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_Withdraw_event

Withdrawal events from Euler V2 EVault contracts capturing asset and share redemptions. Records sender, owner, receiver addresses along with withdrawn asset amounts and corresponding share quantities for tracking vault position exits.
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_senderSTRINGAddress that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string.
in_receiverSTRINGAddress that receives tokens, assets, or rewards from the transaction. 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_assetsSTRINGNumber of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system.
in_sharesSTRINGNumber of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system.
addressremovedin_ownerin_assetsin_senderin_shareslog_indexin_receiverblock_numberblock_timestamptransaction_hash
0x138c289bb8b855cf271305c8bcf91dc31ba30194false0x649ca49192d1cbaf8aa3b08ceb73e694061cac28287771197790x649ca49192d1cbaf8aa3b08ceb73e694061cac282877711977930x649ca49192d1cbaf8aa3b08ceb73e694061cac2820122192025-09-27T02:50:01.000Z0xf70fccd0700d3f5fb29fbc3f26ae59a7c57caf1a4cd049681afe65cd7d0ec81a
0x138c289bb8b855cf271305c8bcf91dc31ba30194false0x743d7b30661d65b41960bf6b5d1bb93cf7972a71573000000000x743d7b30661d65b41960bf6b5d1bb93cf7972a7157300000000150x743d7b30661d65b41960bf6b5d1bb93cf7972a7320296422025-09-27T07:40:24.000Z0xb818ca9ca8cba4c3f6a0f3ff17e85290f2167ff28bebe2a74b29a755d7dc2e4e
0x138c289bb8b855cf271305c8bcf91dc31ba30194false0x8c573a4bd1a37c4142b49fbb09f43ed2cb0a55531388190x8c573a4bd1a37c4142b49fbb09f43ed2cb0a555313881980x8c573a4bd1a37c4142b49fbb09f43ed2cb0a555320364412025-09-27T09:33:43.000Z0xb147fa130c437d684d3c5b3266deef46820ea2b01f27b29a4b47c67a6098ed35
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVault_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVaultFactory_ProxyCreated_event

ProxyCreated event emitted by Euler V2 vault factories when new vault proxy contracts are deployed. Records the proxy address, implementation contract, upgradeability flag, and initialization data for vault creation tracking.
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_proxySTRINGContract address of the newly created proxy contract. Hex-encoded, 0x-prefixed, 42-character string.
in_upgradeableBOOLBoolean flag indicating whether the proxy contract supports upgradeability to new implementation contracts.
in_implementationSTRINGContract address of the implementation contract. Hex-encoded, 0x-prefixed, 42-character string.
in_trailingDataSTRINGArbitrary data appended to proxy creation events. Hex-encoded byte string without fixed length or structure.
addressremovedin_proxylog_indexblock_numberin_upgradeableblock_timestampin_trailingDatatransaction_hashin_implementation
0x42388213c6f56d7e1477632b58ae6bba9adeeea3false0xc4b1f4292e5183799d74d6254b3780daee76d6d341561149true2025-09-21T21:26:49.000Z0x5d3a1ff2b6bab83b63cd9ad0787074081a52ef34a6c36e08a7eb2b5213fd85563a648486b8098df300000000000000000000000000000000000003480xff8032921c5bd1bd199c4a687e96260ac6a9e4aa9e0e0f0ffa680af22b0b71cf0x8346bebaa0789eb92cffcc07033b8bf9f3efdcab
0x42388213c6f56d7e1477632b58ae6bba9adeeea3false0xe220d93e73d22e72cb3f7b2496b4c2e6dfed8b7241561018true2025-09-21T21:24:38.000Z0x9895d81bb462a195b4922ed7de0e3acd007c32cbf86933ccdc3d57f363c5bdbd2aa13e467c3c24cf00000000000000000000000000000000000003480xf24d152779bbfeb1a340188ea4bce6ca5b7c211881de05596df97dd2b774f0b80x8346bebaa0789eb92cffcc07033b8bf9f3efdcab
0x42388213c6f56d7e1477632b58ae6bba9adeeea3false0x79c86345c5132465ddebb7dc90de0f826fb905b141561933true2025-09-21T21:39:53.000Z0x6100e367285b01f48d07953803a2d8dca5d19873d3b034117cdd9fadf8abb73365b9862053a4a8cd00000000000000000000000000000000000003480x7557edae11db9923fb3842dadac2a8a9b05e285773c4e895b808bd1efa42a2930x8346bebaa0789eb92cffcc07033b8bf9f3efdcab
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_plasma.EVaultFactory_ProxyCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100