英文: Get Array of structs from custom smart contract deployed on Hedera 问题 假设我在 Hedera 测试网上部署了一个名为 X ...
如何在链上确认以太坊的链下签名
英文: how to confirm ethers off-chain signatures on-chain 问题 以下是代码的翻译部分: "It's fairly easy to get...
最佳方式配置 Solidity 合同与 React 是什么?
英文: what is the best way to configure solidity contract with react? 问题 我学习Solidity已经三个月了,但现在我不知道如何将您...
验证具有字节构造函数参数的合同。
英文: Verify contract with bytes constructor argument 问题 我正在尝试通过etherscan和hardhat验证我的合同。对于没有构造函数参数的合同,...
如何创建提现功能
英文: How to create a withdraw function 问题 以下是代码部分的翻译: // SPDX-License-Identifier: UNLICENSED pragma s...
Smart Contract交互 – 如何修复无效的BigNumber值
英文: Smart Contract interaction - how to fix invalid BigNumber value 问题 I am working on a smart contr...
如何只允许从适当的地址发送代币?
英文: How to allow to send tokens from an appropriate addresses only? 问题 我已经创建了ERC20合同,将其编译在Remix中,并部署...
solcx为什么无法找到或使用已安装的编译器?
英文: Why can't solcx find or use the compiler already installed? 问题 I have installed solcx and in...
动态 calldata 在链上,calldata 合并
英文: Dynamic calldata onchain, calldata merging 问题 我想使用Solidity中的通用调用来追加一些数据。假设我有一个如下所示的函数: function ...
在 Hedera 上部署合约时出现 ERROR_DECODING_BYTESTRING 错误。
英文: ERROR_DECODING_BYTESTRING Error When Deploying Contract On Hedera 问题 我正在尝试在Hedera上部署一个合约;文件大小为97...
6