AAVE TRANSFERS

    Aave's token contract includes an event for transferring tokens, separate from the check for transferring to external accounts. Consequently, even if you transfer tokens to yourself, the balance remains unchanged, but the transfer event is still emitted. To accurately account for genuine transfers only, you should ensure that the recipient address (to_address) is not equal to the sender address (from_address).