Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.allium.so/llms.txt

Use this file to discover all available pages before exploring further.

Morpho MetaMorpho vault events — deposits, withdrawals, and reallocations across Morpho lending vaults and their underlying markets.

Table Columns

Column NameData TypeDescription
disclaimerVARCHAR(16777216)Beta disclaimer noting that column names and coverage may change in the future.
projectVARCHAR(16777216)Business name of the protocol being used (e.g. uniswap, aave, lido, paraswap). Consistent across verticals — every table with a project column uses this field to identify the top-level protocol brand.
protocolVARCHAR(16777216)Specific version or variant of the protocol (e.g. uniswap_v3, aave_v2, stargate_v2). Qualifies the project field with version information.
lending_eventVARCHAR(16777216)Category of lending event. One of: deposits, withdrawals, borrows, repayments, liquidations.
event_nameVARCHAR(16777216)Name of the smart contract event that triggered this bridge record (e.g. Deposit, Send, TransferInitiated).
vault_nameVARCHAR(16777216)Name of the Morpho vault
vault_contractVARCHAR(16777216)Address of the Morpho vault contract (meta_morpho address).
market_nameVARCHAR(16777216)Human-readable name of the market, pool, or venue (e.g. ETH/USDC 0.3% for a DEX pool, USDC for a lending market). Resolved from onchain registry data.
market_idVARCHAR(16777216)Internal Allium identifier for a market. Consistent across chains and protocol versions for the same logical market.
token_addressVARCHAR(16777216)Contract address of the token. For EVM chains, native currency (e.g. ETH, MATIC) is represented as the zero address (0x0000000000000000000000000000000000000000). For Solana, this is the mint address.
token_nameVARCHAR(16777216)Full name of the token (e.g. “USD Coin”, “Wrapped Ether”).
token_symbolVARCHAR(16777216)Ticker symbol of the token (e.g. “USDC”, “WETH”).
amountFLOATToken amount normalized by the token’s decimal precision (amount_raw / 10^decimals). This is the human-readable value (e.g. 1.5 USDC rather than 1500000).
usd_amountFLOATUSD value of the token amount at the time of the event, computed using the hourly USD exchange rate.
vault_detailsVARIANTJSON object containing vault metadata (name, symbol, etc.).
market_detailsVARIANTJSON object containing market metadata (id, loan_token, collateral_token, lltv, oracle, irm).
extra_fieldsVARIANTJSON object containing additional fields from the onchain event that are not part of the standard schema (e.g. nonce, fee metadata, protocol-specific parameters).
transaction_hashVARCHAR(16777216)Hash of the transaction that produced this record. Uniquely identifies a transaction within the blockchain.
transaction_indexNUMBER(38,0)Zero-based position of the transaction within its block. The first transaction in a block has index 0.
transaction_from_addressVARCHAR(16777216)Address of the externally-owned account (EOA) that signed and submitted the transaction. This is the wallet that paid gas, which may differ from the from_address of an individual token transfer if a contract is routing tokens on behalf of a user.
transaction_to_addressVARCHAR(16777216)Address the transaction was sent to (the top-level to field of the transaction). May be a router, aggregator, or bridge contract rather than the direct recipient of assets.
log_indexNUMBER(38,0)Zero-based position of this event log within its transaction. The first log emitted by a transaction has index 0.
block_numberNUMBER(38,0)Sequential number of the block that contains this record. Starts at 0 (genesis block) and increments by 1 for each new block.
block_timestampTIMESTAMP_NTZ(9)Timestamp (UTC) of the block that contains this record.
block_hashVARCHAR(16777216)Cryptographic hash of the block header that contains this record. Uniquely identifies a block.
unique_idVARCHAR(16777216)Allium’s deterministic unique identifier for this row. Generated from the fields that uniquely identify the record (e.g. transaction hash + log index). Stable across full refreshes.