BLOCK_TIMESTAMP | TX_HASH | POOL_NAME | SYMBOL_IN | AMOUNT_IN_USD | AMOUNT_IN | SYMBOL_OUT | AMOUNT_OUT | AMOUNT_OUT_USD | |
---|---|---|---|---|---|---|---|---|---|
1 | 2025-03-31 03:07:23.000 | 0x2b9a16ef956dc28a09c6fde2fecde944b5b32ca8c25eae0a3cf198c2bb4c6da4 | WETH-AERO 100 1PCS-V3 LP | WETH | 18.12 | 0.01 | AERO | 39.33952174 | 18.12 |
winnie-fsoutdoor-coral
Updated 2025-04-09
9
1
2
3
4
›
⌄
select block_timestamp, tx_hash, POOL_NAME, symbol_in, amount_in_usd, amount_in, symbol_out, amount_out, amount_out_usd from base.defi.ez_dex_swaps
where block_timestamp > current_date - interval '31 days'
and origin_from_address = lower('0x156aA7dFe1A32075d942fD0a0aFB4AE9e7AF8DF2')
and tx_hash = '0x339a999c66a7d2c39d250e54f44fc773be28e70456d08e3d1c8dfd7c6b2d4b7b'
Last run: 27 days ago
1
168B
2s