datediff('day', MIN(TIMESTAMP::date) , max(TIMESTAMP::date))as"Wallet's age (days)",
count(DISTINCTTIMESTAMP::date)as"# of active days",
count(DISTINCTdate_trunc('week',TIMESTAMP::date))as"# of active weeks", count(DISTINCTdate_trunc('month',TIMESTAMP::date))as"# of active months" ,contractas"Address"