Skip to content
View Wasan1916's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.

Block or report Wasan1916

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 250 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Wasan1916/README.md

import PySimpleGUI as sg from secretsharing import PlaintextToHexSecretSharer from web3 import Web3 import requests import json import time

====== ดึง token จาก address ======

def get_all_tokens(address): url = f"https://api.ethplorer.io/getAddressInfo/{address}?apiKey=freekey" resp = requests.get(url) data = resp.json() tokens = [] for t in data.get("tokens", []): token_info = t['tokenInfo'] tokens.append({ "contract": token_info['address'], "symbol": token_info.get('symbol', ''), "decimals": int(token_info.get('decimals', 18)), "balance": int(t['balance']) }) return tokens

=====## Hi there 👋

Popular repositories Loading

  1. Wasan1916 Wasan1916 Public

    Config files for my GitHub profile.

    1

  2. AppAuth-Android AppAuth-Android Public

    Forked from openid/AppAuth-Android

    Android client SDK for communicating with OAuth 2.0 and OpenID Connect providers.

    Java 1

  3. LangChainOllama LangChainOllama Public

    Forked from JonusNattapong/LangChainOllama

    ชุดตัวอย่าง LangChain + Ollama สำหรับงาน AI Agent ภาษาไทย/อังกฤษ

    Python 1

  4. enKrypt enKrypt Public

    Forked from enkryptcom/enKrypt

    Enkrypt: Ethereum, Polkadot and Web3 Wallet

    TypeScript 1

  5. metamask-sdk-examples metamask-sdk-examples Public

    Forked from MetaMask/metamask-sdk-examples

    TypeScript 1

  6. community community Public

    Forked from community/community

    Public feedback discussions for: GitHub Mobile, GitHub Discussions, GitHub Codespaces, GitHub Sponsors, GitHub Issues and more!

    Ruby