找到约 15 条结果

文章 即插即用 Token 扩展

...a-program-library/tree/master) >- 原文链接: [helius.dev/blog/plug-and...](https://www.helius.dev/blog/plug-and-play-token-extensions) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 Michael.W基于Foundry精读Openzeppelin第63期——Initializable.sol

...ss){ return _getImplementation(); } function upgradeToAndCall(address newImplementation, bytes memory data) external { _upgradeToAndCall(newImplementation, data, false); } } ``` ### 2. 代码精读 #### 2.1 _getInitializedVersion() internal && _isInitializi...

文章 值的存取应用3.0 | Web3.0 dApp 开发(五)

...* * @title Ownable * @dev The Ownable contract has an owner address, and provides basic authorization control * functions, this simplifies the implementation of "user permissions". */ contract Ownable { address private _owner; event OwnershipTransferred( address ind...

文章 全球公链进展 每周更新 - 2023/4/24

... https\://www\.bnbchain.org/en/blog/bnb-chain-q1-tech-updates-innovations-and-opportunities-for-developers/ https\://blog.helium.com/a-new-era-for-helium-begins-with-upgrade-to-solana-blockchain-88b742276ec1 https\://techcrunch.com/2023/04/21/coinbases-layer-2-blockchain-base-plans-for-2023-m...

文章 Unichain上线公平交易排序和MEV保护 - 在 TEE 内构建区块

...://arxiv.org/abs/2410.19106#:~:text=Our%20results%20quantify%20in%20closed,and%20the%20number%20of%20participating) 表明,这可以提高价格准确性并减少浪费的区块空间。 ## 为未来而构建:200 毫秒区块时间和更短的时间 此升级为 Flashblocks 奠定了基础...

文章 探讨 Huff :对比Solidity、Yul和原始EVM能力——第二部分

.....](https://medium.com/@ankitacode11/huff-deep-dive-comparing-solidity-yul-and-raw-evm-power-part-2-a596b8c94288) >- 登链社区 AI 助手,为大家转译优秀英文文章,如有翻译不通的地方,还请包涵~

文章 如何在 Optimism 上使用 Webhooks

...有内容保留为默认选项。 单击 *continue*,然后单击 *test and continue*。 如果没有弹出错误,则表示一切正常!应该在你的帐户上创建了一条 Slack 消息。现在,发布 Zap。 恭喜!现在,每当你的 Optimism 钱包发出交易时,我们的 Zap ...

文章 Web3 实践:在 Polkadot 上用 Solidity 玩转 Delegatecall

... Warning: optimizer settings and `viaIR` have been disabled for accurate coverage reports. If you encounter "stack too deep" errors, consider using `--ir-minimum` which enables `viaIR` with minimum optimization resolving most of the errors [⠊] Compil...

文章 sui move table 和 bag

...bject_addr = object::uid_to_address(object); let hash = hash_type_and_key(object_addr, name); assert!(!has_child_object(object_addr, hash), EFieldAlreadyExists); let field = Field { id: object::new_uid_from_hash(hash), name, value, ...

文章 模块化架构及其在以太坊最终目标中的作用

...增长 [链接](https://forum.morpho.org/t/block-analitica-market-update-and-bbeth-sdai-market-listing) - a16z 向 EigenLayer 投资 1 亿美元 [链接](https://a16zcrypto.com/posts/announcement/investing-in-eigenlayer/) ### 思考与预测 - Leaderless Auction,一种没有拍卖人的...

文章 现代 DeFi: Uniswap V3

...念,我们使用 Tick 标记价格区间的上限和下限。 ![Tick And Range](https://img.gopic.xyz/ticks_and_ranges.png) 在 Uniswap V3 内,我们使用 $p(i) = 1.0001^i$ 来计算第 i 个 Tick 对应的具体价格。在上文的代码内出现了 `_tickSpacing` 的概念。这是指...

文章 我们应该超越 EOA,而不是进一步巩固它们(与 EIP 3074 相关)- EIP

...) * [上海候选:EIP-3074](https://ethereum-magicians.org/t/shanghai-candidate-eip-3074/10781/5) * [EIP 3074 是不安全的、不必要的,会使用户资金面临风险,同时会分割 UX、流动性和钱包堆栈](https://ethereum-magicians.org/t/eip-3074-is-unsafe-unnecessary-puts-us...

文章 各智能合约编程语言的权衡

...io%2Fdocs%2Fhow_cairo_works%2Fhints.html) * ctrlc03.github.io. [Cairo and StarkNet Security](https://medium.com/r?url=https%3A%2F%2Fctrlc03.github.io%2F%23cairo-and-security) * Peteris Erins. [可证明与可组合计算或为什么Cairo将取代Solidity](https://medium.com/yagi-fi/provable...

文章 什么是三明治攻击以及如何保护自己?- CoW DAO

...98678005777973249&lang=en&origin=https%3A%2F%2Fcow.fi%2Flearn%2Fwhat-is-a-sandwich-attack-and-how-can-you-protect-yourself&sessionId=e3f01f8a353958c0423c595c1c84a3be4939de60&theme=light&widgetsVersion=2615f7e52b7e0%3A1702314776716&width=550px) > 如果你不知道什么是[#MEV](https://twitter.com...

文章 uniswap v2 代码解读

...en0 = _token0; token1 = _token1; } // update reserves and, on the first call per block, price accumulators function _update(uint balance0, uint balance1, uint112 _reserve0, uint112 _reserve1) private { require(balance0 rootKLast) { uint numera...