FraxStakingVaultMetadata

Documentation for eth_defi.erc_4626.vault_protocol.frax.constants.FraxStakingVaultMetadata Python class.

class FraxStakingVaultMetadata

Bases: object

Human-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

short_description

One-line product summary for vault listings.

notes

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.

__init__(short_description, notes)
Parameters
  • short_description (str) –

  • notes (str) –

Return type

None