SELECT
min(block_timestamp) as day,
datediff('day', day,current_date()) as days_since_launch
FROM
polygon.core.ez_decoded_event_logs
WHERE
contract_address=lower('0xd2d74e2136d60a3c0d252c6de4102a82f2511def')
and event_name='TransferBatch'
and origin_to_address='0xd2d74e2136d60a3c0d252c6de4102a82f2511def'
and origin_from_address!='0x3aa7e64b811857d942e6cc39cfbbad2664b14cdf' -- likely dev wallet