VaultSnapshot

Documentation for eth_defi.grvt.vault_scanner.VaultSnapshot Python class.

class VaultSnapshot

Bases: object

A 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_timestamp

vault_id

chain_vault_id

name

tvl

share_price

apr

investor_count

Methods summary

__init__(snapshot_timestamp, vault_id, ...)

__init__(snapshot_timestamp, vault_id, chain_vault_id, name, tvl, share_price, apr=None, investor_count=None)
Parameters
Return type

None