找到约 14 条结果

文章 Aave Gas 优化审计:降低成本的技术

...ve-v3-origin-liquidation-gas-fixes/commit/f6af2e13b8e3b9960abb63ebb4eaeb82e271b718#diff-68d9e267478ee1cff5237bd5fe48c5807122b1eac5645ad85c80c978df1aabffL392-R515), [6](https://github.com/devdacian/aave-v3-origin-liquidation-gas-fixes/commit/a3117ba9a5a3e1eb7134219e1797c49168436484#diff-c7182b647c7fa...

文章 每周以太坊 2024/10/05

...78](https://eips.ethereum.org/EIPS/eip-7778): 防止区块 gas 走私 * ERCs (应用层): * [ERC7774](https://github.com/ethereum/ERCs/pull/652/files): 在 ERC5219 模式下的 web3 URL 缓存失效 * [ERC7776](https://github.com/ethereum/ERCs/pull/659/files): 透明财务报表 ...

文章 每周以太坊 2024/02/03

...thereum/EIPs/pull/8161/files):在存储非空的情况下回退创建 - ERCs(应用层): - [ERC7604](https://github.com/ethereum/ERCs/pull/223/files):ERC1155 permit 式批准(通过离线签名) - [ERC7606](https://github.com/ethereum/ERCs/pull/229/files):交易风险监控 - ...

文章 Symbiotic 能在 Restaking 领域挑战 EigenLayer 吗?

...产类型):** Symbiotic 在其文档中声称其平台支持几乎所有 ERC-20 token,将其定位为 DeFi 服务。相比之下,EigenLayer 仅专注于与 ETH 相关的 staking,强调为区块链构建基础生态系统,并与 DeFi 保持距离。 2. **Underlying Philosophies(基本...

文章 从碎片化走向统一:智能账户标准化的必要性

...程中,已逐渐显现出碎片化的趋势。虽然目前已经拥有 ERC-4337、ERC-6900、ERC-7579 等接口标准来定义账户抽象的功能,但不同实现方案之间在用户体验、接口规范和行为预期上存在明显差异。不同的钱包实现方案都聚焦于相似的应...

文章 终极 Solidity 课程

...article/11348) 保护智能合约免受恶意参数的影响 [**16\. ERC-20 代币**](https://learnblockchain.cn/article/11302) 去中心化金融最基本构件的介绍 [**17\. 元组**](https://rareskills.io/learn-solidity/tuples) 批量组合值 [**18\. 应用二进制接口(...

文章 每周以太坊进展 2023/6/24

...版本并通过蜂巢测试就重新启动为 devnet 7 * 讨论将 ERC 提案移到一个与 EIP 分开的存储库 * 共识规范[v1.4.0-beta.0](https://github.com/ethereum/consensus-specs/releases/tag/v1.4.0-beta.0):Deneb 功能完整,稳定,可能会有小补丁、配置更改、...

文章 坚不可摧Damn Vulnerable Defi V4 解决方案系列

...产并执行闪电贷逻辑的 vault。它继承自一些合约: - **IERC3156FlashLender** -> OpenZeppelin 对 ERC-3156 贷款人标准的实现 [https://eips.ethereum.org/EIPS/eip-3156](https://eips.ethereum.org/EIPS/eip-3156)。 - **ERC4626** -> 这是用于 vault 的标准 [https://ethereum.or...

文章 基础设施如何通过账户抽象为数十亿用户提供服务

...,将AA引入以太坊协议,并最终提出了EIP4337。 ## **ERC - 4337** EIP-4337最初于2021年9月提出,并于2023年3月获得授权成为ERC-4337。其作者包括Vitalik Buterin、Yoav Weiss、Kristof Gazso、Namra Patel、Dror Tirosh、Shahaf Nacson和Tjaden Hess。 EI...

文章 每周以太坊 2024/03/16

...P7650](https://eips.ethereum.org/EIPS/eip-7650):可编程访问列表 - ERCs(应用层): - [ERC7651](https://github.com/ethereum/ERCs/pull/305/files):分数表示的 NFT - [ERC7652](https://github.com/ethereum/ERCs/pull/306/files):ERC721 保证扩展 - [ERC7653](https://github....

文章 Duneanalytics 入门介绍

...5; SELECT DISTINCT(symbol) from prices.layer1_usd limit 10; ``` ### erc20."ERC20_evt_Transfer" 表 记录发送 token 时触发的所有转账事件 ```sql SELECT * FROM pg_catalog.pg_tables WHERE schemaname = 'erc20'; select * from erc20.tokens limit 10; select * from erc20."...

文章 ERC20 智能合约开发常见问题

...ansferFrom(_from, _to, _value); } ``` ## 0x04 重名问题 没错,ERC20 从技术上来讲是允许重名的,合约以合约地址来区分。但是当你看到钱包里把自己寄予厚望的代币 NBT显示为NBT2是啥心情?本来是想发一个牛逼Token,结果变成了牛逼To...

文章 基于Solidity ^0.8.0 重构UniswapV2

...outer02.sol # 路由器合约 - 用户交互接口 ├── UniswapV2ERC20.sol # ERC20实现 - 流动性代币基础 ├── interfaces/ # 接口定义 │ ├── IUniswapV2Factory.sol │ ├── IUniswapV2Pair.sol │ ├── IUniswapV2Router01.sol ...

文章 PeckShield:硬核技术解析,bZx协议遭黑客漏洞攻击始末

...TH,则**最终攻击者总共获利为 71 WETH +5,500 WETH -4,300 ETH=1,271 ETH,合计大约$355,880(当前ETH价格$280)。** 硬核解析:bZx 可规避风险代码逻辑缺陷 通过前面攻击者在合约中实现的步骤可以看出,问题的核心原因是在第...