Skip to main content

Tables

MetaMorphoVault_AccrueInterest_event

Interest accrual events from MetaMorpho vault contracts recording fee share distributions and updated total asset values. Emitted during vault operations to track accumulated fees and asset growth across lending positions.
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_newTotalAssetsSTRINGUpdated total asset value in the vault after interest accrual. Numeric string representation of the asset quantity in the vault’s base denomination.
in_feeSharesSTRINGNumber of fee shares minted to the protocol during the interest accrual event. Numeric string representation of share quantity.
addressremovedlog_indexblock_numberin_feeSharesblock_timestamptransaction_hashin_newTotalAssets
0x3520e1a10038131a3c00bf2158835a75e929642dfalse413875415611837910470452555582025-07-21T14:11:29.000Z0x9328e4ec10bf76ed5f72ebb2fcd4c3e7792717abe6ea9b37955f74d0996498e01737863206197
0x3520e1a10038131a3c00bf2158835a75e929642dfalse41387695181247910401889855682025-07-21T22:43:33.000Z0x00ed4afc4ab70896d47d64c1f8f69987a01836e738c425574b371b9848ee48651714333779991
0x3520e1a10038131a3c00bf2158835a75e929642dfalse7138761615621024493018355512025-07-21T18:20:07.000Z0xdfdac177e537949f22ce244ce1c2f7565267ee0a792ba38fff658222463431771688320611058
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_Deposit_event

Deposit events emitted by MetaMorpho vaults recording asset contributions and corresponding vault share minting. Tracks sender, owner, deposited asset amounts, and issued shares for liquidity provision analysis across Morpho lending markets.
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
0x3520e1a10038131a3c00bf2158835a75e929642dfalse0x98fa660f9c86e7b8dc1d27ef037be8b93d302b4518980x98fa660f9c86e7b8dc1d27ef037be8b93d302b451891241561638623291352917882025-05-02T10:39:13.000Z0x8380e5604dae6db899d1d5d19f627c385a9409d8ac761f063ff2c864024235a3
0x3520e1a10038131a3c00bf2158835a75e929642dfalse0xff7690b1963171db50ce9a1e3ac58cf25c8dfb4c65500000000xff7690b1963171db50ce9a1e3ac58cf25c8dfb4c652470753777070606713461375353602025-06-23T09:04:57.000Z0x4537ee85c7430ba4b5355fd2679f6e163b9c7953b5039706d02afcaebe768d95
0x3520e1a10038131a3c00bf2158835a75e929642dfalse0xd5776467d343131b29ee595173ce9af82e40ffe4197200xd5776467d343131b29ee595173ce9af82e40ffe419643522580909110901375599712025-06-23T22:45:19.000Z0xdc3f861afea03fc28c5979432a8e0664a0660a4955aae6ac266e790e8148fac3
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_OwnershipTransferred_event

OwnershipTransferred events emitted by MetaMorpho vault contracts recording changes in vault ownership. Captures the previous owner address, new owner address, and transaction context for tracking administrative control transfers across Morpho protocol 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_previousOwnerSTRINGAddress of the prior owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
in_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexin_newOwnerblock_numberblock_timestampin_previousOwnertransaction_hash
0xee7046b357179017c1e2f47883373c3ea4dd13f3false30xaa5cbcbd7f85f03bdd7d64c7186c16c0a19217c91324132822025-02-24T19:29:01.000Z0x00000000000000000000000000000000000000000x56384cc3e31bf2dfd2aad1c3451663790d73a305791cd3a1b595cde2ddb31687
0xc30ce6a5758786e0f640cc5f881dd96e9a1c5c59false00x5a4e19842e09000a582c20a4f524c26fb48dd4d01421459082025-10-08T02:29:53.000Z0x00000000000000000000000000000000000000000xf7fd14f2767329f2f150cc673523a26f97757034d7a424466bcb323dce10f92f
0xd0975627586d3ad5bc0f01c9e15ab29d142c0f33false00x61d99ab7f339258edda1ed734abcdb4515fbe47d1419010002025-10-02T10:26:17.000Z0x00000000000000000000000000000000000000000x846affc782b031cd7fbdca3c362944af06dfc1972f5006d6457117d6e693cb08
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_OwnershipTransferred_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_SetCurator_event

MetaMorpho vault governance event emitted when the curator address is updated. Records the new curator address responsible for managing vault market allocations and risk parameters across Morpho protocol deployments.
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_newCuratorSTRINGAddress of the newly assigned curator for the vault. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_newCuratorblock_timestamptransaction_hash
0x3520e1a10038131a3c00bf2158835a75e929642dfalse691313322880x970d5ce29730b8e5792da0f0f0a544721b0e0b4f2025-01-30T18:55:53.000Z0x284576a96edf4a3a16fa952373b1ca74b164788df4e32a390a3396a4690de78b
0xd0975627586d3ad5bc0f01c9e15ab29d142c0f33false1341419013780x61d99ab7f339258edda1ed734abcdb4515fbe47d2025-10-02T10:38:53.000Z0x1fef981b4de5fb0590976b63624f89c25c349e0a3b64a5c41c0b2c6dd5890691
0xc30ce6a5758786e0f640cc5f881dd96e9a1c5c59false591422246770x9e33faae38ff641094fa68c65c2ce600b34105852025-10-09T22:15:31.000Z0xb7f1d15076b4e9af5bf2e544bc7487c22feb853029e2f9c63899835ebac9b8f1
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_SetCurator_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_SetFee_event

Event logs emitted when a MetaMorpho vault’s fee parameter is updated by an authorized caller. Records the vault address, caller, and new fee value in wei for tracking vault fee configuration changes across Morpho protocol deployments.
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_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_newFeeSTRINGUpdated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%.
addressremovedin_callerin_newFeelog_indexblock_numberblock_timestamptransaction_hash
0x3520e1a10038131a3c00bf2158835a75e929642dfalse0x17e7bb9fe7983947fdcf02c1e3d8e6c92c21da54150000000000000000191321907592025-02-19T15:51:35.000Z0x35dab4e9322b95b51479a646e76bd7db28d783b82ab38dc597ec0ee5024d1819
0xc30ce6a5758786e0f640cc5f881dd96e9a1c5c59false0x5a4e19842e09000a582c20a4f524c26fb48dd4d0100000000000000000811422246772025-10-09T22:15:31.000Z0xb7f1d15076b4e9af5bf2e544bc7487c22feb853029e2f9c63899835ebac9b8f1
0x6c07b6ed7ba9c25db952ba738d27ebde9ae8b9d5false0xd917213310cb688beba0246799a2d7009c98ab2c200000000000000000731433281982025-11-04T11:19:33.000Z0xcf9a4abbd291af3a29b134bf5eedf51ae58067fb583eddf8cab29a993a0f2716
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_SetFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_SetName_event

MetaMorpho vault name configuration events emitted when vault names are set or updated. Records administrative changes to vault display names with transaction context.
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_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
addressin_nameremovedlog_indexblock_numberblock_timestamptransaction_hash
0xc30ce6a5758786e0f640cc5f881dd96e9a1c5c59Gauntlet USDC Primefalse21421459082025-10-08T02:29:53.000Z0xf7fd14f2767329f2f150cc673523a26f97757034d7a424466bcb323dce10f92f
0x910cfc33d383c4266b0c79a92b1dc6254c751c71Vaulty Vault 2false81324901702025-02-26T14:11:57.000Z0xbea30aa85b6f1054daac95246cb46d22a31bbcb8d2fa16ece0627298fb6d4bd3
0x0d28c9c44ae563877e558300edcfb2568060e346god mode USDCfalse431350046102025-04-25T19:06:37.000Z0xf3df96dc25673edf1b589e9b261b906caefda4610180217a8ad0fed97d43e622
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_SetName_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_SetSymbol_event

Event emitted when a MetaMorpho vault’s symbol is set or updated, recording the new symbol identifier for the vault contract. Used for tracking vault configuration changes and metadata updates across Morpho protocol deployments.
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_symbolSTRINGSymbol of the token involved in the transaction or event.
addressremovedin_symbollog_indexblock_numberblock_timestamptransaction_hash
0x48921e52f70cec7d3425cf5103caace27fc0b2fefalseedgeUSDC431429849632025-10-27T12:38:23.000Z0xe6bacbb1ce5def5e511916ce5b035e631349b7e341fb509e72091875e688def8
0x6c07b6ed7ba9c25db952ba738d27ebde9ae8b9d5falsewyzUSDCp361433279052025-11-04T11:09:47.000Z0x64482efbd393f6436c1e693a9a73079955f659f58ab9461c1a9c9d7b7e1728c8
0x6c07b6ed7ba9c25db952ba738d27ebde9ae8b9d5falsewyzUSDCp101433282212025-11-04T11:20:19.000Z0x9beaa0c247717d9ab589be386d91896d1878ba0ad15f0cf054a12aa059105e8f
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_SetSymbol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_UpdateLastTotalAssets_event

Event emitted when a MetaMorpho vault’s cached total assets value is updated. Records the new asset total for vault accounting and share price calculations.
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_updatedTotalAssetsSTRINGUpdated total value of assets managed by the vault after a state change. String-encoded numeric value representing the total asset amount.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_updatedTotalAssets
0x3520e1a10038131a3c00bf2158835a75e929642dfalse151411048532025-09-14T00:08:03.000Z0x3e2e35be81516ea3093916f5249d4b2f6429db937ee5d27bfb2ed305ac3b529d347631000146
0x3520e1a10038131a3c00bf2158835a75e929642dfalse191411048532025-09-14T00:08:03.000Z0x3e2e35be81516ea3093916f5249d4b2f6429db937ee5d27bfb2ed305ac3b529d343113082191
0x3520e1a10038131a3c00bf2158835a75e929642dfalse771411125422025-09-14T04:24:21.000Z0x700f5039a06204fc5a7e09b3892b925e099afd0789be6cf0ed160278f40f9f53343116330605
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_UpdateLastTotalAssets_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_UpdateLostAssets_event

Event emitted when a MetaMorpho vault updates its lost assets value, recording the new amount of unrecoverable assets. Used for vault accounting and loss tracking in Morpho protocol deployments.
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_newLostAssetsSTRINGUpdated amount of lost assets in the MetaMorpho vault. String-encoded integer representing the new total value of assets considered permanently lost or irrecoverable.
addressremovedlog_indexblock_numberblock_timestampin_newLostAssetstransaction_hash
0x3520e1a10038131a3c00bf2158835a75e929642dfalse81365099612025-05-30T15:24:59.000Z10x2f1dd684daf9f2794e42347f933ab15971def8edf4fcd9d060369bd32a7e811e
0x3520e1a10038131a3c00bf2158835a75e929642dfalse81364882412025-05-30T03:20:59.000Z10xa1b21aad9d89270d7002fdb54877cea075150fa4fc0df4e39bd4997ffcb4f562
0x3520e1a10038131a3c00bf2158835a75e929642dfalse81365239542025-05-30T23:11:25.000Z10x5b04cb76a7b9daf72a741d9469be21a8a5713a180142c09c8463feddbca4f371
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_UpdateLostAssets_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVault_Withdraw_event

Withdrawal events from MetaMorpho vaults recording asset redemptions for shares. Contains share owner, transaction sender, asset receiver, withdrawal amounts in both shares and underlying assets, and vault contract address for tracking vault outflows.
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
0x3520e1a10038131a3c00bf2158835a75e929642dfalse0x25d9d6f36fb3773b98284624e2a58c0cb3c98cd4481510214170x25d9d6f36fb3773b98284624e2a58c0cb3c98cd447974794820886033814047180x25d9d6f36fb3773b98284624e2a58c0cb3c98cd41361632152025-05-22T14:46:47.000Z0x7d86ef99e190f4d3b0fa2f695dbb7a9fe877357e43c3afe04c3aa36e9c73c5a8
0x3520e1a10038131a3c00bf2158835a75e929642dfalse0x6d807c5e94d627281f49afe709b6edd48489b61320000020610x6d807c5e94d627281f49afe709b6edd48489b6131992683193413405174896430x6d807c5e94d627281f49afe709b6edd48489b6131361446442025-05-22T04:27:45.000Z0x173e6fc435a52f5133f758ec9831e53278c073e4105f8f9efc2e88b74be6c5e6
0x3520e1a10038131a3c00bf2158835a75e929642dfalse0x7e6a41bf39d1e6db1f44e33113132af4b7e95a9b5968343440x7e6a41bf39d1e6db1f44e33113132af4b7e95a9b5946500000000000000001110x7e6a41bf39d1e6db1f44e33113132af4b7e95a9b1361636812025-05-22T15:02:19.000Z0x6b007cd23d060388d2d2eba4a358831fccadfc4b42361517cb9c74f89b978cb2
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVault_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

MetaMorphoVaultFactory_CreateMetaMorpho_event

MetaMorpho vault creation events emitted by the vault factory contract. Contains initialization parameters including asset address, vault name and symbol, initial owner, timelock period, and deployed vault address for tracking new MetaMorpho vault deployments across Morpho protocol instances.
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_metaMorphoSTRINGContract address of the newly created MetaMorpho vault. Hex-encoded, 0x-prefixed, 42-character string.
in_callerSTRINGAddress that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string.
in_initialOwnerSTRINGAddress designated as the initial owner of the newly created MetaMorpho vault. Hex-encoded, 0x-prefixed, 42-character string.
in_initialTimelockSTRINGInitial timelock duration specified for the newly created MetaMorpho vault, measured in seconds.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_nameSTRINGName or label identifier for the entity being created, registered, or updated in the event.
in_symbolSTRINGSymbol of the token involved in the transaction or event.
in_saltSTRINGCryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix.
addressin_namein_saltremovedin_assetin_callerin_symbollog_indexblock_numberin_metaMorphoblock_timestampin_initialOwnertransaction_hashin_initialTimelock
0x3bb6a6a0bc85b367efe0a5bac81c5e52c892839aStorm USDC0x0000000000000000000000000000000000000000000000000000000000000000false0x0b2c639c533813f4aa9d7837caf62653d097ff850xaa5cbcbd7f85f03bdd7d64c7186c16c0a19217c9stormUSDC81324132820xee7046b357179017c1e2f47883373c3ea4dd13f32025-02-24T19:29:01.000Z0xaa5cbcbd7f85f03bdd7d64c7186c16c0a19217c90x56384cc3e31bf2dfd2aad1c3451663790d73a305791cd3a1b595cde2ddb316870
0x3bb6a6a0bc85b367efe0a5bac81c5e52c892839aGauntlet USDC Prime0x0000000000000000000000000000000000000000000000000000000000000000false0x0b2c639c533813f4aa9d7837caf62653d097ff850xb47f11484e19f1914d32fd393b17671221c10f1fgtusdcp51421459080xc30ce6a5758786e0f640cc5f881dd96e9a1c5c592025-10-08T02:29:53.000Z0x5a4e19842e09000a582c20a4f524c26fb48dd4d00xf7fd14f2767329f2f150cc673523a26f97757034d7a424466bcb323dce10f92f0
0x3bb6a6a0bc85b367efe0a5bac81c5e52c892839aMoonwell Flagship USDC0xf268672548206fa0a8bc6ea6d233e655e05b4e86e1cf7e8a7f01ccaa75d98548false0x0b2c639c533813f4aa9d7837caf62653d097ff850x17e7bb9fe7983947fdcf02c1e3d8e6c92c21da54mwUSDC781313319720x3520e1a10038131a3c00bf2158835a75e929642d2025-01-30T18:45:21.000Z0x17e7bb9fe7983947fdcf02c1e3d8e6c92c21da540x5bfa4a8785922ec35b4f427f0bd13cea44c213cc25dc9628d1b05e75c085d1ff0
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.MetaMorphoVaultFactory_CreateMetaMorpho_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_AccrueInterest_event

Morpho V2 vault interest accrual events recording asset value updates and fee distribution. Contains previous and new total asset values along with management and performance fee shares calculated during periodic interest calculations.
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_previousTotalAssetsSTRINGTotal asset value in the vault before interest accrual. Numeric string representation of the asset quantity in the vault’s base denomination.
in_newTotalAssetsSTRINGUpdated total asset value in the vault after interest accrual. Numeric string representation of the asset quantity in the vault’s base denomination.
in_performanceFeeSharesSTRINGVault shares minted as performance fees during interest accrual. Numeric string representation of the share quantity allocated based on vault performance.
in_managementFeeSharesSTRINGVault shares minted as management fees during interest accrual. Numeric string representation of the share quantity allocated to vault managers.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newTotalAssetsin_managementFeeSharesin_previousTotalAssetsin_performanceFeeShares
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse651433222072025-11-04T07:59:51.000Z0x4d86a92184f0218eefea6d8b577ffa7ed2aadd61e3f66424dbaf0b57f75331600000
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse11433193992025-11-04T06:26:15.000Z0x82439265e03b65f9294fde060a7091afc45ba1d9c8433de49d20fff11c44619b0000
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse121433227172025-11-04T08:16:51.000Z0x235f3b4f4d434fa74dfc8aeaf2a9894fb90f3237e15bc03e74814cb24bef282f0000
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_AccrueInterest_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_Constructor_event

Morpho V2 vault deployment event emitted when a new vault contract is constructed. Records the underlying asset address and initial owner assigned during vault 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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedin_assetin_ownerlog_indexblock_numberblock_timestamptransaction_hash
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse0x0b2c639c533813f4aa9d7837caf62653d097ff850xd917213310cb688beba0246799a2d7009c98ab2c141433182422025-11-04T05:47:41.000Z0x5ae8cb2a8ae69effe7263d56946a926a240ba75a0e3c91dfc7eb548e0a80498e
0xbc41bb7d9e969da3063477e812242a3de199ed2ffalse0x168d83d95045cf9699fcc953c0ea18aec9c4fe2c0x0000000000000000000000000000000000000000281421220592025-10-07T13:14:55.000Z0xfe5eab268d1382ebea067f1e01fbd71b6121b45e1a9cfc2b1710f099fa28802e
0x69a03645489e14da86c2341041a50c43ec4ca6e9false0x0b2c639c533813f4aa9d7837caf62653d097ff850x5d46cab0218774f63c66782d3c9eb85337d52c584371439214952025-11-18T04:56:07.000Z0x98424f69cfd0deb25147357080a862c32fdbdf1aa3299a7ba249d7449bd4dc2e
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_Constructor_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_Deposit_event

Morpho V3 vault deposit events recording asset contributions, share issuance, and sender/beneficiary relationships. Used for tracking vault liquidity flows and share-based accounting in lending protocol analytics.
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_onBehalfSTRINGAddress for whom the operation is being executed. 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_assetsin_senderin_shareslog_indexin_onBehalfblock_numberblock_timestamptransaction_hash
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse5000000x3b088bd82d80ead388eba74a9d118333916b99ef50000000000000000060x3b088bd82d80ead388eba74a9d118333916b99ef1443174282025-11-27T08:53:53.000Z0x9b6b9885bad4a0f2446f4f01643aa7b228c2f1dcd925d0496b326acfdeb53643
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse11194300x3b088bd82d80ead388eba74a9d118333916b99ef1119430000000000000740x3b088bd82d80ead388eba74a9d118333916b99ef1443186022025-11-27T09:33:01.000Z0xeaad51f362a71170e65429a819211b5d7ba9709905468273c08289b8f8d0d510
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse9830760x3b088bd82d80ead388eba74a9d118333916b99ef983076000000000000150x3b088bd82d80ead388eba74a9d118333916b99ef1443181742025-11-27T09:18:45.000Z0x088ae4545cdb767ef9df3eab353a69d460d746a13ed33afc5bb62c62755f1a54
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_Deposit_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_SetCurator_event

Event log recording curator assignment changes for Morpho V2 vaults. Emitted when a vault’s curator address is updated, tracking governance control over vault management.
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_newCuratorSTRINGAddress of the newly assigned curator for the vault. Hex-encoded, 0x-prefixed, 42-character string.
addressremovedlog_indexblock_numberin_newCuratorblock_timestamptransaction_hash
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse1531433183600xd917213310cb688beba0246799a2d7009c98ab2c2025-11-04T05:51:37.000Z0x9e78061be2142fec96504536c8480419b29dd865639a8688bb98a196c8897ca0
0x69a03645489e14da86c2341041a50c43ec4ca6e9false341439215190x5d46cab0218774f63c66782d3c9eb85337d52c582025-11-18T04:56:55.000Z0xc13b80692d251a9bab13285e23040e350830d83c9b4529217c46de04fef1f4f5
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_SetCurator_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_SetManagementFee_event

Event logs recording management fee updates for Morpho V3 vault contracts. Contains the new fee value and standard transaction metadata for tracking vault parameter 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_newManagementFeeSTRINGUpdated management fee value for the vault. String-encoded numeric value representing the fee parameter.
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newManagementFee
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse21433193992025-11-04T06:26:15.000Z0x82439265e03b65f9294fde060a7091afc45ba1d9c8433de49d20fff11c44619b317097919
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_SetManagementFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_SetName_event

Event logs recording vault name updates in Morpho V2 vault contracts. Contains the new vault name assigned during configuration or rebranding operations.
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_newNameSTRINGNew name assigned to the vault in the SetName event. Human-readable string representing the updated vault identifier.
addressremovedlog_indexin_newNameblock_numberblock_timestamptransaction_hash
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse144Wizard USDC Prime1433188822025-11-04T06:09:01.000Z0x54cde5f06bc1e3bef9f318c5752897e47163c9f1d3a843121928a903d19fe605
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_SetName_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_SetOwner_event

Ownership transfer events emitted by Morpho V3 vault contracts when administrative control is reassigned to a new owner address. Used for tracking vault governance changes and access control transitions.
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_newOwnerSTRINGAddress of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_SetOwner_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_SetPerformanceFee_event

Event logs recording performance fee updates for Morpho V3 vaults. Contains the vault contract address and new fee rate expressed as a decimal value scaled by 1e10.
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_newPerformanceFeeSTRINGNew performance fee rate for the vault. Decimal representation stored as string, where the value divided by 1e10 yields the percentage (e.g., ‘100000000000000000’ equals 10%).
addressremovedlog_indexblock_numberblock_timestamptransaction_hashin_newPerformanceFee
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse661433222072025-11-04T07:59:51.000Z0x4d86a92184f0218eefea6d8b577ffa7ed2aadd61e3f66424dbaf0b57f7533160200000000000000000
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_SetPerformanceFee_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_SetSymbol_event

Event log recording symbol changes for Morpho V2 vault contracts. Captures the new symbol value when vault administrators update the vault’s display identifier.
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_newSymbolSTRINGUpdated symbol for the Morpho vault. Alphanumeric string representing the vault’s ticker or identifier.
addressremovedlog_indexblock_numberin_newSymbolblock_timestamptransaction_hash
0x769f3e82dcf2195d97ca2b7e6d666880bb31749ffalse145143318882wyzUSDCp2025-11-04T06:09:01.000Z0x54cde5f06bc1e3bef9f318c5752897e47163c9f1d3a843121928a903d19fe605
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_SetSymbol_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2_Withdraw_event

Vault withdrawal events from Morpho V3 protocol contracts recording the redemption of vault shares for underlying assets. Contains sender address, receiver address, beneficiary address, share quantities, and asset amounts for tracking vault outflows and share-to-asset conversion rates.
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_onBehalfSTRINGAddress for whom the operation is being executed. 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.
No sample data available.
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2_Withdraw_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100

VaultV2Factory_CreateVaultV2_event

Vault creation event emitted by Morpho V3 factory contracts when a new VaultV2 instance is deployed. Records the deployed vault address, underlying asset, owner, and salt used for deterministic deployment via CREATE2.
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_ownerSTRINGAddress that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string.
in_assetSTRINGContract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string.
in_saltSTRINGCryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix.
in_newVaultV2STRINGContract address of the newly created Morpho VaultV2 instance. Hex-encoded, 0x-prefixed, 42-character string.
addressin_saltremovedin_assetin_ownerlog_indexblock_numberin_newVaultV2block_timestamptransaction_hash
0x6128b680b277bf4df80dfe9d8c55a498660870ef0x0000000000000000000000000000000000000000000000000000000000000000false0x168d83d95045cf9699fcc953c0ea18aec9c4fe2c0x0000000000000000000000000000000000000000291421220590xbc41bb7d9e969da3063477e812242a3de199ed2f2025-10-07T13:14:55.000Z0xfe5eab268d1382ebea067f1e01fbd71b6121b45e1a9cfc2b1710f099fa28802e
0x6128b680b277bf4df80dfe9d8c55a498660870ef0xc910d4a8860bbebaa727dca2c0ff6a9d1b225400f1d4880a04b2e6cd8cb0fdb0false0x0b2c639c533813f4aa9d7837caf62653d097ff850xd917213310cb688beba0246799a2d7009c98ab2c151433182420x769f3e82dcf2195d97ca2b7e6d666880bb31749f2025-11-04T05:47:41.000Z0x5ae8cb2a8ae69effe7263d56946a926a240ba75a0e3c91dfc7eb548e0a80498e
0x6128b680b277bf4df80dfe9d8c55a498660870ef0x19799bc4c6e1737a58597a4546fb11624a8e261ec509904ed52795e06135b4edfalse0x0b2c639c533813f4aa9d7837caf62653d097ff850x5d46cab0218774f63c66782d3c9eb85337d52c584381439214950x69a03645489e14da86c2341041a50c43ec4ca6e92025-11-18T04:56:07.000Z0x98424f69cfd0deb25147357080a862c32fdbdf1aa3299a7ba249d7449bd4dc2e
Query with partition filter
SELECT *
FROM `tt-contracts.morpho_v3_optimism.VaultV2Factory_CreateVaultV2_event`
WHERE block_timestamp >= DATE_SUB(CURRENT_DATE(), INTERVAL 7 DAY)
LIMIT 100