safe-global / safe-user-allocation-reports

The proposed list of SAFE user allocations has been published on the Safe forum.
Creative Commons Zero v1.0 Universal
34 stars 10 forks source link

10 addresses of drop hunters #453

Closed BountyHunters1 closed 2 years ago

BountyHunters1 commented 2 years ago

Related Safe Addresses 0xdee2b577e1b2fe89890606db4962a3cb0291d3f4 0x311cd536d8e683568b8d42a82f2712061e331161 0xbfe7164c996c0b333b915f608bb01316a397a931 0x11a2b70cf6d28a8af1642aae348e31fe69e7215a 0x23cf227beb54289292a6883b51be76da49d02623 0x652b0c8289d8b56a990f610ce507e5ec57e488a5 0x9baf0c9e74fd2a7faf3e2c0b93c2835fc10fb367 0x9187a83eff842f2101fca16c99b7704925ecbd2c 0x9eb4684dbb38c96f70de6d46330a3331dde18ff2 0x910c7f4e6af8a2481bde4d8ae16cf878e6add7c7

Reasoning These safe accounts are all created by 0x5b0f8955658cb26f29695a00b36e1fe0259d4e0a We can see through this link: https://etherscan.io/address/0x5b0f8955658cb26f29695a00b36e1fe0259d4e0a

Methodology

using the sql query:

with target as ( select from url('https://raw.githubusercontent.com/safe-global/safe-user-allocation-reports/main/safe_user_allocations_reworked.csv', CSVWithNames) ), transactions as ( select t1. from ethereum.transactions t1 join target t2 on t1.to_address = t2.safe_address )

select distinct to_address from transactions where from_address = '0x5b0f8955658cb26f29695a00b36e1fe0259d4e0a'

Safe Address 0x737CD34E12E8aC795F39a1b6754F9BF53B5295d1

tschubotz commented 2 years ago

Reasoning These safe accounts are all created by 0x5b0f8955658cb26f29695a00b36e1fe0259d4e0a We can see through this link:

This is not a sufficient reasoning. Owning/creating multiple Safes is not airdrop farming per se.