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
0x715e3fb8002a060d0d6b804c0cd1f71d33d028a8false0x29219dd400f2bf60e5a23d13be72b486d40388940xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae13421370832025-08-08T13:09:38.000Z0x9329cb483c71f7a4d68c89abd885f1321a07ee7d174ad5e9f25e657905b8a9be
0x3df6552518ff11302fa2682ffdab2f55601aa8a8false0x29219dd400f2bf60e5a23d13be72b486d40388940xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae21472134512025-09-17T23:51:32.000Z0x49410c3072b16f1eed87e9ca6096a6e37e23348d40281f1360586f0275a0c498
0x8b24fd155698fce2769b831c5c7113197a0da8a8false0x29219dd400f2bf60e5a23d13be72b486d40388940xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae15478043742025-09-22T18:29:58.000Z0xa22e0b944bfd886b09f48ff09808711ecaa788226ed4c1130736eb7e6ff84adf
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x0b14a4e25a5b7788e05dafea84347fee23a6b5d20x715e3fb8002a060d0d6b804c0cd1f71d33d028a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec647151481073833389645215233119997962001202093942025-08-31T08:00:28.000Z0x682dc9cee9c07344687bb40414ddfd5fb992753564214ae11af7ff55d228667c
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x715e3fb8002a060d0d6b804c0cd1f71d33d028a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec63631483111128543290451988390917408099157944402025-08-31T04:13:17.000Z0xdaea0998decf735014f58eb9ab7cb1f4627ecb7f6e06da4f096860d4c21b54c9
0x6e4141d33021b52c91c28608403db4a0ffb50ec60x715e3fb8002a060d0d6b804c0cd1f71d33d028a8false0x6e4141d33021b52c91c28608403db4a0ffb50ec62731209718128817164452231160602318156012587202025-08-31T09:39:42.000Z0xdbcd155932487663098dd866598081288929d914c21128bc287da231edeaee5e
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x94041db6dec15f79666b07846c13e6f7341b4a800x715e3fb8002a060d0d6b804c0cd1f71d33d028a8false{“fee”:“10000000000000”,“priceX”:“1001762”,“priceY”:“1000000”,“vault0”:“0x3d9e5462a940684073eed7e4a13d19ae0dcd13bc”,“vault1”:“0xeeb1dc1ca7ffc5b54ad1cc4c1088db4e5657cb6c”,“protocolFee”:“0”,“eulerAccount”:“0x75102a2309cd305c7457a72397d0bcc000c4e045”,“concentrationX”:“999999985730546800”,“concentrationY”:“999999985730546800”,“equilibriumReserve0”:“92314965”,“equilibriumReserve1”:“67604247”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}19421370832025-08-08T13:09:38.000Z{“currReserve0”:“92314965”,“currReserve1”:“67604247”}0x9329cb483c71f7a4d68c89abd885f1321a07ee7d174ad5e9f25e657905b8a9be
0x94041db6dec15f79666b07846c13e6f7341b4a800x3df6552518ff11302fa2682ffdab2f55601aa8a8false{“fee”:“1000000000000000”,“priceX”:“1002400”,“priceY”:“1000000”,“vault0”:“0x196f3c7443e940911ee2bb88e019fd71400349d9”,“vault1”:“0xb38d431e932fea77d1df0ae0dfe4400c97e597b8”,“protocolFee”:“0”,“eulerAccount”:“0x417b3c29eb32d50ab287691de7265f4f772ab6c6”,“concentrationX”:“999999999999998200”,“concentrationY”:“999999999999998200”,“equilibriumReserve0”:“50000000”,“equilibriumReserve1”:“50120439”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}27472134512025-09-17T23:51:32.000Z{“currReserve0”:“50000000”,“currReserve1”:“50120439”}0x49410c3072b16f1eed87e9ca6096a6e37e23348d40281f1360586f0275a0c498
0x94041db6dec15f79666b07846c13e6f7341b4a800x8b24fd155698fce2769b831c5c7113197a0da8a8false{“fee”:“10000000000000”,“priceX”:“1002542”,“priceY”:“1000000”,“vault0”:“0x3d9e5462a940684073eed7e4a13d19ae0dcd13bc”,“vault1”:“0xeeb1dc1ca7ffc5b54ad1cc4c1088db4e5657cb6c”,“protocolFee”:“0”,“eulerAccount”:“0xee647c33418b1e3c3fa89fb4319f620e7489e56b”,“concentrationX”:“999970609005089300”,“concentrationY”:“999970609005089300”,“equilibriumReserve0”:“2303000”,“equilibriumReserve1”:“2307588”,“protocolFeeRecipient”:“0x0000000000000000000000000000000000000000”}21478043742025-09-22T18:29:58.000Z{“currReserve0”:“2303000”,“currReserve1”:“2307588”}0xa22e0b944bfd886b09f48ff09808711ecaa788226ed4c1130736eb7e6ff84adf
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x94041db6dec15f79666b07846c13e6f7341b4a800x715e3fb8002a060d0d6b804c0cd1f71d33d028a8false0x29219dd400f2bf60e5a23d13be72b486d40388940xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae18421370832025-08-08T13:09:38.000Z0x75102a2309cd305c7457a72397d0bcc000c4e0450x9329cb483c71f7a4d68c89abd885f1321a07ee7d174ad5e9f25e657905b8a9be
0x94041db6dec15f79666b07846c13e6f7341b4a800x3df6552518ff11302fa2682ffdab2f55601aa8a8false0x29219dd400f2bf60e5a23d13be72b486d40388940xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae26472134512025-09-17T23:51:32.000Z0x417b3c29eb32d50ab287691de7265f4f772ab6c60x49410c3072b16f1eed87e9ca6096a6e37e23348d40281f1360586f0275a0c498
0x94041db6dec15f79666b07846c13e6f7341b4a800x8b24fd155698fce2769b831c5c7113197a0da8a8false0x29219dd400f2bf60e5a23d13be72b486d40388940xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae20478043742025-09-22T18:29:58.000Z0xee647c33418b1e3c3fa89fb4319f620e7489e56b0xa22e0b944bfd886b09f48ff09808711ecaa788226ed4c1130736eb7e6ff84adf
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x0806af1762bdd85b167825ab1a64e31cf9497038false500000000000000000020xdd84ce1adcb3a4908db61a1dfa3353c3974c5a2a93811392025-02-22T15:08:38.000Z0x7ea2526771dc7836391cd485a06ecee1951d1a6c61e2ba2be5416b870e400a73
0x196f3c7443e940911ee2bb88e019fd71400349d9false2297704520xb6ad3564bd6345bde177be74fae683a987650b6394177322025-02-22T18:46:21.000Z0xfd00a35c0dc6f6ed3faa4e7e18d94afc27c1b900a56c67f28ec0a177a26594b4
0x196f3c7443e940911ee2bb88e019fd71400349d9false30000000020xb6ad3564bd6345bde177be74fae683a987650b6394179292025-02-22T18:47:34.000Z0xda976cb6bc0fcc2f460c53ebed29971c8068100b27470f4b3dacc902cabb53b2
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x90a804d316a06e00755444d56b9ef52e5c4f4d73false0xf58d15f9913829e1b61e92399dc77b082e6825a159262313912025-05-12T11:19:14.000Z0xd32ebaf1887ddbc026a0f6970042702936a6402510b6d4fd7eb2848507421c5760339840263961616076603398402639616160770x50de2fb5cd259c1b99dbd3bb4e7aac76be7288fc0xd3cf3ec3d7849f2c7bb9ff5a8662ae36a177beb8
0xa5cd24d9792f4f131f5976af935a505d19c8db2bfalse0xf58d15f9913829e1b61e92399dc77b082e6825a15262313912025-05-12T11:19:14.000Z0xd32ebaf1887ddbc026a0f6970042702936a6402510b6d4fd7eb2848507421c5750620651106841296506206511068412960x50de2fb5cd259c1b99dbd3bb4e7aac76be7288fc0xd3cf3ec3d7849f2c7bb9ff5a8662ae36a177beb8
0x0806af1762bdd85b167825ab1a64e31cf9497038false0xf58d15f9913829e1b61e92399dc77b082e6825a117262313912025-05-12T11:19:14.000Z0xd32ebaf1887ddbc026a0f6970042702936a6402510b6d4fd7eb2848507421c5729329224179860258293292241798602590x50de2fb5cd259c1b99dbd3bb4e7aac76be7288fc0xd3cf3ec3d7849f2c7bb9ff5a8662ae36a177beb8
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x0806af1762bdd85b167825ab1a64e31cf9497038false0x17b42871e9e90cc8bc8749c5879df087ef1398382900000000000000000x17b42871e9e90cc8bc8749c5879df087ef1398382899724618254666955180816912025-04-04T08:51:15.000Z0x0d645cac845a1ed4256c6be49c84f26bda5ea2d1b2ae04ab15dd16bc23600e0e
0x0806af1762bdd85b167825ab1a64e31cf9497038false0x74583a089f5c4b38a7e702f92d0c4387b713d00233848655554681360910x003ef4048b45a5a79d4499aabd52108b3bc9209f338452492580466251731182140832025-04-04T22:57:59.000Z0x64a34e2a771b14e86846a6512237dc8decac67897edc09dc07e8c0b5788ca65d
0x0806af1762bdd85b167825ab1a64e31cf9497038false0x74583a089f5c4b38a7e702f92d0c4387b713d0024620225614169994120x74583a089f5c4b38a7e702f92d0c4387b713d0024619760666339618907182140832025-04-04T22:57:59.000Z0x64a34e2a771b14e86846a6512237dc8decac67897edc09dc07e8c0b5788ca65d
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x4c0af5d6bcb10b3c05fb5f3a846999a3d87534c7false2000765226222025-02-04T10:39:49.000Z0x1ae34d2dc52e9bab07b6c0102785e3dc1ad957d2f806e69457a89c66c795f082
0x3d9e5462a940684073eed7e4a13d19ae0dcd13bcfalse2000665228082025-02-04T10:42:12.000Z0x1aae08c5f02f54944096cfa3b4e91a4cdc62d7b22b4c8230edfd58cede4fb4f8
0x08f04a3db30b0cd7e42e61b4e412b1123c52e8a1false150021234902752025-05-01T10:11:36.000Z0x937648a5659f127997170cf7f5ad3a4802d9d198ccbee05ae9bdbd15af38f0b2
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x0806af1762bdd85b167825ab1a64e31cf9497038false25472477861224061320x05f58855a0a7d9d18c663d16384002705ff096e8394896252025-07-21T08:56:53.000Z0x2d49cffb167460f74bc427ce1fbf3265af13b8c19ebc711acbad9843e71572ef
0x0806af1762bdd85b167825ab1a64e31cf9497038false659268839721680x796f31aa3118eb362559960f63157ca48d2b275e394480932025-07-21T02:16:56.000Z0x43560e89ccbafbbf1224640694cc9678ed80085deb2d82665704c5b08d34c87d
0x0806af1762bdd85b167825ab1a64e31cf9497038false74656562045135910xabf0f7bd0dc8ce44b084b4b66b8db97f1b9ce418395235622025-07-21T13:48:55.000Z0xce86a290e5dbe00a7c5163a789e75aa80636c326b5cc526aba65dbb1e564088e
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x0806af1762bdd85b167825ab1a64e31cf9497038false130x6609db5474b92a9c4e4e2a6dbbf4e78a064762cd428786390x196f3c7443e940911ee2bb88e019fd71400349d90x317804a3787e3ba5186be1fe56f5e12b7ba7c5973642791062232842025-08-13T22:49:05.000Z16989220xce6f48a40be2d4654c67880f6624fec6e006c39e753cf159a86f0b2e6d98f01d
0xa5cd24d9792f4f131f5976af935a505d19c8db2bfalse300xcafc58de1e6a071790efbb6b83b35397023e1540428453270x196f3c7443e940911ee2bb88e019fd71400349d90x5f0524941bd3885e660841d7d33d338c8a5ccece70057957060062479602025-08-13T18:06:09.000Z323534565830x2ee3a0752b20737e699342e11dd4ff5ebe73befcbc017f4eecf7b580e589ecc5
0x0806af1762bdd85b167825ab1a64e31cf9497038false450x54f6f93b520467ff2ef0d2fff6c9e643f52978df387684360x196f3c7443e940911ee2bb88e019fd71400349d90xbe7edc98c5f0aadf336137e017b09af1a1cfe02f1230571487212912025-07-16T14:31:52.000Z3921800x7dfdc08a0d65063b2cde96bb587320ebdd0ab45a15c797b0b370122fc5dd8781
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x0806af1762bdd85b167825ab1a64e31cf9497038false562928072903299850x95e1073e0b0294aeca506675e7ded2e13be75b60327820412025-06-09T00:07:37.000Z0xdcef661d3683f73a8d452688782ffb35a7efb0d2c753803b83519de7c744d423
0x0806af1762bdd85b167825ab1a64e31cf9497038false789917049974809200360x17c8afd739a175eacf8af5531671b222102b8082329088002025-06-09T14:09:50.000Z0x49072468202736bfb2dd642fce6d221e0c1b329a699e2c7c34fede416d515c60
0x0806af1762bdd85b167825ab1a64e31cf9497038false20022716149587533824110xc5890af3facba05b4c6ef82b2eb274feb3b75e8f328964682025-06-09T12:56:17.000Z0x56fd5d5eb4e544d54538fc3afbc8be1842b20576f6c4b5e55d1ca3cc05cfd973
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x9144c0f0614dd0ace859c61cc37e5386d2ada43a6132308016819138951030596false4255191271746798930100158376121402952758061892025-05-09T13:55:30.000Z192009838412075642039237719745205296771102080x791e2b36f226e57b66f71231486d33b4ffbd032a264e482f696eb842ecf0ec305267971625987921680231012470992314825740587448573
0x9144c0f0614dd0ace859c61cc37e5386d2ada43a6132323016819138951030596false18255317211746803021100158571568356135474871612025-05-09T15:03:41.000Z192010471780799438839238027963510350379544780xbc198c7efd6ca0028de8a416307de96a54885945f6a26b5211dd487dcd42a8f35314019237770421846681012478945429716045940499985
0x9144c0f0614dd0ace859c61cc37e5386d2ada43a6168809234961643389843535false16254920231746789938100168248360024937448231512025-05-09T11:25:38.000Z190251689328571357238882048804992382639920930xae202c5c1d10b8c6febab2141f5c53bd644a307b8358035a8279b278e5dea50d5167669208933388442821012453591403253097618945366
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0x0806af1762bdd85b167825ab1a64e31cf9497038false0xd516c9877578f3d21c4221fbd3cb8d2a17312ebe67571558000442020xd516c9877578f3d21c4221fbd3cb8d2a17312ebe674933485917842220xd516c9877578f3d21c4221fbd3cb8d2a17312ebe340422932025-06-14T18:01:46.000Z0xf2d6de1c85badc5bd12dc3a62af566965b318453bf5caba043036243059d8f69
0x12ac805f4596c3e55bb100b4593a1b8025cd2056false0x1597e4b7cf6d2877a1d690b6088668afdb0457603000000000000000000000000x1597e4b7cf6d2877a1d690b6088668afdb04576030000000000000000000000020x1597e4b7cf6d2877a1d690b6088668afdb045763339273962025-06-14T02:55:27.000Z0x7d6d25a7fee5c742aec8003384e080f133939d24fceb617592f931f21a0f5d82
0x196f3c7443e940911ee2bb88e019fd71400349d9false0x092e7471a55c416f12d3340c6cce1a4bcc37308980482920x092e7471a55c416f12d3340c6cce1a4bcc3730897933204360x092e7471a55c416f12d3340c6cce1a4bcc373089340029562025-06-14T12:53:25.000Z0x6acbc1df5b6a17098127a1dcb2dee1e7a20cc23b2d9da069a4858c10a17716f8
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.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
0xf075cc8660b51d0b8a4474e3f47edac5fa034cfbfalse0xee29d5b370e85138f0263dc5fea31e561d7a3e84420891042true2025-04-18T12:40:21.000Z0xd3dce716f3ef535c5ff8d041c1a41c3bd89b97ae6fbcd8c19334595a8cff46e780cdf61e018b419800000000000000000000000000000000000003480xb0ec65bee1df94bfad581edd96ee678902a7aba943c545e2d9778da067c46c4f0x11f95aaa59f1ad89576c61e3c9cd24df1fdcf46f
0xf075cc8660b51d0b8a4474e3f47edac5fa034cfbfalse0x3b308a7ee90e6784f18d34a814532952b07fa734420891772true2025-04-18T12:47:07.000Z0xe5da20f15420ad15de0fa650600afc998bbe39556fbcd8c19334595a8cff46e780cdf61e018b419800000000000000000000000000000000000003480xb53f9abcf3dca167d779e777a744ef34efe9766a34777dc1edf3e9b47e7ea36b0x11f95aaa59f1ad89576c61e3c9cd24df1fdcf46f
0xf075cc8660b51d0b8a4474e3f47edac5fa034cfbfalse0xe8c575a73b73474a1a48da814981ef4a0a9c7ec7420940000true2025-04-18T20:15:39.000Z0x29219dd400f2bf60e5a23d13be72b486d40388946fbcd8c19334595a8cff46e780cdf61e018b419800000000000000000000000000000000000003480xa8b87f44f732752243ddda20054197937f6e550468bca1711a98f0807df403340x11f95aaa59f1ad89576c61e3c9cd24df1fdcf46f
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_sonic.EVaultFactory_ProxyCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100