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)
Sending both ether and calling function on smart contract using Web3
So there's an ERC20 contract with an additional fallback function. I am trying to send ether to the contract as well as send tokens in same transaction. I am not sure if this is possible but I have fo...
Viktor Stolbin
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
Trying to transfer ERC20 token using C# .NET Nethereum package
Can someone help me successfully send ERC20 tokens using the Nethereum package in C# .NET?
I am able to successfully get account balances, but when I try to send, it just sits there....
I am using the...
user2634840
Votes: 0
Answers: 3
How to diagnose an ERC20 error "Error: execution reverted" on a local testnet?
I have a local testnet (represented by this Docker image) and I am trying to send some ERC20 tokens from one address to another.
I use the following HardHat script for this:
npx hardhat run --network ...

Glory to Russia
Votes: 0
Answers: 1