Overview
This schema contains 4 tables and views for Core-Chain data.Tables and Views
Ez Balances Erc20
This table tracks ERC20 token balance changes at the transaction level by capturing pre- and
post-transaction states from contract storage slots.
Ez Balances Erc20 Daily
This table provides daily ERC20 token balance snapshots for verified token contracts by making
direct balanceOf contract calls at the end of each day.
Ez Balances Native
This table tracks native asset balance changes (ETH, AVAX, BNB, etc.) at the transaction level
by capturing pre- and post-transaction states.
Ez Balances Native Daily
This table provides daily native asset balance snapshots (ETH, AVAX, BNB, etc.) by making direct
eth_getBalance RPC calls at the end of each day.