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 connect to already created ETH wallet using phrase and Web3.py?
How to control my already created Ethereum wallet using passphrase and Python with Web3.py?
Rio Grante
Votes: 0
Answers: 1
How do I find the tax of a token programatically?
I'm trying to fetch the Buy or Sell Tax of a BSC token, but I haven't found a way yet.
I query the DEX via router_contract.functions.getAmountsOut(web3.toWei(1, 'Ether'), [ buying_token_address, pair_...
Crypto7
Votes: 0
Answers: 2
from field must match key's x, but it was y
I write the code below. It seems it has a problem with the signed_txn = w3.eth.account.sign_transaction(transaction, private_key=private_key part. I face to the error below every time I deploy:
"...
rezli
Votes: 0
Answers: 4
Web3py swap tokens path of contracts
I'm trying to swap tokens with web3py using the swapExactETHForTokensSupportingFeeOnTransferTokens function, with some tokens it works perfectly, in others I get the error "execution reverted: Pa...
MariINova
Votes: 0
Answers: 1