Questions tagged [fees]
Questions related to the transactions fees and gas costs in Ethereum
285 questions
0 votes
0 answers
79 views
Safe4337Pack#PimplicoEstimator getting `AA26 over verificationGasLimit using`
Hi I recently upgraded from entryPointV6 to V7 and I am facing a lot of errors like AA26 over verificationGasLimit using. This is the full error: RPC Request failed.\n\nURL: https://api.pimlico.io/v2/...
1 vote
0 answers
19 views
Upfront cost estimation discrepancy
I'm trying to understand how gas fees work. I tried sending an ERC20 approval transaction from almost-empty wallet. I set following parameters: maxPriorityFeePerGas=50, maxFeePerGas=100,000,000, ...
0 votes
0 answers
42 views
how to change gas fee of running ethereum chain?
i have my ethereum blockchain running on v1.13.14 i.e altaaya .I have to increase gas fee for my running blockchain . How to i can gas fee for my chain and if it is possible is it can be done by ...
1 vote
1 answer
55 views
Are there ways to charge a transaction fee that goes to the token creator or designated wallets, when that token transacts in DEXs like Uniswap?
The only method of doing this that I have come across is by implementing a "Fee on Transfer Token". This deducts a transfer fee as portion of portion of tokens being transacted and send them ...
0 votes
0 answers
31 views
UniswapV3 quoterV2 fees
I'm invoking quoterV2 (uniswapV3) off chain on arbitrum through python script and i wonder whether pool's fees (fraction of input tokens that goes to LPs) are taken into account in the amout-out ...
1 vote
3 answers
64 views
Minor discrepancies in Ethereum transaction fees
I am testing Ethereum on a private network. While verifying the transaction fees received by a validator, I noticed a slight discrepancy between the calculated transaction fee and the actual ...
0 votes
1 answer
47 views
How long to wait after transfer trx before can burn it as bandwidth?
In tron, to transfer trx I need bandwidth, say I need transfer 0.34 trx from A to B, and get tx-hash #1. B don't have enough bandwidth, and it will transfer some trx to C, thus will burn the trx it ...
1 vote
1 answer
62 views
trying to return gas price from within SC
I'm trying to read the current gas price (base fee) from within a smart contract. After scanning online, there are purportedly two ways to do it, via tx.gasprice and block.baseFee. The former returns ...
0 votes
0 answers
61 views
Transaction is not included in a block
I was wondering, why my tx with 10x estimated gas and 10x gas fee is not included in next 10 blocks, and i'm sending this tx directly to Titan and Beaver? Whats the mechanism for builder to pick up my ...
0 votes
0 answers
48 views
Funds USDT Sent via ERC20 to the Blockchain
I need someone to tell me if any of these statements from my BTC trading account are true? First background I have an account that I was trying to withdraw funds to my crypto com account connected to ...
0 votes
1 answer
45 views
Is it normal gas + transaction payment with failed transaction?
Error encountered during contract execution [execution reverted] Value: 0 ETH ($0.00) Transaction Fee:0.018749190625 ETH ($49.47) Gas Price: 3.125 Gwei (0.000000003125 ETH) Gas Limit & Usage by ...
0 votes
1 answer
83 views
Is there any EVM blockchain (not testnet) with 0 gas fees?
I know about SKALE, but is there any other alternatives?
1 vote
2 answers
428 views
Testnet deploying contracts
I'm new to developing, and I have a question about fees. For example, the maximum ETH to gain from the faucet is 0.1 ETH, and to deploy my contract on test net cost me 0.8, nearly all my ETH. How do ...
4 votes
1 answer
866 views
Optimism L1 fee calculation
I've submitted a transaction on BASE, which is one of the OP stack chains. This is the transaction I sent: curl --location 'https://sepolia.base.org' \ --header 'Content-Type: application/json' \ --...
1 vote
1 answer
57 views
Trying to send as much of my balance as possible through geth console: "gas required exceeds allowance"
I'm trying to send all of my ETH balance to another address. I try to do this the following way, but always receive an error: [~] $ geth attach ipc:~/.ethereum/geth.ipc WARN [06-21|15:26:14.974] ...