get_atoma_vault_discovery_events
Documentation for eth_defi.erc_4626.discovery_base.get_atoma_vault_discovery_events function.
- get_atoma_vault_discovery_events(web3)
Get Atoma custom events we use in vault discovery.
Deposits are covered by the standard ERC-4626
Depositevent. Atoma’s withdrawal flow is asynchronous and emits custom request/claim events.We only count
WithdrawalClaimedas a redemption-like discovery event. Counting bothWithdrawalRequestedandWithdrawalClaimedwould double count completed withdrawals, and would count requested-but-unclaimed shares as redeemed before the USDC payout exists.