英文: Is there any way to get receipt or logs of pending transaction? 问题 让我们说我们可以使用下面的代码来监听待处理的交易。我们可以...
TypeError: no matching function (argument="key", value="address", code=INVALID_ARGUMENT, version=6.5.1) getting this error while deploying contract
英文: TypeError: no matching function (argument="key", value="address", code=INVAL...
Hardhat测试 – 即使与合约抛出的错误匹配,revertedWithCustomError也失败了。
英文: Hardhat testing - revertedWithCustomError fails even though it matches the error thrown from con...
How can I test gas usage in a Solidity smart contract with an array of 1 million items using a testing library?
英文: How can I test gas usage in a Solidity smart contract with an array of 1 million items using a t...
使用多个钱包的Hardhat智能合约部署脚本
英文: Hardhat smart contract deployment script using multiple wallets 问题 在hardhat配置文件中,我可以通过在账户字段中使用数组...
在ethers.js中,为什么函数的返回值是包含值的数组而不是值本身?
英文: In ethers.js, why does the return value of a function return an array containing the value inste...
使用 Hardhat 的 expectEvent 需要一个 `never` 类型的参数。
英文: Using expectEvent with hardhat requires an argument of type `never` 问题 I get that this has the t...
在Goerli上使用Hardhat部署时出现错误,错误信息为“内在交易成本不足”。
英文: deploying on Goerli with hardhat error insufficient funds for intrinsic transaction cost 问题 很多人遇...
最佳方式配置 Solidity 合同与 React 是什么?
英文: what is the best way to configure solidity contract with react? 问题 我学习Solidity已经三个月了,但现在我不知道如何将您...
验证具有字节构造函数参数的合同。
英文: Verify contract with bytes constructor argument 问题 我正在尝试通过etherscan和hardhat验证我的合同。对于没有构造函数参数的合同,...