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
0x34466ccc21a61a32c70cf3da3412244febf428a8false0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xdc035d45d973e3ec169d2276ddab16f1e407384f29231752902025-08-19T13:02:35.000Z0x97ed2362cf0a1f32f6463d277dda94c7e79800347e49a94ef77c624f1ce0c711
0xfc288b7e718d5af369b4ad978fb7a43334b568a8false0x4c9edd5852cd905f086c759e8383e09bff1e68b30xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48451231836092025-08-20T16:53:23.000Z0x9b69da9c470a56118e26b3386226eb49d0811ac3cd51e6714290b52d8a5e0a5f
0x986054c329d38b218162070c9d535d3526d6e8a8false0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xdac17f958d2ee523a2206206994597c13d831ec781227585172025-06-22T07:33:23.000Z0x01ff0c0b187a2f6da7ae47e9da9f35cdd012917b855ebbe25dc135e4be2292dd
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x9008d19f58aabd9ed0d60971565aa8510560ab410x55dcf9455eee8fd3f5eed17606291272cde428a8false0x208ff5eb543814789321daa1b5eb551881d16b0642640786383336901030566164047391918615281652532321914354452129261735991710065825100069423532562025-08-25T15:53:35.000Z0x163d74f7baf7d45724cd214ba1e0e8c1cb3ba4f667034063b3710fd6cdfff6d2
0x9008d19f58aabd9ed0d60971565aa8510560ab410xf87acf8428f2f9403aaa0256a7272d6549eca8a8false0x208ff5eb543814789321daa1b5eb551881d16b0634222627187791961333358615822736725085852321794078783032381748817624430078785009842025-08-25T11:51:47.000Z0xc0c17993e4673c08f71b62d0289d08f81924340dc4520c95bfa6087a1561e6ed
0x9008d19f58aabd9ed0d60971565aa8510560ab410xf87acf8428f2f9403aaa0256a7272d6549eca8a8false0x208ff5eb543814789321daa1b5eb551881d16b0665721839357468143845182371522815510095692321787790371810408010198578900090376536212025-08-25T11:38:59.000Z0xc507354e0fa1faab6ec422f89b6ca348dfef58807290bca48a27aedd11cf1803
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0xb013be1d0d380c13b58e889f412895970a2cf2280xa7bbed35c6aa41bf06275baf9d1fe436b390e8a8false{“fee”:“1000000000000000”,“priceX”:“1088757291607121920”,“priceY”:“1196996430000000000”,“vault0”:“0x9f12d29c7cc72bb3d237e2d042a6d890421f9899”,“vault1”:“0x7f1d29e70c644c387ded640b28e106e29e349074”,“protocolFee”:“0”,“eulerAccount”:“0x8a25d8c9fa8c7a726137f2d618d85cbc2c083f78”,“concentrationX”:“200000000000000000”,“concentrationY”:“200000000000000000”,“equilibriumReserve0”:“90993000000000000000000”,“equilibriumReserve1”:“100000000000000000000000”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}47227962672025-06-27T14:06:47.000Z{“currReserve0”:“90993000000000000000000”,“currReserve1”:“100000000000000000000000”}0x4b59ba563924b2e13e84e89880529a8b9103060078d41ac6f0869e5b7bc88635
0xb013be1d0d380c13b58e889f412895970a2cf2280xa3db3a4e5479e15313cf08b4e085b21c4a23e8a8false{“fee”:“400000000000000”,“priceX”:“1000000000000000000”,“priceY”:“1099415305162370500”,“vault0”:“0x9f12d29c7cc72bb3d237e2d042a6d890421f9899”,“vault1”:“0x7f1d29e70c644c387ded640b28e106e29e349074”,“protocolFee”:“0”,“eulerAccount”:“0x8a25d8c9fa8c7a726137f2d618d85cbc2c083f78”,“concentrationX”:“980000000000000000”,“concentrationY”:“980000000000000000”,“equilibriumReserve0”:“90992999999999994213396”,“equilibriumReserve1”:“100000000000000000000000”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}642227962902025-06-27T14:11:35.000Z{“currReserve0”:“90992999999999994213396”,“currReserve1”:“100000000000000000000000”}0xd6fab742ede4ee1fa518dbdc091fbc81a51bbcedcc50dce785309b68535ee973
0xb013be1d0d380c13b58e889f412895970a2cf2280xc7d4d15d0f77fbe146e54751bb541b6c454a28a8false{“fee”:“400000000000000”,“priceX”:“1000000000000000000”,“priceY”:“1099415305162370500”,“vault0”:“0x9f12d29c7cc72bb3d237e2d042a6d890421f9899”,“vault1”:“0x7f1d29e70c644c387ded640b28e106e29e349074”,“protocolFee”:“0”,“eulerAccount”:“0x8a25d8c9fa8c7a726137f2d618d85cbc2c083f78”,“concentrationX”:“999000000000000000”,“concentrationY”:“999000000000000000”,“equilibriumReserve0”:“90992999999999998026350”,“equilibriumReserve1”:“100000000000000000000000”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}281227963092025-06-27T14:15:23.000Z{“currReserve0”:“90992999999999998026350”,“currReserve1”:“100000000000000000000000”}0xed9fa31c2bf5079d8adb7fe32c315cd45553cdeb97e32a5d1bda81dab96bdc77
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0xb013be1d0d380c13b58e889f412895970a2cf2280xe4f13410e397b30ca1c03ed6d556f5bc251068a8false0x4c9edd5852cd905f086c759e8383e09bff1e68b30xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48438231660052025-08-18T05:58:23.000Z0x7480908a8ccf339aa35888fb2bf056a3482b089b0x53cc6d3ec3cf9c73ba4d5e0b7aa3449452185c21589afca59729ac2bd41eadd6
0xb013be1d0d380c13b58e889f412895970a2cf2280x9e3b22b2453e9fcacadb6530184bb458093ae8a8false0x8292bb45bf1ee4d140127049757c2e0ff06317ed0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb481150231695422025-08-18T17:50:11.000Z0x58a1424d3c7f4d4cd3942e34b58bd09a2980fcb10xfcefb3531049c940e29fed5bfd88f9a40c734e72d91dfa3c7986a770c7630b98
0xb013be1d0d380c13b58e889f412895970a2cf2280xa083cad34a691e43a643d7bb18fae9e51e3828a8false0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb480xdac17f958d2ee523a2206206994597c13d831ec7283231695652025-08-18T17:54:47.000Z0x58a1424d3c7f4d4cd3942e34b58bd09a2980fcb10xe100686312021423a4a8b734e1d5938c2b8d39e3112093bc2f3ed6c5482e66c8
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x2daca71cb58285212dc05d65cfd4f59a82bc4cf6false22601993745186099722330x03adfaa573ac1a9b19d2b8f79a5aaffb9c2a0532221948042025-04-04T09:57:11.000Z0xeeabc00256e4c56791d76bfa30af9881f33850f70b97a023a89caadc479c18aa
0x2daca71cb58285212dc05d65cfd4f59a82bc4cf6false22601993745186099721040x03adfaa573ac1a9b19d2b8f79a5aaffb9c2a0532221948062025-04-04T09:57:35.000Z0x23c98da6b278f6b848e4c10a8465705aa2eaa8ea236b124088a8e23b17c76082
0x313603fa690301b0caeef8069c065862f9162162false5202482542090x5ee4609ccaabd6684a6d54d72064e6e11d6a014d221985792025-04-04T22:35:47.000Z0xc970a446de798d76fd702751bcf53022b605a1faa3b154180b3602195d605d69
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x797dd80692c3b2dadabce8e30c07fde5307d48a9false0x7a61c7c1a026e4f54ded9c3015179b18b63e78a9476211542362024-11-10T02:19:35.000Z0x228cb631fd54c71829ff43da3ddbc019ae40fd888d220a7d6eb8c5be34eb0a8701942218300x00000000000000000000000000000000000000000xfcd3db06ea814eb21c84304fc7f90798c00d1e32
0xd8b27cf359b7d15710a5be299af6e7bf904984c2false0x7a61c7c1a026e4f54ded9c3015179b18b63e78a9472211542362024-11-10T02:19:35.000Z0x228cb631fd54c71829ff43da3ddbc019ae40fd888d220a7d6eb8c5be34eb0a870134115368232710510x00000000000000000000000000000000000000000xfcd3db06ea814eb21c84304fc7f90798c00d1e32
0x313603fa690301b0caeef8069c065862f9162162false0x7a61c7c1a026e4f54ded9c3015179b18b63e78a9480211542362024-11-10T02:19:35.000Z0x228cb631fd54c71829ff43da3ddbc019ae40fd888d220a7d6eb8c5be34eb0a87060463950x00000000000000000000000000000000000000000xfcd3db06ea814eb21c84304fc7f90798c00d1e32
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x056f3a2e41d2778d3a0c0714439c53af2987718efalse0x09cf30aaedeb144c6caf6f135d4582945b4191b7300x09cf30aaedeb144c6caf6f135d4582945b4191b729340225078502025-05-18T05:37:59.000Z0xd46e57194fb1476cf55d9decfe682d1447d371a7401c14862e4460611f3c36aa
0x056f3a2e41d2778d3a0c0714439c53af2987718efalse0x10115ea72868edacc4fda8f398043ca593f5b831194890x2bba09866b6f1025258542478c39720a09b728bf19424410225126022025-05-18T21:38:11.000Z0x1dfd8e30801bf50eed9eb4a3716254b8b698e31643413813224f1b9723e5ddc5
0x056f3a2e41d2778d3a0c0714439c53af2987718efalse0x9899b2003f6e60607bb7ad068e2a9dba183a5c1151150xae26485acddefd486fe9ad7c2b34169d360737c75098106225116792025-05-18T18:32:35.000Z0x7093ee92680355d8aea4c39e1a0e2042e413e639dd6551b28080e7a82284b0dd
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x29d824d54fd5118543e81637b8f865d045191f30false1000281216443362025-01-17T12:52:59.000Z0x620abb963f1c359832bc37c4b7bf6fb59bd36734bd3467b36f47937f201021c4
0x6d18f74aad8494b789ae34b5455816f79664d209false1000255216443362025-01-17T12:52:59.000Z0x620abb963f1c359832bc37c4b7bf6fb59bd36734bd3467b36f47937f201021c4
0xbc4b4ac47582c3e38ce5940b80da65401f4628f1false1000407205583002024-08-18T21:48:11.000Z0xa2dac7fd636586bd178de37635c1cd5f873e4a84a0131bf614744be7a794f7e1
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x1924d7fab80d0623f0836cbf5258a7fa734ee9d9false2965610583719033284100xb142639507d8ed140d850dc2d522067126541ad4224649352025-05-12T04:48:23.000Z0xdcf5728b22df895af8af3c5ef94b7ec6d7b1162b45a7f613cb49cf1290d7d381
0x1924d7fab80d0623f0836cbf5258a7fa734ee9d9false2415494395222024670xb142639507d8ed140d850dc2d522067126541ad4224654482025-05-12T06:33:11.000Z0x91a1ec91dc04ee73e88b23cbfc906f7cd85c51ad686dded27c64227f4d3bc403
0x29a9e5a004002ff9e960bb8bb536e076f53cbdf1false5825652020x9373b05a2dfb21e4d91c3bf8a444139e047bcda3224679632025-05-12T15:02:23.000Z0xdb6778fe53a3bc077ca5d6b39021d8c79a50b20d5149a2ef5d216dfbd58e4749
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x797dd80692c3b2dadabce8e30c07fde5307d48a9false3090x831429a969928a2780b5c447118f5531c4df06f4206743900xb3b36220fa7d12f7055dab5c9fd18e860e9a6bf80xa8a46596a7b17542d2cf6993fc61ea0cbb4474c14260130752024-09-04T03:00:23.000Z1813918144537915020x52928171d950ad5e8fb1ee56e4a9ab6cfd1c501776980762ee73d8ec479c49c2
0x056f3a2e41d2778d3a0c0714439c53af2987718efalse5980x7e83d154cde4702b426c01a903699ea77af7f186220260080xbc4b4ac47582c3e38ce5940b80da65401f4628f10xeafae49cb98999d633537b61b0b90648cf2d9ec810322025-03-11T20:27:47.000Z3846246357135540x56ecc47cd7452da6dfb22e5ccfa069bf85cccdb739aa432075b0c1f9c2fa7eab
0x056f3a2e41d2778d3a0c0714439c53af2987718efalse6430x10bcdd449904afb0cdf4d4f0e66024af7bae4948220260080xbc4b4ac47582c3e38ce5940b80da65401f4628f10xeafae49cb98999d633537b61b0b90648cf2d9ec811692025-03-11T20:27:47.000Z4319338868079980x56ecc47cd7452da6dfb22e5ccfa069bf85cccdb739aa432075b0c1f9c2fa7eab
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x1987c2dcf5674cf90becebad502714c357ce126afalse3430187362380x6954ba40d5787041d7d1dbc091e0197c6566e910220188462025-03-10T20:26:35.000Z0xe4f299db9d5de47b60d40bc9e07438d9578226f5098cf8624043448460d3f657
0x313603fa690301b0caeef8069c065862f9162162false1710014825220x6855e19a26a161efbd54f8ee49cc04630b881dda220147062025-03-10T06:33:11.000Z0xfdc1403e2fd871b47e16f0f8d642c0a083e7ee242b4c24874382900b055835d4
0x3a8992754e2ef51d8f90620d2766278af5c59b90false12274097839427703447086900x295ee882fee40aaeb8c243c9bc173761cf1508d6220150452025-03-10T07:41:11.000Z0x98a57bc53409aab6dd7b9a01ee23b39ade1cf8f729cfdebf7af29385c5da7eb1
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x07e32ff47b1056ce33b5bdb633dc925fe52eb5e80false6320678892172547306302024-09-04T18:04:23.000Z000xf1de661a4d8d92be9c7b853a7c70cf89e418c0ca42ce8ae92dc7e5391e735e9301000000000000000000000000000
0x1926f5bb9ed68ba83255fb219828a90bd9f407710false6820676109172543954702024-09-04T08:45:47.000Z000xca64cf44110d6554a79102de5cbd4e33d62582131f9fc67e872846418964f6fb01000000000000000000000000000
0x82c710b9b225b43c0c90f097db31f5f10a7f86fa0false37820676186172544048302024-09-04T09:01:23.000Z000xe117f2898fa8672d0ce497b2f511aa7293f63dc97b182048c4281365d860715c01000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0xd8b27cf359b7d15710a5be299af6e7bf904984c2false0xd8e157b3866deff3d2a315c6e1f8f7a2e6c516125590769703408517690xd8e157b3866deff3d2a315c6e1f8f7a2e6c516125588749210458625172980xd8e157b3866deff3d2a315c6e1f8f7a2e6c51612207987532024-09-21T11:48:47.000Z0x0459cf8c4a0cb0c3b0fbae75b1a32454961dcfa7b28563f9183adb202098862e
0x8dde384022d4de1d6c67891a8865f551c444dc4cfalse0x0594eed4247745248ad46812c7ff84c5a61cc20e1776141873091942679007240x0594eed4247745248ad46812c7ff84c5a61cc20e1776067084598080990600181030x0594eed4247745248ad46812c7ff84c5a61cc20e213285352024-12-04T10:27:23.000Z0x05787c6e7066a597331fc919b0a3c5f32e02fc0f30227b9e537fd5c00b095434
0x07f9a54dc5135b9878d6745e267625bf0e206840false0x40fb8cab1c759e43bce58efc8fc9e948645488a6976028011867716188974230x40fb8cab1c759e43bce58efc8fc9e948645488a6974197939394100531030061830x40fb8cab1c759e43bce58efc8fc9e948645488a7213255842024-12-04T00:33:59.000Z0xadc6f6c97032bb789a0eafeff7508bffa9603422c3566cebdcb17bcb8a5806df
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.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
0x29a56a1b8214d9cf7c5561811750d5cbdb45cc8efalse0xf4be316983b70b5ff8dc8c0ddd62156ef2dca454423231409true2025-08-27T08:57:23.000Z0x2260fac5e5542a773aa44fbcfedf7c193bc2c599d8632394e5aadb5dfb5f17dd96d365e596e5559d2260fac5e5542a773aa44fbcfedf7c193bc2c5990x6af0610412087b15aa7eef2455165b8ec5520ff85db523b9368de61faa7b94e10x8ff1c814719096b61abf00bb46ead0c9a529dd7d
0x29a56a1b8214d9cf7c5561811750d5cbdb45cc8efalse0x759b703efc8932e0d8404583a2e1fed68a7260715023231411true2025-08-27T08:57:47.000Z0xa42c63686f45c124f2034152b4bb0cc63ce3ff52d8632394e5aadb5dfb5f17dd96d365e596e5559d2260fac5e5542a773aa44fbcfedf7c193bc2c5990x04720cd55f0d23d6afc2b1daa20dc4eaa4fefef4b79ee05c3a1a5f92ffd804a40x8ff1c814719096b61abf00bb46ead0c9a529dd7d
0x29a56a1b8214d9cf7c5561811750d5cbdb45cc8efalse0x154ed44b252c58e5768f022c5143929329b28ed91823231410true2025-08-27T08:57:35.000Z0x004e9c3ef86bc1ca1f0bb5c7662861ee93350568d8632394e5aadb5dfb5f17dd96d365e596e5559d2260fac5e5542a773aa44fbcfedf7c193bc2c5990x4a1426b863eba2d34d61e0d452d17144a63213dbec9a007924c7be87251036b30x8ff1c814719096b61abf00bb46ead0c9a529dd7d
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_ethereum.EVaultFactory_ProxyCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100