Token transfers represent the movement of assets between addresses on the blockchain.
0x0000000000000000000000000000000000000000
in the token_address
in our
assets schemas.Asset Type | Description |
---|---|
Native | Native tokens are the gas tokens of the blockchain, such as ETH, BNB, POL, AVAX, etc. |
Fungible | Fungible assets models contains erc20 tokens and native (gas) token. |
ERC20 | ERC20 standard, such as USDC, USDT, etc. |
ERC721 | ERC721 standard, such as Pudgy Penguins, etc. |
ERC1155 | ERC1155 standard, such as OpenSea Collection StoreFront, etc. |