英文: `go-ethereum` client.BlockByHash() gives error "not found" 问题 我有以下代码用于订阅新出现的区块: packag...
为什么我无法使用 ‘send’ 或 ‘transfer’ 函数将以太币发送到其他合同?
英文: Why am I unable to send ether to other contract with 'send' or 'transfer' functi...
使用 Hardhat 的 expectEvent 需要一个 `never` 类型的参数。
英文: Using expectEvent with hardhat requires an argument of type `never` 问题 I get that this has the t...
Metamask not returning "code 4001 User rejected the request." when closing login popup in Chrome, but works in Edge
英文: Metamask not returning "code 4001 User rejected the request." when closing login popup...
尝试标记化以太坊交易发送者 “from” 以交叉检查数值
英文: Trying to tokenise Ethereum TX sender "from" to crosscheck values 问题 这段代码尝试从一个Web3项目中的...
将以太坊交易的智能合约输入数据转换为人类可读形式。
英文: Making Ethereum transaction smart contarct input data in human readable 问题 我尝试过使用 base64 解码器,但没有...
我不明白在将Gnosis Safe合同部署到基于EVM的链上时发生的事情。
英文: Things that I didn't understand during the deployment of the Gnosis Safe contracts on an EVM...
storage slot 在 forge-std 中是什么,如何为其设置特定数量?
英文: what is storage slot in forge-std and how to set specific number for it? 问题 我试图基于 forge-std 编写智能...
如何在链上确认以太坊的链下签名
英文: how to confirm ethers off-chain signatures on-chain 问题 以下是代码的翻译部分: "It's fairly easy to get...
验证具有字节构造函数参数的合同。
英文: Verify contract with bytes constructor argument 问题 我正在尝试通过etherscan和hardhat验证我的合同。对于没有构造函数参数的合同,...
7