找到约 13 条结果

文章 【Uniswap V2】| 回顾 Uniswap V2 之详解手续费

...erve1); ... if (feeOn) kLast = uint(reserve0).mul(reserve1); // reserve0 and reserve1 are up-to-date ``` ``` solidity function _mintFee(uint112 _reserve0, uint112 _reserve1) private returns (bool feeOn) { address feeTo = IUniswapV2Factory(factory).feeTo(); feeOn = feeTo != address...

文章 供应链攻击正在利用我们的假设

...我传播的恶意软件](https://www.stepsecurity.io/blog/ctrl-tinycolor-and-40-npm-packages-compromised) 收集了 npm API 凭据,并使用这些凭据发布了其他恶意包。超过 40 个包被破坏,每周下载量超过 200 万次。 - **Nx** (2025 年 8 月): 一个被盗的Token允许...

文章 薛定谔的 NFT、焚烧炉 SPL 代币程序和皇家同花顺攻击!

...://medium.com/@solens_io/schrodingers-nft-an-incinerator-spl-token-program-and-the-royal-flush-attack-58e4ce4e63dc) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 稳定币剧本:将数十亿转化为数万亿

...子:[MiCA](https://www.esma.europa.eu/esmas-activities/digital-finance-and-innovation/markets-crypto-assets-regulation-mica)(欧盟)、[PTSR](https://rulebook.centralbank.ae/en/rulebook/payment-token-services-regulation)(阿联酋)、[沙盒](https://www.hkma.gov.hk/eng/news-and-media/insi...

文章 在基于角色的访问控制智能合约中修改和分配角色 - OpenZeppelin Docs

... Access Control contract` 交易提案。 10. 单击右上角的 `Approve and Execute` 按钮,并在你的钱包上确认交易。 ![交易提案提交 tx](https://img.learnblockchain.cn/2025/05/31/tutorial-access-control-submit-tx.gif) 11. 向下滚动到**执行结果**下,将鼠标悬停...

文章 实施NFT版权:面向艺术家和开发者的ERC721-C实用教程

...dApp_Developers) \| [GitHub](https://github.com/BuildBearLabs) 作者: [chandan](https://twitter.com/chandan1_) >- 原文链接: [medium.com/buildbear/imp...](https://medium.com/buildbear/implementing-nft-royalties-a-practical-tutorial-on-erc721-c-for-artists-and-developers-981ab13eeaa5) >- 登...

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

... 该信息通常可以在[协议文档](https://docs.gearbox.finance/risk-and-security/audits-bug-bounty#bug-bounty)中找到。 之后,你需要设置你的环境以便高效工作。我最终有两个不同的仓库: 1. 协议仓库的克隆 2. 来自Immunefi的PoC模板[说明](https://lea...

文章 以太坊路线图、DevCon 和 Pectra 升级中的机会

....com/hashkey-capital-insights/opportunities-in-the-ethereum-roadmap-devcon-and-pectra-upgrades-7ae3f0d435dd) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Lit Protocol:下一代数字安全和密钥管理

...s://www.imperator.co/resources/blog/lit-protocol-next-gen-digital-security-and-key-management) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 每周以太坊进展 2020/08/23

...用 AZTEC 的机密支付技术](https://brave.com/themis-smart-contracts-and-sidechains/) * Sergio Demian Lerner:[Satoshi had an optimized miner he didn’t release publicly](https://bitslog.com/2020/08/22/the-patoshi-mining-machine/) * Vitalik 论[区块链合作的哲学](https://vitalik.ca/g...

文章 互操作性报告(2023年9月)

...介 \| 博客 - Anoma](https://anoma.net/blog/an-introduction-to-intents-and-intent-centric-architectures) 以意图为中心的架构将意图作为基本原语,允许广义意图、交易对手发现、将意图解析为交易以及结算。这使应用程序摆脱了现有以区块链为中...

文章 Certora验证器8.1.0版本发布,包含新功能和重大变更

... [**文档**](https://docs.certora.com/en/latest/docs/prover/cli/packages_and_remappings.html) [**示例**](https://github.com/Certora/Examples/blob/master/FoundryIntegration/SimpleDappTest/README.md) ## **升级到 8.1.0 版本** 通过确保你的软件是最新的版本来访问这些...

文章 以太坊协议的可能未来 #6 - The Splurge

... 但在实际实现中,它将并行处理。 * 可能添加 `XOR`、`AND`、`OR`、`NOT` 和 `SHIFT`(循环和非循环),至少对于 2 的幂模数。也添加 `ISZERO`(将输出推送到 EVM 主堆栈) 这将足够强大,以实现椭圆曲线密码学、小字段密码学(...