Skip to content

Instantly share code, notes, and snippets.

View Murathe's full-sized avatar
💭
The switch

Murathe Murathe

💭
The switch
View GitHub Profile
@islishude
islishude / uniswap-airdrop.sol
Created December 9, 2020 03:44
uniswap airdrop contract 0x090d4613473dee047c3f2706764f49e0821d256e
/**
*Submitted for verification at Etherscan.io on 2020-09-16
*/
// SPDX-License-Identifier: UNLICENSED
pragma solidity =0.6.11;
/**
* @dev Interface of the ERC20 standard as defined in the EIP.
*/
@LefterisJP
LefterisJP / uniswap.csv
Created December 29, 2020 21:23
uniswap.csv
We can't make this file beautiful and searchable because it's too large.
address,uni,is_lp,is_user,is_socks
0x0000000000000000000000000000000000000000,400,True,True,False
0x0000000000000000000000000000000000000001,5988.626491,True,True,False
0x0000000000000000000000000000000000001337,400.010855,True,True,False
0x000000000000000000000000000000000000dEaD,49560.985333,True,True,False
0x000000000000006F6502B7F2bbaC8C30A3f67E9a,400,False,True,False
0x0000000000000D9054F605cA65A2647c2B521422,487.471197,True,True,False
0x0000000000001DD36b0C6318894ac98751A8768E,400,False,True,False
0x00000000000043DC09b2d31827CB23F414E1Fa3D,400,False,True,False
0x00000000000080C886232E9b7EBBFb942B5987AA,1133.399093,True,True,False
@ethDreamer
ethDreamer / claim_params.py
Created February 23, 2024 02:39
StarkNet Airdrop Claim
#!/usr/bin/env python3
import sys
import json
import os
def find_account_inclusion_object(eligibles, eth_address):
for account in eligibles:
if account["identity"].lower() == eth_address.lower():
return account
return None
@ivan
ivan / github-users-starknet-rewards.tsv
Created March 25, 2024 23:02
All GitHub users rewarded STRK in the Starknet airdrop, most-rewarded first
We can't make this file beautiful and searchable because it's too large.
13911.1 swader
13911.1 sorpaas
13911.1 s1na
13911.1 rjl493456442
13911.1 qd-qd
13911.1 protolambda
13911.1 paulrberg
13911.1 noahzinsmeister
13911.1 neurone
13911.1 moodysalem