avalanche-models/models/gold/core__dim_contracts.yml
Austin f65da7e9a1
contracts model + tasks (#32)
* contracts model + tasks

* docs

* back off
2022-11-30 10:57:34 -05:00

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.'