Abbas_ra21Revenue 2
Updated 2023-02-02Copy Reference Fork
999
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
›
⌄
with tb AS (select distinct CONTRACT_ADDRESS AS addresses from polygon.core.fact_event_logs
where ORIGIN_FROM_ADDRESS='0x36fb3886cf3fc4e44d8b99d9a8520425239618c2'
and EVENT_NAME='BeaconUpgraded'),
tb2 AS (select distinct CONTRACT_ADDRESS AS "NFT Address",case
when "NFT Address"='0x21d426e2b88fbf8b93adf0591a2d5b08d58f089f' then 'BaldTuesdays'
when "NFT Address"='0xbc096988fa38c78d65c0637453fd3d3c38b1cfd4' then 'RaunchyRancor'
when "NFT Address"='0x37db2523d221d19838632eb62d1af911e52632c3' then 'tandizojere'
when "NFT Address"='0x3e4627665bf2e52c69be03788e664ab545f2be71' then 'Rojom'
when "NFT Address"='0x425bf054ef7bad65b7bdd8e6587b1c3500e4f4ca' then 'Avatar Rock Out'
when "NFT Address"='0x45308788743bbdae5de7ba9e565c0502d0ebb81f' then 'Doodle Collection'
when "NFT Address"='0x04125a97a0f2583cd485be2c34b651cc13c38a27' then 'AVIRENFT'
when "NFT Address"='0x04f087e3191d7a050800a2e04cb20046d2633e35' then 'puzzledpanther'
when "NFT Address"='0x04f7a676af597f847053b6c02ed42d02fa4046aa' then 'Canetoonist'
when "NFT Address"='0x0985cb10c5d57dbf44aa473f33839ed38d80f111' then 'TheFattyBagz'
when "NFT Address"='0x150afa2dfcaaada471472dfa6ad4b79e718a197c' then 'TreasureOfOphiel'
when "NFT Address"='0x27b37e4befacc50b02102d1e2117c4ea8a54beff' then '5 Boro Bodega'
when "NFT Address"='0x2956409293da98603025cc0121c06a4244752039' then 'Protectors of the Forest'
when "NFT Address"='0x2d58a44d6c0a355de25761fb33a1f6269a97e2c5' then 'oana193'
when "NFT Address"='0x334ad326a787dd332f26cbe8b4d7adfa8bd25f92' then 'Laura_Dumitriu'
when "NFT Address"='0x3458161f2dc5d7eafa48e7c8d9acd7f415cf6da6' then 'Conall-in-Space'
when "NFT Address"='0x45ee1caed83525673843321107bccadecb9065d7' then 'tirli'
when "NFT Address"='0x466a330887bdf62d53f968ea824793150f07762e' then 'The Singularity'
when "NFT Address"='0x4670e4890bc1b76f3ae5c7660aa98e0b6668c6f3' then 'Old School Cool'
when "NFT Address"='0x47749c5b970e63f3a0ed57cd6cef773e74fafe9d' then 'Cute, Cool and Creepy'
when "NFT Address"='0x5846728730366d686cdc95dae80a70b44ec9eab2' then 'Imagination Station'
when "NFT Address"='0x5fd4d6fef3b87b91c7df8658727b5edd7210cf5a' then 'Substantial-Law-910'
when "NFT Address"='0x621ce7e7e44d43a428a183d5390c4f4572c9ff9d' then 'eando9745'
when "NFT Address"='0x63e2f0c058ce9a194ec68f04320b7eb8ca555bd3' then 'Enlightenment'
when "NFT Address"='0x65a83530ca8abc27969907913fe5e641a5da2e9f' then 'I quit my job to be an Artist'
when "NFT Address"='0x6acb8fb82880d39c2b8446f8778a14d34ee6cfb7' then 'Aww Friends'
when "NFT Address"='0x6ad08588568e258b2bdf065e7769fce398f68a1c' then 'The Minds eye'
when "NFT Address"='0x2d58a44d6c0a355de25761fb33a1f6269a97e2c5' then 'oana193'
when "NFT Address"='0x334ad326a787dd332f26cbe8b4d7adfa8bd25f92' then 'Laura_Dumitriu'
when "NFT Address"='0x3458161f2dc5d7eafa48e7c8d9acd7f415cf6da6' then 'Conall-in-Space'
when "NFT Address"='0xddbdb65138131dbf2d01b4a5140e1979680c90bb' then 'AliciaFreemanDesigns'
when "NFT Address"='0x83feea011baeb1c6d1df7d23903efad83d3c781f' then 'Hoppy_Doodle'
Run a query to Download Data