> 演示地址: https://fankouzu.github.io/cuiswap/ (请在测试网使用) ## 准备Uniswap合约源码 ### 源码结构 > Uniswap在Github上面开源了全部合约代码,其中包括`核心合约`,`周边合约`两部分.Uniswap还开源了前端代码,前端代码使用React开发 ...
有一些话题不太值得单独拿出一个章节去说,但是确有助于我们理解和学习。其中一些关键点会都放到这里来说明。 ## 目录: - 提供者和签名者 - BigNumbers - ABI - React Hooks - ERC20 Approval 流程 ## 提供者和签署者 在构建智...
北京时间06月29日凌晨02时03分起,最近因“借贷即挖矿”模式而备受关注DeFi 平台 Balancer 上的 STA 和 STONK 两个 ERC20 通缩代币池遭到了黑客攻击,共计损失了超50万美元。 PeckShield 安全人员介入分析后,迅速定位到问题的本质在...
> * 原文: https://medium.com/mycrypto/understanding-event-logs-on-the-ethereum-blockchain-f4ae7ba50378 作者:[Luit Hollander](https://medium.com/@luith) > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:[Tiny 熊](https://learnblockchain.cn/people/15)...
## Dencun(Cancun + Deneb)升级 * 最新的所有核心开发者 - 共识(ACDC)[视频会议](https://www.youtube.com/watch?v=US-aOBVsN6w&t=262s)。[Christine Kim](https://www.galaxy.com/insights/research/ethereum-all-core-developers-consensus-call-119/)的记录: * Devnet-9:...
以太坊故障:两次不能达到最终确定性、第一次不活跃(inactivity leak ) * 信标链在过去 36 小时内[发生两次未能达到最终确定性](https://ethstaker.notion.site/Finality-issue-updates-May-2023-3cb4d74e67c04d1f9ed31659e48c314b)并且[首次出现不活跃](...
## Storage 高效利用——引用 Storage 先看例子: ```solidity struct Proposal { address proposer; address recipient; bytes32 payloadHash; uint256 votes; uint256 beginBlock; mapping(address => bool) voted; bool execut...
很多同学在学习ERC-4337的时候会去了解[eip-4337中提到](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-4337.md?plain=1#L913-L915)的[account-abstraction项目](https://github.com/eth-infinitism/account-abstraction),但其中给的单测例子用的是[simulateValidation](https...
2018 年底给大家介绍了 Uniswap V1,一个基于简单数学公式的去中心化交易所([V1 版本介绍文章](https://learnblockchain.cn/article/1117))。如今 V1 版本已经在以太坊上运行了一载有余,证明了这种数学公式兑换模型的可行性和实用性。202...
![image](https://image.3001.net/images/20230403/1680489892_642a3da48570e380c1f89.png!small) 2023年3月安全事件共造成约2.18亿美元损失,与上个月相比,本月安全事件数量和损失金额均有显著上升。其中,Euler Finance被黑客攻击,导致1.97亿美元的加...
## Dencun(Cancun + Deneb)升级( [EIP7569](https://eips.ethereum.org/EIPS/eip-7569)) - 最新的所有核心开发者执行(ACDE) [会议视频](https://www.youtube.com/watch?v=FhMBatolkOM&t=67s) 。由 [Tim Beiko](https://mirror.xyz/abcoathup.eth/VSzilRKCWz88j5a7z5Jl2aBr5dQ2J0UhavXMx...
## Dencun (Cancun + Deneb) 升级 - 最新的所有核心开发者 - 共识(ACDC)[视频会议](https://www.youtube.com/watch?v=X46mbG8N5XM&t=350s)。[克里斯汀·金 (Christine Kim)](https://www.galaxy.com/insights/research/ethereum-all-core-developers-execution-call-167/)的注释: ...
> * 原文:[Trading and Arbitrage on Ethereum DEX: Get the rates (part 1)](https://ethereumdev.io/trading-and-arbitrage-on-ethereum-dex-get-the-rates-part-1/) 作者: https://ethereumdev.io/author/peter/ > * 译文出自:[登链翻译计划](https://github.com/lbc-team/Pioneer) > * 译者:...
## Shapella(上海+Capella)升级 * EOF 规范级别[未解决的问题](https://notes.ethereum.org/@ipsilon/eof1-checklist#Spec-level-Open-Issues) * 提醒:[EOF 需要在 1 月截止日期前完成](https://twitter.com/TimBeiko/status/1600945407852703744),否则将被删除 #...