https://github.com/code-423n4/2024-11-nibiru/blob/8ed91a036f664b421182e183f19f6cef1a4e28ea/x/evm/precompile/funtoken.go#L109-L211
Evidently, we can see there is a failure to emit events for critical state changes, even in the sendToBank function where token balances are modified.
QA, albeit without events, it becomes difficult to track and verify token transfers off-chain which users of Nibiru would want to do.
Consider implementing proper event emission in the sendToBank function, for example:
