Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions dbt_subprojects/tokens/models/tokens/goerli/tokens_goerli_nft.sql

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -20,35 +20,6 @@ models:
- name: symbol
description: "NFT Token Symbol"

- name: tokens_goerli_nft
meta:
blockchain: goerli
sector: tokens
contributors: 0xRob
config:
tags: [ 'tokens', 'metadata', 'goerli', 'nft', 'erc721' ]
description: >
Selection of NFT token addresses.
columns:
- name: contract_address
description: "The contract address is the unique address of where the NFTs are stored."
data_tests:
- unique
- name: name
description: "NFT Project Name"
- name: symbol
description: "NFT Token Symbol"
- name: standard
data_tests:
- accepted_values:
arguments:
values: [ 'erc721', 'erc1155']
description: >
The token standard. This is the set of rules that the contract must respect
to be compatible with the common standards. Accepted values are presently standards represented.
If you are adding a token with a new standard, remember to add it the accepted values list.


- name: tokens_goerli_nft_standards
meta:
blockchain: goerli
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,6 @@ models:
name: token_mapping_source
description: "The source of ERC20 Token Information (i.e. manual, contract factory)"

- name: tokens_optimism_erc20_generated
meta:
blockchain: optimism
sector: tokens
project: erc20
contributors: msilb7
config:
tags: ['table', 'erc20', 'optimism']
description: "Query generated ERC20 Token Addresses, Symbols and Decimals"
columns:
- *contract_address
- *symbol
- *decimals
- *token_type
- *token_mapping_source

- name: tokens_optimism_erc20_transfer_source
meta:
blockchain: optimism
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,61 +50,4 @@ goerlils:
- name: amount_raw
description: "The raw amount of the transfer"
- name: _updated_at
description: "Timestamp when this row was last written"

- name: tokens_goerli_transfers
meta:
blockchain: goerli
sector: tokens
contributors: aalan3, jeff-dude, hildobby
config:
tags: ['tokens','transfers', 'goerli']
description: >
Token transfers
data_tests:
- dbt_utils.unique_combination_of_columns:
arguments:
combination_of_columns:
- block_date
- unique_key
columns:
- name: unique_key
description: "Surrogate key to identify unique row"
- name: blockchain
description: "The blockchain of the transfers"
- name: block_date
description: "The date of the block"
- name: block_time
description: "The time of the block"
- name: block_number
description: "The block number"
- name: tx_hash
description: "The transaction hash"
- name: evt_index
description: "The log event index of the transfer if any"
- name: trace_address
description: "The trace address of the transfer if any"
- name: token_standard
description: "The token standard of the transfer"
- name: tx_from
description: "The transaction sender"
- name: tx_to
description: "The transaction receiver"
- name: tx_index
description: "The transaction index"
- name: from
description: "The sender of the transfer"
- name: to
description: "The receiver of the transfer"
- name: contract_address
description: "The contract address of the transfer"
- name: symbol
description: "The token symbol transferred"
- name: amount_raw
description: "The raw amount of the transfer"
- name: amount
description: "The formatted amount of the transfer"
- name: price_usd
description: "The USD price used to calculate the amount_usd"
- name: amount_usd
description: "The USD amount of the transfer"
description: "Timestamp when this row was last written"

This file was deleted.

Loading