Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[labels] Add more arbitrum cex address #4132

Merged
merged 3 commits into from
Aug 24, 2023

Conversation

sankinyue
Copy link
Contributor

Use sql query to obtain those EOA addresses that have initiated transactions "to" many different addresses.

A hot wallet as an exchange usually has a very significant behavior to deal with a large number of different customers withdraw ETH and token.

Finally, the physical ownership of the address is analyzed based on the block browser label and the record of receiving ETH.

select 
      "from"
    , count(distinct to) as address_count
from arbitrum.transactions
group by 1
having count(distinct to) > 10000
order by 2 desc

@sankinyue sankinyue changed the title Add more arbitrum cex address [labels] Add more arbitrum cex address Aug 21, 2023
@dune-eng
Copy link

Workflow run id 5923198699 approved.

@dune-eng
Copy link

Workflow run id 5923198998 approved.

@dune-eng
Copy link

Workflow run id 5923319098 approved.

@dune-eng
Copy link

Workflow run id 5923319101 approved.

Copy link
Collaborator

@Hosuke Hosuke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator

@hildobby hildobby left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, great work @sankinyue !

Copy link
Member

@jeff-dude jeff-dude left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice work -- thank you!

@jeff-dude jeff-dude merged commit b191d82 into duneanalytics:main Aug 24, 2023
3 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Aug 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants