找到约 12 条结果

文章 Monitor - OpenZeppelin 文档

...数的所有交易,不应指定交易条件。 | - 条件可以使用 **AND**、**OR**、**NOT** 和 **()** - 条件可以使用 **==**、****、**>=**、** 50000000000 and gasUsed > 20000 ``` #### 自定义过滤器 自定义过滤器支持用于过滤交易的自定义代码。如果指定...

文章 Rust 结构体与属性式和自定义派生宏

![Rust attribute and custom-derive macros](https://img.learnblockchain.cn/2025/02/27/935a00_a473f79694fc407290ce620204641d3c~mv2.jpg) Rust 中的类似属性和自定义派生宏用于在编译时以某种方式修改一段 Rust 代码,通常是为了增加功能。 要理解 Rust 中的类...

文章 零和比特币

...类比 [**货币的功能**](https://medium.com/@breedlove22/money-bitcoin-and-time-part-1-of-3-b4f6bb036c04):零是“价值储存手段”,更高数量级的数字可以在其上扩展;这就是为什么我们总是更喜欢在我们的银行账户或比特币余额的末尾看到另一个...

文章 了解Dencun,这是自合并以来以太坊最大的升级

...坊、合并及未来](https://a16zcrypto.com/posts/podcast/ethereum-merge-and-beyond/) 与 Tim Beiko, Tim Roughgarden, Ali Yahya 和 Sonal Chokshi — 探讨这种工程和社区工作背后的技术和社会过程 ▶️📹 [分布式数据存储、数据可用性和 danksharding](https://a16zcr...

文章 煮咖啡里的大学问:用 Rust Async/Await 告诉你如何边烧水边磨豆

...(application) `async_await_demo` package note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html ``` ### 切换到项目目录 ```bash cd async_await_demo ``` ### `Cursor`编辑器打开项目 ```bash cc # open -a cursor . `...

文章 utreexo:一种扩容方案

...y-initiative/grey-mirror-1-tadge-dryja-digital-currency-initiative-utreexo-and-bootstrapping-bitcoin-upgrades-51975411002) [Bitcoin Magazine article by Ellie Frost and Aaron van Wirdum](https://bitcoinmagazine.com/articles/bitcoins-growing-utxo-problem-and-how-utreexo-can-help-solve-it) [Bitcoin E...

文章 如何使用 Hardhat 和 Tenderly 部署多重签名钱包

...cs.tenderly.co/other/platform-access/how-to-find-the-project-slug-username-and-organization-name)并填充 `.env` 文件中的 `TENDERLY_PROJECT_SLUG` 和 `TENDERLY_USERNAME`。 - [获取 Tenderly 访问密钥](https://docs.tenderly.co/other/platform-access/how-to-generate-api-access-tokens)并填...

文章 Paradigm CTF - SWAP

...memory pointer stored at 0x40 to determine where the next free address is, and moves it forward to reflect the fact that a new chunk of memory was just allocated. > Notice that there are no checks to ensure that the amount of memory requested is not excessively large. This means that if one was to ...

文章 Elipmoc:以太坊智能合约的高级反编译

...:2022 年 4 月. 77:2 Neville Grech, Sifis Lagouvardos, Ilias Tsatiris, and Yannis Smaragdakis Solidity 不保持跨版本的源代码兼容性。源级别工具很快就会过时。 字节码反编译为自动化智能合约分析提供了迄今为止最通用的基础。以太坊虚拟机 (EVM)...

文章 如何使用 React 和 QuickNode 的 NFT API 构建 NFT 画廊

...al&utm_campaign=guides&utm_content=how-to-build-an-nft-gallery-using-react-and-quicknodes-nft-api) 创建一个账户。 一旦你登录,导航到 [Quicknode.com/endpoints 页面](https://www.quicknode.com/endpoints),点击 **创建一个端点**。选择 **以太坊主网**,然后点击下...

文章 如何在智能合约中调用另一个合约的函数

... 部署 Counter 合约 1. 在左边的工具栏,点击按钮“Deploy and run transactions”。 2. 现在,我们只有一个智能合约,所以“Counter”在“Contracts”下拉菜单中会被自动选择。 3. 点击“Deploy”按钮 在下方找到部署好的合约,然后复...

文章 比特币:过去与未来

...d Mahmudov_ > > _来源: [https://medium.com/@muradmahmudov/bitcoin-past-and-future-45d92b3180f1](https://medium.com/@muradmahmudov/bitcoin-past-and-future-45d92b3180f1)_ > > _原文发表于 2018 年 5 月。_ > > _[前篇中文译本](https://learnblockchain.cn/article/18061/)_ ## 前言 本...