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
0x051ce6b3d52a641c85a0fb083d48e93ecb3fa8a8false0x549943e04f40284185054145c6e4e9568c1d32410xfcbd14dc51f0a4d49d5e53c2e0950e0bc26d0dce11597785402025-08-29T15:24:48.000Z0xd20bfb3f50b235af7217b4a77644554491b0e110f9d7b84135025a5b8d2707bd
0x46446c06409beb0f35c89ee4866fc4ccc921a8a8false0x1ce0a25d13ce4d52071ae7e02cf1f6606f4c79d30x549943e04f40284185054145c6e4e9568c1d3241798052872025-08-30T05:44:57.000Z0xa36b67974994ac09dbf069afa56d6a75645396a11dcf23cf6e9f81326aefa545
0x01f23a66f7d3e6ede384bb6304e6f4ab8f0528a8false0x1ce0a25d13ce4d52071ae7e02cf1f6606f4c79d30x549943e04f40284185054145c6e4e9568c1d324158396011842025-08-25T14:48:52.000Z0x71906dee3aec794300b44f221c1d0cf2d77c4020084e8ca8d0225d173caf4534
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x01f23a66f7d3e6ede384bb6304e6f4ab8f0528a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec618680446240567030331392052659645565030830867762562316602025-08-26T14:45:37.000Z0xd5770143f260771585dbe180142ef5fd71f6ba11c66d1721cd46f2a1baa711f6
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x01f23a66f7d3e6ede384bb6304e6f4ab8f0528a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec6107632738705774196734636958639635326040640701751113992202025-08-26T09:11:23.000Z0x0b93b8a10b4285875f8d189281c93eecf4f14cf1471fd961019d0820f085a26e
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x01f23a66f7d3e6ede384bb6304e6f4ab8f0528a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec6151106290380798517489789474099642728013038913069432095080291102025-08-26T13:13:02.000Z0x05e042f9f3097b0ea9c9b0d9b6049d879e00b344c3fc5dae401888a6e73f409c
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0xd14c95dc228e8851f63d9b83a0001f4d021b5dff0x051ce6b3d52a641c85a0fb083d48e93ecb3fa8a8false{“fee”:“10000000000000”,“priceX”:“1000404200628871100”,“priceY”:“1000000”,“vault0”:“0xe932da5a4d00536c224f8153f299cdcd8054c444”,“vault1”:“0x027dcafb223f69d41bd413c50854017718419585”,“protocolFee”:“0”,“eulerAccount”:“0x75102a2309cd305c7457a72397d0bcc000c4e046”,“concentrationX”:“999970609005089300”,“concentrationY”:“999970609005089300”,“equilibriumReserve0”:“0”,“equilibriumReserve1”:“31036441752446208943”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}12297785402025-08-29T15:24:48.000Z{“currReserve0”:“0”,“currReserve1”:“31036441752446208943”}0xd20bfb3f50b235af7217b4a77644554491b0e110f9d7b84135025a5b8d2707bd
0xd14c95dc228e8851f63d9b83a0001f4d021b5dff0x46446c06409beb0f35c89ee4866fc4ccc921a8a8false{“fee”:“1000000000000000”,“priceX”:“1000000”,“priceY”:“1001015039943332400”,“vault0”:“0x112b77a77753b092306b1c04bd70215fed4e00a1”,“vault1”:“0x1b33d24c4c78a61da80cfa2d0db72ca0851d5fb1”,“protocolFee”:“0”,“eulerAccount”:“0xb333cc6898ddc72c4e529103e771b7a5a84fafbd”,“concentrationX”:“1519999999800348”,“concentrationY”:“1519999999800348”,“equilibriumReserve0”:“0”,“equilibriumReserve1”:“17000000000”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}1498052872025-08-30T05:44:57.000Z{“currReserve0”:“0”,“currReserve1”:“17000000000”}0xa36b67974994ac09dbf069afa56d6a75645396a11dcf23cf6e9f81326aefa545
0xd14c95dc228e8851f63d9b83a0001f4d021b5dff0x01f23a66f7d3e6ede384bb6304e6f4ab8f0528a8false{“fee”:“100000000000000”,“priceX”:“1000000”,“priceY”:“1002481716982198200”,“vault0”:“0x112b77a77753b092306b1c04bd70215fed4e00a1”,“vault1”:“0x1b33d24c4c78a61da80cfa2d0db72ca0851d5fb1”,“protocolFee”:“0”,“eulerAccount”:“0x622bb54f8614338e820d5b74d330be93855be07c”,“concentrationX”:“999992590242058600”,“concentrationY”:“999970609005089300”,“equilibriumReserve0”:“5020000000000000000”,“equilibriumReserve1”:“5000000”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}58996011842025-08-25T14:48:52.000Z{“currReserve0”:“5020000000000000000”,“currReserve1”:“5000000”}0x71906dee3aec794300b44f221c1d0cf2d77c4020084e8ca8d0225d173caf4534
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0xd14c95dc228e8851f63d9b83a0001f4d021b5dff0x46446c06409beb0f35c89ee4866fc4ccc921a8a8false0x1ce0a25d13ce4d52071ae7e02cf1f6606f4c79d30x549943e04f40284185054145c6e4e9568c1d32411398052872025-08-30T05:44:57.000Z0xb333cc6898ddc72c4e529103e771b7a5a84fafbd0xa36b67974994ac09dbf069afa56d6a75645396a11dcf23cf6e9f81326aefa545
0xd14c95dc228e8851f63d9b83a0001f4d021b5dff0x01f23a66f7d3e6ede384bb6304e6f4ab8f0528a8false0x1ce0a25d13ce4d52071ae7e02cf1f6606f4c79d30x549943e04f40284185054145c6e4e9568c1d324158896011842025-08-25T14:48:52.000Z0x622bb54f8614338e820d5b74d330be93855be07c0x71906dee3aec794300b44f221c1d0cf2d77c4020084e8ca8d0225d173caf4534
0xd14c95dc228e8851f63d9b83a0001f4d021b5dff0x051ce6b3d52a641c85a0fb083d48e93ecb3fa8a8false0x549943e04f40284185054145c6e4e9568c1d32410xfcbd14dc51f0a4d49d5e53c2e0950e0bc26d0dce12197785402025-08-29T15:24:48.000Z0x75102a2309cd305c7457a72397d0bcc000c4e0460xd20bfb3f50b235af7217b4a77644554491b0e110f9d7b84135025a5b8d2707bd
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x028b1f7a949a7a862c3f93987296be30d71f7f97false17629546346113754460x849c4b9db885d20faed1a2ab7d1f9d77c612b94079358832025-07-19T10:13:07.000Z0xb75fdffb1e8da489b30168a6d300be1bf5fd359c42ea6f2e7e8e2f17b26c71bf
0x07346ae3245e04c96e33e8d8e02a638aaa08e719false47000000000000000000930x622bb54f8614338e820d5b74d330be93855be07979512032025-07-19T18:34:35.000Z0xc304b25340ebf11797fcdd2f802ed8e87dd7deb325436178d7b0fc4361db98a0
0x07346ae3245e04c96e33e8d8e02a638aaa08e719false30000000000000000000900x622bb54f8614338e820d5b74d330be93855be07a79513662025-07-19T18:39:56.000Z0x26b3cc36fb000f1a2faf3d51a111a54b77ecde68fb82fdc607d92bf51c892be0
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x4eb3351066494852a03ffbbde40a9776380ce20dfalse0x3d01a13ac24c293f8a0e0f59dd3d2bcac5cf616172256185692025-05-28T13:31:31.000Z0x9ad7da8363b2b92d10d269e0b2504b56830b91e54716087258bd67b26b7bb1fe68417621842476167177228058739474920557260x7c93e291007ce9d50949d71339bbe3b76562cfeb0x5eae58dc72e4e374f32eca2751cc38b573dd82c9
0x4eb3351066494852a03ffbbde40a9776380ce20dfalse0x3d01a13ac24c293f8a0e0f59dd3d2bcac5cf616161156186872025-05-28T13:35:21.000Z0x63b3b20b5dbe13d5bf4a1b9a9a61fa6ff8aee19151d5edbae8af65a26e91d9d6154723977427584313515746591425281050x7c93e291007ce9d50949d71339bbe3b76562cfeb0x5eae58dc72e4e374f32eca2751cc38b573dd82c9
0x34018ac9dc4b114036ca148aa18c8f75594e5e95false0x3d01a13ac24c293f8a0e0f59dd3d2bcac5cf616123356186882025-05-28T13:35:23.000Z0xfc441bb3f16bc75961f413b000eb6ec2de241e2d42392b856ff4550058d5b99f1543953215118500380251465107170616679340x7c93e291007ce9d50949d71339bbe3b76562cfeb0x5eae58dc72e4e374f32eca2751cc38b573dd82c9
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x028b1f7a949a7a862c3f93987296be30d71f7f97false0x4f900024c8cf3dec13db7eb0519f720b996d7476350000000000000000000x4f900024c8cf3dec13db7eb0519f720b996d74763267376559325565294717394265142025-08-21T16:51:08.000Z0x3fd0509dcdc8193aef2c8dcca5d3f2732c9c0aaf1299ff13673b099d9b1b24e4
0x028b1f7a949a7a862c3f93987296be30d71f7f97false0x4f900024c8cf3dec13db7eb0519f720b996d747620000000000000000000000x4f900024c8cf3dec13db7eb0519f720b996d747618684334216930259778618893957682025-08-21T00:18:21.000Z0x942b62799264282064f3c1e543ec92578069c832f68154ad1272939582c1b74a
0x028b1f7a949a7a862c3f93987296be30d71f7f97false0x4f900024c8cf3dec13db7eb0519f720b996d747686600000000000000000000x4f900024c8cf3dec13db7eb0519f720b996d7476808443169564526569950414094264662025-08-21T16:49:35.000Z0x58da6d0b95a73467403510743d963f6331f20df8b37a226f4a23fac6545141f4
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x1b33d24c4c78a61da80cfa2d0db72ca0851d5fb1false20003732990772025-04-05T12:55:21.000Z0x5c77f5b15b213b1a3c77ec446e701190ef71e08d1730816d4eefe5de33d53985
0x2247b618251b8d913f3fd10b749e7bfa3e3a28dbfalse20002732990372025-04-05T12:54:02.000Z0x9f929e8c9488b5e28faeaf081386f0195c409f6ec55efb2c1f37227dd87239ac
0x401c4633dca173bf75ac85f2d270d98c063f54cffalse200014132982142025-04-05T12:27:20.000Z0x65eafe8f93cae9f4a027aef5a1a3fecab57a56b45b0eb6787fb66f7ea9515bec
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x027dcafb223f69d41bd413c50854017718419585false12237311672087913911110x525077ee77fd4c34d0a1147648d59c08c26704e338568852025-04-18T06:55:33.000Z0x8c642a98fe67e40d6b4e53a7524f6e4e39ba938266125a31a74a0b9828667d59
0x027dcafb223f69d41bd413c50854017718419585false98331109977094839190x525077ee77fd4c34d0a1147648d59c08c26704e338728142025-04-18T15:41:32.000Z0x3106829fe5ffe5daca666b2ebcba6e7d9cf71ff589d47d54d9df568de688c943
0x027dcafb223f69d41bd413c50854017718419585false1729765405246574681580x525077ee77fd4c34d0a1147648d59c08c26704e338672792025-04-18T12:39:21.000Z0x95350a440a5fecdc2e7ca38496aaaccea5429f4ab3b653313b7066b8322deb7e
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x07346ae3245e04c96e33e8d8e02a638aaa08e719false620x962e9efd6a3604237d15793b3259455ebeb6297d85237170x542b1ffd33c239c7afc6511fb8855390aa9c8ac20x03aa8c1e8792db7ed2aec17f32166f25d6d8635c35195320854557387102025-08-01T13:30:37.000Z17187758209055170640xa45eacb93b1000fc7b6b7ea35347bd03579d5180d71187eed8826529c5a912fa
0x027dcafb223f69d41bd413c50854017718419585false2330x914c2a417ee98ad43adb4ce6df4631c4007cdf7746511330x542b1ffd33c239c7afc6511fb8855390aa9c8ac20x7118767064bc2cd2843071fa8e1028e57e1004848994612411758839729582025-05-06T13:24:30.000Z3135134324678366996930x86f1e02d0d8a1762612c50daca30fd82f8f0ec0422e4ea70ae4da372e7874d5d
0x027dcafb223f69d41bd413c50854017718419585false1070xf46b5e722000087b0f72521c465f712cbd41956f46509870x542b1ffd33c239c7afc6511fb8855390aa9c8ac20x7118767064bc2cd2843071fa8e1028e57e10048477663468543916920251902025-05-06T13:19:37.000Z27120255172265431513720x19837e414547d03583668be0793d3939d6fe1145412892bef3986ad228c1cbad
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x028b1f7a949a7a862c3f93987296be30d71f7f97false185058713825469195710570x0345df18ecd66849f82b08fc0f7f76f72943d6c555254102025-05-26T10:06:42.000Z0x8b7a95ecb476d8be5f82c4f4b41ea3a7fd3db160a2991a5aaa0e00bd4a6984ca
0x028b1f7a949a7a862c3f93987296be30d71f7f97false134152444357869256792500xb7a9fb1920f55ad9c90f588ccad3c8b0c560f77d55392322025-05-26T17:30:44.000Z0x2a7e42f29def9c80e59115992296a84ad6105cf3e8ad56fbb535322f2b43afb3
0x028b1f7a949a7a862c3f93987296be30d71f7f97false21019172160501562713610x0345df18ecd66849f82b08fc0f7f76f72943d6c555256122025-05-26T10:13:12.000Z0xc785da00bfefd5ab64e888fdf4cf81f621b5246c9cd953f932f978005995d162
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0xac0476a04c567ebcd49db0a5b8b294a119d7849d211231648134484467130773false4346895517441897852112316481344844671307732025-04-09T09:09:45.000Z000x9fce95c5b7c33880ae09839844ee66e0dbdf4c3e694df50a0d8b76b2457c939201000000000000000000000000000
0xac0476a04c567ebcd49db0a5b8b294a119d7849d205540576247296219060987false273348596317442240742055405762472962190609872025-04-09T18:41:14.000Z000x43d93c076cc23dd6a8959e3010b42219ea1618ec369c40ab4af0ed56a686bffa01000000000000000000000000000
0xac0476a04c567ebcd49db0a5b8b294a119d7849d210776595073244715098013false37345407717441600782107765950732447150980132025-04-09T00:54:38.000Z000x9e348c2f6600276a5d6f32a835a273dee78083e925b4d2cce941cda95b5a3cb501000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x027dcafb223f69d41bd413c50854017718419585false0x031ae38a722a837bb313061c311484e2806ee3792762210426405248989821560x031ae38a722a837bb313061c311484e2806ee379275931070850301194484180680x031ae38a722a837bb313061c311484e2806ee37930347692025-03-30T12:15:14.000Z0x2eb4f136c9e87cafc554e3c78f44ca54376c35b081c09ec8c700d71287f64ca2
0x027dcafb223f69d41bd413c50854017718419585false0x052a695b596db62266b4e0a84aefb85ef97a60ef2979651491519037394140x052a695b596db62266b4e0a84aefb85ef97a60ef297651641092527261131720x052a695b596db62266b4e0a84aefb85ef97a60ef30356182025-03-30T12:44:15.000Z0xb67ce4c9515a317c76b57bca00e6c94095de7e73919a59628c07938aa450298b
0x027dcafb223f69d41bd413c50854017718419585false0x052a695b596db62266b4e0a84aefb85ef97a60ef11031466741928893340000x052a695b596db62266b4e0a84aefb85ef97a60ef1101986262800867745906730x4a35e6a872cf35623cd3fd07ebecedfc0170d70530355302025-03-30T12:41:10.000Z0xc1ea0e57708e9fdf224e01c08aa1d2f37b0827b5f79e074885f86d5932c98c55
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.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
0x5c13fb43ae9bae8470f646ea647784534e9543affalse0xd538b6aef78e4bdde4fd4576e9e3a403704602bc852243478true2025-03-12T14:18:05.000Z0xfcbd14dc51f0a4d49d5e53c2e0950e0bc26d0dce9011749a48ecb8b4176d5bf45e6317502b7a481b00000000000000000000000000000000000003480xda1a48e2e8fe8ad498c1a3206c2c0ba7929281d0a3f26920894991ed1a6820b40x402598ac4034d24f2cb37bdb0721a67365ad19bd
0x5c13fb43ae9bae8470f646ea647784534e9543affalse0xb758d6ec8111feb9b0ec758a61b7874e5821dffd1592243477true2025-03-12T14:18:03.000Z0x0555e30da8f98308edb960aa94c0db47230d2b9c9011749a48ecb8b4176d5bf45e6317502b7a481b00000000000000000000000000000000000003480x4ff3840b735b723f638195edcbef799c326d7f618b51edd31e2ceb15e34fc0ea0x402598ac4034d24f2cb37bdb0721a67365ad19bd
0x5c13fb43ae9bae8470f646ea647784534e9543affalse0x826244d9db2a0f438c3190a0f393c13d41ad7a2e1032243482true2025-03-12T14:18:13.000Z0xec901da9c68e90798bbbb74c11406a32a70652c39011749a48ecb8b4176d5bf45e6317502b7a481b00000000000000000000000000000000000003480x2f5e7396dfea5998365ab7d2e355556828ab085ed3998a19562ef09f57e1104f0x402598ac4034d24f2cb37bdb0721a67365ad19bd
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_berachain.EVaultFactory_ProxyCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100