Coder Social home page Coder Social logo

1inch-uni-addresses's Introduction

1inch UNI addresses

In this repository we collected all users who used through 1inch Uniswap and didn't get any UNI rewarded.

We found 4935 unique transaction 1inch tx originators who missed UNI airdrop but used Uniswap internally.

SELECT 
  DISTINCT from_address
FROM bigquery-public-data.crypto_ethereum.transactions
WHERE hash IN (
  SELECT transaction_hash FROM bigquery-public-data.crypto_ethereum.traces
  WHERE DATE(block_timestamp) < "2020-09-01" AND (SUBSTR(input, 1, 10) = '0x022c0d9f' OR to_address = '0x2157a7894439191e520825fe9399ab8655e0f708')
  INTERSECT DISTINCT
  SELECT transaction_hash FROM bigquery-public-data.crypto_ethereum.traces
  WHERE DATE(block_timestamp) < "2020-09-01" AND to_address IN (
    '0x0000000053d411becdb4a82d8603edc6d8b8b3bc',
    '0x0000000f8ef4be2b7aed6724e893c1b674b9682d',
    '0x111111254b08ceeee8ad6ca827de9952d2a46781',
    '0x0000000006adbd7c01bc0738cdbfc3932600ad63',
    '0x11111254369792b2ca5d084ab5eea397ca8fa48b',
    '0x000005edbbc1f258302add96b5e20d3442e5dd89',
    '0x111112549cfedf7822eb11fbd8fd485d8a10f93f',
    '0xe4c577bdec9ce0f6c54f2f82aed5b1913b71ae2f',

    '0x50fda034c0ce7a8f7efdaebda7aa7ca21cc1267e',
    '0x0a236b41add0073df05eac5fc8505ad745c7859d',
    '0x2ad672fda8a042c4c78c411bf9d4f1b320aa915a',
    '0xc586bef4a0992c495cf22e1aeee4e446cecdee0e',
    '0xdff2aa5689fcbc7f479d8c84ac857563798436dd'
  )
)

Uniswap V1 condition: to_address = '0x2157a7894439191e520825fe9399ab8655e0f708'

Uniswap V2 condition: SUBSTR(input, 1, 10) = '0x022c0d9f'

1inch-uni-addresses's People

Contributors

deacix avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.