Feature Request: Support ERC-4626 Tokens with Internal Minting (State Change Detection)
What is being requested?
Implement support for ERC-4626 tokens where minting occurs internally in the contract without generating a separate transfer event. The feature should detect and handle state changes that update wallet balances.
Why is this needed?
Tokens that rely on state changes rather than traditional ERC-20 transfer events can lead to discrepancies in wallet balances and missing transactions.
What can users do now?
Users must perform manual entries to track token balances.
Keywords: ERC-4626, state change, internal minting, missing transaction