python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How To Chart ANY Token on TradingView?
Using WBNB as an example (0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c), where would I find the data to chart the token using TradingView lightweight charting library? Also, can this be achieved on the ...
SmartNewbie
Votes: 0
Answers: 0
Metamask Swap rate
Hey can someone explain this transaction to me? I tried to swap 117 USDT for Altias but received just like 0,03 ALT ... Which is almost the same as when swapping 1 USDT on this transaction
Sławomir Ossowski
Votes: 0
Answers: 0
How to get the total amount of holders of a BSC token?
How do I get the total amount of holders of a BSC token? I could not find an API that retrieves this information.
The only possible way I have found is to scrape BscScan. For example: https://bscscan....
user4202
Votes: 0
Answers: 0
How to listen to multipal events in python
I wanted to ask something
My Code:
token_CA = 'Binance Chain Wallet Address'
contract = web3.eth.contract(address=web3.toChecksumAddress(token_CA), abi=token_abi)
def handle_event(event):
resu...
Mr. AdityaYT
Votes: 0
Answers: 1