mirror of
https://github.com/FlipsideCrypto/avalanche-models.git
synced 2026-02-06 11:06:55 +00:00
15 lines
577 B
YAML
15 lines
577 B
YAML
version: 2
|
|
models:
|
|
- name: core__dim_contracts
|
|
description: 'This table contains the contract addresses and their associated metadata. Includes ERC20 and ERC721 tokens. Metadata is read directly from contracts on the blockchain.'
|
|
|
|
columns:
|
|
- name: ADDRESS
|
|
description: 'The address of the contract.'
|
|
- name: SYMBOL
|
|
description: 'The symbol of the contract.'
|
|
- name: NAME
|
|
description: 'The name of the contract.'
|
|
- name: DECIMALS
|
|
description: 'The number of decimals used to adjust amount for this contract.'
|