Newest Questions
54,787 questions
0 votes
0 answers
5 views
"eth_gasPrice " on bnb testnet
I'm trying to call eth_gasPrice on the BNB Chain Testnet, but the request fails with the response: "Unable to complete request at this time." Is this method unsupported on BNB Testnet RPC ...
0 votes
0 answers
8 views
How to approve 1inch limit order hashes for Safe (Gnosis Safe) wallets using SignMessageLib?
I'm creating 1inch v4 limit orders from a Safe (Gnosis Safe v1.4.1) smart contract wallet on Base. Orders are accepted by the 1inch API but cannot be filled by market makers due to EIP-1271 signature ...
0 votes
1 answer
39 views
Eth transfer from jaxx
I moved my wallet from Jaxx to Exodus. All tokens moved except ETH. I see my eth on etherscan My adress Jaxx 0x9eeFcA9D41A41022c96A55465C0dB581ec311e55 My adress Exodus ...
0 votes
1 answer
16 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
0 answers
7 views
RPC error on bnb testnet
i got this error when running on foundry : Error: error sending request for url (https://data-seed-prebsc-1-s2.bnbchain.org :8545/) Context: Error #0: client error (Connect) Error #1: dns error Error ...
0 votes
1 answer
14 views
RPC error on archive node
I’m using an archive RPC node, and I’m getting the following error when runnig on bsc testnet: Compiler run successful! 2025-11-18T05:51:59.934406Z ERROR sharedbackend: Failed to send/recv storageerr=...
0 votes
0 answers
8 views
Solaxy smart contract bought through eth [closed]
I bought seloxy through the coinbase wallet and now cannot swap it back or move it or anything. It was a sport contract. It still shows up on everything like it is still there. Like they have not ...
0 votes
2 answers
26 views
Advice for career as Blockchain Developper
I was offered a chance to retire early next year in my governement job (I do IT support) and I'm seriously thinking of starting a career as a Blockchain developper, because of all the growth I see in ...
0 votes
1 answer
35 views
I have erc 20 that has deposits [closed]
I have erc 20 that has deposits but upon operating ,they stated it has no sufficient funds,can you clarify why that upon transfer ,send or swap it STATED "NO SUFFICIENT FUNDS./\
0 votes
0 answers
13 views
BSC (Parlia) private network stops producing blocks after height 31607 — “Signed recently, must wait” loop
I’ve deployed a private blockchain using BSC v1.6.3 (bsc-geth) with 5 validator nodes. Everything works fine until block 31607, and then the chain stops producing new blocks. No errors, but block ...
0 votes
2 answers
13 views
Why Does owner Differ Between Foundry Test and Deploy Script?
Can someone please clarify this? I'm getting confused. Consider this scenario: Using Foundry in local dev. Contract X is main contract. Inside X, I'm setting owner state variable. During Testing, I'm ...
1 vote
0 answers
6 views
Safe multichain, deploying safe on Layer 1 chains does not keep the same address
Here is my code. For layer 2 chains, I have the same safe address across all of them, but for layer 1, like ETH mainnet and BSC mainnet, the predicted address is different. async deploySafe( ...
0 votes
0 answers
17 views
How to derive the same Ethereum address from a Ledger Wallet using a tool like the Ian Coleman BIP39 tool?
I am attempting to independently verify the Ethereum address derivation process used by the Ledger Nano S, given its 24-word seed phrase. Ledger Wallet (formerly Ledger Live) displays the derivation ...
0 votes
0 answers
10 views
Burst Minting Network Congestion
I’m building a high-throughput minting system for NFTs on Polygon using a NestJS In normal mode, minting is sequential and stable. In burst mode, I need to mint ~10,000 NFTs at once (each mint is a ...
1 vote
1 answer
11 views
Automate Multisig
gm everyone I have a question; does safewallet support automated multi-signatory execution? such that signers don't always have to sign to execute transaction time. I have looked into the ...