[SOLVED] Streams API decoded logs

My platform is built on PHP and I need to verify the stream data logs. I’ve provided the ABI and I’m able to filter the events by their values just fine. Are there no way to have Moralis push the decoded values instead of the actual logs?

you could try to use this library specific to web3 in php to see if it helps:

1 Like

No idea why this didn’t come up on my own 1,000s of searched. Managed to integrated it and decode successfully! Thank you!

1 Like