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.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_newTotalAssets | STRING | Updated total asset value in the vault after interest accrual. Numeric string representation of the asset quantity in the vault’s base denomination. |
in_feeShares | STRING | Number of fee shares minted to the protocol during the interest accrual event. Numeric string representation of share quantity. |
Sample Data
Sample Data
| address | removed | log_index | block_number | in_feeShares | block_timestamp | transaction_hash | in_newTotalAssets |
|---|---|---|---|---|---|---|---|
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 5 | 14738776 | 98160354200 | 2025-06-01T21:26:31.000Z | 0x1c9f924cc8379ae8a79610fa38c5425c20a47838aa263ad89332e0e8c0f3e770 | 2048911042948975044170 |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 7 | 14741107 | 187261135454 | 2025-06-01T22:44:13.000Z | 0xa8b47ddbd1afdda018f4efc057e26751ef2cb6729075eaa7d737eaabde70ad59 | 2050910937076300677587 |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 8 | 14723282 | 213247890792 | 2025-06-01T12:50:03.000Z | 0x101e8f286d46fa0c1a3e120c2787853e377288d069022981406e555322e57104 | 2068907102854758941446 |
Example Query
Example Query
Query with partition filter
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.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 |
|---|---|---|---|---|---|---|---|---|---|
| 0xb1e80387ebe53ff75a89736097d34dc8d9e9045b | false | 0x273a6beec2ed007400f7a9781103817963b7d80f | 13484088 | 0x273a6beec2ed007400f7a9781103817963b7d80f | 13464297493056405513 | 8 | 14596567 | 2025-05-29T14:26:13.000Z | 0xd65dab5f751a4e496e4e6a0f1dda90cde186fb47401c7201152d333f145458fe |
| 0xb1e80387ebe53ff75a89736097d34dc8d9e9045b | false | 0x2d4dbb65bfeb78bf33db8381b381f7e909a395be | 220696235 | 0x2d4dbb65bfeb78bf33db8381b381f7e909a395be | 220375177661011158137 | 8 | 14590438 | 2025-05-29T11:01:55.000Z | 0x847f16a6d60ff94bd97f775b8f3bb0256bbf61848f6eff8ee43b8e7ed2c8cf3a |
| 0x348831b46876d3df2db98bdec5e3b4083329ab9f | false | 0x2fad701318fae45867674a66c510d6e4a483efd9 | 20000050199795008567871 | 0x2fad701318fae45867674a66c510d6e4a483efd9 | 20000050199795008567871 | 8 | 14575175 | 2025-05-29T02:33:09.000Z | 0x71f88cb13c64568090456b6943f3ac7f8a0edb917f24e6cb95788fe779e05bc9 |
Example Query
Example Query
Query with partition filter
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.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_previousOwner | STRING | Address of the prior owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string. |
in_newOwner | STRING | Address of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | log_index | in_newOwner | block_number | block_timestamp | in_previousOwner | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x6ed58858cec7899514e635ceb6159458475fc630 | false | 35 | 0xdcaea03d1b19ccafd9d0bdd8f670be6150b2635f | 16060913 | 2025-07-02T11:57:45.000Z | 0x0000000000000000000000000000000000000000 | 0x7b35ce60a81be1c44a532cee93da933a7ad07d3c94980d91611b68eda1c99237 |
| 0xb1e80387ebe53ff75a89736097d34dc8d9e9045b | false | 99 | 0xd8b0f4e54a8dac04e0a57392f5a630cedb99c940 | 13294398 | 2025-04-29T11:00:35.000Z | 0x46ba7bcd764a692208781b0fdc642e272ee597bc | 0x498b0929d7cad3b01e7fc9aa9735dffe0b8ad40cb4958c0b37be398ee71f1eb7 |
| 0xf301c61956e2955cd7535257b673746d38a35da5 | false | 54 | 0x0000000000000000000000000000000000000001 | 9025792 | 2025-01-20T15:33:43.000Z | 0x0000000000000000000000000000000000000000 | 0xcd0c39f11d774b354fb02234fe1076863bd0be0a06b803a184383e83df331e5c |
Example Query
Example Query
Query with partition filter
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.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_newCurator | STRING | Address of the newly assigned curator for the vault. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_caller | STRING | Address that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string. |
in_newFee | STRING | Updated liquidation protocol fee. Numeric string representing basis points where 1000 equals 10%. |
Sample Data
Sample Data
| address | removed | in_caller | in_newFee | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x348831b46876d3df2db98bdec5e3b4083329ab9f | false | 0x46ba7bcd764a692208781b0fdc642e272ee597bc | 100000000000000000 | 3 | 12565082 | 2025-04-12T13:50:03.000Z | 0xd84a6f960e82ef6acff4cb982253ab4069ddab7570443a1b5dbe057bafa2217c |
| 0xb1e80387ebe53ff75a89736097d34dc8d9e9045b | false | 0x46ba7bcd764a692208781b0fdc642e272ee597bc | 100000000000000000 | 5 | 12185106 | 2025-04-03T18:44:11.000Z | 0x25832aff7ab3661b080aae23eb139cb1813104dbf236ea2bcf6a85f717a513de |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 0x46ba7bcd764a692208781b0fdc642e272ee597bc | 100000000000000000 | 6 | 12185124 | 2025-04-03T18:44:47.000Z | 0x2f230c904ebd9460fafb37a622c91ed6598b9d5c842ed3c1949b1adcc84f572f |
Example Query
Example Query
Query with partition filter
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.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_name | STRING | Name or label identifier for the entity being created, registered, or updated in the event. |
Sample Data
Sample Data
| address | in_name | removed | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xcab7047195019aaea07880487641ba26580ab9db | test-usdc-vault | false | 2 | 12699663 | 2025-04-15T16:36:05.000Z | 0xc78fc7886fb1a2b400406769f2b28aa2b7379912eae0ba6f30ebc380bcdf16f7 |
| 0x6ed58858cec7899514e635ceb6159458475fc630 | TestWLD | false | 37 | 16060913 | 2025-07-02T11:57:45.000Z | 0x7b35ce60a81be1c44a532cee93da933a7ad07d3c94980d91611b68eda1c99237 |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | Re7 WETH | false | 6 | 12183427 | 2025-04-03T17:48:13.000Z | 0x62d8709ee5a6c72d6294b7969e6bd52fa8610a76639266998967094bf377b63a |
Example Query
Example Query
Query with partition filter
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.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_symbol | STRING | Symbol of the token involved in the transaction or event. |
Sample Data
Sample Data
| address | removed | in_symbol | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|
| 0xcab7047195019aaea07880487641ba26580ab9db | false | TESTUSDCVAULT | 3 | 12699663 | 2025-04-15T16:36:05.000Z | 0xc78fc7886fb1a2b400406769f2b28aa2b7379912eae0ba6f30ebc380bcdf16f7 |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | Re7WETH | 7 | 12183427 | 2025-04-03T17:48:13.000Z | 0x62d8709ee5a6c72d6294b7969e6bd52fa8610a76639266998967094bf377b63a |
| 0xbc8c37467c5df9d50b42294b8628c25888becf61 | false | Re7WBTC | 3 | 12185400 | 2025-04-03T18:53:59.000Z | 0xd281767d4b542b0c557109595ccd3f57939e21042f9290f4ed4ef647b881061a |
Example Query
Example Query
Query with partition filter
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.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_updatedTotalAssets | STRING | Updated total value of assets managed by the vault after a state change. String-encoded numeric value representing the total asset amount. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | transaction_hash | in_updatedTotalAssets |
|---|---|---|---|---|---|---|
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 343 | 20704982 | 2025-10-18T00:00:03.000Z | 0xe57d7e5d87f3f8041fdf5c2f536dcad465e7797f43965f016fb11adfae957eb5 | 2570863088676602708535 |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 356 | 20704982 | 2025-10-18T00:00:03.000Z | 0xe57d7e5d87f3f8041fdf5c2f536dcad465e7797f43965f016fb11adfae957eb5 | 2570863091514232905540 |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 140 | 20704999 | 2025-10-18T00:00:37.000Z | 0x6f3dc564036f4b05009a45981f05e1d4da08b3bc4dac0a4dd9d47098cf59aa62 | 2570863070093673321667 |
Example Query
Example Query
Query with partition filter
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.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_newLostAssets | STRING | Updated amount of lost assets in the MetaMorpho vault. String-encoded integer representing the new total value of assets considered permanently lost or irrecoverable. |
Sample Data
Sample Data
| address | removed | log_index | block_number | block_timestamp | in_newLostAssets | transaction_hash |
|---|---|---|---|---|---|---|
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 1 | 15195515 | 2025-06-12T11:11:09.000Z | 40006546255392 | 0x9632194502cb98f9b031769b1c7d62c6e6c9b78dc2095264228fe4e549c0081b |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 1 | 15188378 | 2025-06-12T07:13:15.000Z | 40006546255392 | 0x099b1cee341c3bc0f2cb4a2496de784f0e29d4ff4db3ea78d2d4b4261d5f4d8c |
| 0x0db7e405278c2674f462ac9d9eb8b8346d1c1571 | false | 2 | 15189180 | 2025-06-12T07:39:59.000Z | 40006546255392 | 0xa971d3846e9a96f3cd1fc31ae6a1e5a877cec933fd58778eb4450c3d1f0cdeb9 |
Example Query
Example Query
Query with partition filter
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.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 |
|---|---|---|---|---|---|---|---|---|---|---|
| 0xb1e80387ebe53ff75a89736097d34dc8d9e9045b | false | 0x0100083caff804708924399c4ac49ff2cf862e99 | 3280022091 | 0x0100083caff804708924399c4ac49ff2cf862e99 | 3258529300431423074264 | 10 | 0x0100083caff804708924399c4ac49ff2cf862e99 | 17837482 | 2025-08-12T14:56:43.000Z | 0xcc2826b290b12753d55213154c1a905430170a2a2aca410f425e8bff68da4bbc |
| 0xb1e80387ebe53ff75a89736097d34dc8d9e9045b | false | 0x05d23e929a2c198ee32c85c68d579fd54a8c2d5e | 22954635511 | 0x05d23e929a2c198ee32c85c68d579fd54a8c2d5e | 22804036388335070884554 | 10 | 0x05d23e929a2c198ee32c85c68d579fd54a8c2d5e | 17843373 | 2025-08-12T18:13:05.000Z | 0x08f67fb54ecfd8bf97ff44882217172bf7b563309076a4d8595e34f3bee945f8 |
| 0xb1e80387ebe53ff75a89736097d34dc8d9e9045b | false | 0x0743ef980019ae6c4442238a84bac9eed0eaf313 | 2004908059 | 0x0743ef980019ae6c4442238a84bac9eed0eaf313 | 1991755611453698354368 | 10 | 0x0743ef980019ae6c4442238a84bac9eed0eaf313 | 17842934 | 2025-08-12T17:58:27.000Z | 0xe20ee9f2758614d9d9367ef0dfa8e0869e19eb6f5ea48fbc797a91963036624b |
Example Query
Example Query
Query with partition filter
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.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_metaMorpho | STRING | Contract address of the newly created MetaMorpho vault. Hex-encoded, 0x-prefixed, 42-character string. |
in_caller | STRING | Address that initiated or requested the contract function call. Hex-encoded, 0x-prefixed, 42-character string. |
in_initialOwner | STRING | Address designated as the initial owner of the newly created MetaMorpho vault. Hex-encoded, 0x-prefixed, 42-character string. |
in_initialTimelock | STRING | Initial timelock duration specified for the newly created MetaMorpho vault, measured in seconds. |
in_asset | STRING | Contract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string. |
in_name | STRING | Name or label identifier for the entity being created, registered, or updated in the event. |
in_symbol | STRING | Symbol of the token involved in the transaction or event. |
in_salt | STRING | Cryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix. |
Sample Data
Sample Data
| address | in_name | in_salt | removed | in_asset | in_caller | in_symbol | log_index | block_number | in_metaMorpho | block_timestamp | in_initialOwner | transaction_hash | in_initialTimelock |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 0x4dbb3a642a2146d5413750cca3647086d9ba5f12 | Re7 WLD | 0x0000000000000000000000000000000000000000000000000000000000000000 | false | 0x2cfc85d8e48f8eab294be644d9e25c3030863003 | 0x46ba7bcd764a692208781b0fdc642e272ee597bc | Re7WLD | 7 | 12510220 | 0x348831b46876d3df2db98bdec5e3b4083329ab9f | 2025-04-11T07:21:19.000Z | 0x46ba7bcd764a692208781b0fdc642e272ee597bc | 0x23f6e671b40e75d977431d0ed8f5f252eafd42b67c2e7a1f760c7c1c966e7f43 | 0 |
| 0x4dbb3a642a2146d5413750cca3647086d9ba5f12 | 0x0000000000000000000000000000000000000000000000000000000000000000 | false | 0x136f71a4d30e233a464028286f63145d03b32ddf | 0xa046e917f150b1a9f78f67f1273d714975ae4b58 | 58 | 9025792 | 0xf301c61956e2955cd7535257b673746d38a35da5 | 2025-01-20T15:33:43.000Z | 0x0000000000000000000000000000000000000001 | 0xcd0c39f11d774b354fb02234fe1076863bd0be0a06b803a184383e83df331e5c | 0 | ||
| 0x4dbb3a642a2146d5413750cca3647086d9ba5f12 | TestWLD | 0x0000000000000000000000000000000000000000000000000000000000000000 | false | 0x2cfc85d8e48f8eab294be644d9e25c3030863003 | 0xdcaea03d1b19ccafd9d0bdd8f670be6150b2635f | TestWLD | 40 | 16060913 | 0x6ed58858cec7899514e635ceb6159458475fc630 | 2025-07-02T11:57:45.000Z | 0xdcaea03d1b19ccafd9d0bdd8f670be6150b2635f | 0x7b35ce60a81be1c44a532cee93da933a7ad07d3c94980d91611b68eda1c99237 | 0 |
Example Query
Example Query
Query with partition filter
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.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_previousTotalAssets | STRING | Total asset value in the vault before interest accrual. Numeric string representation of the asset quantity in the vault’s base denomination. |
in_newTotalAssets | STRING | Updated total asset value in the vault after interest accrual. Numeric string representation of the asset quantity in the vault’s base denomination. |
in_performanceFeeShares | STRING | Vault shares minted as performance fees during interest accrual. Numeric string representation of the share quantity allocated based on vault performance. |
in_managementFeeShares | STRING | Vault shares minted as management fees during interest accrual. Numeric string representation of the share quantity allocated to vault managers. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_asset | STRING | Contract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | removed | in_asset | in_owner | log_index | block_number | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|
| 0x655b886602e9888adf811e0281947e588839ef4d | false | 0x5b84e66ef143f1ba175f923a6054d0d97a093d72 | 0x0000000000000000000000000000000000000000 | 731 | 20253005 | 2025-10-07T12:54:09.000Z | 0x5208377b063992feb2b195772ec17778489dc1d9085f6e32c0dcdb6c0664b0d2 |
Example Query
Example Query
Query with partition filter
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.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_onBehalf | STRING | Address for whom the operation is being executed. 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
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_newCurator | STRING | Address of the newly assigned curator for the vault. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_newManagementFee | STRING | Updated management fee value for the vault. String-encoded numeric value representing the fee parameter. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_newName | STRING | New name assigned to the vault in the SetName event. Human-readable string representing the updated vault identifier. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_newOwner | STRING | Address of the newly assigned owner in an ownership transfer event. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_newPerformanceFee | STRING | New 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%). |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_newSymbol | STRING | Updated symbol for the Morpho vault. Alphanumeric string representing the vault’s ticker or identifier. |
Sample Data
Sample Data
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_onBehalf | STRING | Address for whom the operation is being executed. 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
No sample data available.
Example Query
Example Query
Query with partition filter
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.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_owner | STRING | Address that owns or controls the shares or position being deposited or withdrawn. Hex-encoded, 0x-prefixed, 42-character string. |
in_asset | STRING | Contract address of the asset or token. Hex-encoded, 0x-prefixed, 42-character string. |
in_salt | STRING | Cryptographic salt value used for deterministic address generation in contract deployment. 66-character hex string including 0x prefix. |
in_newVaultV2 | STRING | Contract address of the newly created Morpho VaultV2 instance. Hex-encoded, 0x-prefixed, 42-character string. |
Sample Data
Sample Data
| address | in_salt | removed | in_asset | in_owner | log_index | block_number | in_newVaultV2 | block_timestamp | transaction_hash |
|---|---|---|---|---|---|---|---|---|---|
| 0x6846ea318b6b987ee6b28ebfd87c3409f1d13108 | 0x0000000000000000000000000000000000000000000000000000000000000000 | false | 0x5b84e66ef143f1ba175f923a6054d0d97a093d72 | 0x0000000000000000000000000000000000000000 | 732 | 20253005 | 0x655b886602e9888adf811e0281947e588839ef4d | 2025-10-07T12:54:09.000Z | 0x5208377b063992feb2b195772ec17778489dc1d9085f6e32c0dcdb6c0664b0d2 |
Example Query
Example Query
Query with partition filter