Aston_FBuy and Stake YLDY
Updated 2022-01-28
99
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
›
⌄
SELECT
'Swap ALGO to YDLY' as transaction_descrition,
block_id,
tx_id,
fee,
intra,
sender,
tx_group_id,
extra
FROM algorand.transactions
WHERE tx_id = 'TLDM4M4XZOY5TIXCWUOYMDHCTWWFGAYXYNV4ZHXA7LWPBSTEQHHQ'
UNION
SELECT
'Staking YLDY' as transaction_descrition,
block_id,
tx_id,
fee,
intra,
sender,
tx_group_id,
extra
FROM algorand.transactions
WHERE tx_id = '6KUBXTWME6MORAYGVUUVWMM6DRKKHXPL2BT6H2VPGSGOGKCJD2HQ'