FraxStakingVaultMetadata
Documentation for eth_defi.erc_4626.vault_protocol.frax.constants.FraxStakingVaultMetadata Python class.
- class FraxStakingVaultMetadata
Bases:
objectHuman-readable metadata for a reviewed Frax staking vault.
Frax staking contracts use a generic linear-rewards ERC-4626 design, so their product identity and lifecycle status cannot be inferred safely from the ABI alone. Keep this copy beside the address allowlist that establishes their Frax provenance.
- Parameters
short_description – One-line product summary for vault listings.
notes – Longer Markdown explanation for the vault detail page.
Attributes summary
One-line product summary for vault listings.
Longer Markdown explanation for the vault detail page.
Methods summary
__init__(short_description, notes)- short_description: str
One-line product summary for vault listings.
- notes: str
Longer Markdown explanation for the vault detail page.