Skip to main content

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.
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
0x1a681ed31ea68455a73d187929973e7095c31932false124890x7f0fe71bdceb7a05b571a9e376eb7a2cbe9fd22e151606742025-03-28T17:35:35.000Z0x3b898d4d9e9a6bd1aed495f669ae5513b5e17faefe8e5571b477f529f087ba12
0x1a681ed31ea68455a73d187929973e7095c31932false226434690x91ac14c7d856a9b786e25b2d505efcaf6b5cb181151559932025-03-28T14:59:33.000Z0x45af41c686078455b45b7d04e053aa31da982ce556182fb4c1db763562fe1860
0xced95f4cf51de12f0a0af62f1b53828491d21ca9false6011268890x689360ec90de07eb6940ab8c91d24d746f7b0c19151332572025-03-28T02:21:41.000Z0x3f6853a8dcda57050cbe686563dc53d4215b04f95584d12c408e8b955562d17f
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false0x4a168444604a374bd2b8799f736c3b81009de33b8185920362025-06-16T03:54:19.000Z0x75106c267cbf6a5fdd0efefeb45808ddb95e6f92dfbdd0c3625d46c49c54dec87137130x3518b4c4539337369b10e0d93427e6ba1ac44d950xcb3c0d131c64265099868f847face425499785a8
0xf168679179aa9b6e7772c8eca4f8afb0b75ed346false0x4a168444604a374bd2b8799f736c3b81009de33b14185920362025-06-16T03:54:19.000Z0x75106c267cbf6a5fdd0efefeb45808ddb95e6f92dfbdd0c3625d46c49c54dec8293829390x3518b4c4539337369b10e0d93427e6ba1ac44d950xcb3c0d131c64265099868f847face425499785a8
0x33cc3800574c4bee6d7428e707db82d1543d639dfalse0x4a168444604a374bd2b8799f736c3b81009de33b20185920362025-06-16T03:54:19.000Z0x75106c267cbf6a5fdd0efefeb45808ddb95e6f92dfbdd0c3625d46c49c54dec816912169120x93db2e90f8b2b073010b425f9350202330bd923e0xcb3c0d131c64265099868f847face425499785a8
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0x1a681ed31ea68455a73d187929973e7095c31932false0xf53eaeb7e6f15cbb6db990eaf2a26702e1d986d800x0000000000000000000000000000000000000000861626190870322025-06-27T14:54:11.000Z0xd07fbbcb004233a133640d6003c5b0d3e01b8e91023ee3d8c315ebd998817d8f
0xced95f4cf51de12f0a0af62f1b53828491d21ca9false0xf53eaeb7e6f15cbb6db990eaf2a26702e1d986d800x0000000000000000000000000000000000000000249420190870322025-06-27T14:54:11.000Z0xd07fbbcb004233a133640d6003c5b0d3e01b8e91023ee3d8c315ebd998817d8f
0x1a681ed31ea68455a73d187929973e7095c31932false0xcb3c0d131c64265099868f847face425499785a800x0000000000000000000000000000000000000000861628190870322025-06-27T14:54:11.000Z0xd07fbbcb004233a133640d6003c5b0d3e01b8e91023ee3d8c315ebd998817d8f
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0xf004756aedd7375e4039e942bab6cccfd1e165bbfalse200026217687142025-08-28T16:43:35.000Z0x840d99d1eb464922b6de8bcb88851ce1e2c16672fa2041f0554b962b24c32397
0x31ab3523467f9e1788eff6df8f4de301026ede8ffalse15007151466092025-03-28T09:46:45.000Z0x6143926ebdcaa90ffe2748daa1be418653a3548a74e52742912876b435af12dd
0x77ce4b784b494c4b089aca5fbd7938f9c6f5f37bfalse150039151466092025-03-28T09:46:45.000Z0x6143926ebdcaa90ffe2748daa1be418653a3548a74e52742912876b435af12dd
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false360x4202b75b591cadf7e410a733e23e7c79f00bef75242780412025-10-25T18:47:49.000Z0xcc8eb98b1c230ec5ec749b624e1f638f401b0a9a3f77305eea5c24debcb6f37a
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false1055540x4202b75b591cadf7e410a733e23e7c79f00bef75242772822025-10-25T18:22:31.000Z0x38e0e3fa42a1816c2520b2e1008cfa2d56a01e89b46c64d6d9f89899e911e6f5
0xf168679179aa9b6e7772c8eca4f8afb0b75ed346false14070x47f0d454ee2ef964cfa6d7aecf562c2fc5a15014227186962025-09-19T16:29:39.000Z0x799ca0d32d778bdf1895507a1bcdfadf33454a959d37e5427c9fc276297a2abb
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false640xb418e37a2fd6ff1f97e402c7848da660343ed2e2244941570x6f421f025dd9e3eff6097536b7991029859c888a0x060db084bf41872861f175d83f3cb1b5566dfea163405312025-10-30T18:51:41.000Z64045760xa5157a91cb2db0e53fea9841f731bfe84f2d610ad2dd43d34098064184b7ffce
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false3970x72e69c488c2739b8d103b911318d9cdf290951f8244941570x6f421f025dd9e3eff6097536b7991029859c888a0x060db084bf41872861f175d83f3cb1b5566dfea19162025-10-30T18:51:41.000Z9250xa5157a91cb2db0e53fea9841f731bfe84f2d610ad2dd43d34098064184b7ffce
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false550xcb6222f4df04385ea08e8da2a5871131ff5f6cbb244941570x6f421f025dd9e3eff6097536b7991029859c888a0x060db084bf41872861f175d83f3cb1b5566dfea168082522025-10-30T18:51:41.000Z68770220xa5157a91cb2db0e53fea9841f731bfe84f2d610ad2dd43d34098064184b7ffce
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0xced95f4cf51de12f0a0af62f1b53828491d21ca9false4086452170x26cba9f02581a7c575a07257534e3cd8cfe09973220294872025-09-03T17:36:01.000Z0xa967b13dcb7aea37b979470a432c9457f30dcdf2b24e4412718d10d8e5aee9f3
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false27071050x2e8fba7125cfad75b8bc750832b06acae9729b16220100192025-09-03T06:47:05.000Z0x8d428a97c0fdcae05da2eb38403a94967051a31cfbc1e516f504ff0ccd87cb05
0x80e0d452da8eb37c8db9c8e89103dc92ad477773false9964350x2e8fba7125cfad75b8bc750832b06acae9729b16220101022025-09-03T06:49:51.000Z0x73577ade1aaed8434d9233eed658b3180e9fa32357f343cc38552e3ec191c186
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0x6f421f025dd9e3eff6097536b7991029859c888a136119361false62311241917590868251361193612025-09-28T19:13:45.000Z000xb119e4249e6620ae5eb325fa44a014f3b10a245a821a6d0eac991837026ac02501000000000000000000000000000
0x6f421f025dd9e3eff6097536b7991029859c888a136129881false62309770917590574051361298812025-09-28T11:03:25.000Z000x994b7a17ee0c0f0ba2b11bf8fb600a962cd0b22b8ecbfdeda851bdfa24acac5201000000000000000000000000000
0x6f421f025dd9e3eff6097536b7991029859c888a141355544false62308452217590310311413555442025-09-28T03:43:51.000Z000x8cd71af354386b77480de412aaab68f9299e6b30977f8ecfba0a4041f0f8101301000000000000000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0x1a681ed31ea68455a73d187929973e7095c31932false0x24c39bb7033be09f6202aa66bc092fda0bae9523189212910x24c39bb7033be09f6202aa66bc092fda0bae95231890590220x24c39bb7033be09f6202aa66bc092fda0bae9523184675372025-06-13T06:44:21.000Z0x501765da543b658a4f618e70f99791abacd8dd0d25e0d1cc3878509b2bc37425
0x1a681ed31ea68455a73d187929973e7095c31932false0xbe8ccb001c646e0d9eb5385fe6e492581c5815e0150020xbe8ccb001c646e0d9eb5385fe6e492581c5815e01499020xbe8ccb001c646e0d9eb5385fe6e492581c5815e0184590622025-06-13T02:01:51.000Z0x134af76d8ef5971b497d3251555d207926694938f146a17a9794acc6204f31fc
0x1a681ed31ea68455a73d187929973e7095c31932false0xe8672bbe357a4748a697551dba807cfac4e9dd1b51000000xe8672bbe357a4748a697551dba807cfac4e9dd1b509585020xe8672bbe357a4748a697551dba807cfac4e9dd1b184780482025-06-13T12:34:43.000Z0xdb77ce6994a468c7391295f21e0934aec8354457c5c8ea8b336ba1d6839b6065
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.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
0x046a9837a61d6b6263f54f4e27ee072ba4bdc7e4false0xc2ae38487d3d309f2a62ae78a5077e8c309e6717413899537true2025-02-27T12:57:41.000Z0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3221571c89777f2c48503912d2b22602d16b2950c00000000000000000000000000000000000003480x8206f93b2f67c1e29a1aa2f630f4b678852be213e95db04a8763862db0550ebd0x32cfc56917c0025501b34c43f7fe767ef1ede3a2
0x046a9837a61d6b6263f54f4e27ee072ba4bdc7e4false0x235e0a168cfbae0e92a6947fb5059a4d952b507e413896009true2025-02-27T11:00:05.000Z0x03c7054bcb39f7b2e5b2c7acb37583e32d70cfa3f2b8616744502851343c52da76e9adfb97f08b9100000000000000000000000000000000000003480x3e3489ca2c048971e101c173c8e1053de52c54c1e8836acdb44314d1ef3cc2ec0x32cfc56917c0025501b34c43f7fe767ef1ede3a2
0x046a9837a61d6b6263f54f4e27ee072ba4bdc7e4false0x16e60db804acefdc3a54fae394132738f76b760f413896523true2025-02-27T11:17:13.000Z0x9998e05030aee3af9ad3df35a34f5c51e1628779000000000000000000000000000000000000000000000000000000000000000000000000000000000x5874dda6cc09ab06e49219e34a60a0db6108c8ce785634a31f4ade79ce37afaf0x32cfc56917c0025501b34c43f7fe767ef1ede3a2
Query with partition filter
SELECT *
FROM `tt-contracts.euler_v2_bob.EVaultFactory_ProxyCreated_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100