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)
Get Pancake Swap's Old Pair PairCreated Event
I am trying to read Past Event for Pancake Factory Address. But i dont get response.
var contractInstance = new web3.eth.Contract(abi, "0xcA143Ce32Fe78f1f7019d7d551a6402fC5350c73");
contrac...
IG USER
Votes: 0
Answers: 1
ERC721 Contract: 1 ether = 1 token for network deployed on?
I am new to Solidity and looking over an ERC721 NFT contract.
I see in the code they set variables of prices to things like uint256 public MINT_PRICE = 1.5 ether;.
Does this mean that the price would ...
Mike Wilcox
Votes: 0
Answers: 1
Set gas limit on contract method in ethers.js
Problem
I am trying to use a method of a contract on the test network (ropsten), but it fails due to this error:
reason: 'cannot estimate gas; transaction may fail or may require manual gas limit',
c...

Gh05d
Votes: 0
Answers: 4