SELECT
nft_from_address
from ethereum.core.ez_nft_transfers
where nft_address = '0x903e2f5d42ee23156d548dd46bb84b7873789e44'
and nft_to_address = '0xc46a6e4e670b588293f5c45ca2a6e6393a47faaf'
and nft_from_address in
(
SELECT
nft_to_address
from ethereum.core.ez_nft_mints
where nft_address = '0x903e2f5d42ee23156d548dd46bb84b7873789e44'
)
order by block_timestamp
-- limit 1