英文: Why are polygon transactions being dropped and replaced? 问题 似乎在Polygon网络上,交易可能会自动被取消并替换。 原始交易:0x...
将Tron上的钱包地址转换为(Translate wallet address on Tron)
英文: Convert wallet address on Tron 问题 我需要从Trone网络上的TRC-20交易中获取钱包地址。 我发现这个信息可以从输入字段中提取。我使用web3.js来解析这...
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中,并部署...
如何使用Ethers.rs调用智能合约的函数?
英文: How to call a function of a smart contract with Ethers.rs? 问题 我正在使用ethers.rs,想要调用部署的智能合约的一个函数。我不...
获取CALL_EXCEPTION详细信息
英文: Get CALL_EXCEPTION details 问题 我正在运行私有的Geth节点,想知道是否有办法找到交易异常的根本原因。当我发送交易时,我只能看到以下信息: 交易失败 [ 查看: h...
在go-ethereum安装中使用的命令是什么?
英文: Make command in go-ethereum installation? 问题 我正在尝试修改geth的源代码,我有一些疑问。 我需要修改tx_pool.go文件中的以下语句,以便接...
Why signed tx should be encoded to bytes before sending raw transaction?
英文: Why signed tx should be encoded to bytes before sending raw transaction? 问题 我想用合约调用的方式写入以太坊区块链。我...
How can I connect to already deployed smart contracts with Go?
英文: How can I connect to already deployed smart contracts with Go? 问题 我是一名初出茅庐的区块链开发者,我一直在使用Go语言来深入学...
当我使用golang调用合约方法时,如何确认该交易的状态?
英文: When I use golang call the contract method,how can I confirm this trx status? 问题 我将为您翻译以下内容: 我将代...
7