Skip to content

Instantly share code, notes, and snippets.

View TossAyeCoin's full-sized avatar
🎿
Focusing

TossAyeCoin TossAyeCoin

🎿
Focusing
  • US/Swiss
View GitHub Profile
@TossAyeCoin
TossAyeCoin / FT-Sell-All-Keys.py
Created September 19, 2023 01:12
FT_Sell_All
# Friend.tech Account Closer
# Over the hype? Run this script to sell all keys, and send BASE ETH to another wallet.
import requests
from web3 import Web3
from web3.middleware import geth_poa_middleware,construct_sign_and_send_raw_middleware
# USER VARIABLES
provider_rpc ="https://mainnet.base.org"
withdrawal_wallet_addr = "WALLET_ADDRESS_2_WITHDRAW"
friendtech_wallet = "FRIENDTECH_WALLET"