Euler Finance · Schema

VaultHookedOperations

DeFiLendingBorrowingFinanceEthereumBlockchainVaultsLiquidationInterest RatesPermissionless

Properties

Name Type Description
deposit boolean
mint boolean
withdraw boolean
redeem boolean
transfer boolean
skim boolean
borrow boolean
repay boolean
repayWithShares boolean
pullDebt boolean
convertFees boolean
liquidate boolean
flashloan boolean
touch boolean
vaultStatusCheck boolean
View JSON Schema on GitHub

JSON Schema

vault-hooked-operations.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "VaultHookedOperations",
  "type": "object",
  "properties": {
    "deposit": {
      "type": "boolean"
    },
    "mint": {
      "type": "boolean"
    },
    "withdraw": {
      "type": "boolean"
    },
    "redeem": {
      "type": "boolean"
    },
    "transfer": {
      "type": "boolean"
    },
    "skim": {
      "type": "boolean"
    },
    "borrow": {
      "type": "boolean"
    },
    "repay": {
      "type": "boolean"
    },
    "repayWithShares": {
      "type": "boolean"
    },
    "pullDebt": {
      "type": "boolean"
    },
    "convertFees": {
      "type": "boolean"
    },
    "liquidate": {
      "type": "boolean"
    },
    "flashloan": {
      "type": "boolean"
    },
    "touch": {
      "type": "boolean"
    },
    "vaultStatusCheck": {
      "type": "boolean"
    }
  }
}