Block-level balances of assets on the blockchain.
Asset Type | Description |
---|---|
Fungible | Fungible assets models contains erc20 tokens and native (gas) token. |
Native | Native tokens are the gas tokens of the blockchain, such as ETH, BNB, POL, AVAX, etc. |
ERC20 | ERC20 tokens are the tokens that follow the ERC20 standard, such as USDC, USDT, etc. |
Asset Type | Methodology |
---|---|
Fungible (ERC20 & Native) | We detect balance-changing events (transfers, mints, burns) and fetch balance at each relevant block height directly from the blockchain and index it into the balances table. |