CryptoLionFEI staked
Updated 2021-04-23
99
1
2
3
4
5
6
7
8
9
10
11
12
13
›
⌄
SELECT to_address,
from_address,
block_timestamp,
amount,
amount_usd,
symbol
FROM ethereum.udm_events
WHERE to_address = LOWER('0x9928e4046d7c6513326ccea028cd3e7a91c7590a')
OR from_address = LOWER('0x9928e4046d7c6513326ccea028cd3e7a91c7590a')
AND contract_address = LOWER('0x7a250d5630b4cf539739df2c5dacb4c659f2488d')
AND origin_function_name = '%liquid%'
AND getdate() >= '2021-04-03T00:00:00Z'
Run a query to Download Data