rezaaboliStarkware Scavenger Hunt: mint and swap
Updated 2022-07-01
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
›
⌄
SELECT
' geting GETH' as Transaction_descrition, *
from tokenflow_starknet.decoded.transactions
where TX_HASH = '0x73de83cf6512f44a920e24e460d9224ebb8f3eb0090281507894420c3cf10a5'
and TIMESTAMP > '2022-06-26'
UNION
SELECT
' minting ' as Transaction_descrition, *
from tokenflow_starknet.decoded.transactions
where TX_HASH = '0x609412299a1bf8fd0d882d74eaecec724d1cfe9ae349598a6f04917aac82db3'
and TIMESTAMP > '2022-06-26'
UNION
SELECT
' Swaping' as Transaction_descrition, *
from tokenflow_starknet.decoded.transactions
where TX_HASH = '0x798ffc741acb8646651a6b648860a76b282180dbb12a00d8f92cfedf6895f81'
and TIMESTAMP > '2022-06-26'
Run a query to Download Data