mirror of
https://github.com/FlipsideCrypto/crosschain-models.git
synced 2026-02-06 13:46:50 +00:00
opensea name tags (#175)
This commit is contained in:
parent
5aefa2f202
commit
70f9113eae
2
data/silver__opensea_names.csv
Normal file
2
data/silver__opensea_names.csv
Normal file
@ -0,0 +1,2 @@
|
||||
blockchain,creator,address,tag_name,tag_type,start_date,end_date
|
||||
ethereum,flipside,0x3a3e2323d3eb1c9bc83b953959f5e0d05104a395,NAJaneThomas,opensea name,1/17/22,null
|
||||
|
@ -585,4 +585,16 @@ SELECT
|
||||
null as end_date,
|
||||
'2023-08-22' :: TIMESTAMP as tag_created_at
|
||||
FROM
|
||||
{{ ref('silver__uniswap_verified_token_tags') }}
|
||||
{{ ref('silver__uniswap_verified_token_tags') }}
|
||||
UNION ALL
|
||||
SELECT
|
||||
blockchain,
|
||||
creator,
|
||||
lower(address),
|
||||
tag_name,
|
||||
tag_type,
|
||||
start_date :: date as start_date,
|
||||
null as end_date,
|
||||
'2023-09-11' :: TIMESTAMP as tag_created_at
|
||||
FROM
|
||||
{{ ref('silver__opensea_names') }}
|
||||
Loading…
Reference in New Issue
Block a user