erc_4626.core

Documentation for eth_defi.erc_4626.core Python module.

ERC-4626 core functions.

  • Access ERC-4626 ABI

  • Feature flags vaults can have

Functions

get_deployed_erc_4626_contract(web3, address)

Get IERC4626 deployed at some address.

get_erc_4626_contract(web3)

Get IERC4626 interface.

get_vault_protocol_name(features)

Deduct vault protocol name based on Vault smart contract features.

Classes

ERC4262VaultDetection

A ERC-4626 detection.

ERC4626Feature

Additional extensionsERc-4626 vault may have.