Skip to main content

Tables

EulerSwap_EulerSwapActivated_event

Event log emitted when an EulerSwap trading pair is activated between two assets. Records the contract address and the two asset addresses in the activated pair for swap functionality initialization.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_asset0STRINGContract address of the first asset in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_asset1STRINGContract address of the second asset in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_asset0in_asset1log_indexblock_numberblock_timestamptransaction_hash
0x34756ec80e8a8a5cd873deb82a67d63b2eae68a8false0x078d782b760474a361dda0af3839290b0ef57ad60x42000000000000000000000000000000000000067214232672025-07-10T18:20:26.000Z0x0696350ac78972268bea319fcbdba67a6556d670aa7087c6688014382f059571
0xdb0686a15315e14b51086e57ad4552ef5fc528a8false0x078d782b760474a361dda0af3839290b0ef57ad60x42000000000000000000000000000000000000066213839332025-07-10T07:24:52.000Z0xb6f9d4e3b20bb1de94589763263e3b04e7fb6f835fb617c4f15f8d9a3eb2d9cf
0xe1c24ab8d2de8e58326b86b320b591b2fb41a8a8false0x078d782b760474a361dda0af3839290b0ef57ad60x420000000000000000000000000000000000000613213692892025-07-10T03:20:48.000Z0xed627f58c610fd724d6b6f3abba9d3aabc8bce954f2c9136b14a4099235792e8
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EulerSwap_EulerSwapActivated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EulerSwap_Swap_event

EulerSwap token swap events emitted by liquidity pools, recording bidirectional trade amounts, post-swap reserves, sender and recipient addresses. Used for tracking decentralized exchange (DEX) trading activity and liquidity pool state 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_amount0InSTRINGAmount of token0 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1InSTRINGAmount of token1 transferred into the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount0OutSTRINGAmount of token0 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_amount1OutSTRINGAmount of token1 transferred out of the liquidity pool during a swap operation. Stored as decimal string representing the smallest unit of the token.
in_reserve0STRINGReserve amount of the first token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_reserve1STRINGReserve amount of the second token in a liquidity pool after a state-changing operation. Stored as decimal string representing the smallest unit of the token.
in_toSTRINGDestination address receiving tokens or assets in the operation. Hex-encoded, 0x-prefixed, 42-character string.
in_toaddressremovedin_senderlog_indexin_reserve0in_reserve1block_numberin_amount0Inin_amount1Inin_amount0Outin_amount1Outblock_timestamptransaction_hash
0x7534ea71b68afa9584a54ea00a7cf883540d9f980x754b56234772af2e3eec538b791dec27c1a5e8a8false0xdaaf468d84dd8945521ea40297ce6c5eefc7003a397500914940851666164625358500959007302021530283079960000000000096514210180570702025-07-12T00:04:02.000Z0x59b88000e42d869605396781d028f9f2515b0e7a9bc7635900f6a681912910e3
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x05e8b2f7dd83c751afee51de290fd3fea154e8a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec62037610148237121622429584032153074001655008503165565834502025-07-12T00:11:39.000Z0x4e1074582f3d46603dd664d20df95881dc7a53741bd950c7bf7a7c5e6c98d176
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x05e8b2f7dd83c751afee51de290fd3fea154e8a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec625376054230363816271529723321531481047233883047252007402025-07-12T00:24:00.000Z0x8a113be9a5f9ba149054dd05335b498ca2a5984f4ebcd536120f6081c4e590fc
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EulerSwap_Swap_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EulerSwapFactory_PoolConfig_event

Pool configuration events from Euler swap factories capturing liquidity pool parameters including vault addresses, reserve balances, pricing ratios, concentration factors, and fee structures at pool initialization or reconfiguration.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
in_paramsSTRUCT<vault0 STRING, vault1 STRING, eulerAccount STRING, equilibriumReserve0 STRING, equilibriumReserve1 STRING, priceX STRING, priceY STRING, concentrationX STRING, concentrationY STRING, fee STRING, protocolFee STRING, protocolFeeRecipient STRING>Additional initialization parameters encoded as bytes. Hex-encoded string used for protocol-specific configuration data during contract initialization or cross-chain operations.
in_initialStateSTRUCT<currReserve0 STRING, currReserve1 STRING>Initial reserve balances of the pool at configuration time. Structure contains currReserve0 and currReserve1 as string-encoded token amounts.
addressin_poolremovedin_paramslog_indexblock_numberblock_timestampin_initialStatetransaction_hash
0x45b146bc07c9985589b52df651310e75c6be066a0x5c353239ec9a2bf0ee25f760aceb4c4d00a168a8false{“fee”:“4500000000000”,“priceX”:“1000000”,“priceY”:“1000082”,“vault0”:“0x6eae95ee783e4d862867c4e0e4c3f4b95aa682ba”,“vault1”:“0xd49181c522ecdb265f0d9c175cf26fface64ead3”,“protocolFee”:“0”,“eulerAccount”:“0x2c492138498165c3f6ff94ab7d0b7ab6dd546ada”,“concentrationX”:“10000000000000000”,“concentrationY”:“999999900000000000”,“equilibriumReserve0”:“112642782”,“equilibriumReserve1”:“15698702893”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}22237364662025-08-06T12:53:45.000Z{“currReserve0”:“112642782”,“currReserve1”:“15698702893”}0x1f645c2f4a45f9aa3e6cb435aa86a3d3a31d2be2fc59a556097f335ca8f62f4b
0x45b146bc07c9985589b52df651310e75c6be066a0x1aa08a073ee30c6b00f60aa2354ec90f3ecaa8a8false{“fee”:“3000000000000”,“priceX”:“1000000”,“priceY”:“1000082”,“vault0”:“0x6eae95ee783e4d862867c4e0e4c3f4b95aa682ba”,“vault1”:“0xd49181c522ecdb265f0d9c175cf26fface64ead3”,“protocolFee”:“0”,“eulerAccount”:“0x2c492138498165c3f6ff94ab7d0b7ab6dd546ada”,“concentrationX”:“10000000000000000”,“concentrationY”:“999999900000000000”,“equilibriumReserve0”:“112642782”,“equilibriumReserve1”:“15698702893”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}17237366522025-08-06T12:56:51.000Z{“currReserve0”:“112642864”,“currReserve1”:“15698702812”}0x389f92e1f9b38515febb10bd86ac7abc660867ecc38a350948f4cea3ea92cbdb
0x45b146bc07c9985589b52df651310e75c6be066a0xdebafd8eeb65d239643fffbdc22ff077fe84e8a8false{“fee”:“4500000000000”,“priceX”:“1000000”,“priceY”:“1000082”,“vault0”:“0x6eae95ee783e4d862867c4e0e4c3f4b95aa682ba”,“vault1”:“0xd49181c522ecdb265f0d9c175cf26fface64ead3”,“protocolFee”:“0”,“eulerAccount”:“0x2c492138498165c3f6ff94ab7d0b7ab6dd546ada”,“concentrationX”:“10000000000000000”,“concentrationY”:“999999900000000000”,“equilibriumReserve0”:“112642782”,“equilibriumReserve1”:“15698702893”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}14237365952025-08-06T12:55:54.000Z{“currReserve0”:“112642864”,“currReserve1”:“15698702812”}0xc0d653d282a8f9f3e8f7c496126dcc1738b302e85ec894adcad54fe46f2e0a33
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EulerSwapFactory_PoolConfig_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EulerSwapFactory_PoolDeployed_event

Euler swap pool deployment events emitted when new liquidity pools are created through the factory contract. Contains pool address, paired asset addresses, and associated Euler account identifier for tracking pool creation across the protocol.
ColumnTypeDescription
block_timestampTIMESTAMPTimestamp when the block was produced. UTC timezone, millisecond precision.
block_numberINT64Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain.
transaction_hashSTRINGUnique identifier for the transaction. 66-character hex string including 0x prefix.
log_indexINT64Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission.
addressSTRINGContract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string.
removedBOOLBoolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization.
in_asset0STRINGContract address of the first asset in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_asset1STRINGContract address of the second asset in the trading pair. Hex-encoded, 0x-prefixed, 42-character string.
in_eulerAccountSTRINGContract address of the Euler account associated with the pool deployment. Hex-encoded, 0x-prefixed, 42-character string.
in_poolSTRINGContract address of the pool being referenced in the event. Hex-encoded, 0x-prefixed, 42-character string.
addressin_poolremovedin_asset0in_asset1log_indexblock_numberblock_timestampin_eulerAccounttransaction_hash
0x45b146bc07c9985589b52df651310e75c6be066a0xdfc2aabd921652338d2b1194faea502136be28a8false0x078d782b760474a361dda0af3839290b0ef57ad60x420000000000000000000000000000000000000641199437052025-06-23T15:21:04.000Z0x75102a2309cd305c7457a72397d0bcc000c4e0450x1eaa76265f51d92a539c3a48a0c76fcd6b9c64f1089a750acc14762e349bf567
0x45b146bc07c9985589b52df651310e75c6be066a0x3138b0654914c4e9d021c8e839bd4eb0f60368a8false0x078d782b760474a361dda0af3839290b0ef57ad60x420000000000000000000000000000000000000631199316252025-06-23T11:59:44.000Z0x75102a2309cd305c7457a72397d0bcc000c4e0460xa9f175874e82f2b969bbc6d68a3f03c0fb35eb6199e21f6a6f74c49a164f28eb
0x45b146bc07c9985589b52df651310e75c6be066a0xa8285b8752bd1b782fc90fe459d9663c8975e8a8false0x078d782b760474a361dda0af3839290b0ef57ad60x420000000000000000000000000000000000000617199277652025-06-23T10:55:24.000Z0x75102a2309cd305c7457a72397d0bcc000c4e0460x7ae3c0e31f47ce733fb0e9aefcd21cd415aa8f543ac9384f12881bb36add4d11
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EulerSwapFactory_PoolDeployed_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

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
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse13400000000000000000330x15849ede82a0fe9c3cc5cdbcc249fd18d5c90067211287402025-07-07T08:31:39.000Z0xd9b41a2c163dbf015653b2963a98dcf5581c7a6aaf5447f6215b2300a23e5eb0
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse253053601715516220x3e4ab57cd1aef2de5d2d3b889d6f2fc82b5dc733211693982025-07-07T19:49:17.000Z0x37b3276d5111d2c52784fde46f46d09c8b2030f06a257232b761864d9697da51
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse8513374425923562110x50c628e54d46eacdab40bb9b4b5239a1c2016284211292062025-07-07T08:39:25.000Z0xa72adc6f513684cba84cc1c103746461b4e59b2ae4b25e647f73818f290030b1
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.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
0xd49181c522ecdb265f0d9c175cf26fface64ead3false0xf58d15f9913829e1b61e92399dc77b082e6825a115169202222025-05-19T15:29:41.000Z0x61696be98b8c540adf79dd64bc75fbc16ecc279cc1e808935729463e3cd87a1a04160165680x00000000000000000000000000000000000000000x87beecc6b609723b2ef071c20aa756846969240c
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse0xf58d15f9913829e1b61e92399dc77b082e6825a13169202222025-05-19T15:29:41.000Z0x61696be98b8c540adf79dd64bc75fbc16ecc279cc1e808935729463e3cd87a1a045020429804293540x00000000000000000000000000000000000000000x87beecc6b609723b2ef071c20aa756846969240c
0x576f68b0395738aef01811b8f8eec25302829f1dfalse0xf58d15f9913829e1b61e92399dc77b082e6825a119169202222025-05-19T15:29:41.000Z0x61696be98b8c540adf79dd64bc75fbc16ecc279cc1e808935729463e3cd87a1a012037920x00000000000000000000000000000000000000000x87beecc6b609723b2ef071c20aa756846969240c
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.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
0x5adade21c703912547bfc8952fe1b52f09437e2afalse0x000000000049c7bcbca294e63567b4d21eb765f111820647155760x000000000049c7bcbca294e63567b4d21eb765f1118206471557665233273722025-08-01T19:15:31.000Z0x00bca81b561b7d13830668a4db03432c0193cd467f78847ed5dbbb2b115abe33
0x5adade21c703912547bfc8952fe1b52f09437e2afalse0x000000000049c7bcbca294e63567b4d21eb765f13790820880000x000000000049c7bcbca294e63567b4d21eb765f137908208800089233277652025-08-01T19:22:04.000Z0xfb5625fd246e4b5bc952c3ca4235427f560c4a8f73db38529e694782f5fb4b73
0x5adade21c703912547bfc8952fe1b52f09437e2afalse0x000000000049c7bcbca294e63567b4d21eb765f14739397246670x000000000049c7bcbca294e63567b4d21eb765f147393972466780233259562025-08-01T18:51:55.000Z0xa041a254418e1b1151284fa9f6abef450faa229a71111a378a73a51404d501f9
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.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%.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EVault_GovSetInterestFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_InterestAccrued_event

Interest accrual events emitted by Euler V2 vault contracts recording accumulated interest for borrower accounts. Contains the vault address, borrower account, accrued asset amount in protocol units, and standard event metadata for tracking interest accumulation 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_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
0xd49181c522ecdb265f0d9c175cf26fface64ead3false381282168590x1bc8c6c06a43e3fbb2ebc613e0ebc0ecb95b5936260525542025-09-02T08:15:13.000Z0xdfbe9b867e86739ddd3a410078ba7200c2228efaab9e18edd3c7915fc81ed7e0
0x6eae95ee783e4d862867c4e0e4c3f4b95aa682bafalse873106940x25404102dc567f28a64ada2cce5790c3508f0005260488922025-09-02T07:14:11.000Z0xc15f3c671d642eea1c27bfef60283d95aa257cfd9291eab0dea4e7a67287b72d
0x6eae95ee783e4d862867c4e0e4c3f4b95aa682bafalse28349621280x25404102dc567f28a64ada2cce5790c3508f0005260881952025-09-02T18:09:14.000Z0xd119f68be18985bf0ac5e30995641cb19cdb7aeab39ff24d5581c3b6ab7baedd
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EVault_InterestAccrued_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

EVault_Liquidate_event

Euler Vault (EVault) liquidation events recording positions liquidated for undercollateralization. Captures liquidator address, violator address, collateral vault, repayment amount, and yield balance for protocol solvency 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_liquidatorSTRINGAddress of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string.
in_violatorSTRINGAddress of the account being liquidated due to insufficient collateral. Hex-encoded, 0x-prefixed, 42-character string.
in_collateralSTRINGContract address of the collateral asset or vault. Hex-encoded, 0x-prefixed, 42-character string.
in_repayAssetsSTRINGAmount of assets repaid by the liquidator to cover the violator’s debt. String-encoded numeric value representing the quantity in the smallest unit of the asset.
in_yieldBalanceSTRINGYield balance associated with the violator’s position at the time of liquidation. String-encoded numeric value.
addressremovedlog_indexin_violatorblock_numberin_collateralin_liquidatorin_repayAssetsblock_timestampin_yieldBalancetransaction_hash
0x6eae95ee783e4d862867c4e0e4c3f4b95aa682bafalse120x794b65b3bdf762bc212aea32af4c28bac92b304b197104360x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffc0xa8a46596a7b17542d2cf6993fc61ea0cbb4474c1124764222025-06-20T22:33:15.000Z51784545964609980x50a37ab70688ae3c7323d13d2edb1e36ad958eb36fa52458b89da31eca8f986a
0xd49181c522ecdb265f0d9c175cf26fface64ead3false100x4a3b961d92e7bfe3fce96adc9ef93bc8b33b5b6b196986860x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffc0xa8a46596a7b17542d2cf6993fc61ea0cbb4474c110516422025-06-20T19:17:25.000Z4421452620873880x8b90b81e57f03e1fdafdbcf20344f4167b671e8ed7ae40a5f80f33f93d926ec4
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse1390x7bf8199dcd15ad4343ff5eb63b929e7048ccadf9220527970x5d2511c1ebc795f4394f7f659f693f8c157964850xa8a46596a7b17542d2cf6993fc61ea0cbb4474c127088141043664580702025-07-18T01:12:36.000Z80767160x4835c3ad91581d72f97b65061f7f01af94e5033345cb64678aa01718e532c40b
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EVault_Liquidate_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
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse22000000000000000050x0ce17eb3dbca900b4bb585711aeab365e282c671186995082025-06-09T05:44:27.000Z0xb4e20528d605274d9098c9b633c6baf456529f4e6d2d93a5773b4900d3fc1226
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse2400083021103656398360x2e8fba7125cfad75b8bc750832b06acae9729b14187501052025-06-09T19:47:44.000Z0x71bd39d91756460102457108065221718c2068ff1160a25c7d113130c1878f43
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffcfalse3991581469641529621190x31d961ec888dfdc07b218e1066500afd2f74727b186968132025-06-09T04:59:32.000Z0xd29d76948639e725d64e4388002902f4fdb61ea6605ad4593b9d1e40c1df56c8
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.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
0x1f3134c3f3f8add904b9635acbefc0ea0d0e1ffc848974214224693389888false1522307644175305600358594348641588814035162025-07-21T00:00:03.000Z80285986687450402650416702758825561832490x74c4fdf0e1f957edb307b0f5cbb467022862bce65dae057938f09a4431c165362010856301343319031006916041582118490912649914
0x6eae95ee783e4d862867c4e0e4c3f4b95aa682ba4541948669699false9223076441753056003479463997451722025-07-21T00:00:03.000Z2524336423678870410438285300853280x74c4fdf0e1f957edb307b0f5cbb467022862bce65dae057938f09a4431c1653638987962421011344152528478088046583782
0xd49181c522ecdb265f0d9c175cf26fface64ead316527657798107false16223076931753056052304869029829912025-07-21T00:00:52.000Z1023178974903641202141613843742960x02ec87727bd16f43e5c4e949b6a1895de2d1421905e90ec9fd8110102d4646f121981812351009823333700360333996854701
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.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
0x6eae95ee783e4d862867c4e0e4c3f4b95aa682bafalse0x000000000049c7bcbca294e63567b4d21eb765f11538611540x000000000049c7bcbca294e63567b4d21eb765f11519530961330x1f98400000000000000000000000000000000004239142452025-08-08T14:16:44.000Z0x82a660eae950addc1d252a0082ed7cf58625693c68064d2eeca7d76686c8949b
0x5adade21c703912547bfc8952fe1b52f09437e2afalse0x000000000049c7bcbca294e63567b4d21eb765f1361737783731024040x000000000049c7bcbca294e63567b4d21eb765f1361737783731024041210x000000000049c7bcbca294e63567b4d21eb765f1239120542025-08-08T13:40:13.000Z0x3f10dca9862e96b8d2885b80225aa99586e8ef68ecefd5a64c590f16fcfb3c0f
0x5adade21c703912547bfc8952fe1b52f09437e2afalse0x000000000049c7bcbca294e63567b4d21eb765f1382610657805126030x000000000049c7bcbca294e63567b4d21eb765f138261065780512603850x000000000049c7bcbca294e63567b4d21eb765f1239264742025-08-08T17:40:33.000Z0x967feaf85bc5c756b444810a83eb3350a0bff287e35af2d11bde8819ff3bce76
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.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
0xbad8b5bdfb2bcbcd78cc9f1573d3aad6e865e752false0x699862d7c07b25b5904e0926f8c3fc2dfda469f348805920true2025-02-14T17:31:19.000Z0x846eab6dff1c9ec3ebeb44708d8328be0fe570de000000000000000000000000000000000000000000000000000000000000000000000000000000000xad0a05ae4428bdf5e2c3b1ccb8803ecf6c188a3aff714749989b2177f3536e5c0x71d7250732591c41d1bdeb1ea0ee730e138e0c8b
0xbad8b5bdfb2bcbcd78cc9f1573d3aad6e865e752false0x2888f098157162ec4a4274f7ad2c69921e95834d518730386true2025-06-09T14:19:05.000Z0x078d782b760474a361dda0af3839290b0ef57ad6000000000000000000000000000000000000000000000000000000000000000000000000000000000x6e0daf062c74046f1fb807388e7c02700f2d7896411df0c0aeb617b5f25c3b8d0x71d7250732591c41d1bdeb1ea0ee730e138e0c8b
0xbad8b5bdfb2bcbcd78cc9f1573d3aad6e865e752false0xa6be43f0505da6e37b0805e1a0b7aacb3065f0c8425652617true2025-08-28T17:09:36.000Z0x078d782b760474a361dda0af3839290b0ef57ad64267e3012799a804738a73a2fa9eb4fd441ceeff00000000000000000000000000000000000003480x8a2ec8be18506453320d54d32d5785371d4ee22447b98e552eb0534cd193d2640x71d7250732591c41d1bdeb1ea0ee730e138e0c8b
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_unichain.EVaultFactory_ProxyCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100