Skip to main content
Our Polygon Decoded schema contains the following tables: In addition to the columns present in the raw tables, these tables include additional columns, with decoded data represented in JSON format.

Methodology

Polygon event logs and traces are decoded in a similar format as Ethereum.
  1. To decode Ethereum Call data and Event log data, the structure, type, and order of these data types must be first understood. This is defined in the ABI (Application Binary Interface) of the contract.
Additional Resources: