Skip to content

Commit 4645e0b

Browse files
authored
update model schema to models, not sources (duneanalytics#6611)
1 parent 92f6f5f commit 4645e0b

File tree

2 files changed

+55
-52
lines changed

2 files changed

+55
-52
lines changed
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
version: 2
2+
3+
models:
4+
- name: tokens_transfers
5+
meta:
6+
docs_slug: /curated/asset-tracking/evm/token-transfers
7+
sector: tokens
8+
contributors: aalan3, jeff-dude, 0xBoxer
9+
config:
10+
tags: ['tokens','transfers']
11+
description: >
12+
Transfers of all kinds of fungible tokens across all evm networks on dune
13+
columns:
14+
- name: unique_key
15+
description: "Surrogate key to identify unique row"
16+
- name: blockchain
17+
description: "The blockchain of the transfer"
18+
- name: block_month
19+
description: "The month of the block"
20+
- name: block_date
21+
description: "The date of the block"
22+
- name: block_time
23+
description: "The time of the block"
24+
- name: block_number
25+
description: "The block number"
26+
- name: tx_hash
27+
description: "The transaction hash"
28+
- name: evt_index
29+
description: "The log event index of the transfer"
30+
- name: trace_address
31+
description: "The trace address of the transfer"
32+
- name: token_standard
33+
description: "The token standard of the transfer"
34+
- name: tx_from
35+
description: "The transaction sender"
36+
- name: tx_to
37+
description: "The transaction receiver"
38+
- name: tx_index
39+
description: "The transaction index"
40+
- name: from
41+
description: "The sender of the transfer"
42+
- name: to
43+
description: "The receiver of the transfer"
44+
- name: contract_address
45+
description: "The contract address of the transfer"
46+
- name: symbol
47+
description: "The token symbol transferred"
48+
- name: amount_raw
49+
description: "The raw amount of the transfer"
50+
- name: amount
51+
description: "The display amount of the transfer"
52+
- name: price_usd
53+
description: "The USD price used to calculate the amount_usd"
54+
- name: amount_usd
55+
description: "The USD amount of the transfer"

dbt_subprojects/tokens/models/transfers_and_balances/tokens_schema.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

0 commit comments

Comments
 (0)