...基于 zkSync Era 代码构建自定义的 ZK-powered L2 和 L3(即 Hyperchain)。不同于 OP stack 专注于 L1 → L2 的市场,以及 Arbitrum Orbit 瞄准 L3 应用链的市场,ZK stack 则野心更大,L2 和 L3 两个市场都要。 $\,$ ### **ZK Stack 应用 - Hyperchain** ...
...bedrock/explainer/) ## EIP * Tim Beiko 提议[从 EIP 库中分叉 ERC](https://ethereum-magicians.org/t/proposal-forking-ercs-from-eips-repository/12804) * [EIP6404](https://github.com/ethereum/EIPs/pull/6404/files):SSZ 交易、收据和取款 * [ERC6160](https://github.com/ethereu...
...而是 2100 + 2900 (大约),减少了大约 800 gas。这可能使采用 ERC20 协议标准代币的转发更便宜。 - Self-calling 变得更便宜 - 对预编译的调用变得更便宜 (这对于低 gas 开销的预编译来说特别有价值,这些预编译需要倍调用非常多次,...
... - [5. 讨论](#221ec9043ab4) - [1. Gas 效率](#e0f747c5a7ca) - [2. ERC-7683 兼容性](#2ed0000cbc95) - [3. Mint-and-Burn 桥兼容性](#7a5bd88f759d) - [6. 先前工作](#11bce96121c3) - [1. Across](#6abda14c6adb) - [2. Orbiter 协议](#d3cd51a571a3) - [3. UniswapX (跨链)](#b...
...42db945/SpiritV2/contracts/SpiritV1/inSpirit.vy#L377): ```css assert ERC20(self.token).transferFrom(_addr, self, _value) ... assert ERC20(self.token).transfer(msg.sender, value) ``` ## 攻击 #5. 小投票窗口 对某些提案持消极态度的用户和否决权持有者可能没有...
...(https://eips.ethereum.org/EIPS/eip-5633):可组合的灵魂绑定 NFT,ERC1155 扩展 * [EIP5635](https://eips.ethereum.org/EIPS/eip-5635):NFT 许可协议 * [EIP5639](https://eips.ethereum.org/EIPS/eip-5639):委托注册表 * [EIP5643](https://eips.ethereum.org/EIPS/eip-5643):订...
...想法是支付池智能合约将从各种通证收集智能合约接收[ERC-20](https://learnblockchain.cn/tags/ERC20)通证,通过分析签名的应用程序使用日志和其他链上信号来确定支付池内的通证分配。 *分析矿工*将就支付池中的付款金额达成共识,并...
...ier: MIT pragma solidity ^0.8.0; import "@openzeppelin/contracts/token/ERC721/ERC721.sol"; contract NFT is ERC721 { uint256 public tokenCounter; constructor () ERC721 ("NFT", "NFT"){ tokenCounter = 0; } function createCollectible() public returns (uint256) { ...
...数据带宽限制,但比较来看仍十分有利:以太坊基础层 ERC20 代币的转移成本约为 45000 gas,而 rollup 中的 ERC20 代币仅转移占用 16 字节的链上空间,成本不到 300 gas。 数据在链上这一点很关键 (请注意:将数据“放在 IPFS 上”是...
## 1,摘要 **【本文目标】** 待补充。 **【前置条件】** 待补充。 ## 2,协议分析 ### 2.1 协议描述函数列表: ``` solidity interface ICryptoItems { // Events event Transfer(uint256 indexed _itemId, address indexed _from, address indexed _t...
...ttps://barnabe.substack.com/p/pos-ethereum-reorg)的解释 ## EIP * [ERC5114](https://github.com/ethereum/EIPs/pull/5114/files): 灵魂绑定代币 * [ERC5115](https://github.com/ethereum/EIPs/pull/5115/files): 超级组合收益代币 * [ERC5131](https://github.com/ethereum/EIPs/pull/5131/f...
...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....