英文: Passing argument of uint256 array 问题 在Solidity中,将uint256数组传递给函数时,应该使用以下格式: - ["5000000000000...
冲突的扩展:Metamask 和 Trust Wallet 与 window.ethereum
英文: Conflicting extensions Metamask and Trust Wallet with window.ethereum 问题 我正在为自己创建一个服务,我希望能够与浏览器扩...
“BLUR空投认领解释 – 将证明嵌入交易中”
英文: BLUR airdrop claim explained - embedding a proof into a transaction 问题 最近,我看到Blur有一个依赖于Twitter的空...
获取/猜测未经验证的合同的外部方法。
英文: Get/guess unverified contract's external methods 问题 有没有办法获取或猜测智能合约的外部(或公共)函数,如果它没有经过验证? 我已经使...
Nft Minter Dapp – 无法铸造NFT
英文: Nft Minter Dapp - Unable to mint the nft 问题 I hard coded a NFT-minter dApp. I tried minting it o...
Solidity构造函数语法如何工作?
英文: How Does Solidity Constructor Syntax Work? 问题 I'm having trouble understanding the syntax of the...
如何将msg.sender强制转换为uint32?
英文: How does this type casting msg.sender to uint32 work? 问题 In the provided code, casting msg.sende...
将ETH通过ethers包装成WETH – 我的余额上的WETH代币不会显示
英文: Wrapping ETH into WETH via ethers -- WETH coins on my balance won't appear 问题 我正试图通过调用 depos...
如果没有足够的加密货币来执行智能合约,会发生什么情况?
英文: What happens if there is not enough crypto money to fulfill a smart contract? 问题 如果在第D天,X没有足够的加密...
在Golang中遇到了反射的困难。
英文: Having a hard time with reflection in golang 问题 我正在尝试动态设计一个协议测试。 我需要使用的函数是go-ethereum的Decode: ht...
7