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"
0 commit comments