Questions tagged [ether]
Ether (ETH) is the main internal crypto-fuel of Ethereum and is used to pay transaction fees.
2,299 questions
0 votes
1 answer
20 views
Cannot deploy smart contract on mainnet
when I deploy a smart contract on Remix VM then it will easily be deployed but when I try to deploy the same contract on mainnet then it gives me this particular error even I have ethers in my account ...
0 votes
1 answer
51 views
Regarding the Ether Public Chain Maintenance Treaty
exchanging funds, an audit revealed your account's return rate reached 100%. Therefore, you are required to pay a 10% Ethereum Public Chain Maintenance Fee in accordance with the Ethereum Public Chain ...
0 votes
0 answers
31 views
Contract addresses for Kiln Yield pools
Could you please confirm the official Ethereum contract addresses used by Safe’s Earn integration for: Kiln Yield: WETH Pool (Safe Steakhouse ETH) Kiln Yield: USDC Pool (Safe Steakhouse USDC) If ...
0 votes
1 answer
36 views
How can I give a value or liquidity to tokens?
I have a question that some people haven't answered yet. I have some tokens on the Ethereum and BNB networks, but they show the amount but have no value with a contract already deployed? Is there a ...
0 votes
1 answer
60 views
need testnest sepolia eth for my froject [duplicate]
I’m a beginner in blockchain and am currently working on an Android project. I need approximately 10 Sepolia ETH. My address - 0x23f17f277d98b6d02a9607D065eA6A81e4F53102
1 vote
1 answer
56 views
Uniswap Price Incorrect - help
I'm creating a GETUNISWAPPRICE.JS It pulls the price, but it's not the same as the website (uniswap); the difference is considerable: $117,738.86 (uniswap website via browser) C:\Users\AHA>node ...
0 votes
0 answers
32 views
Module did not self register hardhat solidity analyzer ERR_DLOPEN_FAILED
Facing ERR_DLOPEN_FAILED Node - 20.15.1 Npm - 10.7.1 Kindly help me to resolve the issue
0 votes
0 answers
25 views
Building a dYdX v4 Clone — Should I Use MERN + Solidity or MERN + Cosmos SDK?
I’m a developer familiar with centralized exchanges (spot, P2P, perpetuals) and Solidity smart contracts, and My client ask me to build an decentralized exchange (DEX) clone exactly like dYdX v4. Here’...
0 votes
0 answers
41 views
My funds suddenly disappeared and got sent to this Auth controller when I bridged to BSC using Relay Bridge
my funds suddenly disappeared and got sent to this Auth controller when I bridged to BSC using Relay Bridge. I already received the BSC, but 0.019 ETH was accidentally sent to this address: ...
0 votes
0 answers
13 views
Need 0.1 Sepolia ETH to deploy a test smart contract [duplicate]
Need 0.1 Sepolia ETH to deploy a test smart contract.Wallet: 0xF75309A2F4B738b5bDE1B67fB343b8C53F39DEB0 — thanks in advance!
1 vote
0 answers
35 views
i m using Etheres.js want to send usdt to another my walllet address
My code is below Want to change while i m transfer the amount then auto select the Binance smart chain. import { ethers } from 'https://cdn.jsdelivr.net/npm/[email protected]/dist/ethers.esm.min.js'; let ...
2 votes
1 answer
89 views
Tornado cash is based on which Cryptography concepts?
Guys I am currently learning solidity but also have intrests in cryptography (including E2EE), I wanted to make my own version on tornado cash so can anyone tell its based on which concepts?
0 votes
0 answers
45 views
Hey guys can i get 2.5 Sepolia ETH for for my ERC20 deploy project
👋 I’m currently working on Solidity development and need some Sepolia ETH to deploy and test smart contracts on the Sepolia Testnet. Unfortunately, the faucets I’ve tried (Infura, Chainlink) require ...
0 votes
0 answers
34 views
To Find RPC Address
I want to find RPC address of USDTX token , I created on BLUM MEMEPAD but unable to find it on BITGET wallet although it is visible on BLUM wallet.
1 vote
2 answers
109 views
Is There A Tool To Recover An Ethereum Address From A Signed Message?
I am exploring ways to recover the original Ethereum address from a signed message and wanted to confirm the best practices and tools for this process. I understand that this can be achieved using ...