Decoding
Generic Decoded Schema Vs Project Specific Decoding
Allium currently supports decoded logs and traces on the schema level.
All decoded event logs and traces for EVM blockchains can be found in the respective chain.decoded.logs
or chain.decoded.traces
table.
We currently do not support project-level decoding, that presents 1 event / trace call for each contract and project.
However, all the relevant project-specific contracts can still be found in the decoded vertical tables.
All events emitted by the contract can be found in one single table
To identify the logs/traces associated with a project of interest, we recommend maintaining a metadata table for your project that filters out for the desired contracts + event/trace calls.
Example: