FLOOR_TOKEN | USD_VOLUME | |
---|---|---|
1 | μSAPS | 2861313.40152132 |
2 | μ⚇ | 2373142.12039496 |
3 | μPotatoz | 4020968.46101736 |
4 | μELEM | 11922016.4517586 |
5 | μNKMGS | 1274098.99740082 |
6 | μWOW | 1242245.62295385 |
7 | μPPG | 52823049.7951156 |
8 | μBAYC | 151897978.793336 |
9 | μMFER | 1591838.08090383 |
10 | μDOODLE | 6124557.99797381 |
11 | μDEGODS | 27969070.7702347 |
12 | μy00t | 14148845.3784501 |
13 | μMIL | 7472446.08474803 |
14 | μOTHR | 1413171.63124179 |
15 | μGHOST | 930262.054192322 |
16 | μCaptainz | 12233108.5129469 |
17 | μCloneX | 5840623.59868049 |
18 | μMAYC | 18145188.6899176 |
19 | μTinFun | 2283549.79419236 |
20 | μAZUKI | 22223040.0195084 |
rezarwzµ-Tokens Volume (USD)
Updated 2024-02-03
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 FP as (
with trades as (
SELECT
TX_HASH,
date_trunc('day', BLOCK_TIMESTAMP) as date,
ORIGIN_FROM_ADDRESS as ua,
CASE
when TOKEN_IN in (
SELECT
DECODED_LOG:floorToken
from
ethereum.core.ez_decoded_event_logs
where
contract_address = '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
and event_name = 'NewCollectionSupported'
) then SYMBOL_IN
else SYMBOL_OUT
end as Floor_token,
CASE
when TOKEN_IN in (
SELECT
DECODED_LOG:floorToken
from
ethereum.core.ez_decoded_event_logs
where
contract_address = '0x3eb879cc9a0ef4c6f1d870a40ae187768c278da2'
and event_name = 'NewCollectionSupported'
) then AMOUNT_IN
else AMOUNT_OUT
end as Floor_token_amount,
CASE
when TOKEN_IN in (
SELECT
DECODED_LOG:floorToken
from
ethereum.core.ez_decoded_event_logs
Last run: about 1 year ago
31
894B
25s