找到约 12 条结果

文章 如何部署和使用可升级的智能合约

...ction-to-smart-contracts.html?highlight=delegatecall#delegatecall-callcode-and-libraries)。 `Delegatecall` 类似于常规函数调用,不同之处在于目标地址处的代码是在调用合约的 context 中执行的。如果逻辑合约的代码更改了存储变量,这些更改将反映在...

文章 Solidity:使用 Ethers.js 的 Solidity 存储变量

...Location); const stringData = utils.toUtf8String( storageValue.and(MaxUint256.sub(255)).toHexString() ); return stringData.replace(/\x00/g, ''); } async function getLongStr(slot, contractAddress) { const paddedSlot = utils.hexZeroPad(slot, 32); const storageReference = awai...

文章 使用 jcc-ethereum-tool 实现与以太坊的交互

https://github.com/JCCDex/jcc-ethereum-tool jcc-ethereum-tool is a command tool, which is can be use to transfer, query balance, manipute ERC20, ERC721 by parameters or config file. jcc-ethereum-tool 是一个命令行工具,可以快速的通过参数或者配置文件形式操作 ETH 链,...

文章 scaffold-eth 挑战:将合约部署到测试网(Part4)

...x96918Bd0EeAF5BBe10deD67f796ef44b2f5cb2A3 💾 Artifacts (address, abi, and args) saved to: packages/hardhat/artifacts/ 💽 Publishing ExampleExternalContract to ../react-app/src/contracts 📠 Published ExampleExternalContract to the frontend. 💽 Publishing Staker to ../react-app/src...

文章 使用 Hardhat 构建全链上 web3 站点

...in } from "vite-plugin-chunk-split"; export default defineConfig(({ command }) => { return { plugins: [ chunkSplitPlugin({ strategy: "single-vendor", }), React(), cdn({ modules: [ { name: "react", relativeModule: "./umd/react.produc...

文章 跨域论文第二部分:存储证明、计算与膨胀

...播本文信息,可以考虑与这条推文互动:[https://x.com/0xRainandCoffee/status/1709989330280992798?s=20](https://x.com/0xRainandCoffee/status/1709989330280992798?s=20) * * * 正如我们在[跨域论文](https://maven11.mirror.xyz/e2pIdHzlaBi6m5GhsRGK0g5DyjgCVuU4lE614XmES5s)的第...

文章 公布 RetroPGF 第三轮获奖者

...k、Collective Governance、Developer Ecosystem 以及 End User Experience and Adoption。在此处查看完整的获奖贡献者列表[here](https://vote.optimism.io/retropgf/3)。 RetroPGF 是一种经济飞轮,支持对 Optimism Collective 的积极影响。如果没有公共物品资金,...

文章 DFX-Finance-attack

...rve/contracts/Curve.sol#550` ```solidity /// @notice view deposits and curves minted a given deposit would return /// @param _deposit the full amount of stablecoins you want to deposit. Divided evenly according to the /// prevailing proportions of the numeraire asse...

文章 探讨 Blinks 和 Solana Actions - 链上交互的新标准?

>- 原文链接:https://medium.com/web3-builders-alliance/the-next-standard-for-on-chain-interaction-a-deep-dive-into-blinks-and-actions-af76c0304af2 >- 译者:[AI翻译官](https://learnblockchain.cn/people/19584),校对:[翻译小组](https://learnblockchain.cn/people/412) >- 本文永...

文章 非同质化代币圣经:关于NFT你需要知道的一切

...e-money/),[门票市场预计在2025年达到680亿美元](https://www.grandviewresearch.com/press-release/global-online-event-ticketing-market),[域名市场继续看到稳固的增长](https://www.thedomains.com/2019/10/05/the-number-of-domain-names-sold-in-2019-has-already-surpassed-2018/)。...

文章 sTorgate、章鱼烧等:在ETHNewYork遇见ENS获奖者

...最不重要的)是它通过 ENS 提交-揭示引导了一个类似于 RandDAO 的随机数生成器。创建随机数在游戏、NFT 铸币、赌博等方面至关重要,这让人们有更多的理由购买 ENS 域名作为生成唯一性的一种方式。 ![](https://img.learnblockchain.cn/20...

文章 Erigon阶段同步与控制流

...igon.substack.com/p/er...](https://erigon.substack.com/p/erigon-stage-sync-and-control-flows) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~