找到约 12 条结果

文章 深入探讨以太坊上的预编译合约

...偏移量以访问数据字节 let dataStart := add(data, 0x20) // 将数据存储到内存中 mstore(memPtr, dataLength) mstore(add(memPtr, 0x20), dataStart) // 在地址0x2处调用SHA256的预编译合约 // 输入是...

文章 V神的交易所储备证明: Having a safe CEX: proof of solvency and beyond

...](https://github.com/Pencil-Yao/YBlog/blob/master/excellent_article/Having%20a%20safe%20CEX:%20proof%20of%20solvency%20and%20beyond.md)查看. V神的储备证明文章原文[Having a safe CEX: proof of solvency and beyond](https://vitalik.ca/general/2022/11/19/proof_of_solvency.html) # Having...

文章 什么是Meta DEX?——以及为什么你应该用它来进行交易? - CoW DAO

...它来进行交易? · ![Meta-dex.png](https://img.learnblockchain.cn/2025/05/14/Meta_dex_d3eff919a4.png) 你可能听说过 DEX,或者说去中心化交易所。但是你可能不太熟悉 DEX 聚合器,更不用说 Meta DEX 了。别担心,你来对地方了。 去中心化交易所的...

文章 BTC Layer2 的 3 种方案汇总 [转载+翻译]

... ## 2\. Merlin Chain核心架构 [\[3\]](https://www.mbtc.network/Merlin%20Bridge%20Whitepaper%20EN.pdf) Merlin chain与B² Network在实现比特币的Layer2的区别在于,Merlin chain并不是实现一个原生的比特币Layer 2。而是通过实现BTC-ETH跨链桥,将BTC的原生资产...

文章 EVM 深度解析:通往神秘超级编码者之路 🥷 💻 - 第四部分

...和以太坊链中包含的数据。 ![](https://img.learnblockchain.cn/2025/04/05/Ff6f48734-3cd7-42a0-a2dd-8f09fdd8a90e_1048x728.png) 以太坊架构 - 来源 [Zanzu](https://ethereum.stackexchange.com/questions/268/ethereum-block-architecture) 我们将逐部分分析该图,而不是整体...

文章 在 vault · jl2012/bips 中的 bips/bip-0016.mediawiki

[跳至内容](https://github.com/jl2012/bips/blob/vault/bip-0016.mediawiki#start-of-content) [jl2012](https://github.com/jl2012)/ **[bips](https://github.com/jl2012/bips)** 公开 forked from [bitcoin/bips](https://github.com/bitcoin/bips) - [通知](https://github.com/login?return_to=%2Fjl2012%...

文章 比特币 - bips/bip-0017.mediawiki,来自 jl2012/bips

[跳至内容](https://github.com/jl2012/bips/blob/vault/bip-0017.mediawiki#start-of-content) [jl2012](https://github.com/jl2012)/ **[bips](https://github.com/jl2012/bips)** Public forked from [bitcoin/bips](https://github.com/bitcoin/bips) - [通知](https://github.com/login?return_to=%2Fjl2012%...

文章 bips/bip-0016.mediawiki,位于ajtowns/bips的任意prevout

...file actions ### 最近提交 [![dergigi](https://img.learnblockchain.cn/2025/07/13/11970334_image.jpg)](https://github.com/dergigi)[dergigi](https://github.com/ajtowns/bips/commits?author=dergigi) [transaction -> transactions](https://github.com/ajtowns/bips/commit/18f43a6b2a8423850c2cac617fa305...

文章 ​More than Re-entrancy : Revest Finance 被攻击事件分析

...户存入的数字资产的锁定和解锁。 •FNFTHandler : 继承自ERC-1155 token(openzepplin实现) 。每次执行lock操作时,fnftId会进行自增(fnftId 类似于ERC721中的tokenId)。FNFT在被创建时,用户需要指定它的totalSupply。当用户想要提走FNFT背后的under...

文章 实时猎杀:轻松的状态变量覆盖

...6 mainnetFork; HundredFinanceHack public hundredFinanceHack; IERC20[] tokens; IERC20 constant husd = IERC20(0x243E33aa7f6787154a8E59d3C27a66db3F8818ee); IERC20 constant hxdai = IERC20(0x090a00A2De0EA83DEf700B5e216f87a5D4F394FE); IERC20 constant wxdai = IERC20(0xe91D153E0b41518A...

文章 隐私货币:第一部分

...,通过重叠正确的环并 [消除可能性](https://eprint.iacr.org/2017/338.pdf#:~:text=%1Brst%20heuristic%20,any%20ground%20truth%20on%20RingCTs),仍然可以追踪到另外约 22% 的输入。 更令人不安的是,一个强大的攻击者可以将他们自己已知的诱饵添加到...

问题 波场TronGrid接口请求qps限制

...,并且使用量不超过每天的总量,则每秒访问频率限制为20qps。如果超过此限制,访问将被拒绝,并返回503错误。 2、如果用户使用API密钥,并且使用量超过每天的总量,则每秒访问频率将限制为非常低的值,例如5qps。如果超过...