Blockflow Docs
CtrlK
Console
Console
  • Welcome to BlockFlow!
    • ๐Ÿ‘‹Introduction
    • ๐Ÿช„The Difference
    • โœŠOur motivation
  • Overview
    • ๐Ÿ’กWhat we do
    • ๐Ÿ“ชDatabases
    • ๐Ÿš„Instances
    • โœˆ๏ธAPIs
    • ใŠ™๏ธSecret Manager
  • Guides
    • ๐Ÿ“ชCreating a Database
      • ๐Ÿ–Š๏ธWorking with Managed Database
    • ๐Ÿš„Creating an Instance
      • ๐Ÿ–Š๏ธDefining Actions in Blockflow Instances
    • โœˆ๏ธCreating an API
      • ๐Ÿ–Š๏ธHow to write API logics
      • ๐Ÿ–Š๏ธHow to get API Key
      • ๐Ÿ–Š๏ธCalling APIs on Blockflow
      • ๐Ÿ–Š๏ธHow to Test APIs
    • ใŠ™๏ธStoring Secrets
  • Use Cases
    • Lido Finance
      • Databases
        • LidoSubmission
        • LidoTransfer
        • SharesBurn
        • LidoApproval
        • CurrentFee
        • LidoConfig
        • LidoTotals
        • LidoStats
        • LidoHolder
        • LidoShares
        • LidoOracleConfig
        • LidoOracleReport
        • LidoOracleCompleted
        • LidoOracleMember
        • LidoNodeOperatorFees
        • LidoNodeOperatorsShares
        • LidoBeaconReport
        • LidoOracleExpectedEpoch
        • LidoTotalReward
      • Contracts
        • Lido
        • Lido Legacy Oracle
  • Pricing
    • Blockflow Pricing Structure
Powered by GitBook
On this page
  1. Use Cases
  2. Lido Finance
  3. Databases

LidoTotals

This table stores the total amount of Ether pooled by Lido and the total number of Lido shares in circulation.

Schema

Data Fields
Description

id

A unique identifier for the totals.

total_pooled_ether

The total amount of Ether pooled by Lido.

total_shares

The total number of Lido shares in circulation.

PreviousLidoConfigNextLidoStats