-- Simplified Wash Volumes Filter: coalesce function - so long it is flagged wash -> label as wash
-- [3] Transfer wash: A sells to B, B transfers back NFT to A, A sells to B again
-- Added oracle prices of WETH to estimate Prices of non-ETH sales to ETH
-- Removed filters for ETH/WETH sales
-- Fix erroneous ETH prices on Sudoswap sales
------ v1 Genesis / 5 Oct 2022
-- [1] Point of sales wash: A sells to B, B sells back to A
-- [2] Self-funded wash: A funds B, A sells to B
-- Misc: To take note while working on ETH tables
-- Q: can ez_nft_sales tx_hash be found in ez_nft_transfers // YES // i.e. sales are a subset of transfers, mints are also in transfers
-- Q: Are ETH sales from ethereum.core.ez_nft_sales found in ethereum.core.ez_eth_transfers? // YES // i.e. you need to EXCLUDE tx_hash in ez_eth_transfers that are from ez_nft_sales