You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
selectne.current_owner,
count(ne.current_owner),
SUM(e.meta::bigint/ 1e12) FILTER (WHEREe.caller=ne.current_owner) AS bought,
SUM(e.meta::bigint/ 1e12) FILTER (WHEREe.current_owner=ne.current_owner) AS sold,
max(e.timestamp)::dateas updated
from nft_entity ne
left join event e onne.id=e.nft_idande.interaction='BUY'where collection_id ='7e982817a2d2575031-C6N4I'group byne.current_ownerorder bycount(*) desc;
On a huge collection
app freezes when you click on holders
The text was updated successfully, but these errors were encountered: