...a:image/svg+xml,%3csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20version=%271.1%27%20width=%271064%27%20height=%27456%27/%3e) 2024 年对于 [ethereum.org](http://ethereum.org/) 来说是伟大的一年,并...
...c686e8a602436c75f/docs/src/contracts/core/StrategyFactory.sol) | 允许为 ERC20 代币部署 `StrategyBase` | | [`StrategyBase.sol`](https://github.com/Layr-Labs/eigenlayer-contracts/blob/1fc7ae4126918e914f08ae5c686e8a602436c75f/docs/src/contracts/strategies/StrategyBase.sol) | 作为信标代理...
...ocs.lukso.tech/standards/nft-2.0/LSP4-Digital-Asset-Metadata) 标准使用 ERC725Y 标准与 [Storage Schema](https://docs.lukso.tech/standards/generic-standards/lsp2-json-schema) 结合来生成**标准化的资产描述**。[ERC725Y](https://github.com/ERC725Alliance/erc725/blob/main/docs/ERC-725....
...fier: MIT pragma solidity ^0.8.20; import "@openzeppelin/contracts/token/ERC721/extensions/ERC721URIStorage.sol"; import "@openzeppelin/contracts/utils/Counters.sol"; contract WQQNFT is ERC721URIStorage { using Counters for Counters.Counter ; Counters.Counter private counter; //...
...://github.com/ethereum/EIPs/pull/9046/files): 设置 MODEXP 的上限 * ERCs (应用层): * [ERC7820](https://github.com/ethereum/ERCs/pull/723/files): 访问控制注册 * [ERC7821](https://github.com/ethereum/ERCs/pull/726/files): 最小批处理执行器接口 * [ERC7824](...
...闪电贷有关,可以很好的学习闪电贷。 本题涉及到了 ERC 4626 和 ERC 3156,可以参考我之前发的文章: [**ERC4626 详解**](https://learnblockchain.cn/article/9536) [**闪电贷以及如何利用它进行攻击:ERC 3156 漫游指南**](https://learnblockchain.cn...
...Manager NoDelegateCall --> PoolManager Fees --> PoolManager ERC1155 --> PoolManager PoolId --> PoolManager BalanceDelta --> PoolManager ``` ### 简化版 ```mermaid graph TD FeeLibrary --> Hooks TickBitmap --> Pool Position --> Pool TickMath --> ...
...用程序和协议遵循相同的规则变得越来越重要。这就是 ERC-7683 的用武之地。 ## ERC-7683 解释:统一以太坊的新标准 [ERC-7683](https://learnblockchain.cn/article/14088) 是跨链意图的通用标准,由 Across 和 Uniswap Labs 共同开发。它定义了一种...
...加。 ### 混合式 PBS 会如何与二层账户抽象交互 (例如 [ERC 4337](https://eips.ethereum.org/EIPS/eip-4337)) ERC 4337 从根本上改变了抗审查的博弈情况,因为它将以太坊层面上*交易* 的概念与*用户意图对象* 的经济概念解耦了。归根结底,...
...tachments/2023/03/j6uwUGLT641aab9c15d96.png) 在上述代码中我使用IERC20接口并填入usdt的地址,调用transfer方法,向一个交易池发送本合约所有的usdt。但是报错信息如下 ** - **智能合约** 在 **Arbitrum L2** 上处理 NFT 操作,例如铸造、转移和销毁。 - 区块链交易被记录并可以在 **Arbiscan** 上查看。 - OpenSea 从智能合约检索 NFT 元...
...建一个智能合约。在本指南中,我们将构建一个简单的 [ERC721](https://learnblockchain.cn/docs/eips/EIPS/eip-721) NFT 智能合约;但你可以创建任何你喜欢的东西。 ### 创建 Hardhat 项目 在本指南中,我们将使用 [Hardhat](https://hardhat.org/) 来使...
...何开发它。你将会开发一个智能合约,这个合约可以将 ERC-20 通证的铸造请求按时间排列。 这个教程将会使用到: - [Foundry](https://github.com/foundry-rs/foundry) - [Solidity](https://docs.soliditylang.org/) - [Ethereum](https://ethereum.org/) 教程...
...方案。一个很有前景的方向是协作构建,例如 Optimism Superchain 框架。在这个模型中,Superchain 中的每个 L2 排序器独立运行,但通过实时 gossip 与“核心依赖集”中的其他链共享关键交易日志(例如跨链消息)。此外,还有一个共...