VaultSnapshot
Documentation for eth_defi.grvt.vault_scanner.VaultSnapshot Python class.
- class VaultSnapshot
Bases:
objectA point-in-time snapshot of a GRVT vault’s state.
Contains the key metrics we want to track over time for each vault.
Attributes summary
snapshot_timestampvault_idchain_vault_idnametvlshare_priceaprinvestor_countMethods summary
__init__(snapshot_timestamp, vault_id, ...)- __init__(snapshot_timestamp, vault_id, chain_vault_id, name, tvl, share_price, apr=None, investor_count=None)