More about the Polygon Blockchain.
Overview
Our Polygon data models are structurally similar to Ethereum across all schemas. The core different would be in the coverage projects indexed in the abstracted schemas, such as NFTs and DEX trades (e.g. quickswap operates only on Polygon and not Ethereum mainnet).Polygon Tables
Our Polygon schema includes the following raw and enriched schemas.Schema | Description | Tables |
---|---|---|
Raw | Raw blockchain data. | blocks, transactions, logs, traces |
Raw+ | Deployed contracts with bytecode, decoded token data from raw data. | contracts, erc20_tokens, erc721_tokens, erc_1155_tokens |
Assets | Latest balances, balances by block, transfers, credit debit for MATIC and ERC tokens. | balances_latest, balances, token_transfers, credit_debit |
NFTs | NFT mints, NFT trades with flags and wash trading filters. | trades, mints, trades_with_wash_trading_flags, trades_w_flags |
DEXs | DEX trades, liquidity pool deployed and events (mints and burns). | trades, pools, liquidity_pool_events |
Predictions | Prediction Market trades including event details, participants, and share pricing data. | trades |
Wallet 360 | Aggregated wallets activities of tagged wallets on-chain - includes wallet assets, DEX trade, NFT trades and bluechips held. | wallet_360 |