LidoTransfer

This table records transfers of Lido shares between addresses. It captures details like the sender and recipient addresses, the number of shares transferred, the balances before and after the transfer, and the total pooled Ether and shares.

Schema

Data FieldsDescription

id

A unique identifier for the transfer.

from

The address that sent the Lido shares.

to

The address that received the Lido shares.

value

The number of Lido shares transferred (same as value).

shares

The from address's Lido shares balance before the transfer.

shares_before_decrease

The from address's Lido shares balance before the transfer.

shares_after_decrease

The from address's Lido shares balance before the transfer.

shares_before_increase

The to address's Lido shares balance before the transfer.

shares_after_increase

The to address's Lido shares balance after the transfer.

total_pooled_ether

The total amount of Ether pooled by Lido.

total_shares

The total number of Lido shares in circulation.

balance_after_decrease

The from address's Ether balance after the transfer.

balance_after_increase

The to address's Ether balance after the transfer.

block_timestamp

The timestamp of the block in which the transfer occurred.

transaction_hash

The hash of the transaction that included the transfer.

transaction_index

The index of the transaction within the block.

log_index

The index of the log entry for the transfer event within the transaction.