web3 icon indicating copy to clipboard operation
web3 copied to clipboard

A CLI tool to interact with web3 blockchains - Ethereum, GoChain, etc

Results 39 web3 issues
Sort by recently updated
recently updated
newest added

Hi, When I try to deploy ERC-721 contracts (templates) I often get this error message. Any idea why? ERROR: Error deploying contract: cannot decode contract data: hex string without 0x...

web3 balance 0x02E4b884Df5bB66B13bf7B04a957F45acF39025F ERROR: Failed to connect to "nope": dial unix nope: connect: no such file or directory

Hello, I'm BM. A very nice and polite guy. In these examples, how do we set the amount of tokens created in a ERC20 contract? I can only see two...

I'm currently working on a SmartContract that has the following method: ``` struct Color { uint8 R; uint8 G; uint8 B; } function create(uint index, Color calldata backgroundColor, Color calldata...

Hello, I'm currently running into an issue where it seems that deploying a contract takes longer then the time allowed to wait for it: ``` COMMANDOUTPUT=$(web3 -f json contract deploy...

Hello, I'm BM. A very nice and polite guy. I tried to compile a contract but I got this error message: ERROR: Failed to compile "TEST_flatten.sol": solc: exit status 1...

adds support of the following imports ``` pragma solidity ^0.8.10; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/tokens/nf-token-metadata.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/tokens/nf-token.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/tokens/erc721-metadata.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/ownership/ownable.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/tokens/erc721.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/tokens/erc721-token-receiver.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/utils/erc165.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/utils/supports-interface.sol"; import "https://raw.githubusercontent.com/nibbstack/erc721/master/src/contracts/utils/address-utils.sol"; contract newNFT...

Trying to verify a smart contract have tried web3 cli and explorer but no luck. On the explorer I am getting a "error occurred while compiling source code" message. Via...

![2022-01-10_10h45_20](https://user-images.githubusercontent.com/38894059/148712792-3925e1a1-49f7-4574-9648-dab9ba77ca29.png) I would like to build .sol file but I got the above error. I'm not sure what the problem is and how to fix it. Please help me. Thank...