get_vault_special_flags
Documentation for eth_defi.vault.flag.get_vault_special_flags function.
- get_vault_special_flags(address, protocol_name=None)
Get all special vault flags.
Vault flags can be address-specific or protocol-wide. Protocol-wide flags are used when all vaults under a detected protocol should inherit the same manual warning, such as the Summer.fi illiquid flag added after the 2026-07-06 exploit reporting.
- Parameters
address (Union[str, eth_typing.evm.HexAddress]) –
- Return type