It has some very interesting functions in vault Contract.
getVaultBalance()
➔ Returns real-time live balances inside the vault: Native ETH &
$USDG Stablecoins.
totalNativeRoyaltiesIngested()
➔ Lifetime cumulative total of all native ETH royalties received since contract inception.
totalUSDCRoyaltiesIngested()
➔ Lifetime cumulative total of all
$USDG royalties received and redistributed.
currentEpochId()
➔ Displays the current distribution round / epoch number.
pendingWithdrawals(your_address)
➔ Checks if your wallet has any pending ETH balance available for withdrawal.
hasClaimed(epochId, your_address)
➔ Returns TRUE or FALSE showing if your wallet has already claimed rewards for a specific epoch.
isAuthorizedKeeper(address)
➔ Verifies if a given address is an authorized Keeper node executing batch payouts.