Skip to content

Instantly share code, notes, and snippets.

from pprint import pprint
import hashlib
import json
def loadTargetAddresses():
with open('aidrop-targets','r') as f:
data = f.read()
return data.split('\n')
def hashhex(hexData):
from web3 import Web3
import json, requests
def loadApiKey():
with open("web3-api-key","r") as f:
return f.read()
# TRY_WITH_GODWOKEN = True
TRY_WITH_GODWOKEN = False