Tables
EVault_Borrow_event
Borrow events emitted by Euler V2 vault contracts recording debt increases. Contains borrower account address and borrowed asset quantity for tracking lending protocol liabilities.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_assets | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x1a681ed31ea68455a73d187929973e7095c31932 | false | 1248 | 9 | 0x7f0fe71bdceb7a05b571a9e376eb7a2cbe9fd22e | 15160674 | 2025-03-28T17:35:35.000Z | 0x3b898d4d9e9a6bd1aed495f669ae5513b5e17faefe8e5571b477f529f087ba12 |
| 0x1a681ed31ea68455a73d187929973e7095c31932 | false | 2264346 | 9 | 0x91ac14c7d856a9b786e25b2d505efcaf6b5cb181 | 15155993 | 2025-03-28T14:59:33.000Z | 0x45af41c686078455b45b7d04e053aa31da982ce556182fb4c1db763562fe1860 |
| 0xced95f4cf51de12f0a0af62f1b53828491d21ca9 | false | 60112688 | 9 | 0x689360ec90de07eb6940ab8c91d24d746f7b0c19 | 15133257 | 2025-03-28T02:21:41.000Z | 0x3f6853a8dcda57050cbe686563dc53d4215b04f95584d12c408e8b955562d17f |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_protocolReceiver | STRING | Address designated to receive protocol fee shares. Hex-encoded, 0x-prefixed, 42-character string. |
in_governorReceiver | STRING | Address designated to receive governance fee shares. Hex-encoded, 0x-prefixed, 42-character string. |
in_protocolShares | STRING | Quantity of vault shares allocated to the protocol fee receiver. Numeric string representing the share amount in smallest denomination. |
in_governorShares | STRING | Quantity of vault shares allocated to the governance fee receiver. Numeric string representing the share amount in smallest denomination. |
Sample Data
Sample Data
| address | removed | in_sender | log_index | block_number | block_timestamp | transaction_hash | in_governorShares | in_protocolShares | in_governorReceiver | in_protocolReceiver |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 0x4a168444604a374bd2b8799f736c3b81009de33b | 8 | 18592036 | 2025-06-16T03:54:19.000Z | 0x75106c267cbf6a5fdd0efefeb45808ddb95e6f92dfbdd0c3625d46c49c54dec8 | 713 | 713 | 0x3518b4c4539337369b10e0d93427e6ba1ac44d95 | 0xcb3c0d131c64265099868f847face425499785a8 |
| 0xf168679179aa9b6e7772c8eca4f8afb0b75ed346 | false | 0x4a168444604a374bd2b8799f736c3b81009de33b | 14 | 18592036 | 2025-06-16T03:54:19.000Z | 0x75106c267cbf6a5fdd0efefeb45808ddb95e6f92dfbdd0c3625d46c49c54dec8 | 2938 | 2939 | 0x3518b4c4539337369b10e0d93427e6ba1ac44d95 | 0xcb3c0d131c64265099868f847face425499785a8 |
| 0x33cc3800574c4bee6d7428e707db82d1543d639d | false | 0x4a168444604a374bd2b8799f736c3b81009de33b | 20 | 18592036 | 2025-06-16T03:54:19.000Z | 0x75106c267cbf6a5fdd0efefeb45808ddb95e6f92dfbdd0c3625d46c49c54dec8 | 16912 | 16912 | 0x93db2e90f8b2b073010b425f9350202330bd923e | 0xcb3c0d131c64265099868f847face425499785a8 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
in_shares | STRING | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_owner | in_assets | in_sender | in_shares | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x1a681ed31ea68455a73d187929973e7095c31932 | false | 0xf53eaeb7e6f15cbb6db990eaf2a26702e1d986d8 | 0 | 0x0000000000000000000000000000000000000000 | 8616 | 26 | 19087032 | 2025-06-27T14:54:11.000Z | 0xd07fbbcb004233a133640d6003c5b0d3e01b8e91023ee3d8c315ebd998817d8f |
| 0xced95f4cf51de12f0a0af62f1b53828491d21ca9 | false | 0xf53eaeb7e6f15cbb6db990eaf2a26702e1d986d8 | 0 | 0x0000000000000000000000000000000000000000 | 2494 | 20 | 19087032 | 2025-06-27T14:54:11.000Z | 0xd07fbbcb004233a133640d6003c5b0d3e01b8e91023ee3d8c315ebd998817d8f |
| 0x1a681ed31ea68455a73d187929973e7095c31932 | false | 0xcb3c0d131c64265099868f847face425499785a8 | 0 | 0x0000000000000000000000000000000000000000 | 8616 | 28 | 19087032 | 2025-06-27T14:54:11.000Z | 0xd07fbbcb004233a133640d6003c5b0d3e01b8e91023ee3d8c315ebd998817d8f |
Example Query
Example Query
Query with partition filter
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%.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_newFee | STRING | Updated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%. |
Sample Data
Sample Data
| address | removed | in_newFee | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xf004756aedd7375e4039e942bab6cccfd1e165bb | false | 2000 | 26 | 21768714 | 2025-08-28T16:43:35.000Z | 0x840d99d1eb464922b6de8bcb88851ce1e2c16672fa2041f0554b962b24c32397 |
| 0x31ab3523467f9e1788eff6df8f4de301026ede8f | false | 1500 | 7 | 15146609 | 2025-03-28T09:46:45.000Z | 0x6143926ebdcaa90ffe2748daa1be418653a3548a74e52742912876b435af12dd |
| 0x77ce4b784b494c4b089aca5fbd7938f9c6f5f37b | false | 1500 | 39 | 15146609 | 2025-03-28T09:46:45.000Z | 0x6143926ebdcaa90ffe2748daa1be418653a3548a74e52742912876b435af12dd |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_assets | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 3 | 6 | 0x4202b75b591cadf7e410a733e23e7c79f00bef75 | 24278041 | 2025-10-25T18:47:49.000Z | 0xcc8eb98b1c230ec5ec749b624e1f638f401b0a9a3f77305eea5c24debcb6f37a |
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 10555 | 4 | 0x4202b75b591cadf7e410a733e23e7c79f00bef75 | 24277282 | 2025-10-25T18:22:31.000Z | 0x38e0e3fa42a1816c2520b2e1008cfa2d56a01e89b46c64d6d9f89899e911e6f5 |
| 0xf168679179aa9b6e7772c8eca4f8afb0b75ed346 | false | 140 | 7 | 0x47f0d454ee2ef964cfa6d7aecf562c2fc5a15014 | 22718696 | 2025-09-19T16:29:39.000Z | 0x799ca0d32d778bdf1895507a1bcdfadf33454a959d37e5427c9fc276297a2abb |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_liquidator | STRING | Address of the account executing the liquidation operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_violator | STRING | Address of the account being liquidated due to insufficient collateral. Hex-encoded, 0x-prefixed, 42-character string. |
in_collateral | STRING | Contract address of the collateral asset or vault. Hex-encoded, 0x-prefixed, 42-character string. |
in_repayAssets | STRING | Amount 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_yieldBalance | STRING | Yield balance associated with the violator’s position at the time of liquidation. String-encoded numeric value. |
Sample Data
Sample Data
| address | removed | log_index | in_violator | block_number | in_collateral | in_liquidator | in_repayAssets | block_timestamp | in_yieldBalance | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 64 | 0xb418e37a2fd6ff1f97e402c7848da660343ed2e2 | 24494157 | 0x6f421f025dd9e3eff6097536b7991029859c888a | 0x060db084bf41872861f175d83f3cb1b5566dfea1 | 6340531 | 2025-10-30T18:51:41.000Z | 6404576 | 0xa5157a91cb2db0e53fea9841f731bfe84f2d610ad2dd43d34098064184b7ffce |
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 397 | 0x72e69c488c2739b8d103b911318d9cdf290951f8 | 24494157 | 0x6f421f025dd9e3eff6097536b7991029859c888a | 0x060db084bf41872861f175d83f3cb1b5566dfea1 | 916 | 2025-10-30T18:51:41.000Z | 925 | 0xa5157a91cb2db0e53fea9841f731bfe84f2d610ad2dd43d34098064184b7ffce |
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 55 | 0xcb6222f4df04385ea08e8da2a5871131ff5f6cbb | 24494157 | 0x6f421f025dd9e3eff6097536b7991029859c888a | 0x060db084bf41872861f175d83f3cb1b5566dfea1 | 6808252 | 2025-10-30T18:51:41.000Z | 6877022 | 0xa5157a91cb2db0e53fea9841f731bfe84f2d610ad2dd43d34098064184b7ffce |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_account | STRING | Account address involved in the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_assets | log_index | in_account | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0xced95f4cf51de12f0a0af62f1b53828491d21ca9 | false | 4086452 | 17 | 0x26cba9f02581a7c575a07257534e3cd8cfe09973 | 22029487 | 2025-09-03T17:36:01.000Z | 0xa967b13dcb7aea37b979470a432c9457f30dcdf2b24e4412718d10d8e5aee9f3 |
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 270710 | 5 | 0x2e8fba7125cfad75b8bc750832b06acae9729b16 | 22010019 | 2025-09-03T06:47:05.000Z | 0x8d428a97c0fdcae05da2eb38403a94967051a31cfbc1e516f504ff0ccd87cb05 |
| 0x80e0d452da8eb37c8db9c8e89103dc92ad477773 | false | 99643 | 5 | 0x2e8fba7125cfad75b8bc750832b06acae9729b16 | 22010102 | 2025-09-03T06:49:51.000Z | 0x73577ade1aaed8434d9233eed658b3180e9fa32357f343cc38552e3ec191c186 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_totalShares | STRING | Total number of shares outstanding in the vault. Numeric string representation of share tokens in the smallest unit. |
in_totalBorrows | STRING | Total amount borrowed from the market across all borrowers. Denominated in the smallest unit of the underlying token. |
in_accumulatedFees | STRING | Cumulative fees accrued by the vault or position. Denominated in the smallest unit of the underlying token. |
in_cash | STRING | Amount 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_interestAccumulator | STRING | Cumulative interest multiplier used to calculate accrued interest on borrows. Numeric string representation with 27 decimal places of precision. |
in_interestRate | STRING | Annual interest rate applied to borrows. Numeric string representation with 18 decimal places of precision. |
in_timestamp | STRING | Unix timestamp when the event or operation occurred. Numeric string representation of seconds since epoch. |
Sample Data
Sample Data
| address | in_cash | removed | log_index | block_number | in_timestamp | in_totalShares | block_timestamp | in_interestRate | in_totalBorrows | transaction_hash | in_accumulatedFees | in_interestAccumulator |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x6f421f025dd9e3eff6097536b7991029859c888a | 136119361 | false | 6 | 23112419 | 1759086825 | 136119361 | 2025-09-28T19:13:45.000Z | 0 | 0 | 0xb119e4249e6620ae5eb325fa44a014f3b10a245a821a6d0eac991837026ac025 | 0 | 1000000000000000000000000000 |
| 0x6f421f025dd9e3eff6097536b7991029859c888a | 136129881 | false | 6 | 23097709 | 1759057405 | 136129881 | 2025-09-28T11:03:25.000Z | 0 | 0 | 0x994b7a17ee0c0f0ba2b11bf8fb600a962cd0b22b8ecbfdeda851bdfa24acac52 | 0 | 1000000000000000000000000000 |
| 0x6f421f025dd9e3eff6097536b7991029859c888a | 141355544 | false | 6 | 23084522 | 1759031031 | 141355544 | 2025-09-28T03:43:51.000Z | 0 | 0 | 0x8cd71af354386b77480de412aaab68f9299e6b30977f8ecfba0a4041f0f81013 | 0 | 1000000000000000000000000000 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_sender | STRING | Address that initiated the transaction or operation. Hex-encoded, 0x-prefixed, 42-character string. |
in_receiver | STRING | Address that receives tokens, assets, or rewards from the transaction. Hex-encoded, 0x-prefixed, 42-character string. |
in_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_assets | STRING | Number of asset units involved in the deposit or withdrawal transaction. String-encoded integer representing the asset quantity in the protocol’s accounting system. |
in_shares | STRING | Number of shares involved in the deposit or withdrawal transaction. String-encoded integer representing the share quantity in the protocol’s accounting system. |
Sample Data
Sample Data
| address | removed | in_owner | in_assets | in_sender | in_shares | log_index | in_receiver | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|---|
| 0x1a681ed31ea68455a73d187929973e7095c31932 | false | 0x24c39bb7033be09f6202aa66bc092fda0bae9523 | 18921291 | 0x24c39bb7033be09f6202aa66bc092fda0bae9523 | 18905902 | 2 | 0x24c39bb7033be09f6202aa66bc092fda0bae9523 | 18467537 | 2025-06-13T06:44:21.000Z | 0x501765da543b658a4f618e70f99791abacd8dd0d25e0d1cc3878509b2bc37425 |
| 0x1a681ed31ea68455a73d187929973e7095c31932 | false | 0xbe8ccb001c646e0d9eb5385fe6e492581c5815e0 | 15002 | 0xbe8ccb001c646e0d9eb5385fe6e492581c5815e0 | 14990 | 2 | 0xbe8ccb001c646e0d9eb5385fe6e492581c5815e0 | 18459062 | 2025-06-13T02:01:51.000Z | 0x134af76d8ef5971b497d3251555d207926694938f146a17a9794acc6204f31fc |
| 0x1a681ed31ea68455a73d187929973e7095c31932 | false | 0xe8672bbe357a4748a697551dba807cfac4e9dd1b | 5100000 | 0xe8672bbe357a4748a697551dba807cfac4e9dd1b | 5095850 | 2 | 0xe8672bbe357a4748a697551dba807cfac4e9dd1b | 18478048 | 2025-06-13T12:34:43.000Z | 0xdb77ce6994a468c7391295f21e0934aec8354457c5c8ea8b336ba1d6839b6065 |
Example Query
Example Query
Query with partition filter
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.Columns
Columns
| Column | Type | Description |
|---|---|---|
block_timestamp | TIMESTAMP | Timestamp when the block was produced. UTC timezone, millisecond precision. |
block_number | INT64 | Sequential identifier for the block in which the event or transaction was recorded. Integer value indicating the block’s position in the blockchain. |
transaction_hash | STRING | Unique identifier for the transaction. 66-character hex string including 0x prefix. |
log_index | INT64 | Position of the event within the block’s transaction logs. Zero-indexed integer representing the sequential order of log emission. |
address | STRING | Contract address that emitted the event. Hex-encoded, 0x-prefixed, 42-character string. |
removed | BOOL | Boolean flag indicating whether the event log was removed from the blockchain due to a chain reorganization. |
in_proxy | STRING | Contract address of the newly created proxy contract. Hex-encoded, 0x-prefixed, 42-character string. |
in_upgradeable | BOOL | Boolean flag indicating whether the proxy contract supports upgradeability to new implementation contracts. |
in_implementation | STRING | Contract address of the implementation contract. Hex-encoded, 0x-prefixed, 42-character string. |
in_trailingData | STRING | Arbitrary data appended to proxy creation events. Hex-encoded byte string without fixed length or structure. |
Sample Data
Sample Data
| address | removed | in_proxy | log_index | block_number | in_upgradeable | block_timestamp | in_trailingData | transaction_hash | in_implementation |
|---|---|---|---|---|---|---|---|---|---|
| 0x046a9837a61d6b6263f54f4e27ee072ba4bdc7e4 | false | 0xc2ae38487d3d309f2a62ae78a5077e8c309e6717 | 4 | 13899537 | true | 2025-02-27T12:57:41.000Z | 0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3221571c89777f2c48503912d2b22602d16b2950c0000000000000000000000000000000000000348 | 0x8206f93b2f67c1e29a1aa2f630f4b678852be213e95db04a8763862db0550ebd | 0x32cfc56917c0025501b34c43f7fe767ef1ede3a2 |
| 0x046a9837a61d6b6263f54f4e27ee072ba4bdc7e4 | false | 0x235e0a168cfbae0e92a6947fb5059a4d952b507e | 4 | 13896009 | true | 2025-02-27T11:00:05.000Z | 0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3f2b8616744502851343c52da76e9adfb97f08b910000000000000000000000000000000000000348 | 0x3e3489ca2c048971e101c173c8e1053de52c54c1e8836acdb44314d1ef3cc2ec | 0x32cfc56917c0025501b34c43f7fe767ef1ede3a2 |
| 0x046a9837a61d6b6263f54f4e27ee072ba4bdc7e4 | false | 0x16e60db804acefdc3a54fae394132738f76b760f | 4 | 13896523 | true | 2025-02-27T11:17:13.000Z | 0x9998e05030aee3af9ad3df35a34f5c51e162877900000000000000000000000000000000000000000000000000000000000000000000000000000000 | 0x5874dda6cc09ab06e49219e34a60a0db6108c8ce785634a31f4ade79ce37afaf | 0x32cfc56917c0025501b34c43f7fe767ef1ede3a2 |
Example Query
Example Query
Query with partition filter